docs / yandex-maps

Yandex Maps API

Yandex Maps API

base /yandex-maps/v15 endpoints
post/yandex-maps/v1/detail1 credit

Full business card for one org by org_id (or a Yandex Maps org URL): name, address, coordinates, rating, categories, phones, website, social links, opening hours, features and photo count.

ParameterAllowed / rangeDescription
org_idoptionalYandex Maps org id (the number in /maps/org/<id>/). From a search result's org_id.
urloptionalAlternatively a full Yandex Maps org URL.
Try in playground →
post/yandex-maps/v1/reviews1 credit

Paginated public customer reviews for an org: author handle, level, star rating, text, date and the business's reply. 50 reviews per page — page with `page`; meta.total_pages / meta.review_count tell you how many.

ParameterAllowed / rangeDescription
org_idrequiredYandex Maps org id to pull reviews for.
page = 1optional1–200Review page (50 per page). Page until meta.total_pages.
Try in playground →
post/yandex-maps/v1/nearby1 credit

Find businesses of a category around a coordinate. Returns geo-anchored orgs (same shape as search) closest to the given 'lon,lat' center.

ParameterAllowed / rangeDescription
llrequiredCenter to search around as 'lon,lat' (lon first).
textrequiredCategory or keyword to find near the center ('eczane', 'atm', 'cafe', 'hastane').
z = 16optional10–21Zoom (tighter = smaller radius).
Try in playground →
post/yandex-maps/v1/geocode1 credit

Geocode an address/place name to coordinates via Yandex. Returns the matched toponym with latitude/longitude and a normalized address. Pass a complete address; Yandex resolves it directly (don't over-qualify a place already named).

ParameterAllowed / rangeDescription
addressrequiredAddress or place name to geocode (e.g. 'Taksim Meydanı', 'Red Square Moscow').
Try in playground →