Bulk validate addresses
POST/v2/bulk/validate
Validate multiple GhanaPostGPS addresses in a single request.
Send a JSON array of address strings. Each address is validated and looked up, returning location details, coordinates, quality scores, and Google Maps links.
Results are grouped into valid and invalid arrays for easy consumption.
Limits: Maximum 50 addresses per request. For larger batches (up to 500),
use the CSV upload tool at /tools/validate.
CSV artifacts (BOM, quotes, CRLF) are automatically cleaned before validation.
Idempotency: Pass an Idempotency-Key header to safely retry without double-counting usage.
Cached responses expire after 24 hours.
Request
Responses
- 200
- 400
- 429
Bulk validation results
Invalid request
Rate limit exceeded
Response Headers
Maximum requests allowed in the window
Requests remaining in current window
Seconds until the rate limit resets