Skip to main content

Installation

Basic Usage

Authentication

The API uses x-api-key header authentication:

Available Endpoints

Property

  • GET /v1/property/{locationIds} - Get properties by location IDs
  • GET /v1/property/propertyId/{propertyIds} - Get properties by property IDs
  • GET /v1/property/sources/{sourceIds} - Get properties by source IDs
  • POST /v1/property/properties/by-slugs - Get properties by slugs
  • POST /v1/property/query - Query properties with advanced filters

Planning

  • GET /v1/planning/{applicationIds} - Get planning applications
  • GET /v1/planning/sources/{sourceIds} - Get planning by source IDs
  • POST /v1/planning/query - Query planning applications

Schools

  • GET /v1/schools - List schools
  • GET /v1/schools/{id} - Get school by ID
  • GET /v1/schools/search/nearby - Search nearby schools

Safety

  • GET /v1/safety/crime - Get crime data by location
  • GET /v1/safety/crime/stats - Get aggregated crime statistics

Address

  • POST /v1/address/resolve - Resolve an address
  • GET /v1/address/postcodes/{postcode} - Lookup a postcode
  • GET /v1/address/uprn/{uprn} - Lookup by UPRN

AVM

  • POST /v1/avm/predict - Predict property value
  • POST /v1/avm/analysis - Run valuation analysis

Listings

  • GET /v1/listings/{id} - Get a listing
  • POST /v1/listings/query - Query listings
See the full API reference for all 80 endpoints.

Next Steps