Data Version

Data provided by the First Street API correlates with property and peril model versions.

Versioning information will soon be available as a query. A seperate release website will soon be available with versioning information. The release is the current version while date represents the date of deployment.

query {
  flood {
    version {
      release
      date
    }
  }
  fire {
    version {
      release
      date
    }
  }
  heat {
    version {
      release
      date
    }
  }
  wind {
    version {
      release
      date
    }
  }  
  version {
    release
    date
  }
}

API Version

API version annotates the current release of the GraphQL API. GraphQL fields will always be backwards compatable with future versions unless noted otherwise. The API Version information is available through our GitHub Repository.

Subsequently, API versions can be retreved through the version query:

query {
  version {
    release
    date
  }
}

The release is a git hash while the date is what is referenced as the Version. The highest date represents the latest version. Fields that are no longer recommended to be used will be annotated as Deprecated Fields

Current Released Data Versions

Air v1.0

Released on February 12, 2024 Press Release

Flood v3.1

Released on December 11, 2023

Property v3.0 Flood v3.0, Wildfire v2.0, Wind v1.1

Released on July 31, 2022 Press Release

Heat: v1.0

Released on August 15, 2022 Press Release

Past Releases

Wind v1.0 - February 26, 2023 Flood v2.0 - April 4, 2022 Fire v1.0 - May 16, 2022 Flood v1.3 - May 7, 2021 Flood v1.2 - Janurary 22, 2021 Flood v1.1 - September 18, 2020 Flood v1.0 - June 29, 2020

Last updated