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
Language