Internet for the
Physical World

Name your coordinates. Simple, precise, universal.

Select a suffix to check availability

API Reference

Integrate Vertiname into your applications with our RESTful API

POST /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"}'

GET /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"

POST /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"}'

POST /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"

Core Features

Everything you need to name, locate, and integrate physical world addresses

Vertiname Registration
Register unique names for any physical location — as easy as claiming a domain name.
jack@me → GPS coordinates
Coordinate Resolution
Resolve any vertiname to its GPS coordinates, contact info, and map links instantly.
POST /api/v1/resolve
API Integration
RESTful API with HMAC authentication, rate limiting, and tiered quota management.
Authorization: HMAC-SHA256
Membership Tiers
Free, Standard, Merchant, and VIP tiers with escalating quota and reseller capabilities.
Free → Standard → Merchant → VIP

Ready to Name Your World?

Start with a free account. No credit card required.