Balance

The Balance API provides a count of request credits left in the user's account for the day. Balance is reset at midnight UTC every day (00:00 UTC).

GET
/balance

Authorization

stringRequired

LocationIQ Access Token

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/balance"
{  "status": "ok",  "balance": {    "day": 30000  }}