Mongolia360
Developers
Build with Mongolia360 — datasets, search and AI over a documented, versioned API.
Open data
Free, versioned national datasets — provinces, soums, destinations, businesses and events.
National search
Search places, articles, events, businesses, routes, contributors and datasets
AI knowledge network
Knowledge domains answered from verified data, the knowledge graph and source links.
API keys
Most public endpoints are open and require no authentication. Higher rate limits and partner-scoped data are unlocked with an API key, which is provisioned by the Mongolia360 team through the admin console at /admin/developers.
To request a key, contact us with your project name, the scopes you need (data, search, ai, or partner), and your expected request volume. Keys are shown only once at creation and are passed via the Authorization: Bearer <key> header.
Usage limits
Anonymous and standard requests are limited to 60/min per client by default. Issued API keys may carry a higher per-minute allowance based on your plan. Responses include pagination metadata so you can fetch large datasets in pages rather than in a single call.
- Default rate limit: 60 requests per minute.
- Use pagination (page / perPage) instead of unbounded queries.
- Cache responses where possible — open data changes infrequently.
- Bulk consumers should prefer dataset downloads over paged endpoints.
API docs
Full reference for every public endpoint, the response envelope, pagination, and locale handling.