{ "opencollection": "1.0.0", "info": { "name": "Just Eat UK Attempted Delivery API Search API", "version": "3.0" }, "items": [ { "info": { "name": "Search", "type": "folder" }, "items": [ { "info": { "name": "Get auto-completed search terms", "type": "http" }, "http": { "method": "GET", "url": "https://uk.api.just-eat.io/search/autocomplete/:tenant", "params": [ { "name": "tenant", "value": "", "type": "path", "description": "A valid country code, e.g. \"uk\"." }, { "name": "searchTerm", "value": "", "type": "query", "description": "User's search term - at least one character required" }, { "name": "latlong", "value": "51.501285,-0.1424422", "type": "query", "description": "The latitude and longitude coordinates of the location in which to search.\r\nSpecify the coordinates as latitude,longitude." }, { "name": "limit", "value": "", "type": "query", "description": "Limit the number of auto-completed terms returned by the API. Defaults to 7. Valid values 1 - 10" } ] }, "docs": "Provides auto-completed search terms for restaurants, cuisines and products available in a given location." }, { "info": { "name": "Search restaurants", "type": "http" }, "http": { "method": "GET", "url": "https://uk.api.just-eat.io/search/restaurants/:tenant", "params": [ { "name": "tenant", "value": "", "type": "path", "description": "A valid country code, e.g. \"uk\"." }, { "name": "searchTerm", "value": "", "type": "query", "description": "User's search term." }, { "name": "latlong", "value": "51.501285,-0.1424422", "type": "query", "description": "The latitude and longitude coordinates of the location in which to search.\r\nSpecify the coordinates as latitude,longitude." }, { "name": "limit", "value": "", "type": "query", "description": "Limit the number of restaurants returned by the API.\r\nValid values are numbers between 1 and 500.\r\nIf not provided, the limit defaults to 300." } ] }, "docs": "Get restaurants available in a given lat-long which match a search term.\r\nMatches can be found against the name, a cuisine or a product." } ] } ], "bundled": true }