Tropicalfruitandveg.com Application Programming Interface
The tropicalfruitandveg.com API provides a quick simple way to integrate information on tropicalfruitandveg.com within your own website or within a mobile application based on IOS, Android or Windows Mobile. 3 APIs are available for maximum compatibility and ease of integration into your website or application.
- XML based API for application integration within Java environments
- JSON based API for integration within PHP and Javascript/Ajax environments
- HTML based API for easy website integration using iframe
The APIs are based on REST (Representational State Transfer Protocol) and currently supports HTTP GET requests and are therefore very simple to use. Information can be retrieved by sending a http request to the specific url:
For XML response: http://api.tropicalfruitandveg.com/tfvxmlapi.php?tfvitem=MangoFor JSON response: http://api.tropicalfruitandveg.com/tfvjsonapi.php?tfvitem=Mango
For HTML response: http://api.tropicalfruitandveg.com/tfvhtmlapi.php?tfvitem=Mango