73.142.18.44→Cambridge, MA- Population
- 36,441
Developer API · IP to demographics
Speck Insights turns a public IP into U.S. demographics — population, income, education, housing, and more — so products can understand who is on the other end of a request.
IP address → demographics20 demo lookups per hour. On localhost, enter a public IP. Cloud and VPN addresses skip demographics.
Pass an IP address. Get demographics. Location-only and ZIP-only routes are also available.
GET /api/v1/demographicsThe product endpoint. Resolve a visitor’s public IP to location plus U.S. demographics. Cloud and VPN addresses return location only.
GET /api/v1/demographics?ip=8.8.8.8 X-API-Key: sk_live_…
GET /api/v1/geoCity, region, country, coordinates, ISP, and ZIP/postal code when you do not need demographics.
GET /api/v1/geo?ip=8.8.8.8 Authorization: Bearer sk_live_…
GET /api/v1/zipPopulation, income, education, housing, labor, and race/ethnicity for a 5-digit U.S. ZIP code.
GET /api/v1/zip?zip=10001 X-API-Key: sk_live_…
Missing or suppressed values come back as null.
| Population | Total, median age, households |
|---|---|
| Income | Median household, per capita, poverty rate |
| Education | Share with bachelor’s or higher |
| Housing | Units, owner occupancy, median value and rent |
| Labor | Civilian labor force and unemployment |
| Race / ethnicity | Race categories plus Hispanic/Latino |