← Back to catalog
nps.campgrounds
mock data$0.001 / callNPS Campgrounds
NPS campgrounds with reservation info, accessibility, amenities, coords. 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.campgrounds \
-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>"}'