Stats
Stats endpoints return aggregate counts and overview data.
GET
/statsReturns top-level counts for the atlas.
GET
/stats/overviewReturns wojewodztwo overview rows.
bash
curl https://api.geodash.pl/api/v1/stats
Response200
json
{
"data": {
"wojewodztwa": 16,
"powiaty": 380,
"gminy": 2477,
"postal_codes": 0
}
}