Using blast-ON with gov.bc.ca

unknown integration

Install
# See https://github.com/BabyJ723/blast-ON
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}
SDK on GitHub 📄 API Docs
SDK
blast-ON
unknown
API
gov.bc.ca
gov.bc.ca:geocoder
At a glance
Language unknown
Endpoints16
Base URLhttps://geocoder.api.gov.bc.ca