BC Geographical Names Web Service
Emulate the BC Geographical Names Web Service with 14 endpoints without keys, sandboxes, or a live account.
[01]
About
Mock the BC Geographical Names Web Service as a turnkey Mockzilla sim with 14 OpenAPI endpoints, realistic JSON payloads, no upstream signup or sandbox keys. This REST API provides searchable access to information about geographical names in the province of British Columbia, including name status and details about the corresponding geographic feature. Methods: 14x GET. Top resource groups: name, search, feature taxonomy, feature. Hit https://api.justmocks.com/bcgnws for the Mockzilla API Explorer landing and per-endpoint sample requests.
Endpoints
14 across 5 resource groups
Methods
GET 14 none deprecated
OpenAPI
3.0.0 spec version 3.x.x
Source spec
41 KB · YAML
view raw →
[02]
Endpoints
| GET |
/featureCategories
|
Get all feature categories Gets a list of all feature categories used by the BC Geographical Names Information System (BCGNIS). Note: there are three levels of classification in the BCGNIS feature taxonomy: classes, categories and types. A type is a subset of a category, and a category is a subset of a class. Mocked via Mockzilla.
|
| GET |
/featureClasses
|
Get all feature classes Gets a list of all feature classes used by the BC Geographical Names Information System (BCGNIS). Note: there are three levels of classification in the BCGNIS feature taxonomy: classes, categories and types. A type is a subset of a category, and a category is a subset of a class.
|
| GET |
/featureTypes
|
Get all feature types Gets a list of all feature types used by the BC Geographical Names Information System (BCGNIS). Note: there are three levels of classification in the BCGNIS feature taxonomy: classes, categories and types. A type is a subset of a category, and a category is a subset of a class.
|
| GET |
/features/{featureId}
|
Get a feature by its featureId Get information about the geographical feature with the specified featureId.
|
| GET |
/nameAuthorities
|
Get all name authorities Gets a list of all name authorities responsible for naming decisions of the geographical names in the BC Geographical Names Information System (BCGNIS)
|
| GET |
/names/changes
|
Search for names with metadata changes in a given period Search for information about geographical names which have changed most recently within a specified time window. Changes may include status cupdates and metadata corrections. Available as a Mockzilla mock endpoint.
|
| GET |
/names/decisions/recent
|
Search for names affected by recent naming decision Search for information about geographical names affected by naming 'decisions' made by the BC Geographical Names Office (naming authority) within the last X days.
|
| GET |
/names/decisions/year
|
Search for names affected by naming decisions in a given year Search for information about geographical names affected by naming 'decisions' made by the BC Geographical Names Office (naming authority) in a given year.
|
| GET |
/names/inside
|
Search in a geographic area Search for information about geographical names that correspond to features within a geographic bounding box. Various options and filter parameters are available to refine the search.
|
| GET |
/names/near
|
Search near to a geographic point Search for information about geographical names that correspond to features within a geographic area defined by a centre point and a radius. Various options and filter parameters are available to refine the search.
|
| GET |
/names/notOfficial/search
|
Search by name, limit to unofficial names only Search for information about unofficial geographical names by the text of the name itself. Various options and filter parameters are available to refine the search. Mockzilla mock: no signup, no API key.
|
| GET |
/names/official/search
|
Search by name, limit to official names only Search for information about official geographical names by the text of the name itself. Various options and filter parameters are available to refine the search.
|
| GET |
/names/search
|
Search by name Search for information about geographical names by the text of the name itself. The response will include both official and unofficial names. Various options and filter parameters are available to refine the search.
|
| GET |
/names/{nameId}.{outputFormat}
|
Get a name by its nameId Get information about the geographical name with the specified nameId.
|