# Census.gov API **Provider:** Census.gov **Category:** developer **Base URL:** `https://www.census.gov` **Auth:** none — `# No auth required` **Rate Limit:** See documentation **Free Tier:** Yes — [object Object] **Pricing:** Free tier available (freemium) **Docs:** https://www.census.gov/data/developers/data-sets.html ## Description The US Census Bureau provides various APIs and data sets on demographics and businesses ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://www.census.gov/` | See documentation for endpoint reference | ## Authentication No authentication required ``` # No auth required ``` ## Sample Request ```bash curl 'https://www.census.gov' ``` ## Sample Response ```json {} ``` ## Pricing Details Free — open public API, no authentication required. --- *Source: [API Map](https://apimap.dev/apis/census-gov/) — CC BY 4.0*