Reservation: Get Map Availability
Reservation via Parse · Travel
Retrieve availability overview for all resources on a campground map section. Returns per-resource and per-link availability for the specified date range, useful for finding available sites across an entire campground area without checking each site individually. Defaults to a 1-day window from today if dates are not specified. Extract campground availability, park locations, resources (campsites/cabins), equipment types, and date schedules from the Parks Canada reservation system (reservation.pc.gc.ca). Fulfilled by Parse from reservation.pc.gc.ca.
- government-public
- maps-geo
- parse
- platform-key
- reservation
- reservation-pc-gc-ca
- travel
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Indexed
- Execution
- Managed call
- Capability group
- Travel
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/45959601-ad42-4b32-bad3-8431a603ed7f/get_map_availability
- Interface artifact
- sha256:e44cb399f88f26480a5638560aa22c6dd45e54ce10c209970d8e30dd35504c8b
- Manifest digest
- sha256:9ea2c5c624e2323cced2c1851f7fc7644db756bacec484071ee6b26041213f3f
Request fields
- map_id (string, required): Map ID (campground section). Get from get_locations (root_map_id field).
- end_date (string): End date in YYYY-MM-DD format. Defaults to start_date + 1 day.
- language (string): Language code for localized content.: Allowed values: en-CA, fr-CA
- start_date (string): Start date in YYYY-MM-DD format. Defaults to today.
- booking_category_id (string): Booking category ID.
- equipment_category_id (string): Equipment category ID.
- sub_equipment_category_id (string): Sub-equipment category ID.
Example queries
- {"map_id":"-2147483626","end_date":"2026-06-26","language":"en-CA","start_date":"2026-06-25","booking_category_id":"1","equipment_category_id":"-32768","sub_equipment_category_id":"-32768"}