Guides
Power
Use current power-system signals for operational grid context alongside longer-run energy indicators.
Current Power Signals
Africa API separates long-run energy indicators from live operational power-system signals.
Use the regular indicator/data endpoints for:
- electricity access
- energy consumption
- renewable energy share
- grid efficiency and losses
Use /v1/countries/{country_code}/signals when you want current operating context such as:
- load shedding stage
- energy availability factor
- peak and off-peak grid generation
- peak and off-peak grid frequency
- daily energy generated
- daily energy sent out
- unplanned generation outages
- planned maintenance
Current Coverage
- Nigeria
peak_grid_generation_mwpeak_grid_frequency_hzoff_peak_grid_generation_mwoff_peak_grid_frequency_hzdaily_energy_generated_mwhdaily_energy_sent_out_mwh
- South Africa
load_shedding_stageenergy_availability_factor_pctunplanned_generation_outages_mwplanned_generation_maintenance_mw
Example
curl "https://api.africa-api.com/v1/countries/ng/signals" \
-H "Authorization: Bearer $AFRICA_API_KEY"curl "https://api.africa-api.com/v1/countries/za/signals" \
-H "Authorization: Bearer $AFRICA_API_KEY"Why It Lives In Signals
Power-system status is not the same as a historical annual indicator.
Africa API keeps these current operational values in /signals so:
- dashboards can fetch a compact live country snapshot
- clients can mix current operations with broader macro and market context
- historical annual energy series stay stable in
/v1/data
Energy
Use indicators and data endpoints to work with electricity access, clean cooking, renewable energy, and longer-run power system efficiency.
Climate
Use indicators, data endpoints, and current signals to work with emissions, air quality, forests, protected areas, renewable electricity, water stress, and live climate context.