Guides
Power
Query the latest available grid-generation and outage observations for Nigeria and South Africa, alongside historical energy indicators.
Current Power Signals
Use the energy indicators for historical trends and the country signals endpoint for the latest available grid and outage observations. Reporting periods vary by source.
Use the regular indicator/data endpoints for:
- electricity access
- energy consumption
- renewable energy share
- grid efficiency and losses
Use /v1/countries/{country_code}/signals for available observations 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
Country and metric 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"Reporting periods
Check each observation's source and as_of_period before displaying grid conditions. A latest available statement may describe an earlier day. Use /v1/data for annual energy series.