Provenance
PublisherNM OCD Wells
Freshness & coverage
FreshnessFreshness not declared
GeographicNot declared
TemporalNot declared
AuthenticationNo credentials required
Methods (5)
searchWells
readSearch New Mexico OCD wells by id/name/operator/county/type/status (NM OCD Wells).
EntitieswellInput schema
{ "type": "object", "properties": { "wellName": { "type": "string" }, "wellId": { "type": "string" }, "operatorName": { "type": "string" }, "county": { "type": "string" }, "wellType": { "type": "string" }, "wellStatus": { "type": "string" }, "bbox": { "type": "array", "items": { "type": "number" } }, "limit": { "type": "number" }, "offset": { "type": "number" }, "returnGeometry": { "type": "boolean" } }, "additionalProperties": false }getWellDetail
readGet a New Mexico OCD well record by id or name.
Required paramswellId or wellNameEntitieswellInput schema
{ "type": "object", "properties": { "wellName": { "type": "string" }, "wellId": { "type": "string" } }, "additionalProperties": false, "allOf": [ { "anyOf": [ { "required": [ "wellId" ] }, { "required": [ "wellName" ] } ] } ] }searchFacilities
readSearch New Mexico OCD facilities by id/name/operator/type.
EntitiesrecordInput schema
{ "type": "object", "properties": { "facilityName": { "type": "string" }, "facilityId": { "type": "string" }, "operatorName": { "type": "string" }, "facilityType": { "type": "string" }, "ulstrPrefix": { "type": "string" }, "bbox": { "type": "array", "items": { "type": "number" } }, "limit": { "type": "number" }, "offset": { "type": "number" } }, "additionalProperties": false }searchIncidents
readSearch New Mexico OCD incidents/spills by operator/county/type/year.
EntitiesincidentInput schema
{ "type": "object", "properties": { "operatorName": { "type": "string" }, "county": { "type": "string" }, "incidentType": { "type": "string" }, "minYear": { "type": "number" }, "bbox": { "type": "array", "items": { "type": "number" } }, "limit": { "type": "number" }, "offset": { "type": "number" } }, "additionalProperties": false }searchInducedSeismicityAreas
readSearch New Mexico induced-seismicity areas (bbox filter).
EntitiessurveyInput schema
{ "type": "object", "properties": { "bbox": { "type": "array", "items": { "type": "number" } }, "limit": { "type": "number" } }, "additionalProperties": false }
