Get JSON Measurements

Why would I use this?

This endpoint will return measurement data in JSON format. You might use this endpoint to get the measurements of your structure in a JSON format to populate into your businesses CRM for tracking or to do calculations for content to add to a sales pitch.

The following parameters are available to pass into the version parameter:

Measurement TypeDescriptionSyntaxSupported Deliverables
Summarized Exterior MeasurementsA summarized version of the full JSON versionversion=summarized_jsonRoof Only (2)
Complete (3)
Full MeasurementsFull detailed measurement dataversion=full_jsonRoof Only (2)
Complete (3)
Interior (8)
Total Living Area (TLA)A JSON-formatted file of the Total Livng Area footprint and measurements. Only available with properties that are assigned the Total Living Area deliverableversion=sketch_jsonTotal Living Area Plus (5)
Total Living Area (6)
Roof LinesRetrieves all lines associated with roofing facets on HOVER models. Designed to be used with external programs designed to visualize 2D line geometry.version=roof_linesRoof Only (2)
Complete (3)
Paint MeasurementsReturns measurements data that's specific to exterior paintversion=paint_measurementsComplete (3)

To see code snippet example responses to each of the above JSON requests, please see the Measurements and Deliverables parent page.

Window Groups Post-Processing

Hover's PDF deliverable labels windows and window groups in order, beginning with the lowest level of the property and moving left-to-right around the structure. However, this order is not always reflected within the full_json measurement output. It is possible that the order of the objects within the window_groups array are not ordered numerically. Hover's system cannot guarantee the "correct" order of window groups.

Should your integration need this data to be ordered similarly to the PDF deliverable, we recommend a post-processing step that will re-order these objects. This can be completed programmatically after the full_json body is retrieved using the name key/value pair within each window_group object.

Language
Authorization
Bearer
URL
Click Try It! to start a request and see the response here!