S

Socio-demo API

by Socio-demo Free tier

Socio-demo API can be used to obtain time-aggregated data representing groups of people on the given location in the Czech Republic. Having a location, the API can return count of people belonging to age group or gender aggregated by hours. The socio-demo data is based on presence of mobile stations

mapsentertainmentpaymentsstoragecloud storagefilesenterprisecollaboration

Quick Reference

Base URL https://developer.o2.cz/sociodemo/sandbox/api Auth type OAuth 2.0 Auth header Authorization: Bearer YOUR_ACCESS_TOKEN Rate limit 4,000 API calls/min (authenticated) Pricing Free tier available Free quota 10 GB storage / forever Documentation https://developer.o2.cz/sociodemo/sandbox/api Endpoint status Unreachable — No response — server may be down or blocking automated probes (checked Mar 29, 2026) Builder score C 55% builder-friendly
Pricing
90
Latency
0
Depth
71

Authentication

OAuth 2.0 or JWT (Server Authentication) for machine-to-machine

Authorization: Bearer YOUR_ACCESS_TOKEN

Pricing

Model freemium Starting price Free tier available Free quota 10 GB storage / forever
PlanPrice/moIncluded
Individual Free 10 GB storage
Business Starter $15 Per user/mo, unlimited storage
Business $20 Per user/mo, advanced admin
Enterprise $0 Custom pricing

Individual: free (10GB). Business Starter: $15/user/mo (unlimited storage). Business: $20/user/mo. Enterprise: custom.

Key Endpoints

MethodPathDescription
GET /age/{location} Presence in a location aggregated by age
GET /gender/{location} Presence in a location aggregated by gender
GET /info Information about versions of application and data.

Sample Request

curl -X GET 'https://developer.o2.cz/sociodemo/sandbox/api/age/{location}' \
  -H '# No auth required'

Sample Response

{}

Data sourced from API Map. Always verify pricing and rate limits against the official Socio-demo documentation.