Protocol Reference

Build institutional-grade property applications with the Casapi unified infrastructure. Our REST API handles the legal and jurisdictional complexity of the Mediterranean real estate market, delivering standardized data objects for Banks, Notaries, and PropTechs.

Authentication

Every institutional request requires an active API key and an Organization ID. Pass these in the headers to route your call to the correct jurisdictional silo.

curl https://api.casapi.immo/v1/property/verify \
  -H "x-api-key: live_marbella_789_v1_..." \
  -H "x-organization-id: org_123_prod"

Endpoints

Protocol v1.0 Live
GET/v1/property/search

Search properties via coordinates or address.

Required Parameters

qjurisdictionlimit
GET/v1/property/verify

Retrieve the Unified Property Object (Physical + Legal).

Required Parameters

property_idjurisdiction
GET/v1/utilities/usage

Real-time meter readings and billing history from regional providers.

Required Parameters

property_id
GET/v1/property/fiscal-status

Municipal tax standing and capital gains estimations.

Required Parameters

property_idjurisdiction
GET/v1/fintech/estimate

AI-driven property valuation and risk scoring.

Required Parameters

property_id

Protocol Environments

Test with mock land registry data in the Sandbox or sync official records in Production. Switch between environments by simply swapping your API key.