# USA.gov API **Provider:** USA.gov **Category:** developer **Base URL:** `https://www.usa.gov` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** Not officially published **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://www.usa.gov/developer ## Description Authoritative information on U.S. programs, events, services and more ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://www.usa.gov/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://www.usa.gov' ``` ## Sample Response ```json {} ``` ## Pricing Details Free and open. USA.gov government search and data API. --- *Source: [API Map](https://apimap.dev/apis/usa-gov/) — CC BY 4.0*