# FEMA NRI County Risk — Portfolio Hazard Profile API

**Use case:** 

Join a portfolio of addresses, coordinates, or FIPS to FEMA's National Risk Index: county risk score, expected annual loss, and top-3 hazards. Keyless.

## Input

```json
{
  "assets": [
    {
      "lat": 25.7617,
      "lon": -80.1918,
      "label": "Miami Downtown"
    },
    {
      "lat": 29.7604,
      "lon": -95.3698,
      "label": "Houston Downtown"
    },
    {
      "lat": 40.7128,
      "lon": -74.006,
      "label": "Manhattan, NYC"
    }
  ],
  "resolution": "tract",
  "maxResults": 500
}
```

## Output

```json
{
  "asset_label": {
    "label": "Asset label",
    "format": "string"
  },
  "match_status": {
    "label": "Match status",
    "format": "string"
  },
  "resolution_used": {
    "label": "Resolution used",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "county": {
    "label": "County",
    "format": "string"
  },
  "stcofips": {
    "label": "County FIPS",
    "format": "string"
  },
  "tract_fips": {
    "label": "Census tract FIPS",
    "format": "string"
  },
  "risk_score": {
    "label": "Composite risk score",
    "format": "number"
  },
  "risk_rating": {
    "label": "Composite risk rating",
    "format": "string"
  },
  "expected_annual_loss_usd": {
    "label": "Expected annual loss ($)",
    "format": "number"
  },
  "social_vulnerability_rating": {
    "label": "Social vulnerability rating",
    "format": "string"
  },
  "resilience_rating": {
    "label": "Community resilience rating",
    "format": "string"
  },
  "top_hazards": {
    "label": "Top 3 hazards",
    "format": "array"
  }
}
```

## About this Actor

This example demonstrates how to use [FEMA NRI County Risk Profile — Asset Hazard Join](https://apify.com/malonestar/fema-nri-county-risk-profile) with a specific input configuration. Visit the [Actor detail page](https://apify.com/malonestar/fema-nri-county-risk-profile) to learn more, explore other use cases, and run it yourself.