Download OpenAPI specification:Download
{- "id": 0,
- "location": {
- "latitude": 0,
- "longitude": 0
}, - "geometry": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "images": [
- {
- "url": "string",
- "mime": "string",
- "width": 0,
- "height": 0,
- "source": "string",
- "license": "string",
- "description": "string",
- "attributions": [
- "string"
]
}
], - "details": {
- "name": "string",
- "names": {
- "property1": "string",
- "property2": "string"
}, - "types": {
- "place": {
- "kind": "string"
}, - "amenity": {
- "kind": "string",
- "healthcare": [
- "string"
], - "cuisine": [
- "string"
]
}, - "shop": {
- "kind": "string"
}, - "natural": {
- "kind": "string"
}, - "tourism": {
- "kind": "string"
}, - "historic": {
- "kind": "string"
}, - "office": {
- "kind": "string"
}, - "memorial": {
- "kind": "string"
}, - "leisure": {
- "kind": "string"
}
}, - "localizedAddress": "string",
- "address": {
- "house": "string",
- "street": "string",
- "city": "string",
- "place": "string",
- "postcode": "string",
- "country": "string",
- "suburb": "string",
- "state": "string",
- "province": "string",
- "county": "string",
- "municipality": "string",
- "floor": "string"
}, - "openingHours": {
- "periods": {
- "Mon": [
- {
- "open": "string",
- "close": "string"
}
], - "Tue": [
- {
- "open": "string",
- "close": "string"
}
], - "Wed": [
- {
- "open": "string",
- "close": "string"
}
], - "Thu": [
- {
- "open": "string",
- "close": "string"
}
], - "Fri": [
- {
- "open": "string",
- "close": "string"
}
], - "Sat": [
- {
- "open": "string",
- "close": "string"
}
], - "Sun": [
- {
- "open": "string",
- "close": "string"
}
]
}, - "checkDate": "string"
}, - "website": "string",
- "phoneNumbers": [
- "string"
], - "emails": [
- "string"
], - "elevation": 0,
- "wheelchair": {
- "support": "yes",
- "description": "string",
- "descriptions": {
- "property1": "string",
- "property2": "string"
}
}, - "brand": {
- "name": "string",
- "references": {
- "wikidata": "string",
- "wikipedia": "string",
- "googleMaps": "string"
}
}, - "references": {
- "wikidata": "string",
- "wikipedia": "string",
- "googleMaps": "string"
}
}, - "osmTags": {
- "property1": "string",
- "property2": "string"
}
}
Search for places by name and/or location.
fields | Array of strings Default: "id,location,details" Items Enum: "id" "location" "geometry" "details" "details.references.googleMaps" "images" "osmTags" Specifies which place fields to return. |
search | string <= 300 characters The term to search for. |
location | string^-?\d+(\.\d+)?,-?\d+(\.\d+)?$ Latitude,Longitude of the center point. |
radius | integer [ 1 .. 200000 ] Default: 1000 Search radius in meters, default is 1km, max is 200km. Works only with the |
limit | integer [ 1 .. 100 ] Default: 1 Maximum number of results. |
details.types.place.kind | string >= 1 Example: details.types.place.kind=museum Filter by the kind for the place type. Use '*' as a wildcard to match any kind. |
details.types.amenity.kind | string >= 1 Filter by the kind for the amenity type. Use '*' as a wildcard to match any kind. |
details.types.shop.kind | string >= 1 Filter by the kind for the shop type. Use '*' as a wildcard to match any kind. |
details.types.natural.kind | string >= 1 Filter by the kind for the natural type. Use '*' as a wildcard to match any kind. |
details.types.tourism.kind | string >= 1 Filter by the kind for the tourism type. Use '*' as a wildcard to match any kind. |
details.types.historic.kind | string >= 1 Filter by the kind for the historic type. Use '*' as a wildcard to match any kind. |
details.types.office.kind | string >= 1 Filter by the kind for the office type. Use '*' as a wildcard to match any kind. |
details.types.memorial.kind | string >= 1 Filter by the kind for the memorial type. Use '*' as a wildcard to match any kind. |
details.types.leisure.kind | string >= 1 Filter by the kind for the leisure type. Use '*' as a wildcard to match any kind. |
{- "results": [
- {
- "id": 0,
- "location": {
- "latitude": 0,
- "longitude": 0
}, - "geometry": {
- "type": "Point",
- "coordinates": [
- 0,
- 0
]
}, - "images": [
- {
- "url": "string",
- "mime": "string",
- "width": 0,
- "height": 0,
- "source": "string",
- "license": "string",
- "description": "string",
- "attributions": [
- "string"
]
}
], - "details": {
- "name": "string",
- "names": {
- "property1": "string",
- "property2": "string"
}, - "types": {
- "place": {
- "kind": "string"
}, - "amenity": {
- "kind": "string",
- "healthcare": [
- "string"
], - "cuisine": [
- "string"
]
}, - "shop": {
- "kind": "string"
}, - "natural": {
- "kind": "string"
}, - "tourism": {
- "kind": "string"
}, - "historic": {
- "kind": "string"
}, - "office": {
- "kind": "string"
}, - "memorial": {
- "kind": "string"
}, - "leisure": {
- "kind": "string"
}
}, - "localizedAddress": "string",
- "address": {
- "house": "string",
- "street": "string",
- "city": "string",
- "place": "string",
- "postcode": "string",
- "country": "string",
- "suburb": "string",
- "state": "string",
- "province": "string",
- "county": "string",
- "municipality": "string",
- "floor": "string"
}, - "openingHours": {
- "periods": {
- "Mon": [
- {
- "open": "string",
- "close": "string"
}
], - "Tue": [
- {
- "open": "string",
- "close": "string"
}
], - "Wed": [
- {
- "open": "string",
- "close": "string"
}
], - "Thu": [
- {
- "open": "string",
- "close": "string"
}
], - "Fri": [
- {
- "open": "string",
- "close": "string"
}
], - "Sat": [
- {
- "open": "string",
- "close": "string"
}
], - "Sun": [
- {
- "open": "string",
- "close": "string"
}
]
}, - "checkDate": "string"
}, - "website": "string",
- "phoneNumbers": [
- "string"
], - "emails": [
- "string"
], - "elevation": 0,
- "wheelchair": {
- "support": "yes",
- "description": "string",
- "descriptions": {
- "property1": "string",
- "property2": "string"
}
}, - "brand": {
- "name": "string",
- "references": {
- "wikidata": "string",
- "wikipedia": "string",
- "googleMaps": "string"
}
}, - "references": {
- "wikidata": "string",
- "wikipedia": "string",
- "googleMaps": "string"
}
}, - "osmTags": {
- "property1": "string",
- "property2": "string"
}
}
]
}