Get restaurants for location

Returns a list of sites that deliver to a given location, which can be represented either as latitude/longitude or using the combination of postcode and country code.

A site must not be presented as an option to the customer if the attribute visible is set as false as Deliveroo will not be able to fulfil the order as the site is either closed or there is no rider available in the area at the moment.

An example request will look as follows:

GET https://partners.deliveroo.com/api/v1/fulfillment/restaurants?lat=51.513822&lon=-0.191615&postcode=EC4R3TE&brand_id=brand-id&country_code=GB
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
number
-90 to 90

Latitude

number
-180 to 180

Longitude

string

Location postcode.

string
^[A-Za-z0-9-_]+$

Brand unique identifier.

string
length between 2 and 2
^[A-Z]{2}$

2-letter country code according to ISO 3166-1 alpha-2 format.

boolean

For test mode. If true, test restaurants are included in the response.

Responses

Language
Credentials
OAuth2
URL
LoadingLoading…
Response
Choose an example:
application/json