gov.bc.ca

This API provides live access to the BC Data Catalogue. Further documentation on the API is available from http://docs.ckan.org/en/latest/ Confirm the version of the API available from the catalogue by requesting https://catalogue.data.gov.bc.ca/api/3/action/status_show. Please note that you may e

🔑 oauth2 22 endpoints open_data
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (8 total)

npm install governance-sdk
npm install governance-sdk
npm install mcp-governance-sdk
npm install us-gov-open-data-mcp
go get github.com/blockpane/govstat
go get github.com/robertojrojas/aws-sdk-gov2-blog
go get github.com/ppapapetrou76/go-data-gov-gr-sdk
# See https://github.com/Gearbox-protocol/sdk-gov
curl examples
Get a list of tags
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://catalogue.data.gov.bc.ca/api/3/action/tag_list
Get the site status
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://catalogue.data.gov.bc.ca/api/3/action/status_show
Get a list of all packages (datasets)
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://catalogue.data.gov.bc.ca/api/3/action/package_list
Endpoints (22 total)
GET
/action/tag_list
Get a list of tags
GET
/action/status_show
Get the site status
GET
/action/package_list
Get a list of all packages (datasets)
GET
/action/package_show
Get metadata about one specific package (dataset)
GET
/action/related_list
Gets items related to a package (dataset)
GET
/action/resource_show
Get metadata for a specific resource
GET
/action/package_search
Find packages (datasets) matching query terms
GET
/action/resource_search
Find resources
GET
/action/organization_list
Get names of all organizations
GET
/action/organization_show
Get details of a specific organization
GET
/action/package_autocomplete
Find packages (datasets) matching a query
GET
/action/package_activity_list
Get the activity stream of a package (dataset)
At a glance
Total SDKs8
Languages3
Endpoints22
Authoauth2
Categories1
https://catalogue.data.gov.bc.ca/api/3