just-eat.co.uk

Just Eat API Just Eat offers services for our various business partners and our consumer applications. How you interact with the API depends on the services you wish to interact with. Security HTTPS All api calls and callbacks require HTTPS. Your service will need a valid SSL certificate an

๐Ÿ”‘ bearer 98 endpoints ecommerce
๐Ÿ“„ Docs ๐Ÿ“‹ OpenAPI spec ๐Ÿ”ฌ Try in Swagger UI

No SDKs indexed for this API yet.

curl examples
Get your delivery pools
curl \
  -H "Authorization: Bearer $API_KEY" \
  https://uk.api.just-eat.io/delivery/pools
Get delivery estimate
curl \
  -H "Authorization: Bearer $API_KEY" \
  https://uk.api.just-eat.io/delivery/estimate
Get consumers details
curl \
  -H "Authorization: Bearer $API_KEY" \
  https://uk.api.just-eat.io/consumers/{tenant}
Endpoints (98 total)
GET
/delivery/pools
Get your delivery pools
GET
/delivery/estimate
Get delivery estimate
GET
/consumers/{tenant}
Get consumers details
GET
/restaurants/bylatlong
Get restaurants by location
GET
/delivery-fees/{tenant}
Get restaurant delivery fees
GET
/search/restaurants/{tenant}
Search restaurants
GET
/search/autocomplete/{tenant}
Get auto-completed search terms
GET
/checkout/{tenant}/{checkoutId}
Get Checkout
GET
/delivery/pools/{deliveryPoolId}
Get an individual delivery pool
GET
/restaurants/bypostcode/{postcode}
Get restaurants by postcode
GET
/restaurants/{tenant}/{restaurantId}/fees
Get Restaurant Fees
GET
/restaurants/{tenant}/{restaurantId}/menu
Get the latest version of the restaurant's full menu
Language coverage

No SDKs yet

At a glance
Total SDKs0
Languages0
Endpoints98
Authbearer
Categories1
https://uk.api.just-eat.io