Skip to content
GET /get-adrec-transactions

Get historical ADREC transactions (Abu Dhabi)

Description

Access comprehensive historical property transaction data for Abu Dhabi directly from the Abu Dhabi Real Estate Centre (ADREC). This endpoint empowers developers, investors, and analysts to retrieve detailed sales records across 136 verified districts.

The Abu Dhabi real estate market is experiencing unprecedented growth. Recent market reports for the full year 2025 reveal a 44 percent increase in total transaction values to AED 142 billion, with residential sales rising 67 percent to AED 76 billion. Foreign investment drove 69 percent of the overall market growth. Earlier in the year, the H1 2025 report showed a record AED 54 billion in transactions, driven by demand outpacing supply and the popularity of master planned communities.

By leveraging this API, you can filter these massive transaction volumes by specific locations like Yas Island or Al Reem Island. You can also narrow down results by property types, including luxury apartments, residential villas, commercial offices, and retail spaces. With long term supply projections indicating sustained stability through 2030, this endpoint provides the accurate, data driven insights you need to understand one of the most dynamic property markets in the world.

Integrate official Abu Dhabi real estate statistics into your platform to uncover pricing patterns, compare district performance, and deliver actionable insights to your users. Enhance your real estate application with reliable market intelligence today.

Parameters

Name Type Required Description Example
district string Optional - Comma-separated list of exact ADREC district names - There are 136 supported locations - Examples: `Yas Island`, `Al Reem Island`, `Zayed City`, `Al Saadiyat Island`, `Khalifa City` - Leave empty for all districts Yas Island,Al Reem Island
propertyType string Optional - Comma-separated list of property types - Residential: `apartment`, `duplex`, `penthouse`, `villa`, `townhouse` - Residential complex: `residential-complex`, `residential-complex-staff` - Plots: `plot-residential`, `plot-residential-staff`, `plot-townhouse`, `plot-villa`, `plot-other` - Commercial: `office`, `retail`, `warehouse`, `workshop` villa,apartment
fromDate string Optional - Start date in DD/MM/YYYY format - Example: `01/01/2023` 01/01/2023
toDate string Optional - End date in DD/MM/YYYY format - Example: `31/12/2023` 31/12/2023
size string Optional - Number of results per page - Default: `20` 20
page string Optional - Page number for pagination (0-indexed) - Default: `0` - Examples: `0`, `1`, `2` 0

Supported ADREC District Names

Use these exact district names with the `district` parameter. You can pass multiple districts as comma-separated values.

136 districts
Copied!

Code Examples

curl --request GET \
  --url 'https://propertyfinder-uae-data.p.rapidapi.com/get-adrec-transactions?district=Yas Island&propertyType=villa' \
  --header 'x-rapidapi-host: propertyfinder-uae-data.p.rapidapi.com' \
  --header 'x-rapidapi-key: YOUR_API_KEY'

Example Response

Response
{
  "success": true,
  "message": "Check documentation for response schema"
}

Use Cases

  • Analyze Abu Dhabi property market trends using verified data from the AED 142 billion transaction market of 2025
  • Compare real estate transaction volumes across 136 Abu Dhabi districts to identify high growth areas and emerging hotspots
  • Build comprehensive investment analysis dashboards focusing on foreign investment trends and master planned communities
  • Track residential sales patterns, which grew by 67 percent to AED 76 billion, in premium districts like Yas Island and Al Saadiyat Island
  • Generate detailed data driven market reports on Abu Dhabi commercial and residential real estate activity
  • Develop predictive pricing models relying on long term supply projections through 2030 and historical ADREC transaction records

Related Endpoints

Try this endpoint now

Subscribe to PropertyfinderAPI on RapidAPI and start making requests in minutes.