PASAR API
The famous South African loadshedding app's official API; free daily token quota, paid for higher usage.
View docs ↗ More Realtime APIs# EskomSePush ~ loadshedding status & schedules needs an access token ~ get yours at: # https://eskomsepush.gumroad.com/l/api curl 'https://developer.sepush.co.za/business/2.0' \ -H 'Authorization: Bearer YOUR_TOKEN'
I'm integrating a South Africa API into my app. API: EskomSePush ~ loadshedding status & schedules Provider: EskomSePush (ESP) Auth: requires an access token (sign up: https://eskomsepush.gumroad.com/l/api) Pricing: freemium Base URL: https://developer.sepush.co.za/business/2.0 Important note: The famous South African loadshedding app's official API; free daily token quota, paid for higher usage. Source: EskomSePush (ESP) (https://eskomsepush.gumroad.com/l/api) Source type: Provider API or developer docs Endpoint type: Direct public JSON endpoint Integration difficulty: Needs token Last checked: 2026-07-05 Production caveat: Keep credentials server-side and confirm current limits, pricing, and webhook/error behaviour in the provider docs. Help me set up the correct onboarding/authentication path and make the first valid request ~ explain exactly where credentials go and what must happen before production.