← Back to catalog
nps.things_to_do
mock data$0.001 / callNPS Things To Do
Activities, programs, tours offered at US national parks (3,587 entries). Filter by park or state. NPS public domain
Input schema
q
stringFree-text keyword search.
limit
integerMax records to return (default 10, max 50).
start
integerPagination offset for stepping through results.
park_code
stringOptional park code (e.g. "yose" Yosemite, "yell" Yellowstone, "grca" Grand Canyon). Comma-separated allowed.
state_code
stringOptional 2-letter US state code (e.g. "CA", "NY", "WY"). Comma-separated for multiple ("CA,WY").
Call via REST
curl -X POST https://unifyapi.pro/api/call/nps.things_to_do \
-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>"}'