The National Park Service application program interface (NPS API) provides authoritative NPS data that you can use in your apps, maps, and websites. To access that data, you need an API key.
The process is free and easy. Just fill out the following form.
The process is free and easy. Just fill out the following form.
Once you obtain your API key, you may begin making API requests.
Each API request contains:
In the above request, two of the three necessary components are represented.
Good luck with your programming project and thanks for using NPS data.
Each API request contains:
- Resource Endpoint
- Query String Parameters
- HTTP Request Header with an API Key
https://developer.nps.gov/api/v1/alerts?parkCode=acad,dena
In the above request, two of the three necessary components are represented.
- Resource Endpoint -
https://developer.nps.gov/api/v1/alerts
- Query String Parameters -
parkCode=acad,dena
Good luck with your programming project and thanks for using NPS data.
Last updated: September 7, 2017