App Logo
guide.michelin.com

Search MICHELIN Guide restaurants

Search the MICHELIN Guide for restaurants in a given locality (city), optionally filtered by distinction (1/2/3 Stars, Bib Gourmand, or Plate). Resolves the locality name to the Guide's city slug, then reads the site's own restaurant index. Returns the total count and one page of restaurants (name, award, green star, cuisines, price, address, chef, coords, absolute URL, image). Paginate with `page`/`hitsPerPage`. Observation only.

Input

location required

City / locality name as a caller would type it, e.g. "Lyon", "Paris", "Nice". Resolved to the Guide's city slug via a faceted lookup (the most frequent matching city wins).

page optional

Zero-based page index. Loop 0..nbPages-1 to fetch everything.

Default: 0
award optional

Optional MICHELIN distinction to filter on. Friendly keys: "1-star", "2-stars", "3-stars", "bib-gourmand", "plate". Raw distinction slugs are also accepted (1-etoile-michelin, 2-etoiles-michelin, 3-etoiles-michelin, bib-gourmand, assiette-michelin). Omit to return all listed restaurants in the locality regardless of distinction.

hitsPerPage optional

Results per page (max 100).

Default: 48

Output

page required
total required
nbPages required
hitsPerPage required
restaurants required
resolvedCity required
distinctionSlug optional

Start building not clicking