How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Measurabl ESGx Buildings API

Asset-level building intelligence (the Insights surface): submit buildings by coordinates, address or Measurabl building id and receive modeled energy estimates, carbon estimates, green building certification lookups, local performance ordinance lookups and CRREM transition-risk lookups, individually or as asynchronous batches with CSV upload and bulk export/download.

This API exposes 39 operations across 40 paths, organized into 7 resource areas, and defines 23 schemas. It is described by OpenAPI 3.0.1, at version v0.

Requests are made against the base URL https://api.measurabl.com/insights/v0.

39 operations 40 paths 23 schemas 25 GET14 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.1
API Version
v0
Base URL
https://api.measurabl.com/insights/v0
Authentication
OAuth 2.0
Resource Areas
7

Authentication & Security 1

Measurabl ESGx Buildings API declares 1 security scheme for authenticating requests. It supports OAuth 2.0 (OAuth2) using the clientCredentials flow.

Paths & Operations 39

Across 40 paths, the API surfaces 39 operations — 25 GET, 14 POST. They span 7 resource areas: Buildings, Carbon Estimates, Certification Lookups, Energy Estimates, Ordinance Lookups, Exports, Ordinances. Each is listed below with its method, path, parameters, and response codes.

Buildings 3
POST
/insights/v0/buildings
Creates a building
body → 201403
GET
/insights/v0/buildings
Returns all buildings for an app
4 params → 200404403
POST
/insights/v0/buildings/export
Requests a CSV download for the current app
→ 200403
Carbon Estimates 8
GET
/insights/v0/carbon_estimate_batches
Returns all carbon estimates batches
2 params → 200404403
GET
/insights/v0/carbon_estimate_batches/{id}/carbon_estimates
Returns all carbon estimates for a given batch
3 params → 200404403
POST
/insights/v0/carbon_estimate_batches/export
Requests a CSV download for the given Carbon Estimate batches
1 param body → 200
GET
/insights/v0/carbon_estimate_batches/{id}
Returns carbon estimate batch
1 param → 200404403
POST
/insights/v0/carbon_estimate_batches/upload
Uploads a file to create new carbon estimate(s)
1 param body → 200400403
GET
/insights/v0/carbon_estimates
Returns all carbon estimates
2 params → 200404403
POST
/insights/v0/carbon_estimates
Creates new carbon estimate(s)
body → 200413403
GET
/insights/v0/carbon_estimates/{id}
Retrieves an existing carbon estimate
1 param → 200403404
Certification Lookups 8
GET
/insights/v0/certification_lookup_batches
Returns all certification lookup batches
2 params → 200404403
GET
/insights/v0/certification_lookup_batches/{id}/certification_lookups
Returns all certification lookups for a given batch
3 params → 200404403
POST
/insights/v0/certification_lookup_batches/export
Requests a CSV download for the given Certification Lookups batches
1 param body → 200
GET
/insights/v0/certification_lookup_batches/{id}
Returns certification lookup batch
1 param → 200404403
POST
/insights/v0/certification_lookup_batches/upload
Uploads a file to create new certification lookup(s)
body → 200400403
POST
/insights/v0/certification_lookups
Creates new certification lookup(s)
body → 200413403
GET
/insights/v0/certification_lookups
Returns all certification lookups
2 params → 200404403
GET
/insights/v0/certification_lookups/{id}
Retrieves an existing certification lookup
1 param → 200403404
Energy Estimates 8
GET
/insights/v0/energy_estimate_batches
Returns all energy estimates batches
2 params → 200404403
GET
/insights/v0/energy_estimate_batches/{id}/energy_estimates
Returns all energy estimates for a given batch
3 params → 200404403
POST
/insights/v0/energy_estimate_batches/export
Requests a CSV download for the given Energy Estimate batches
1 param body → 200
GET
/insights/v0/energy_estimate_batches/{id}
Returns energy estimate batch
1 param → 200404403
POST
/insights/v0/energy_estimate_batches/upload
Uploads a file to create new energy estimate(s)
1 param body → 200400403
GET
/insights/v0/energy_estimates
Returns all energy estimates
2 params → 200404403
POST
/insights/v0/energy_estimates
Creates new energy estimate(s)
body → 200413403
GET
/insights/v0/energy_estimates/{id}
Retrieves an existing energy estimate
1 param → 200403404
Ordinance Lookups 8
GET
/insights/v0/ordinance_lookup_batches
Returns all ordinance lookup batches
2 params → 200404403
POST
/insights/v0/ordinance_lookup_batches/export
Requests a CSV download for the given Ordinance Lookup batches
1 param body → 200
GET
/insights/v0/ordinance_lookup_batches/{id}/ordinance_lookups
Returns all ordinance lookups for a given batch
3 params → 200404403
GET
/insights/v0/ordinance_lookup_batches/{id}
Returns ordinance lookup batch
1 param → 200404403
POST
/insights/v0/ordinance_lookup_batches/upload
Uploads a file to create new ordinance lookup(s)
body → 200400403
POST
/insights/v0/ordinance_lookups
Creates new ordinance lookup(s)
body → 200413403
GET
/insights/v0/ordinance_lookups
Returns all ordinance lookups
2 params → 200404403
GET
/insights/v0/ordinance_lookups/{id}
Retrieves an existing ordinance lookup
1 param → 200403404
Exports 3
GET
/insights/v0/exports/{id}/download
Downloads the export file
1 param → 302200
GET
/insights/v0/exports
Returns all exports for an app
2 params → 200404403
GET
/insights/v0/exports/{id}
Retrieves an existing export
1 param → 200403422
Ordinances 1
GET
/insights/v0/ordinances
Returns a list of ordinances
→ 200502403

Schemas 23

The contract defines 23 schemas that model the data the API accepts and returns. The most detailed are error (8 properties), resource (6 properties), success (5 properties), pagination (4 properties). Each schema is shown below with its type and property counts.

json_api
success
object
5 properties 1 required
failure
object
4 properties 1 required
info
object
3 properties 1 required
meta
object
Non-standard meta-information that can not be represented as an attribute or relationship.
data
The document's 'primary data' is a representation of the resource or collection of resources targeted by a request.
resource
object
'Resource objects' appear in a JSON:API document to represent resources.
6 properties 2 required
relationshipLinks
object
A resource object MAY contain references to other resource objects ('relationships'). Relationships may be to-one or to-many. Relationships can be specified by…
2 properties
links
object
link
A link MUST be represented as either: a string containing the link's URL or a link object.
attributes
object
Members of the attributes object ('attributes') represent information about the resource object in which it's defined.
relationships
object
Members of the relationships object ('relationships') represent references from the resource object in which it's defined to other resource objects.
3 properties
relationshipToOne
References to other resource objects in a to-one ('relationship'). Relationships can be specified by including a member in a resource's links object.
relationshipToMany
array
An array of objects each containing 'type' and 'id' members for to-many relationships.
empty
Describes an empty to-one relationship.
linkage
object
The 'type' and 'id' to non-empty members.
3 properties 2 required
pagination
object
4 properties
jsonapi
object
An object describing the server's implementation
2 properties
error
object
8 properties
request_body_msr_building_id
object
1 property
request_body_coordinates_with_client_metadata
object
2 properties
request_body_building_info_with_client_metadata
object
2 properties
request_body_building_custom_id
object
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

measurabl-esgx-buildings-openapi.yml Raw ↑
Where this information came from

This is an independent, third-party profile of Measurabl ESGx Buildings API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.