Using governance-sdk with gov.bc.ca

TypeScript integration

Install
npm install governance-sdk
Quick start
import Governance_sdk from 'governance-sdk';

const client = new Governance_sdk({ apiKey: "YOUR_API_KEY" });
Search near to a geographic point
curl \
  https://apps.gov.bc.ca/pub/bcgnws/names/near
Get all feature types
curl \
  https://apps.gov.bc.ca/pub/bcgnws/featureTypes
Search in a geographic area
curl \
  https://apps.gov.bc.ca/pub/bcgnws/names/inside
SDK on GitHub 📄 API Docs
SDK
governance-sdk
TypeScript
API
gov.bc.ca
gov.bc.ca:bcgnws
At a glance
Language TypeScript
Endpoints14
Base URLhttps://apps.gov.bc.ca/pub/bcgnws