Request
POST https://opendata.zilina.sk/api/datasets/v1/parking/items?outputType=csv
Parameters
{
"expand": true,
"limit": 10,
"page": 1,
"sort": "-name"
}
expand (boolean, optional) – If true, the response also contains pagination metadata.
limit (number, optional) – Maximum number of items returned in one response.
page (number, optional) – Requested page number.
sort (string, optional) – Sorting of the result. For example, "-name" sorts items by name in descending order.
Answer
"id","name","position"
"67b5e8c335c59400017efe4b","Antona Bernoláka","{""type"":""Point"",""coordinates"":[18.74079667765875,49.21805180522654]}"
id (string) – Unique identifier of the parking item.
name (string) – Name of the parking item.
position (object) – Geographic position of the item.
position.type (string) – Geometry type, for example "Point".
position.coordinates (array of numbers) – Coordinates in format [longitude, latitude].