Ghana's Digital Addresses,
One API Call Away

Resolve GhanaPostGPS codes to coordinates, reverse geocode, find nearby locations, and validate addresses. Built for delivery, fintech, and logistics apps in Ghana.

Everything You Need

Six endpoints to power location-based applications across Ghana

NEW

Place Search

Search by place name โ€” "Accra Mall", "KNUST", "Medics Clinic" โ€” and get back the GPS code, coordinates, and map link.

GET /v1/search
NEW

Bulk Validation

Upload a CSV of GPS codes and get validated results with locations, quality scores, and map links. No coding needed.

/tools/validate

Address Lookup

Resolve any GhanaPostGPS code to full location details with coordinates and a Google Maps link.

GET /v1/lookup

Reverse Geocoding

Convert latitude/longitude coordinates to a GhanaPostGPS digital address.

GET /v1/reverse

Nearby Locations

Find known addresses within a radius of any GPS code, sorted by distance.

GET /v1/nearby

Address Validation

Check if a GhanaPostGPS code format is valid without performing a lookup.

GET /v1/validate

Regions & Districts

List all 16 Ghana regions and their districts for reference and filtering.

GET /v1/regions

Google Maps Links

Every response includes a direct Google Maps URL so your users can navigate instantly.

google_maps_url

Try It Now

Search by place name or resolve a GPS code directly

Terminal
# Search by place name
$ curl "https://ghanapostgps.onrender.com/v1/search?q=Accra+Mall"

{
  "success": true,
  "data": {
    "query": "Accra Mall",
    "count": 1,
    "results": [{
      "type": "place",
      "name": "Accra Mall, Spintex Road, Accra",
      "gps_name": "GD1106313",
      "region": "Greater Accra",
      "district": "La-Dade-Kotopon",
      "latitude": 5.6222,
      "longitude": -0.1729,
      "google_maps_url": "https://www.google.com/maps/search/..."
    }]
  }
}

# Or resolve a GPS code directly
$ curl "https://ghanapostgps.onrender.com/v1/lookup?address=AK-484-9321"

No API key required for development. Free tier: 100 requests/day.

Built for Ghana's Developers

Power your applications with reliable address resolution

๐Ÿšš

Delivery & Logistics

Resolve GPS codes for last-mile delivery routing

๐Ÿ’ณ

Fintech & KYC

Verify customer addresses for compliance

๐Ÿ›’

E-Commerce

Validate shipping addresses at checkout

๐Ÿš•

Ride-Hailing

Convert GPS codes to pickup/drop-off points

Start Building Today

No signup required. Hit the API directly from your terminal or app.