gov.bc.ca

The groundwater wells, aquifers and registry API contains information related to groundwater wells and aquifers as well as a register of qualified well drillers and well pump installers registered to operate in B.C.

🔑 apikey 24 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
serves general configuration
curl \
  -H "JWT: $API_KEY" \
  https://apps.nrs.gov.bc.ca/gwells/api/v1/config
returns a list of wells
curl \
  -H "JWT: $API_KEY" \
  https://apps.nrs.gov.bc.ca/gwells/api/v1/wells/
serves keycloak config
curl \
  -H "JWT: $API_KEY" \
  https://apps.nrs.gov.bc.ca/gwells/api/v1/keycloak
Endpoints (24 total)
GET
/config
serves general configuration
GET
/wells/
returns a list of wells
GET
/keycloak
serves keycloak config
GET
/surveys/
returns a list of active surveys
GET
/aquifers/
return a list of aquifers
GET
/drillers/
Returns a list of all person records
GET
/wells/tags/
seach for wells by tag or owner
GET
/aquifers/names/
List all aquifers in a simplified format
GET
/drillers/names/
Search for a person in the Register
GET
/cities/drillers/
returns a list of cities with a qualified, registered operator (driller or in…
GET
/wells/{tag}/files
list files found for the well identified in the uri
GET
/cities/installers/
returns a list of cities with a qualified, registered operator (driller or in…
At a glance
Total SDKs8
Languages3
Endpoints24
Authapikey
Categories1
https://apps.nrs.gov.bc.ca/gwells/api/v1