Skip to main content
GET
/
wells
/
{id}
Get Well
curl --request GET \
  --url https://v1.api.flux-os.com/wells/{id} \
  --header 'x-api-key: <api-key>' \
  --header 'x-user-id: <api-key>'
{
  "data": {
    "uwi": "<string>",
    "location_exception": "<string>",
    "event_sequence": "<string>",
    "lsd": 123,
    "section": 123,
    "township": 123,
    "range": 123,
    "meridian": "<string>",
    "licensee": "<unknown>",
    "regulator_id": "<string>",
    "id": "<string>",
    "name": null,
    "latitude": null,
    "longitude": null,
    "jurisdiction": "ALBERTA",
    "license_status": "ABANDONED",
    "license_type": "WELL",
    "license_number": null,
    "license_issued": null,
    "regulator_system": "PETRINEX",
    "entity": {
      "legal_name": "<string>",
      "id": "<string>"
    }
  }
}

Authorizations

x-api-key
string
header
required
x-user-id
string
header
required

Path Parameters

id
integer
required

The well ID.

Response

A single well object containing well details along with related entity information.

data
object