data feed
ENTERPRISE DATA FEED · API v1

The independent number, as an API.

Every Langmoor rating, index level, yield and developer record — versioned, key-authenticated, JSON or CSV. Recomputed nightly from official Dubai Land Department feeds, with nothing to sell on any deal.
Official DLD source data JSON + CSV Versioned — additive changes only Nightly refresh

Quickstart

Keys are issued under an Enterprise licence — talk to us to get one. Then:
# the feed manifest — window, counts, every dataset
curl -H "X-Langmoor-Key: lk_your_key" https://langmoor.com/api/v1/meta

# all community ratings, as CSV, straight into a model
curl -H "X-Langmoor-Key: lk_your_key" \
     "https://langmoor.com/api/v1/ratings?format=csv" -o ratings.csv
# Python — one community's full building history
import urllib.request, json
req = urllib.request.Request("https://langmoor.com/api/v1/history?community=Dubai%20Marina",
                             headers={"X-Langmoor-Key": "lk_your_key"})
feed = json.load(urllib.request.urlopen(req))

Datasets

Base URL https://langmoor.com/api/v1 · append ?format=csv to any dataset · filter list datasets with ?community=.
EndpointReturnsFilters
/metaFeed manifest — data window, transaction/community/building counts, methodology version, dataset catalogue.
/ratingsEvery rated Dubai community — Liqva grade, grade score, resale AED/sqft, gross & net yield, off-plan share, maturity.community · format
/buildingsEvery rated building — grade, score, median AED/sqft, AVM band (p25–p75), liquidity, size profile, off-plan split.community · format
/yieldsCommunity yields from official Ejari rents + Mollak service charges — gross, net, rent PSF, service PSF.community · format
/indexThe Langmoor Index — monthly citywide resale AED/sqft and index level, 2002 → present.format
/index_typedApartment vs villa index — monthly AED/sqft and index level by property type.format
/rent_indexThe Langmoor Rent Index — new vs renewal Ejari rent PSF, monthly.format
/developersDeveloper track records — delivered / cancelled / on-time %, units, entities, corporate-brand grouped.format
/historyBulk history — monthly median resale AED/sqft per rated building, 2002 → present.community · format

Sample response

GET /api/v1/ratings?community=Dubai Marina — every figure self-answers: period, currency, scope, source.
{
  "source": "Dubai Land Department — official open data",
  "count": 1,
  "communities": [{
    "community": "Dubai Marina",
    "grade": "Langmoor Aa",
    "grade_score": 80,
    "sale_psf": 1963,        // median resale AED/sqft in window
    "gross_yield": 5.5,      // official Ejari rents / resale prices
    "net_yield": 4.6,        // after Mollak service charges
    "offplan_share": 34,     // % of sales that are off-plan
    "secondary_sales": 3477
  }]
}

Authentication, limits & errors

Auth

Send your key in the X-Langmoor-Key header (query ?key= also accepted). Keys are bound to your Enterprise agreement; rotate any time by asking your account manager.

Rate limit

120 requests / minute / key. Bulk datasets are designed to be pulled once per refresh, not polled — everything is recomputed nightly.

Errors

401 missing/invalid key · 403 key valid but not Enterprise tier · 429 rate limit (retry in 30s) · 404 unknown dataset, response lists the catalogue.

Versioning & freshness

Versioned

/api/v1 is stable: changes are additive (new fields, new datasets). Anything breaking ships as /v2 with notice — your integrations don't wake up broken.

Fresh

Recomputed nightly from the latest official Dubai Land Department extract, then integrity-gated before promotion. /meta carries the exact data window.

Provenance

The feed carries official-source and Langmoor-derived data only. Grades state their methodology version; the method itself is published at /methodology.

Licence & citation

Feed access is licensed under your Langmoor Enterprise agreement — internal use, model ingestion and white-label embedding as scoped. Cite figures as "Langmoor Intelligence" with the methodology version. Underlying registry data © Dubai Land Department.

Underwrite to the number.

Tell us what you're building — credit models, NAV marks, AVM inputs, research — and we'll scope the feed, history depth and SLA to it. Keys within one business day of signature.

Get an Enterprise key →
Langmoor Intelligence — independent UAE property ratings & index · Dubai on official DLD open data, Abu Dhabi on ADREC (preview) · methodology & validation at /methodology · pricing · privacy & terms · the number with nothing to sell you.