Travel
Parks Canada Reservation logo

Parks Canada Reservation API

reservation.pc.gc.ca

Parks Canada reservations - campground listings, availability, site details, and pricing.

Actions
11
Category
Travel
Login
Not required
Output
JSON

Call the Parks Canada Reservation API

Submit a task, then poll the job until it settles. This example runs act_reservation_pc_gc_ca_booking_categories_catalog.

curl -X POST https://api.anakin.io/v1/wire/task \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_reservation_pc_gc_ca_booking_categories_catalog",
    "params": {}
  }'

11 actions on reservation.pc.gc.ca

Read

  • Booking Categories Catalog

    act_reservation_pc_gc_ca_booking_categories_catalogread1 credit / call

    Returns all bookable product categories with localized names and descriptions.

  • Campground Maps

    act_reservation_pc_gc_ca_campground_mapsread1 credit / call

    Returns map layers and campground map links for a selected park resource location.

    resource_location_id
    string · required
  • Campground Resources Listing

    act_reservation_pc_gc_ca_campground_resources_listingread1 credit / call

    Returns all campsites and reservable resources at a park with names, descriptions, and resource IDs.

    resource_location_id
    string · required
  • Campsite Daily Availability

    act_reservation_pc_gc_ca_campsite_daily_availabilityread2 credits / call

    Returns per-night availability codes across the requested stay date range for one campsite.

    booking_category_id
    string · required
    booking_uid
    string · required
    cart_uid
    string · required
    end_date
    date · required
    equipment_category_id
    string · required
    filter_data
    string · required
    party_size_counts
    string · required
    resource_id
    string · required
    start_date
    date · required
  • Filterable Attributes Catalog

    act_reservation_pc_gc_ca_filterable_attributes_catalogread1 credit / call

    Returns amenity and capacity filter attribute definitions for building search filters.

  • Park Alerts

    act_reservation_pc_gc_ca_park_alertsread1 credit / call

    Returns active alerts and notices for affected park locations with date windows.

  • Reservable Dates Schedule

    act_reservation_pc_gc_ca_date_schedule_reservable_datesread1 credit / call

    Returns operating and reservable date windows for a campground schedule.

    resource_location_id
    string · required
  • Resource Location Details

    act_reservation_pc_gc_ca_resource_location_detailread1 credit / call

    Returns full campground and park metadata for a resource's parent location.

    resource_id
    string · required
  • Root Park Map

    act_reservation_pc_gc_ca_parks_canada_root_mapread1 credit / call

    Returns the national Parks Canada map with park links and resource location IDs.

  • Search Criteria Tabs

    act_reservation_pc_gc_ca_search_criteria_tabsread1 credit / call

    Returns search tab groups with icons and category IDs.

Write

Write actions change state on reservation.pc.gc.ca and run as the account you connect.

  • Campsite Fee Details

    act_reservation_pc_gc_ca_campsite_fee_detailswrite2 credits / call

    Returns fee breakdown and total pricing for a campsite and start date given party composition.

    booking_category_id
    string · required
    party_size_counts
    array · required
    resource_id
    string · required
    start_date
    date · required

Parks Canada Reservation API questions

Is there an API for Parks Canada Reservation?
Parks Canada Reservation does not offer a public data API for this, but Anakin Wire provides 11 maintained endpoints for reservation.pc.gc.ca. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape Parks Canada Reservation data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when reservation.pc.gc.ca changes its markup, Anakin updates the action.
Do I need a Parks Canada Reservation account?
No. Every Parks Canada Reservation action listed here runs anonymously — no account and no credentials required.
What does the Parks Canada Reservation API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Travel APIs

All Travel sites