Provenance
Freshness & coverage
Methods (3)
searchStateLands
readLA state-agency land tracts (1,026). Filter parish/facility/lease/department/bbox.
Input schema
{ "type": "object", "properties": { "parish": { "type": "string", "examples": [ "Calcasieu" ] }, "facilityName": { "type": "string" }, "leaseOwnership": { "type": "string" }, "department": { "type": "number" }, "bbox": { "type": "array", "items": { "type": "number" } }, "near": { "type": "object", "properties": { "lat": { "type": "number" }, "lon": { "type": "number" }, "radiusMiles": { "type": "number" } }, "required": [ "lat", "lon", "radiusMiles" ], "additionalProperties": false }, "limit": { "type": "number" }, "format": { "oneOf": [ { "type": "string", "enum": [ "records" ] }, { "type": "string", "enum": [ "geojson" ] } ] }, "verbose": { "type": "boolean" } }, "additionalProperties": false }Parish accepts code ("10") or name ("Calcasieu"). No mineral interests upstream.
getStateLandTract
readLook up a single tract by SITE_CODE id (e.g. "5-10-006").
Required paramstractIdInput schema
{ "type": "object", "properties": { "tractId": { "type": "string", "examples": [ "5-10-006" ] } }, "additionalProperties": false, "required": [ "tractId" ] }getServiceInfo
readSchema + record count for the LA State Lands layer.
Input schema
{ "type": "object", "properties": { "service": { "type": "string" } }, "additionalProperties": false }
