{ "opencollection": "1.0.0", "info": { "name": "Business Dynamics Statistics 2010 Popclock API", "version": "2026-05-25" }, "request": { "auth": { "type": "apikey", "key": "key", "value": "{{key}}", "placement": "query" } }, "items": [ { "info": { "name": "Popclock", "type": "folder" }, "items": [ { "info": { "name": "Get U.S. Population Clock Snapshot", "type": "http" }, "http": { "method": "GET", "url": "https://api.census.gov/data/popclock/data/population/uspop.json" }, "docs": "Current U.S. resident population estimate and event intervals (birth, death, net migration)." }, { "info": { "name": "Get World Population Clock Snapshot", "type": "http" }, "http": { "method": "GET", "url": "https://api.census.gov/data/popclock/data/population/world.json" }, "docs": "Current world population estimate." } ] } ], "bundled": true }