GlobMaps provides production-ready geo-intelligence APIs for outbreak prediction, risk mapping, and supply chain visibility. All APIs return JSON responses with consistent envelopes.
Include your API key in the X-API-Key header. Get your API key from the dashboard. All requests must include a valid key.
Make your first API call in minutes. Get risk data for Thailand with a simple GET request.
Explore our API endpoints for Risk Map, Outbreak Radar, and Supply Chain services.
All responses follow a consistent envelope structure with requestId, asOf, data, and warnings.
Learn about error codes, validation rules, and how to handle rate limits.
{
"requestId": "req_abc123",
"asOf": "2026-04-19T10:30:00Z",
"data": {},
"warnings": []
}{
"requestId": "req_abc123",
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid regionId",
"details": {
"field": "regionId"
}
}
}