UnifyAPI
← Back to catalog

samuni.officials

mock data$0.001 / call

SA Municipal — Officials Directory

Get contact details for senior officials of a South African municipality. Returns role, name, title, email address, and phone number. Common roles: Mayor/Executive Mayor, Deputy Mayor/Executive Mayor, Municipal Manager, Chief Financial Officer, Speaker, Chief Audit Executive. Requires demarcation code (e.g. CPT=Cape Town, JHB=Johannesburg, ETH=eThekwini). No auth required. Source: SA National Treasury MFMA officials cube.

Government & Legalprovider: Samuni#samuni#government

Input schema

role

Filter by role name (e.g. "Mayor/Executive Mayor", "Chief Financial Officer", "Municipal Manager"). Case-sensitive, partial matches not supported.

string
demarcation_coderequired

Municipality demarcation code to look up officials for (e.g. CPT=Cape Town, JHB=Johannesburg, ETH=eThekwini, TSH=Tshwane).

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/samuni.officials \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"role":"<role>","demarcation_code":"<demarcation_code>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.