List Campsites
list_campsitesList the individual campsites within a Recreation.gov facility (campground) by FacilityID. Returns campsite IDs, names, type (e.g. "TENT ONLY", "RV"), loop, reservability, and type of use. Example: list_campsites({ facility_id: "232447" })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max campsites to return (default 20, max 50) | |
| _apiKey | No | Optional — your own Recreation.gov RIDB API key for higher limits; omit to use the shared Pipeworx key. | |
| facility_id | Yes | RIDB FacilityID of the campground, e.g. "232447" |