gov.bc.ca

This API represents address cleaning, correction, completion, geocoding, reverse geocoding, and proximity resources for intersection addresses, physical addresses and their occupants in British Columbia. Please read our [data collection notice](https://github.com/bcgov/api-specs/blob/master/COLLECTI

🔑 apikey 16 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
Geocode an address
curl \
  -H "apikey: $API_KEY" \
  https://geocoder.api.gov.bc.ca/addresses.{outputFormat}
Find sites near to a geographic point
curl \
  -H "apikey: $API_KEY" \
  https://geocoder.api.gov.bc.ca/sites/near.{outputFormat}
Find sites in a geographic area
curl \
  -H "apikey: $API_KEY" \
  https://geocoder.api.gov.bc.ca/sites/within.{outputFormat}
Endpoints (16 total)
GET
/addresses.{outputFormat}
Geocode an address
GET
/sites/near.{outputFormat}
Find sites near to a geographic point
GET
/sites/within.{outputFormat}
Find sites in a geographic area
GET
/sites/nearest.{outputFormat}
Find the site nearest to a geographic point
GET
/occupants/near.{outputFormat}
Find occupants of sites near to a geographic point
GET
/sites/{siteID}.{outputFormat}
Get a site by its unique ID
GET
/occupants/within.{outputFormat}
Find occupants of sites in a geographic area
GET
/occupants/nearest.{outputFormat}
Find occupants of the site nearest to a geographic point
GET
/intersections/near.{outputFormat}
Find intersections near to a geographic point
GET
/occupants/addresses.{outputFormat}
Geocode an address and identify site occupants
GET
/intersections/within.{outputFormat}
Find intersections in a geographic area
GET
/intersections/nearest.{outputFormat}
Find nearest intersection to a geographic point
At a glance
Total SDKs8
Languages3
Endpoints16
Authapikey
Categories1
https://geocoder.api.gov.bc.ca