Batch reverse geocode
POST/v2/bulk/reverse
Reverse geocode multiple coordinate pairs in a single request.
Send a JSON array of {lat, lng} objects. Each pair is resolved to a
GhanaPostGPS address with location details and quality score.
Processed in parallel (up to 10 concurrent). Results maintain input order.
Limits: Maximum 50 coordinate pairs per request.
Request
Responses
- 200
- 400
- 429
Batch reverse geocoding results
Invalid request
Rate limit exceeded
Response Headers
X-RateLimit-Limit
Maximum requests allowed in the window
X-RateLimit-Remaining
Requests remaining in current window
Retry-After
Seconds until the rate limit resets