# National Park Service, US API **Provider:** National Park Service, US **Category:** developer **Base URL:** `https://www.nps.gov` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 1,000 req/hour **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://www.nps.gov/subjects/developer/ ## Description Data from the US National Park Service ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://www.nps.gov/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://www.nps.gov' ``` ## Sample Response ```json {} ``` ## Pricing Details Free with NPS API key. US National Park Service data; government open data. --- *Source: [API Map](https://apimap.dev/apis/national-park-service-us/) — CC BY 4.0*