cURL
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>" } } }
Retrieve details about a specific well including associated entity information.
The well ID.
A single well object containing well details along with related entity information.
Show child attributes