Reference data, made useful
The Ghana details your product should already know.
Phone number-format validation and prefix-based carrier lookup, bank codes, public holidays, and regions — one clean REST API for the work of building in Ghana.
Free to start. No signup for anonymous use.
curl "https://ghanaapi.sintim-koree.com/api/v1/phone/validate?number=0244123456"{
"valid": true,
"e164": "+233244123456",
"carrier": "MTN",
"momoCapable": true
}Carrier and MoMo indicators are derived from the prefix; ported numbers may differ.
The reference
Five endpoints. Everyday Ghana context.
Phone validation
Normalize and validate Ghanaian phone number structure. Returns E.164 plus carrier and MoMo indicators inferred from the prefix; it does not confirm active service, wallets, ported carriers, or transfer capability.
GET /v1/phone/validate02Banks (list)
All licensed Ghanaian banks with bank codes and SWIFT/BIC.
GET /v1/banks03Bank lookup
Look up a single bank by bank code or SWIFT/BIC.
GET /v1/banks/{code}04Public holidays
Ghana public holidays for a given year (2024-2028). tentative: true marks dates still awaiting official confirmation; confirmed holidays are not tentative. Observed entries use their observed date and may link to the statutory date with observedFor.
GET /v1/holidays/{year}05Regions
The 16 regions of Ghana with capitals and ISO 3166-2 codes.
GET /v1/regionsSimple plans
Start with the data. Scale when you need to.
Anonymous requests are useful on day one. Paid plans are for higher limits and support.
Free
~100 requests/day per IP. No signup.
Starter
10,000 requests/month. Email support.
Pro
100,000 requests/month. Priority support.
Direct card billing is currently unavailable. Subscribe on RapidAPI. The free tier needs no signup at all.