# Tribal Land Jurisdiction - Oklahoma Sites

**Use case:** 

Ready-to-run tribal jurisdiction screen for 4 Oklahoma sites: OTSA and tribal statistical-area status with THPO Section 106 consultation flagging.

## Input

```json
{
  "assets": [
    {
      "lat": 35.92,
      "lon": -94.97,
      "label": "Tahlequah, OK"
    },
    {
      "lat": 34.77,
      "lon": -96.68,
      "label": "Ada, OK"
    },
    {
      "lat": 35.07,
      "lon": -98.24,
      "label": "Anadarko, OK"
    },
    {
      "lat": 35.75,
      "lon": -95.37,
      "label": "Muskogee, OK"
    }
  ],
  "maxAssets": 500
}
```

## Output

```json
{
  "asset_label": {
    "label": "Asset label",
    "format": "string"
  },
  "on_tribal_land": {
    "label": "On tribal land",
    "format": "boolean"
  },
  "area_name": {
    "label": "Area name",
    "format": "string"
  },
  "area_type": {
    "label": "Area type",
    "format": "string"
  },
  "land_tenure_class": {
    "label": "Land tenure class",
    "format": "string"
  },
  "reservation_authority": {
    "label": "Reservation authority",
    "format": "string"
  },
  "land_area_sqmi": {
    "label": "Land area (sq mi)",
    "format": "number"
  },
  "is_reservation_or_trust_land": {
    "label": "Is reservation or trust land",
    "format": "boolean"
  },
  "section106_thpo_consultation": {
    "label": "Section 106 THPO consultation",
    "format": "boolean"
  },
  "civil_regulatory_jurisdiction": {
    "label": "Civil/regulatory jurisdiction",
    "format": "boolean"
  },
  "lending_title_review": {
    "label": "Lending/title review",
    "format": "boolean"
  },
  "geoid": {
    "label": "GEOID",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Tribal Land Jurisdiction Screener — Reservation & THPO Check](https://apify.com/malonestar/tribal-land-jurisdiction-screener) with a specific input configuration. Visit the [Actor detail page](https://apify.com/malonestar/tribal-land-jurisdiction-screener) to learn more, explore other use cases, and run it yourself.