Skip to main content

GET /api/population

Retrieve current population statistics and demographic data for Dzaleka Refugee Camp.

Query Parameters

No query parameters required.

Response Format

total
number
required
Total camp population
newArrivals
number
required
Number of new arrivals (recent period)
demographics
object
required
Demographic breakdown by gender and age
women
number
Percentage of women
children
number
Percentage of children
men
number
Percentage of men
nationalities
object
required
Breakdown by country of origin (percentages)
DRC
number
Democratic Republic of Congo
Burundi
number
Burundi
Rwanda
number
Rwanda
Somalia
number
Somalia
Ethiopia
number
Ethiopia
Other
number
Other countries
Historical population trends
labels
array
Array of year labels
values
array
Array of population values corresponding to labels

Example Request

curl https://services.dzaleka.com/api/population

Example Response

{
  "total": 55425,
  "newArrivals": 304,
  "demographics": {
    "women": 45,
    "children": 48,
    "men": 7
  },
  "nationalities": {
    "DRC": 64.9,
    "Burundi": 21.9,
    "Rwanda": 12.6,
    "Somalia": 0.3,
    "Ethiopia": 0.3,
    "Other": 0.1
  },
  "trends": {
    "labels": ["2019", "2020", "2021", "2022", "2023", "2024"],
    "values": [40000, 45000, 48000, 50000, 52258, 55425]
  }
}

Understanding the Data

Demographics

The demographics percentages show:
  • 45% women - Adult female population
  • 48% children - Under 18 years old
  • 7% men - Adult male population
The demographics percentages relate to new arrivals composition, not the total population breakdown.

Nationalities

Dzaleka is home to refugees primarily from:
  1. Democratic Republic of Congo (64.9%) - Largest group
  2. Burundi (21.9%) - Second largest
  3. Rwanda (12.6%) - Third largest
  4. Other countries (0.7%) - Somalia, Ethiopia, and others

Population Growth

The trends data shows steady growth from 40,000 in 2019 to over 55,000 in 2024, reflecting:
  • New refugee arrivals
  • Natural population growth
  • Family reunifications

Use Cases

  • Visualize population trends on dashboards
  • Plan service capacity and resource allocation
  • Report generation for stakeholders
  • Research and analysis