Request Response and Resource Links

The Property Resources API returns a transaction token along with resources.

Response fields

Field

Description

surveys

  • Survey results sorted by capture data in descending order
  • Each survey contains an array of resources. Each resource contains a list of resource links to the relevant resource servers.

properties

  • Properties resolved for area based pricing will not contain a property ID
  • A full list of properties returned for the first (non-paginated) request. Pagination requests (where nextCursor is provided ) will not contain the field.

Resource links

The Property Resources API relies on the Coverage and AI Coverage services to return the resource links for the available coverage. The following resource namespaces are supported:

  • raster
  • ai
  • 3d

Requested resources will be grouped by namespace, and the namespace determines the coverage service to be called. You can add custom selectors for each resource type, which are handled by the relevant coverage service. The API simply forwards the resources to the coverage service.

Examples


Tiles

https://api.nearmap.com/tiles/v3/\{type}/\{z}/\{x}/\{y}.\{format}

curl "[https://api.nearmap.com/tiles/v3/Vert/20/964704/629261.img](https://api.nearmap.com/tiles/v3/Vert/20/964704/629261.img)" -v 
-H "Authorization: Transaction {transactionToken}" 
--out 20_964704_629261.jpg