Nominatim Place Structure is a JSON Structure definition published by Nominatim. It conforms to the https://json-structure.org/draft/v1 meta-schema.
{
"$schema": "https://json-structure.org/draft/v1",
"$id": "https://nominatim.org/structures/place.json",
"title": "Place",
"description": "Field-level structure of a Nominatim Place result.",
"fields": [
{ "name": "place_id", "type": "integer", "required": true, "description": "Internal database identifier." },
{ "name": "licence", "type": "string", "required": false, "description": "Attribution and licence text." },
{ "name": "osm_type", "type": "string", "required": true, "enum": ["node", "way", "relation"] },
{ "name": "osm_id", "type": "integer", "required": true },
{ "name": "boundingbox", "type": "array<string>", "required": false, "cardinality": "4" },
{ "name": "lat", "type": "string", "required": true },
{ "name": "lon", "type": "string", "required": true },
{ "name": "display_name", "type": "string", "required": true, "description": "Full comma-separated address." },
{ "name": "class", "type": "string", "required": false, "description": "Main OSM tag key (json format)." },
{ "name": "category", "type": "string", "required": false, "description": "Main OSM tag key (jsonv2 format)." },
{ "name": "type", "type": "string", "required": false, "description": "Main OSM tag value." },
{ "name": "place_rank", "type": "integer", "required": false },
{ "name": "importance", "type": "number", "required": false },
{ "name": "addresstype", "type": "string", "required": false },
{ "name": "name", "type": "string", "required": false },
{ "name": "icon", "type": "string", "required": false, "format": "uri" },
{ "name": "address", "type": "object", "ref": "nominatim-address-structure.json" },
{ "name": "extratags", "type": "map<string,string>", "required": false },
{ "name": "namedetails", "type": "map<string,string>", "required": false },
{ "name": "geojson", "type": "object", "required": false }
]
}
Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for json structure
4 MCP tools reach this
find_json_structuresBrowse and filter every JSON Structure in the catalog.
apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
resolveTurn a domain, URL or GitHub org into the provider it belongs to.
find_cohortsEvery scored population of providers in the catalog.
All 92 tools →
Call it yourself
curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/nominatim-place-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.
A second provider on the same verified email joins the account you already have.