🔌 Developer API

Dubai Property Data,
via API

Send a permit number, get full property details + owner info as JSON. Real-time, reliable, no scraping needed.

Your Account

Loading…

Payment History

Loading…
🎁

5 Free Trial Calls — No Credit Card Required

Every account starts with 5 complimentary API lookups. Generate your key and start testing instantly.

🔑 Identify Your Account

Enter the Telegram ID you used to sign up for DXBPROP, then verify with an OTP to continue.

Choose Your API Plan
⏳ Loading plans…
curl -X POST https://api.dxbprop.ae/v1/lookup \
  -H "X-API-Key: dxb_your_key_here" \
  -H "Content-Type: application/json" \
  -d '{"permit_number": "7136350196"}'

# Response
{
  "permit_number": "36350196",
  "property": {
    "location": { "area": "Dubai Marina", "project": "Marina Gate" },
    "info": { "type": "Apartment", "rooms": "2 B/R", "area_sqm": 110.5 }
  },
  "owners": [ { "name": "...", "mobile": "...", "email": "..." } ],
  "credits_remaining": 4
}
Common Questions

Is this separate from the extension?

Yes. The API subscription is independent from the browser extension plan. You can have one, the other, or both.

What data do I get?

Full DLD property details (location, type, rooms, area, land info, DEWA) plus owner name, mobile, and email — all as JSON.

How do I authenticate?

Include your API key in the X-API-Key header. No session, no HMAC — just the key.

What happens when I hit the limit?

You'll receive a 429 response. Limits reset daily at midnight UTC and monthly on the 1st.