Documentation
GET
/v1/provincesReference data for all 9 South African provinces.
Authentication
API key required. Scope: provinces:read
curl "https://api.apply.org.za/v1/provinces" \
-H "X-API-Key: uafm_live_your_token"Response
{
"data": [
{ "id": "WC", "name": "Western Cape", "capital": "Cape Town" },
{ "id": "GP", "name": "Gauteng", "capital": "Pretoria" }
// ... 7 more provinces
]
}