> For the complete documentation index, see [llms.txt](https://api-v2-docs.disasteraware.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://api-v2-docs.disasteraware.com/hazards/hazard-samples/landslide-sample.md).

# Landslide Sample

Landslide hazards sourced from the NASA Global Model of Models LHASA (Landslide Hazard Assessment for Situational Awareness). These hazards represent areas where landslide conditions have been detected or forecast, with severity levels indicating the assessed risk to affected populations and infrastructure.

## Landslide-Specific Properties

### Incident Data

The `incident.properties` object for landslide hazards contains metadata from the LHASA system describing the detected landslide event and its severity classification.

**Key incident properties for landslides include:**

* `senderName` - Source system identifier ("The NASA Global Model of Models LHASA")
* `incidentSeverity` - Severity classification of the incident (e.g., "WARNING")
* `hazardSeverity` - Hazard-level severity rating (e.g., "WARNING")
* `event` - Event type descriptor ("Landslide")
* `masterIncidentId` - Unique identifier linking related incident records
* `eventDate` - ISO 8601 timestamp for when the landslide event was first detected
* `createDate` - ISO 8601 timestamp for when the hazard record was created
* `reportDate` - ISO 8601 timestamp for the latest report on this hazard

### Features

Landslide features typically include INCIDENT polygons showing affected areas. The `features` FeatureCollection contains multiple feature types:

* **INCIDENT** - Point geometry at the hazard centroid with `featureType: "INCIDENT"`
* **SMART\_ALERT** - MultiPolygon geometry representing the combined alert area with `featureType: "SMART_ALERT"`
* **EXPOSURE\_AREA** - MultiPolygon geometry representing the exposure assessment area, with properties including `exposureDescription` (e.g., "SEVERE"), `exposureLevel` (numeric severity tier), and `featureType: "EXPOSURE_AREA"`

### Exposure Areas

Single level - Combined landslide polygons at Watch or Warning severity. The `exposureAreas` FeatureCollection contains one feature with an `exposureLevel` property (e.g., level 3 for SEVERE) covering the full extent of the detected landslide-prone area.

## Sample Response

```json
{
  "name": [
    {
      "locale": "en",
      "value": "Landslide - Andes, Pucar\u00e1, Azuay, Ecuador"
    }
  ],
  "description": [
    {
      "locale": "en",
      "value": "The NASA Global Model of Models LHASA has issued a Landslide warning for March 13, 2026 02:15:22 UTC through March 14, 2026 02:59:35 UTC for Andes, Pucar\u00e1, Azuay, Ecuador...."
    }
  ],
  "severity": "WARNING",
  "category": "EVENT",
  "incident": {
    "uuid": "10c5b0eb-892f-4501-bf45-d03343ee7136",
    "type": "LANDSLIDE",
    "sourceId": 1736,
    "sourceRecordId": "1736.1773411322506.11",
    "properties": {
      "hazardName": "Landslide - Andes, Pucar\u00e1, Azuay, Ecuador",
      "senderName": "The NASA Global Model of Models LHASA",
      "reportDate": "2026-03-13T14:15:22+00:00",
      "eventDate": "2026-03-13T02:15:22+00:00",
      "...": ""
    }
  },
  "uuid": "ac0d5322-936e-47b5-ac71-f9674c53f6d1",
  "comment": null,
  "createdAt": 1773412180,
  "relatedHazards": [],
  "longitude": -79.45602,
  "latitude": -3.22321,
  "version": 3,
  "alertGeometry": {
    "type": "FeatureCollection",
    "features": [
      {
        "type": "Feature",
        "geometry": {
          "type": "MultiPolygon",
          "coordinates": [...]
        },
        "properties": {}
      }
    ]
  },
  "features": {
    "features": [
      {
        "id": null,
        "type": "Feature",
        "properties": {
          "featureType": "INCIDENT"
        },
        "geometry": {
          "type": "Point",
          "coordinates": [...]
        },
        "incidentType": null,
        "sourceId": null
      },
      {
        "id": null,
        "type": "Feature",
        "properties": {
          "featureType": "SMART_ALERT"
        },
        "geometry": {
          "type": "MultiPolygon",
          "coordinates": [...]
        },
        "incidentType": null,
        "sourceId": null
      },
      {
        "id": null,
        "type": "Feature",
        "properties": {
          "exposureDescription": "SEVERE",
          "featureType": "EXPOSURE_AREA",
          "type": "EXPOSURE_AREA",
          "exposureLevel": 3
        },
        "geometry": {
          "type": "MultiPolygon",
          "coordinates": [...]
        },
        "incidentType": null,
        "sourceId": null
      }
    ],
    "incidentType": "LANDSLIDE",
    "metadata": {
      "headlineDescription": "",
      "sourceId": 1736,
      "roles": "",
      "incidentSeverity": "WARNING",
      "type": "ACTUAL",
      "sourceRecordId": "1736.1773411322506.11",
      "senderName": "The NASA Global Model of Models LHASA",
      "reportDate": "2026-03-13T14:15:22+00:00",
      "name": "Andes, Pucar\u00e1, Azuay, Ecuador",
      "hazardSeverity": "WARNING",
      "event": "Landslide",
      "masterIncidentId": "1736.1773411322506.11",
      "eventDate": "2026-03-13T14:15:22+00:00",
      "createDate": "2026-03-13T14:15:22+00:00",
      "..."
    },
    "type": "FeatureCollection",
    "sourceId": 1736
  },
  "exposureAreas": {
    "features": [
      {
        "id": null,
        "type": "Feature",
        "properties": {
          "exposureLevel": 3
        },
        "geometry": {
          "type": "MultiPolygon",
          "coordinates": [...]
        },
        "sourceId": null
      }
    ],
    "type": "FeatureCollection"
  },
  "exposureAssessment": {
    "population": {
      "total": 459000,
      "total0_14": 114110,
      "total15_64": 306795,
      "households": 141089,
      "vulnerable": 117900,
      "total65_Plus": 38007
    },
    "capital": {
      "total": 8062884700,
      "school": 308,
      "hospital": 29
    },
    "totalByCountry": [
      {
        "population": {
          "total": 359000,
          "total0_14": 89750,
          "total15_64": 240135,
          "households": 112188,
          "vulnerable": 90400,
          "total65_Plus": 29007
        },
        "country": "ECU",
        "capital": {
          "total": 5282333300,
          "school": 98,
          "hospital": 27
        },
        "admin0": "Ecuador",
        "admin1": null,
        "admin2": null,
        "foodNeedsUnit": "CAL",
        "foodNeeds": 189840000.0,
        "waterNeedsUnit": "liter",
        "waterNeeds": 271200.0,
        "wasteNeedsUnit": "100 liter",
        "wasteNeeds": 9040.0,
        "shelterNeedsUnit": "sq meters",
        "shelterNeeds": 311880.0
      },
      {
        "population": {
          "total": 100000,
          "total0_14": 24360,
          "total15_64": 66660,
          "households": 28902,
          "vulnerable": 27500,
          "total65_Plus": 9000
        },
        "country": "PER",
        "capital": {
          "total": 2780551400,
          "school": 210,
          "hospital": 2
        },
        "admin0": "Peru",
        "admin1": null,
        "admin2": null,
        "foodNeedsUnit": "CAL",
        "foodNeeds": 57750000.0,
        "waterNeedsUnit": "liter",
        "waterNeeds": 82500.0,
        "wasteNeedsUnit": "100 liter",
        "wasteNeeds": 2750.0,
        "shelterNeedsUnit": "sq meters",
        "shelterNeeds": 94875.0
      }
    ],
    "totalByAdmin": [
      {
        "population": {
          "total": 359000,
          "total0_14": 89750,
          "total15_64": 240135,
          "households": 112188,
          "vulnerable": 90400,
          "total65_Plus": 29007
        },
        "country": "ECU",
        "capital": {
          "total": 5282333300,
          "school": 98,
          "hospital": 27
        },
        "admin0": "Ecuador",
        "admin1": null,
        "admin2": null,
        "foodNeedsUnit": "CAL",
        "foodNeeds": 189840000.0,
        "waterNeedsUnit": "liter",
        "waterNeeds": 271200.0,
        "wasteNeedsUnit": "100 liter",
        "wasteNeeds": 9040.0,
        "shelterNeedsUnit": "sq meters",
        "shelterNeeds": 311880.0
      },
      {
        "population": {
          "total": 100000,
          "total0_14": 24360,
          "total15_64": 66660,
          "households": 28902,
          "vulnerable": 27500,
          "total65_Plus": 9000
        },
        "country": "PER",
        "capital": {
          "total": 2780551400,
          "school": 210,
          "hospital": 2
        },
        "admin0": "Peru",
        "admin1": null,
        "admin2": null,
        "foodNeedsUnit": "CAL",
        "foodNeeds": 57750000.0,
        "waterNeedsUnit": "liter",
        "waterNeeds": 82500.0,
        "wasteNeedsUnit": "100 liter",
        "wasteNeeds": 2750.0,
        "shelterNeedsUnit": "sq meters",
        "shelterNeeds": 94875.0
      }
    ],
    "exposureLevels": [
      {
        "level": "3",
        "data": {
          "population": {
            "total": 459000,
            "total0_14": 114110,
            "total15_64": 306795,
            "households": 141089,
            "vulnerable": 117900,
            "total65_Plus": 38007
          },
          "capital": {
            "total": 8062884700,
            "school": 308,
            "hospital": 29
          },
          "totalByCountry": [
            {
              "population": {
                "total": 359000,
                "total0_14": 89750,
                "total15_64": 240135,
                "households": 112188,
                "vulnerable": 90400,
                "total65_Plus": 29007
              },
              "country": "ECU",
              "capital": {
                "total": 5282333300,
                "school": 98,
                "hospital": 27
              },
              "admin0": "Ecuador",
              "admin1": null,
              "admin2": null,
              "foodNeedsUnit": "CAL",
              "foodNeeds": 189840000.0,
              "waterNeedsUnit": "liter",
              "waterNeeds": 271200.0,
              "wasteNeedsUnit": "100 liter",
              "wasteNeeds": 9040.0,
              "shelterNeedsUnit": "sq meters",
              "shelterNeeds": 311880.0
            },
            {
              "population": {
                "total": 100000,
                "total0_14": 24360,
                "total15_64": 66660,
                "households": 28902,
                "vulnerable": 27500,
                "total65_Plus": 9000
              },
              "country": "PER",
              "capital": {
                "total": 2780551400,
                "school": 210,
                "hospital": 2
              },
              "admin0": "Peru",
              "admin1": null,
              "admin2": null,
              "foodNeedsUnit": "CAL",
              "foodNeeds": 57750000.0,
              "waterNeedsUnit": "liter",
              "waterNeeds": 82500.0,
              "wasteNeedsUnit": "100 liter",
              "wasteNeeds": 2750.0,
              "shelterNeedsUnit": "sq meters",
              "shelterNeeds": 94875.0
            }
          ],
          "totalByAdmin": [
            {
              "population": {
                "total": 359000,
                "total0_14": 89750,
                "total15_64": 240135,
                "households": 112188,
                "vulnerable": 90400,
                "total65_Plus": 29007
              },
              "country": "ECU",
              "capital": {
                "total": 5282333300,
                "school": 98,
                "hospital": 27
              },
              "admin0": "Ecuador",
              "admin1": null,
              "admin2": null,
              "foodNeedsUnit": "CAL",
              "foodNeeds": 189840000.0,
              "waterNeedsUnit": "liter",
              "waterNeeds": 271200.0,
              "wasteNeedsUnit": "100 liter",
              "wasteNeeds": 9040.0,
              "shelterNeedsUnit": "sq meters",
              "shelterNeeds": 311880.0
            },
            {
              "population": {
                "total": 100000,
                "total0_14": 24360,
                "total15_64": 66660,
                "households": 28902,
                "vulnerable": 27500,
                "total65_Plus": 9000
              },
              "country": "PER",
              "capital": {
                "total": 2780551400,
                "school": 210,
                "hospital": 2
              },
              "admin0": "Peru",
              "admin1": null,
              "admin2": null,
              "foodNeedsUnit": "CAL",
              "foodNeeds": 57750000.0,
              "waterNeedsUnit": "liter",
              "waterNeeds": 82500.0,
              "wasteNeedsUnit": "100 liter",
              "wasteNeeds": 2750.0,
              "shelterNeedsUnit": "sq meters",
              "shelterNeeds": 94875.0
            }
          ],
          "foodNeedsUnit": "CAL",
          "foodNeeds": 245700000.0,
          "waterNeedsUnit": "liter",
          "waterNeeds": 351000.0,
          "wasteNeedsUnit": "100 liter",
          "wasteNeeds": 11700.0,
          "shelterNeedsUnit": "sq meters",
          "shelterNeeds": 403650.0
        },
        "exposureDescription": "SEVERE"
      }
    ],
    "hazardUuid": "",
    "hazardType": "",
    "version": "",
    "timestamp": "1773412086240",
    "exposureDescription": "",
    "foodNeedsUnit": "CAL",
    "foodNeeds": 245700000.0,
    "waterNeedsUnit": "liter",
    "waterNeeds": 351000.0,
    "wasteNeedsUnit": "100 liter",
    "wasteNeeds": 11700.0,
    "shelterNeedsUnit": "sq meters",
    "shelterNeeds": 403650.0
  },
  "type": "LANDSLIDE",
  "creator": "RICHTER",
  "source": null,
  "startedAt": 1773368122,
  "updatedAt": 1773412086,
  "endedAt": 1773457175
}
```

{% hint style="info" %}
Note: Coordinate arrays have been replaced with `[...]` for brevity. In actual API responses, `alertGeometry`, `features`, and `exposureAreas` contain complete GeoJSON coordinate arrays. The `features.metadata` and `incident.properties` objects have been truncated with `"..."` to show only key fields. The `source` field is `null` for LHASA landslide hazards. Population values within `exposureAssessment` are integers; `capital.school` and `capital.hospital` are counts of exposed facilities.
{% endhint %}
