Ping.Extraction
- Parse SOVs
- Get SOV Data
- Update SOVs
Ping.Data
- Bulk Enhance
- Enhance
Ping.Vision
- User Memberships
- Miscellaneous
- Get Submission Data
- Create Submission
- Update Submission
Fetch Building
Retrieve a specific building.
GET
/
api
/
v1
/
building
/
{item_key}
Copy
Ask AI
curl --request GET \
--url https://api.sovfixer.com/api/v1/building/{item_key} \
--header 'Authorization: <api-key>'
Copy
Ask AI
{
"item_key": "<string>",
"revision": 123,
"building_counter": 123,
"data": {
"<PROPERTY_FROM_SOV>": {
"units": "<string>",
"value": "<string>",
"source": [
{
"cell": "<string>",
"external": "<string>"
}
],
"comment": "<string>",
"original": "<string>",
"confidence": 123
}
},
"external_data": {
"PG|BG|GG|EG|LBG|SM": {
"city": "<string>",
"route": "<string>",
"state": "<string>",
"county": "<string>",
"country": "<string>",
"latitude": 123,
"longitude": 123,
"precision": 123,
"confidence": 123,
"postal_code": "<string>",
"source_desc": "<string>",
"status_code": 123,
"location_type": "<string>",
"street_number": "<string>",
"address_line_1": "<string>",
"address_line_2": "<string>",
"formatted_address": "<string>",
"consulted_datasources": [
"<string>"
]
},
"PO": {
"confidence": 123,
"status_code": 123,
"occupancy_type": "<string>",
"occupancy_type_probability": 123
},
"LBFZ": {
"city": "<string>",
"zone": "<string>",
"state": "<string>",
"country": "<string>",
"is_sfha": true,
"dfirm_id": "<string>",
"latitude": 123,
"panel_id": "<string>",
"all_zones": [
"<string>"
],
"fips_code": "<string>",
"longitude": 123,
"parcel_id": "<string>",
"confidence": 123,
"study_type": "<string>",
"postal_code": "<string>",
"status_code": 123,
"panel_firm_id": "<string>",
"address_line_1": "<string>",
"effective_date": "<string>",
"is_in_100_year": true,
"precision_code": "<string>",
"postal_code_ext": "<string>",
"source_citation": "<string>",
"panel_effective_date": "<string>",
"panel_source_citation": "<string>"
},
"DTFST": {
"point": "<string>",
"confidence": 123,
"extra_data": {
"city": "<string>",
"name": "<string>",
"fcode": "<string>",
"ftype": "<string>",
"state": "<string>",
"address": "<string>",
"foot_id": "<string>",
"gnis_id": "<string>",
"zipcode": "<string>",
"globalid": "<string>",
"loaddate": "<string>",
"objectid": "<string>",
"admintype": "<string>",
"complex_id": "<string>",
"islandmark": "<string>",
"data_security": "<string>",
"source_datadesc": "<string>",
"source_datasetid": "<string>",
"source_featureid": "<string>",
"pointlocationtype": "<string>",
"source_originator": "<string>",
"addressbuildingname": "<string>",
"distribution_policy": "<string>",
"permanent_identifier": "<string>"
},
"status_code": 123,
"closest_point_latitude": 123,
"closest_point_longitude": 123,
"distance_to_fire_station_feet": 123
},
"T4D": {
"latitude": 123,
"longitude": 123,
"confidence": 123,
"status_code": 123,
"climate_wind_class": 123,
"fuels_average_class": 123,
"fuels_land_use_class": 123,
"climate_average_class": 123,
"wildfire_hazard_score": 123,
"topography_slope_class": 123,
"fuels_fuel_height_class": 123,
"topography_average_class": 123,
"topography_wetness_class": 123,
"climate_temperature_class": 123,
"topography_curvature_class": 123,
"topography_elevation_class": 123,
"topography_solar_factor_class": 123,
"topography_soil_moisture_class": 123,
"climate_evapotranspiration_class": 123,
"climate_percipitation_annual_class": 123,
"climate_percipitation_summer_class": 123,
"climate_vapor_pressure_deficit_class": 123
},
"RZR": {
"job_id": 123,
"latitude": "<string>",
"longitude": "<string>",
"loss_type": "<string>",
"confidence": 123,
"model_type": "<string>",
"redzone_uid": 123,
"status_code": 123,
"overall_class": "<string>",
"overall_score": 123,
"severity_class": "<string>",
"severity_score": 123,
"frequency_class": "<string>",
"frequency_score": 123,
"past_fire_class": "<string>",
"past_fire_score": 123,
"large_fire_class": "<string>",
"large_fire_score": 123,
"fire_history_data": [
{
"dist": 123,
"acres": 123,
"firename": "<string>",
"fireyear": 123
}
],
"map_image_overall": "<string>",
"map_image_satellite": "<string>",
"dist_to_higher_hazard": 123,
"fire_station_prox_class": "<string>",
"fire_station_prox_score": 123
},
"GAV": {
"confidence": 123,
"status_code": 123,
"usps_county": "<string>",
"meta_data_po_box": true,
"geocode_places_id": "<string>",
"usps_address_city": "<string>",
"usps_dpv_footnote": "<string>",
"meta_data_business": true,
"usps_address_state": "<string>",
"usps_carrier_route": "<string>",
"geocode_places_types": [
"<string>"
],
"usps_address_zipcode": "<string>",
"meta_data_residential": true,
"usps_dpv_confirmation": "<string>",
"usps_fips_county_code": "<string>",
"usps_post_office_city": "<string>",
"usps_post_office_state": "<string>",
"geocode_location_latitude": 123,
"geocode_location_longitude": 123,
"geocode_bounds_low_latitude": 123,
"geocode_bounds_high_latitude": 123,
"geocode_bounds_low_longitude": 123,
"geocode_pluscode_global_code": "<string>",
"usps_carrier_route_indicator": "<string>",
"geocode_bounds_high_longitude": 123,
"usps_address_first_address_line": "<string>",
"usps_address_second_address_line": "<string>"
},
"DTC": {
"confidence": 123,
"status_code": 123,
"connected_lines": [
"<string>"
],
"closest_point_latitude": 123,
"distance_to_coast_feet": 123,
"closest_point_longitude": 123,
"distance_to_coast_miles": 123
}
},
"integration_messages": {
"<source>": "<string>"
},
"integration_results": {
"<source>": "<string>"
},
"reliability": {
"Limit": "<string>",
"Overall": "<string>"
},
"orig": {
"<excel-cell>": {
"fmt": "<string>",
"val": "<string>",
"label": "<string>",
"formula": "<string>"
}
},
"zones": {
"EQ": "<string>",
"HU": "<string>",
"IF": "<string>",
"TE": "<string>",
"WF": "<string>",
"SCS": "<string>"
},
"ping_viewer_url": "<string>",
"ping_pli_url": "<string>",
"sheet_name": "<string>",
"sheet_row_number": 123,
"parsing_sheet_name": "<string>",
"parsing_sheet_row_number": 123
}
Authorizations
Token-based authentication with required prefix "Token"
Path Parameters
A unique identifier for the building. e.g. i-s-ga-ping-xxxxxx!SOV!1
Response
200
application/json
The response is of type object
.
Copy
Ask AI
curl --request GET \
--url https://api.sovfixer.com/api/v1/building/{item_key} \
--header 'Authorization: <api-key>'
Copy
Ask AI
{
"item_key": "<string>",
"revision": 123,
"building_counter": 123,
"data": {
"<PROPERTY_FROM_SOV>": {
"units": "<string>",
"value": "<string>",
"source": [
{
"cell": "<string>",
"external": "<string>"
}
],
"comment": "<string>",
"original": "<string>",
"confidence": 123
}
},
"external_data": {
"PG|BG|GG|EG|LBG|SM": {
"city": "<string>",
"route": "<string>",
"state": "<string>",
"county": "<string>",
"country": "<string>",
"latitude": 123,
"longitude": 123,
"precision": 123,
"confidence": 123,
"postal_code": "<string>",
"source_desc": "<string>",
"status_code": 123,
"location_type": "<string>",
"street_number": "<string>",
"address_line_1": "<string>",
"address_line_2": "<string>",
"formatted_address": "<string>",
"consulted_datasources": [
"<string>"
]
},
"PO": {
"confidence": 123,
"status_code": 123,
"occupancy_type": "<string>",
"occupancy_type_probability": 123
},
"LBFZ": {
"city": "<string>",
"zone": "<string>",
"state": "<string>",
"country": "<string>",
"is_sfha": true,
"dfirm_id": "<string>",
"latitude": 123,
"panel_id": "<string>",
"all_zones": [
"<string>"
],
"fips_code": "<string>",
"longitude": 123,
"parcel_id": "<string>",
"confidence": 123,
"study_type": "<string>",
"postal_code": "<string>",
"status_code": 123,
"panel_firm_id": "<string>",
"address_line_1": "<string>",
"effective_date": "<string>",
"is_in_100_year": true,
"precision_code": "<string>",
"postal_code_ext": "<string>",
"source_citation": "<string>",
"panel_effective_date": "<string>",
"panel_source_citation": "<string>"
},
"DTFST": {
"point": "<string>",
"confidence": 123,
"extra_data": {
"city": "<string>",
"name": "<string>",
"fcode": "<string>",
"ftype": "<string>",
"state": "<string>",
"address": "<string>",
"foot_id": "<string>",
"gnis_id": "<string>",
"zipcode": "<string>",
"globalid": "<string>",
"loaddate": "<string>",
"objectid": "<string>",
"admintype": "<string>",
"complex_id": "<string>",
"islandmark": "<string>",
"data_security": "<string>",
"source_datadesc": "<string>",
"source_datasetid": "<string>",
"source_featureid": "<string>",
"pointlocationtype": "<string>",
"source_originator": "<string>",
"addressbuildingname": "<string>",
"distribution_policy": "<string>",
"permanent_identifier": "<string>"
},
"status_code": 123,
"closest_point_latitude": 123,
"closest_point_longitude": 123,
"distance_to_fire_station_feet": 123
},
"T4D": {
"latitude": 123,
"longitude": 123,
"confidence": 123,
"status_code": 123,
"climate_wind_class": 123,
"fuels_average_class": 123,
"fuels_land_use_class": 123,
"climate_average_class": 123,
"wildfire_hazard_score": 123,
"topography_slope_class": 123,
"fuels_fuel_height_class": 123,
"topography_average_class": 123,
"topography_wetness_class": 123,
"climate_temperature_class": 123,
"topography_curvature_class": 123,
"topography_elevation_class": 123,
"topography_solar_factor_class": 123,
"topography_soil_moisture_class": 123,
"climate_evapotranspiration_class": 123,
"climate_percipitation_annual_class": 123,
"climate_percipitation_summer_class": 123,
"climate_vapor_pressure_deficit_class": 123
},
"RZR": {
"job_id": 123,
"latitude": "<string>",
"longitude": "<string>",
"loss_type": "<string>",
"confidence": 123,
"model_type": "<string>",
"redzone_uid": 123,
"status_code": 123,
"overall_class": "<string>",
"overall_score": 123,
"severity_class": "<string>",
"severity_score": 123,
"frequency_class": "<string>",
"frequency_score": 123,
"past_fire_class": "<string>",
"past_fire_score": 123,
"large_fire_class": "<string>",
"large_fire_score": 123,
"fire_history_data": [
{
"dist": 123,
"acres": 123,
"firename": "<string>",
"fireyear": 123
}
],
"map_image_overall": "<string>",
"map_image_satellite": "<string>",
"dist_to_higher_hazard": 123,
"fire_station_prox_class": "<string>",
"fire_station_prox_score": 123
},
"GAV": {
"confidence": 123,
"status_code": 123,
"usps_county": "<string>",
"meta_data_po_box": true,
"geocode_places_id": "<string>",
"usps_address_city": "<string>",
"usps_dpv_footnote": "<string>",
"meta_data_business": true,
"usps_address_state": "<string>",
"usps_carrier_route": "<string>",
"geocode_places_types": [
"<string>"
],
"usps_address_zipcode": "<string>",
"meta_data_residential": true,
"usps_dpv_confirmation": "<string>",
"usps_fips_county_code": "<string>",
"usps_post_office_city": "<string>",
"usps_post_office_state": "<string>",
"geocode_location_latitude": 123,
"geocode_location_longitude": 123,
"geocode_bounds_low_latitude": 123,
"geocode_bounds_high_latitude": 123,
"geocode_bounds_low_longitude": 123,
"geocode_pluscode_global_code": "<string>",
"usps_carrier_route_indicator": "<string>",
"geocode_bounds_high_longitude": 123,
"usps_address_first_address_line": "<string>",
"usps_address_second_address_line": "<string>"
},
"DTC": {
"confidence": 123,
"status_code": 123,
"connected_lines": [
"<string>"
],
"closest_point_latitude": 123,
"distance_to_coast_feet": 123,
"closest_point_longitude": 123,
"distance_to_coast_miles": 123
}
},
"integration_messages": {
"<source>": "<string>"
},
"integration_results": {
"<source>": "<string>"
},
"reliability": {
"Limit": "<string>",
"Overall": "<string>"
},
"orig": {
"<excel-cell>": {
"fmt": "<string>",
"val": "<string>",
"label": "<string>",
"formula": "<string>"
}
},
"zones": {
"EQ": "<string>",
"HU": "<string>",
"IF": "<string>",
"TE": "<string>",
"WF": "<string>",
"SCS": "<string>"
},
"ping_viewer_url": "<string>",
"ping_pli_url": "<string>",
"sheet_name": "<string>",
"sheet_row_number": 123,
"parsing_sheet_name": "<string>",
"parsing_sheet_row_number": 123
}
Assistant
Responses are generated using AI and may contain mistakes.