BC Gov Groundwater Wells (GWELLS)
Emulate the BC Gov Groundwater Wells (GWELLS) with 24 endpoints without keys, sandboxes, or a live account.
[01]
About
Mock the BC Gov Groundwater Wells (GWELLS) as a turnkey Mockzilla sim with 24 OpenAPI endpoints, realistic JSON payloads, no upstream signup or sandbox keys. The groundwater wells, aquifers and registry API contains information related to groundwater wells and aquifers as well as a register of qualified well drillers and well pump installers registered to operate in B.C. Methods: 24x GET. Top resource groups: aquifer-codes, aquifers, wells, drillers. Hit https://api.justmocks.com/gwells for the Mockzilla API Explorer landing and per-endpoint sample requests.
Endpoints
24 across 9 resource groups
Methods
GET 24 none deprecated
OpenAPI
3.0.0 spec version v1
Source spec
62 KB · YAML
view raw →
[02]
Endpoints
| GET |
/aquifer-codes/demand/
|
return a list of aquifer demand codes. Mocked via Mockzilla.
|
| GET |
/aquifer-codes/materials/
|
return a list of aquifer material codes
|
| GET |
/aquifer-codes/productivity/
|
return a list of aquifer productivity codes
|
| GET |
/aquifer-codes/quality-concerns/
|
return a list of quality concern codes
|
| GET |
/aquifer-codes/subtypes/
|
return a list of aquifer subtype codes
|
| GET |
/aquifer-codes/vulnerability/
|
return a list of aquifer vulnerability codes. Available as a Mockzilla mock endpoint.
|
| GET |
/aquifer-codes/water-use/
|
return a list of water use codes
|
| GET |
/aquifers/
|
return a list of aquifers
|
| GET |
/aquifers/names/
|
List all aquifers in a simplified format
|
| GET |
/aquifers/{aquifer_id}/
|
return details of aquifers
|
| GET |
/aquifers/{aquifer_id}/files
|
list files found for the aquifer identified in the uri. Mockzilla mock: no signup, no API key.
|
| GET |
/cities/drillers/
|
returns a list of cities with a qualified, registered operator (driller or installer)
|
| GET |
/cities/installers/
|
returns a list of cities with a qualified, registered operator (driller or installer)
|
| GET |
/config
|
serves general configuration
|
| GET |
/drillers/
|
Returns a list of all person records
|
| GET |
/drillers/names/
|
Search for a person in the Register. Served by the Mockzilla mock runtime.
|
| GET |
/drillers/{person_guid}/files/
|
list files found for the aquifer identified in the uri
|
| GET |
/keycloak
|
serves keycloak config
|
| GET |
/submissions/options/
|
Options required for submitting activity report forms
|
| GET |
/surveys/
|
returns a list of active surveys
|
| GET |
/wells/
|
returns a list of wells. Mocked via Mockzilla.
|
| GET |
/wells/tags/
|
seach for wells by tag or owner
|
| GET |
/wells/{tag}/files
|
list files found for the well identified in the uri
|
| GET |
/wells/{well_tag_number}
|
Return well detail. This view is open to all, and has no permissions.
|