UnifyAPI
← Back to catalog

nps.parks

mock data$0.001 / call

US National Parks

Search the 474 US national parks with full metadata: coords, activities, entrance fees, operating hours, photos, designation. Filter by state code, park code, or keyword. NPS public domain

Referenceprovider: Nps#nps#reference

Input schema

q

Free-text keyword search.

string
limit

Max records to return (default 10, max 50).

integer
start

Pagination offset for stepping through results.

integer
park_code

Optional park code (e.g. "yose" Yosemite, "yell" Yellowstone, "grca" Grand Canyon). Comma-separated allowed.

string
state_code

Optional 2-letter US state code (e.g. "CA", "NY", "WY"). Comma-separated for multiple ("CA,WY").

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/nps.parks \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"q":"<q>","limit":0,"start":0,"park_code":"<park_code>","state_code":"<state_code>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.