v1
latestOpenAPI 3.0.02026-07-243964175.3 KBReturns roof age information for the latest resource within the supplied AOI.
summary: Returns roof age information for the latest resource within the supplied AOI.
post/resources/latest.{fileFormat}
Path parameters
fileFormat'geojson' required
Output file format. Currently only GeoJSON is supported.
Request body
Example request
{
"address": {
"streetAddress": "422 Towne Park Trl",
"city": "Austin",
"state": "TX",
"zip": "78751",
"country": "US"
},
"aoi": {
"geometry": {
"coordinates": [
[
[
-97.72889712645727,
30.30097004106024
],
[
-97.72891413685106,
30.30094441770939
],
[
-97.7286977067365,
30.300846611442992
],
[
-97.7286821440362,
30.300871609858902
],
[
-97.72889712645727,
30.30097004106024
]
]
]
}
}
}Response
Successful request, returning roof age information.
Example response
{
"features": [
{
"id": 3376720206396550700,
"properties": {
"hilbertId": "3376720206396550762"
}
}
],
"address": {
"streetAddress": "422 Towne Park Trl",
"city": "Austin",
"state": "TX",
"zip": "78751",
"country": "US"
}
}