Search
Search returns matches across available atlas entities.
GET
/searchQuery parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
q | string | Yes | - | Search phrase, city name, street name, postal code or administrative name. |
limit | number | No | 50 | Maximum number of results. |
bash
curl "https://api.geodash.pl/api/v1/search?q=Warszawa&limit=10"
Response200
json
{
"data": [],
"meta": {
"query": "Warszawa",
"total": 0,
"timeMs": 3
}
}