UAE Emirates Population of 2024 year avatar
UAE Emirates Population of 2024 year

Pricing

Pay per event

Go to Apify Store
UAE Emirates Population of 2024 year

UAE Emirates Population of 2024 year

Pricing

Pay per event

Rating

0.0

(0)

Developer

DataLab Laboratory

DataLab Laboratory

Maintained by Community

Actor stats

1

Bookmarked

3

Total users

2

Monthly active users

23 days ago

Last modified

Share

UAE Emirates Population 2024 with Geometry

Get detailed population data for all United Arab Emirates with geographic boundaries in GeoJSON format.

📊 What You Get

  • Population statistics for all 7 UAE emirates
  • Geographic boundaries in GeoJSON format (polygons)
  • Density data (population per km²)
  • Official area measurements
  • Bilingual names (English and Arabic)
  • Descriptions of each emirate

🗺️ Included Emirates

  1. Abu Dhabi (أبو ظبي) - Capital and largest emirate
  2. Dubai (دبي) - Global business hub
  3. Sharjah (الشارقة) - Cultural capital
  4. Ajman (عجمان) - Smallest emirate
  5. Umm Al-Quwain (أم القيوين) - Known for quiet coastal lifestyle
  6. Ras Al-Khaimah (رأس الخيمة) - Mountainous emirate with rich history
  7. Fujairah (الفجيرة) - Only emirate on Gulf of Oman coastline

🚀 Input Parameters

Filter by Emirate Name

Filter results by emirate name in English or Arabic

  • Type: String
  • Example: "Dubai" or "دبي"
  • Default: All emirates

Minimum Population

Filter results by minimum population threshold

  • Type: Integer
  • Example: 100000
  • Default: No minimum

Maximum Population

Filter results by maximum population threshold

  • Type: Integer
  • Example: 5000000
  • Default: No maximum

Include Geometry

Include or exclude GeoJSON geometry (polygons) from results

  • Type: Boolean
  • Default: true
  • Note: Set to false to reduce data size if you only need statistics

📤 Output Format

The actor returns data in two formats:

1. Full GeoJSON FeatureCollection

{
"type": "FeatureCollection",
"features": [...],
"metadata": {
"totalFeatures": 7,
"timestamp": "2024-11-05T01:30:00.000Z",
"filters": {...}
}
}

2. Individual Emirate Records

{
"emirate_id": 1,
"emirate_name_en": "Abu Dhabi",
"emirate_name_ar": "أبو ظبي",
"population": 4135985,
"density_sq_km": 61.42,
"square_sq_km": 67340,
"type": "Emirate",
"geometry": {
"type": "MultiPolygon",
"coordinates": [...]
}
}

💡 Use Cases

  • Mapping applications - Display UAE emirates on interactive maps
  • Demographics research - Analyze population distribution
  • Business intelligence - Target specific regions based on population
  • Travel apps - Show emirate information to tourists
  • Real estate - Understand area and density for property analysis
  • Data visualization - Create infographics and dashboards

🔧 Usage Examples

Get all emirates with geometry

{
"includeGeometry": true
}

Get only Dubai data

{
"filterByEmirate": "Dubai",
"includeGeometry": true
}

Get emirates with population over 1 million (without geometry)

{
"minPopulation": 1000000,
"includeGeometry": false
}

📊 Data Quality

  • Updated: 2024
  • Source: Official UAE statistics
  • Geometry format: GeoJSON (compatible with all mapping libraries)
  • Coordinate system: WGS84 (standard GPS coordinates)

🌐 Integration

Works seamlessly with:

  • Leaflet.js
  • Mapbox GL JS
  • Google Maps
  • OpenLayers
  • D3.js
  • Any GeoJSON-compatible tool

📝 License

This dataset is provided for commercial and non-commercial use.

🆘 Support

For questions or issues, please contact the actor author.


Made with ❤️ for UAE data enthusiasts