Send a permit number, get full property details + owner info as JSON. Real-time, reliable, no scraping needed.
Enter the Telegram ID you used to sign up for DXBPROP, then verify with an OTP to continue.
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 }
Yes. The API subscription is independent from the browser extension plan. You can have one, the other, or both.
Full DLD property details (location, type, rooms, area, land info, DEWA) plus owner name, mobile, and email — all as JSON.
Include your API key in the X-API-Key header. No session, no HMAC — just the key.
You'll receive a 429 response. Limits reset daily at midnight UTC and monthly on the 1st.