Resolve any coordinate to places, markets, admin regions & economic context.
Pricing
$5
per 1,000 credits
$0.005
per credit
Try it
Authentication
Send your key in a header:
apikey: YOUR_API_KEY
Credits
Endpoint
Base cost
Modifiers
POST /interpret/:cc/:lat/:lng
16
Context (1) + AI (15)
GET /context/:lat/:lng
2
Auto-resolve CC
GET /context/:cc/:lat/:lng
1
+ ?lang=xx
+1
+ ?expand=true
+1
GET /markets/:tier/:cc
1
GET /country
1
GET /search/:cc
1
GET /countries
1
GET /languages
1
GET /health
0
Public
Country & Markets
GET /markets/:tier/:cc
GET/markets/:tier[/:cc]Auth1 cr
List all markets at or above the requested economic tier for a country. The special tier hubs uses an 80/20 rule on Huff-catchment intensity to auto-detect the primary market hubs.
Param
Type
Note
tier
string
dominant · prime · high · integrated · moderate · peripheral · marginal · isolated · hubs
Auto-resolves the country code from coordinates using a 0.25° edge grid, then returns the full context. Response header x-resolved-cc shows the detected country.
Param
Type
Range
lat
number
-90 … 90
lng
number
-180 … 180
Query
Effect
?lang=fr
Translate labels (+1 cr)
?expand=true
Resolve anchors to named places (+1 cr)
GET /context/3.8667/11.5167
Response is identical to /context/:cc/:lat/:lng below.
GET /context/:cc/:lat/:lng
GET/context/:cc/:lat/:lngAuth1 cr
Full geographic context for a coordinate inside a known country.
Resolves full location context, then feeds it along with a user prompt to Gemini for AI-powered geospatial analysis. Returns the complete context response plus the AI interpretation.
Param
Type
Note
cc
string
ISO 3166-1 alpha-2
lat
number
-90 … 90
lng
number
-180 … 180
Body
Type
Note
prompt
string
Required, max 500 chars
Query
Effect
?lang=fr
Translate labels (+1 cr)
?expand=true
Resolve anchors (+1 cr)
POST /interpret/CM/3.8667/11.5167
Content-Type: application/json
{ "prompt": "What is the commercial potential?" }
Returns the full context response (same as /context) plus:
"ai": {
"prompt": "What is the commercial potential?",
"response": "This location is Cameroon's political capital with a population of 2.8M. The dominant economic tier and high gravity score indicate strong commercial integration. Douala, the economic hub, is 194km SW — the dual-hub corridor between these cities is the most commercially active zone in the country..."
}
Cost breakdown: 1 cr for context lookup + 15 cr for AI interpretation = 16 cr total. Add +1 for ?lang, +1 for ?expand.