Name your coordinates. Simple, precise, universal.
Integrate Vertiname into your applications with our RESTful API
/api/v1/resolve
Resolve a vertiname to its GPS coordinates, contact info, and map links.
curl -X POST https://your-domain/api/v1/resolve \
-H "Authorization: HMAC-SHA256 Credential=YOUR_API_KEY/Timestamp, Signature=YOUR_HMAC_SECRET" \
-H "Content-Type: application/json" \
-d '{"name": "jack@me", "code": "123456"}'
/api/v1/suffix
Retrieve all active suffixes with pricing information.
curl -X GET https://your-domain/api/v1/suffix \
-H "Authorization: HMAC-SHA256 Credential=YOUR_API_KEY/Timestamp, Signature=YOUR_HMAC_SECRET"
/api/v1/gps
GPS operations: get coordinates, calculate distance, search nearby locations.
curl -X POST https://your-domain/api/v1/gps \
-H "Authorization: HMAC-SHA256 Credential=YOUR_API_KEY/Timestamp, Signature=YOUR_HMAC_SECRET" \
-H "Content-Type: application/json" \
-d '{"mode": "coordinates", "name": "jack@me"}'
/api/v1/reseller/quota
Query reseller quota and usage statistics for the authenticated reseller.
curl -X POST https://your-domain/api/v1/reseller/quota \
-H "X-API-Key: YOUR_API_KEY" \
-H "X-API-Secret: YOUR_HMAC_SECRET" \
-H "Content-Type: application/json"
Everything you need to name, locate, and integrate physical world addresses
jack@me → GPS coordinates
POST /api/v1/resolve
Authorization: HMAC-SHA256
Free → Standard → Merchant → VIP
Start with a free account. No credit card required.