Gov Geocoder
Connector for the gov-geocoder API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://geocoder.api.gov.bc.ca - Auth:
header:apikey(pass your key via theapiKeyinput)
Operations
get_addresses_outputformat— GET /addresses.{outputFormat} — Geocode an addressget_intersections_near_outputformat— GET /intersections/near.{outputFormat} — Find intersections near to a geographic pointget_intersections_nearest_outputformat— GET /intersections/nearest.{outputFormat} — Find nearest intersection to a geographic pointget_intersections_within_outputformat— GET /intersections/within.{outputFormat} — Find intersections in a geographic areaget_intersections_intersectionid_outputformat— GET /intersections/{intersectionID}.{outputFormat} — Get an intersection by its unique IDget_occupants_addresses_outputformat— GET /occupants/addresses.{outputFormat} — Geocode an address and identify site occupants
Inputs
apiKey— your gov-geocoder API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_addresses_outputformat
apiKey: <your key>