British Columbia Data Catalogue website screenshot

British Columbia Data Catalogue

The British Columbia Data Catalogue is the official open data portal for the Government of British Columbia, Canada. Built on the CKAN open data platform, it provides programmatic access to thousands of BC government datasets spanning census and demographic data, environmental and climate information, geospatial and mapping data, financial reports, transportation and infrastructure data, and health and social services statistics. The CKAN API at api/3/action/ enables searching, listing, and retrieving dataset metadata and resources without authentication.

1 APIs 0 Features
Open DataGovernmentCanadian GovernmentBritish ColumbiaProvincial DataCKANGeospatial

APIs

BC Data Catalogue CKAN API

The BC Data Catalogue exposes a CKAN v3 REST API at https://catalogue.data.gov.bc.ca/api/3/action/ providing programmatic access to BC government open datasets. Key endpoints in...

Collections

Pricing Plans

Rate Limits

FinOps

Resources

🔗
Website
Website
🔗
APIBaseURL
APIBaseURL
🔗
DatasetList
DatasetList
🔗
DatasetSearch
DatasetSearch
🌐
GovernmentPortal
GovernmentPortal
🔗
LlmsText
LlmsText

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: BC Data Catalogue CKAN API
  version: '3'
items:
- info:
    name: Site
    type: folder
  items:
  - info:
      name: Show site status
      type: http
    http:
      method: GET
      url: https://catalogue.data.gov.bc.ca/api/3/action/status_show
    docs: Show site status
- info:
    name: Datasets
    type: folder
  items:
  - info:
      name: Search datasets
      type: http
    http:
      method: GET
      url: https://catalogue.data.gov.bc.ca/api/3/action/package_search
      params:
      - name: q
        value: ''
        type: query
        description: Solr query string
      - name: fq
        value: ''
        type: query
        description: Filter query
      - name: sort
        value: ''
        type: query
      - name: rows
        value: ''
        type: query
      - name: start
        value: ''
        type: query
      - name: facet
        value: ''
        type: query
      - name: facet.field
        value: ''
        type: query
      - name: include_private
        value: ''
        type: query
    docs: Search datasets
  - info:
      name: List dataset names
      type: http
    http:
      method: GET
      url: https://catalogue.data.gov.bc.ca/api/3/action/package_list
      params:
      - name: limit
        value: ''
        type: query
      - name: offset
        value: ''
        type: query
    docs: List dataset names
  - info:
      name: Show dataset
      type: http
    http:
      method: GET
      url: https://catalogue.data.gov.bc.ca/api/3/action/package_show
      params:
      - name: id
        value: ''
        type: query
      - name: include_tracking
        value: ''
        type: query
      - name: use_default_schema
        value: ''
        type: query
    docs: Show dataset
  - info:
      name: List datasets with resources
      type: http
    http:
      method: GET
      url: https://catalogue.data.gov.bc.ca/api/3/action/current_package_list_with_resources
      params:
      - name: limit
        value: ''
        type: query
      - name: offset
        value: ''
        type: query
    docs: List datasets with resources
- info:
    name: Groups
    type: folder
  items:
  - info:
      name: List groups
      type: http
    http:
      method: GET
      url: https://catalogue.data.gov.bc.ca/api/3/action/group_list
      params:
      - name: sort
        value: ''
        type: query
      - name: limit
        value: ''
        type: query
      - name: offset
        value: ''
        type: query
      - name: all_fields
        value: ''
        type: query
    docs: List groups
  - info:
      name: Show group
      type: http
    http:
      method: GET
      url: https://catalogue.data.gov.bc.ca/api/3/action/group_show
      params:
      - name: id
        value: ''
        type: query
      - name: include_datasets
        value: ''
        type: query
    docs: Show group
- info:
    name: Organizations
    type: folder
  items:
  - info:
      name: List organizations
      type: http
    http:
      method: GET
      url: https://catalogue.data.gov.bc.ca/api/3/action/organization_list
      params:
      - name: sort
        value: ''
        type: query
      - name: limit
        value: ''
        type: query
      - name: offset
        value: ''
        type: query
      - name: all_fields
        value: ''
        type: query
    docs: List organizations
  - info:
      name: Show organization
      type: http
    http:
      method: GET
      url: https://catalogue.data.gov.bc.ca/api/3/action/organization_show
      params:
      - name: id
        value: ''
        type: query
      - name: include_datasets
        value: ''
        type: query
    docs: Show organization
- info:
    name: Resources
    type: folder
  items:
  - info:
      name: Show resource
      type: http
    http:
      method: GET
      url: https://catalogue.data.gov.bc.ca/api/3/action/resource_show
      params:
      - name: id
        value: ''
        type: query
      - name: include_tracking
        value: ''
        type: query
    docs: Show resource
  - info:
      name: Search resources
      type: http
    http:
      method: GET
      url: https://catalogue.data.gov.bc.ca/api/3/action/resource_search
      params:
      - name: query
        value: ''
        type: query
      - name: order_by
        value: ''
        type: query
      - name: limit
        value: ''
        type: query
      - name: offset
        value: ''
        type: query
    docs: Search resources
- info:
    name: Tags
    type: folder
  items:
  - info:
      name: List tags
      type: http
    http:
      method: GET
      url: https://catalogue.data.gov.bc.ca/api/3/action/tag_list
      params:
      - name: query
        value: ''
        type: query
      - name: vocabulary_id
        value: ''
        type: query
      - name: all_fields
        value: ''
        type: query
    docs: List tags
  - info:
      name: Show tag
      type: http
    http:
      method: GET
      url: https://catalogue.data.gov.bc.ca/api/3/action/tag_show
      params:
      - name: id
        value: ''
        type: query
      - name: vocabulary_id
        value: ''
        type: query
    docs: Show tag
bundled: true