BC Gov Geocoder API
Simulate the BC Gov Geocoder API with 16 endpoints without keys, sandboxes, or a live account.
[01]
About
Mock the BC Gov Geocoder API as a turnkey Mockzilla sim with 16 OpenAPI endpoints, realistic JSON payloads, no upstream signup or sandbox keys. This API represents address cleaning, correction, completion, geocoding, reverse geocoding, and proximity resources for intersection addresses, physical addresses and their occupants in British Columbia. Methods: 16x GET. Top resource groups: sites, intersections, occupants, parcels. Hit https://api.justmocks.com/bcgov-geocoder for the Mockzilla API Explorer landing and per-endpoint sample requests.
Endpoints
16 across 4 resource groups
Methods
GET 16 none deprecated
OpenAPI
3.0.0 spec version 2.0.0
Source spec
55 KB · YAML
view raw →
[02]
Endpoints
| GET |
/addresses.{outputFormat}
|
Geocode an address Represents the set of geocoded and standardized sites and intersections whose address best matches a given query address. Mocked via Mockzilla.
|
| GET |
/intersections/near.{outputFormat}
|
Find intersections near to a geographic point Represents intersections near a given point
|
| GET |
/intersections/nearest.{outputFormat}
|
Find nearest intersection to a geographic point Represents the closest intersection to a given point
|
| GET |
/intersections/within.{outputFormat}
|
Find intersections in a geographic area Represents all intersections within a given area
|
| GET |
/intersections/{intersectionID}.{outputFormat}
|
Get an intersection by its unique ID Represents a individual intersection
|
| GET |
/occupants/addresses.{outputFormat}
|
Geocode an address and identify site occupants Represents the set of occupants whose addresses best match a given query address. Every occupant has an associated site which has a standardized address and a coordinate location on the Earth. Available as a Mockzilla mock endpoint.
|
| GET |
/occupants/near.{outputFormat}
|
Find occupants of sites near to a geographic point Represents occupants near a given point in order of closest to farthest
|
| GET |
/occupants/nearest.{outputFormat}
|
Find occupants of the site nearest to a geographic point Represents the closest occupant to a given point
|
| GET |
/occupants/within.{outputFormat}
|
Find occupants of sites in a geographic area Represents all occupants within a given area
|
| GET |
/occupants/{occupantID}.{outputFormat}
|
Get an occupant (of a site) by its unique ID Represents an individual occupant
|
| GET |
/parcels/pids/{siteID}.{outputFormat}
|
Get a comma-separated string of all pids for a given site Represents all parcel identifiers associated with an individual site. Mockzilla mock: no signup, no API key.
|
| GET |
/sites/near.{outputFormat}
|
Find sites near to a geographic point Represents sites near a given point in the order of closest to farthest
|
| GET |
/sites/nearest.{outputFormat}
|
Find the site nearest to a geographic point Represents the site nearest a given point
|
| GET |
/sites/within.{outputFormat}
|
Find sites in a geographic area Represents sites within a given area
|
| GET |
/sites/{siteID}.{outputFormat}
|
Get a site by its unique ID Represents an individual site
|
| GET |
/sites/{siteID}/subsites.{outputFormat}
|
Represents all subsites of a given site Represents all subsites of a given site. Served by the Mockzilla mock runtime.
|