All data sources

CA State Lands Commission

No authcslc

California State Lands Commission — coastal tidelands + offshore O&G + School Lands + Granted Lands. - searchOffshoreLeases ⭐ ~34 polygons (Active 26 / Inactive 8) — Long Beach/Wilmington/Huntington - searchOnshoreLeases ⭐ ~5.5K leases (76 Oil & Gas). Defaults TypeofLease='Oil & Gas Lease' - searchSchoolLands ~1.3K PLSS polygons (CNTY field, NOT COUNTY) - searchGrantedLands ~115 tidelands grants. Active 105 / Repealed 4 upstream quirks: AGOL services3.arcgis.com/5aaQCuq3e4GRvkFG owned by CA_State_Lands_Commission. Offshore lean schema (PRC + Lease_Stat only). CSLC Leases use ISO date strings + Lat/Lon strings + geometry.x/y. School_Lands has CNTY (4-char), 'Tinity'->'Trinity' typo. Granted_Lands COUNTY has 'Marin'/'Marin County' variants.

Provenance

Freshness & coverage

FreshnessFreshness not declared
GeographicNot declared
TemporalNot declared
AuthenticationNo credentials required

Methods (5)

  • searchOffshoreLeases

    read

    CSLC Offshore Oil Lease polygons (~34). Filter prc/leaseStatus/bbox/near.

    Entitieslease
    Input schema
    {
      "type": "object",
      "properties": {
        "prc": {
          "type": "string"
        },
        "leaseStatus": {
          "type": "string",
          "examples": [
            "Active"
          ]
        },
        "county": {
          "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
    }

    Lean schema (PRC + Lease_Stat only). No lessee/operator/dates upstream.

  • searchOnshoreLeases

    read

    CSLC Leases (~5.5K). Defaults to TypeofLease="Oil & Gas Lease". Pass typeofLease="all" for full set.

    Entitieslease
    Input schema
    {
      "type": "object",
      "properties": {
        "leaseNumber": {
          "type": "string"
        },
        "typeofLease": {
          "type": "string",
          "examples": [
            "Oil & Gas Lease"
          ]
        },
        "leaseOrPermit": {
          "type": "string"
        },
        "locationContains": {
          "type": "string"
        },
        "expiringAfter": {
          "type": "string"
        },
        "expiringBefore": {
          "type": "string"
        },
        "county": {
          "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
    }

    Pass leaseNumber, locationContains, leaseOrPermit, expiringBefore/After.

  • searchSchoolLands

    read

    CSLC School Lands polygons (~1.3K). PLSS — TWP/RNGE/SEC_TRCT/MERID. Filter county/section/township.

    Entitiesland
    Input schema
    {
      "type": "object",
      "properties": {
        "township": {
          "type": "string"
        },
        "range": {
          "type": "string"
        },
        "section": {
          "type": "number"
        },
        "meridian": {
          "type": "string"
        },
        "county": {
          "type": "string",
          "examples": [
            "Kern"
          ]
        },
        "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
    }

    Column is CNTY (4-char) NOT COUNTY. Handler fixes Tinity->Trinity typo.

  • searchGrantedLands

    read

    CSLC Granted Lands (~115). Tidelands grants to coastal cities. Status Active/Repealed.

    Entitiesrecord
    Input schema
    {
      "type": "object",
      "properties": {
        "status": {
          "type": "string",
          "examples": [
            "Active"
          ]
        },
        "grantHolderContains": {
          "type": "string"
        },
        "grantId": {
          "type": "string"
        },
        "county": {
          "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
    }

    COUNTY has both "Marin" + "Marin County" variants — handler matches both.

  • getServiceInfo

    read

    Schema + record counts for any of 5 services (CA State Lands Commission). Pass `service` to scope.

    Entitiesmetadata
    Input schema
    {
      "type": "object",
      "properties": {
        "service": {
          "type": "string",
          "examples": [
            "offshore-leases"
          ]
        }
      },
      "additionalProperties": false
    }