just/mocks_
mockzilla.org →
Catalog /data /BC Gov Geocoder API

BC Gov Geocoder API

PROVIDER · Gov Bc Ca SPEC v2.0.0 · OpenAPI 3.0.0 MOCK · LIVE
▸ TRY IT
https://api.justmocks.com/bcgov-geocoder
Open mock →

Simulate the BC Gov Geocoder API with 16 endpoints without keys, sandboxes, or a live account.

[01]

About

overview

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

16 operations · 4 resource groups
GET /addresses.{outputFormat}
sitesintersections
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}
intersections
Find intersections near to a geographic point
Represents intersections near a given point
GET /intersections/nearest.{outputFormat}
intersections
Find nearest intersection to a geographic point
Represents the closest intersection to a given point
GET /intersections/within.{outputFormat}
intersections
Find intersections in a geographic area
Represents all intersections within a given area
GET /intersections/{intersectionID}.{outputFormat}
intersections
Get an intersection by its unique ID
Represents a individual intersection
GET /occupants/addresses.{outputFormat}
occupants
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}
occupants
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}
occupants
Find occupants of the site nearest to a geographic point
Represents the closest occupant to a given point
GET /occupants/within.{outputFormat}
occupants
Find occupants of sites in a geographic area
Represents all occupants within a given area
GET /occupants/{occupantID}.{outputFormat}
occupants
Get an occupant (of a site) by its unique ID
Represents an individual occupant
GET /parcels/pids/{siteID}.{outputFormat}
parcels
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}
sites
Find sites near to a geographic point
Represents sites near a given point in the order of closest to farthest
GET /sites/nearest.{outputFormat}
sites
Find the site nearest to a geographic point
Represents the site nearest a given point
GET /sites/within.{outputFormat}
sites
Find sites in a geographic area
Represents sites within a given area
GET /sites/{siteID}.{outputFormat}
sites
Get a site by its unique ID
Represents an individual site
GET /sites/{siteID}/subsites.{outputFormat}
sites
Represents all subsites of a given site
Represents all subsites of a given site. Served by the Mockzilla mock runtime.