Stats

Stats endpoints return aggregate counts and overview data.

GET/stats

Returns top-level counts for the atlas.

GET/stats/overview

Returns wojewodztwo overview rows.

bash
curl https://api.geodash.pl/api/v1/stats
Response200
json
{
  "data": {
    "wojewodztwa": 16,
    "powiaty": 380,
    "gminy": 2477,
    "postal_codes": 0
  }
}