Provenance
PublisherFracFocus
API basehttps://fracfocus.org/
Freshness & coverage
FreshnessFreshness not declared
GeographicNot declared
TemporalNot declared
AuthenticationNo credentials required
Methods (7)
searchByOperator
readSearch FracFocus frac jobs by operator name.
Required paramsoperatorName or operator or operator_nameEntitiesoperatorInput schema
{ "type": "object", "properties": { "operatorName": { "type": "string" }, "operator": { "type": "string" }, "operator_name": { "type": "string" }, "state": { "type": "string" }, "startDate": { "type": "string" }, "endDate": { "type": "string" }, "limit": { "type": "number" }, "offset": { "type": "number" } }, "additionalProperties": false, "allOf": [ { "anyOf": [ { "required": [ "operatorName" ] }, { "required": [ "operator" ] }, { "required": [ "operator_name" ] } ] } ] }searchByApi
readSearch FracFocus frac jobs by well API number.
Required paramsapiNumber or api or api_numberEntitieswellInput schema
{ "type": "object", "properties": { "apiNumber": { "type": "string" }, "api": { "type": "string" }, "api_number": { "type": "string" } }, "additionalProperties": false, "allOf": [ { "anyOf": [ { "required": [ "apiNumber" ] }, { "required": [ "api" ] }, { "required": [ "api_number" ] } ] } ] }searchByCounty
readSearch FracFocus frac jobs by county (and state).
Required paramscounty or countyName or county_nameEntitiesrecordInput schema
{ "type": "object", "properties": { "county": { "type": "string" }, "countyName": { "type": "string" }, "county_name": { "type": "string" }, "state": { "type": "string" }, "startDate": { "type": "string" }, "endDate": { "type": "string" }, "limit": { "type": "number" } }, "additionalProperties": false, "allOf": [ { "anyOf": [ { "required": [ "county" ] }, { "required": [ "countyName" ] }, { "required": [ "county_name" ] } ] } ] }searchInBbox
readSearch FracFocus frac jobs within a bounding box.
Required paramsbboxEntitiesrecordInput schema
{ "type": "object", "properties": { "bbox": { "type": "array", "items": { "type": "number" } }, "startDate": { "type": "string" }, "endDate": { "type": "string" }, "limit": { "type": "number" } }, "additionalProperties": false, "required": [ "bbox" ] }getJobChemicals
readGet chemical ingredients for a FracFocus disclosure id.
Required paramsdisclosureIdEntitiesfrac_job, completionInput schema
{ "type": "object", "properties": { "disclosureId": { "type": "string" }, "limit": { "type": "number" } }, "additionalProperties": false, "required": [ "disclosureId" ] }getOperatorTopChemicals
readGet an operator most-used frac chemicals.
Required paramsoperatorName or operator or operator_nameEntitiesfrac_job, completion, operatorInput schema
{ "type": "object", "properties": { "operatorName": { "type": "string" }, "operator": { "type": "string" }, "operator_name": { "type": "string" }, "state": { "type": "string" }, "limit": { "type": "number" } }, "additionalProperties": false, "allOf": [ { "anyOf": [ { "required": [ "operatorName" ] }, { "required": [ "operator" ] }, { "required": [ "operator_name" ] } ] } ] }searchByChemical
readSearch FracFocus frac jobs by chemical (CAS or name).
Required paramsingredientName or casNumberEntitiesfrac_job, completionInput schema
{ "type": "object", "properties": { "ingredientName": { "type": "string" }, "casNumber": { "type": "string" }, "state": { "type": "string" }, "limit": { "type": "number" } }, "additionalProperties": false, "allOf": [ { "anyOf": [ { "required": [ "ingredientName" ] }, { "required": [ "casNumber" ] } ] } ] }
