Search Recareas
search_recareasSearch US federal recreation areas — the parent regions (national parks, national forests, BLM/USACE lands) that contain campgrounds and facilities — on Recreation.gov. Filter by name/keyword or state. Returns RecArea IDs, names, descriptions, phone, and coordinates. Example: search_recareas({ query: "Grand Canyon", state: "AZ" })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results to return (default 20, max 50) | |
| query | No | Keyword or name to search, e.g. "Grand Canyon" | |
| state | No | Two-letter US state code, e.g. "AZ" | |
| offset | No | Pagination offset (default 0) | |
| _apiKey | No | Optional — your own Recreation.gov RIDB API key for higher limits; omit to use the shared Pipeworx key. |