California Fire Hazard API

Critical fire hazard severity data for California locations. Help protect lives and property with accurate, up-to-date fire risk information.

Official California Fire Hazard Data

Updated April 2024

Why Use Our API

Life-Saving Information At Your Fingertips

Accurate Risk Assessment

Get precise numerical risk scores and categories that help evaluate wildfire danger for any location.

Real-Time Data Access

Fast API responses deliver critical fire hazard information when you need it most.

Simple Integration

Clear documentation and straightforward endpoints make it easy to add to your applications.

Documentation

How to Use Our API

API Endpoints

Simple RESTful endpoints provide all the data you need

Status Check
GET /

Returns the API status and available endpoints.

Fire Hazard Information
GET /fire-hazard?lat=34.05&lon=-118.25

Returns detailed fire hazard information for the specified coordinates.

View Example Response
{
  "in_hazard_zone": false,
  "hazard_zone": null,
  "nearest_hazard_zone": {
    "id": 20847,
    "severity": "Very High",
    "classification": "Recommended LRA Very High",
    "explanation": "Local Responsibility Area recommended as Very High fire hazard severity.",
    "distance_km": 2.067
  },
  "risk_assessment": {
    "score": 0.5232,
    "category": "High",
    "description": "High fire risk area. Properties in this area have a significant probability of being affected by wildfires."
  }
}
Fire Hazard Zones in Radius
GET /fire-hazard/radius?lat=34.05&lon=-118.25&radius=5

Returns all fire hazard zones within the specified radius (in kilometers), including their geometries and risk assessments.

Applications

Who Can Benefit

Real Estate Applications

Provide fire risk information to potential homebuyers and include fire hazard data in property listings.

Insurance Services

Assess property risk levels to better inform insurance policy pricing and coverage decisions.

Emergency Planning

Help emergency services identify high-risk areas for fire prevention and response planning.

Ready to implement?Get your API key today and start building.