Provenance
Freshness & coverage
Methods (6)
searchMineralAcreage
readTract-level mineral & surface ownership by state/land area/resource/ownership type.
EntitieslandInput schema
{ "type": "object", "properties": { "state": { "type": "string" }, "landAreaName": { "type": "string" }, "resourceCode": { "type": "string" }, "ownershipType": { "type": "string" }, "regionalOffice": { "type": "string" }, "limit": { "type": "number" } }, "additionalProperties": false }getMineralAcreageSummary
readCounts + acres summed by state | regionalOffice | resourceCode | ownershipType.
EntitieslandInput schema
{ "type": "object", "properties": { "groupBy": { "oneOf": [ { "type": "string", "enum": [ "state" ] }, { "type": "string", "enum": [ "regionalOffice" ] }, { "type": "string", "enum": [ "resourceCode" ] }, { "type": "string", "enum": [ "ownershipType" ] } ] }, "state": { "type": "string" }, "resourceCode": { "type": "string" }, "ownershipType": { "type": "string" } }, "additionalProperties": false }getReservationLands
readAIAN National LAR reservation/trust-land polygons by name/region/location. format:geojson.
EntitiesrecordInput schema
{ "type": "object", "properties": { "name": { "type": "string" }, "region": { "type": "string" }, "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" ] } ] } }, "additionalProperties": false }getTribalStatisticalAreas
readTribal statistical-area polygons by name/location. format:geojson for map.
EntitiesrecordInput schema
{ "type": "object", "properties": { "name": { "type": "string" }, "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" ] } ] } }, "additionalProperties": false }getBiaRegions
readThe 12 BIA regional administrative boundary polygons. format:geojson for map.
EntitiesrecordInput schema
{ "type": "object", "properties": { "name": { "type": "string" }, "format": { "oneOf": [ { "type": "string", "enum": [ "records" ] }, { "type": "string", "enum": [ "geojson" ] } ] } }, "additionalProperties": false }getServiceInfo
readConnector surface, field meanings, and live layer record counts.
EntitiesmetadataInput schema
{ "type": "object", "properties": { "service": { "type": "string" } }, "additionalProperties": false }
