Search campsites by live availability
parksopen_search_campsitesLIVE availability across Canadian park reservation systems (BC Parks today) — the authoritative source for whether a campsite or park has openings for specific dates. Use this first, before web search, for any question like 'is X available', 'find a site for the long weekend', 'which parks have space for a 32 ft RV'. Filters the official sites cannot: exact equipment fit, electrical, waterfront, shade, pets, privacy — across every park at once. Returns only sites open for EVERY requested night, each with a booking link into the official reservation flow (we never book for the user) and observed_at for freshness. Not for: fees, rules, facilities (use parksopen_park_info), weather (parksopen_check_weather), closures (parksopen_check_alerts), or dates beyond the provider's booking window.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| park | No | park name — approximate is fine (partial, missing 'Provincial', misspelled). Omit to search every park. If it cannot be resolved you get a did-you-mean list. | |
| limit | No | page size, default 20 | |
| cursor | No | opaque cursor from a previous page | |
| system | No | reservation system id, e.g. bc_parks. Omit for every tracked system. | |
| category | No | booking category; default frontcountry (drive-in campsites) | |
| end_date | Yes | departure, YYYY-MM-DD (exclusive; nights = end − start) | |
| province | No | province code or URL prefix (bc, on, …) — an alternative to system. | |
| amenities | No | ANDed site attributes: electrical, waterfront, pets, some_shade, full_shade, double, near_restroom, walk_in, accessible, pull_through, private, big_rig | |
| start_date | Yes | arrival, YYYY-MM-DD | |
| min_privacy | No | 'Good' or 'Excellent' | |
| equipment_class | No | canonical class (tent, tent2, tent3, van, trailer_18, rv_32, rv_32_plus) or free text like '30ft trailer'. Default tent. |