Request
The detailed documentation of the requests is available in the API specification.
Auth
Every request needs to have a valid api key in the api-key
header.
Object types
Coordinates
Field | Type | Required | Description |
---|---|---|---|
lat | float | Yes | Latitude value between -90 and 90 |
lon | float | Yes | Longitude value between -180 to 180 |
accuracy | float | No | GPS accuracy in meters if available |
Cost
Field | Type | Required | Description |
---|---|---|---|
value | number | Yes | The amount of money |
currency | enum (string) | Yes | The currency (CZK , EUR ) |