API Reference
Complete reference documentation for geog's location services. Build powerful location-aware applications with our simple, fast, and reliable APIs.
Get started with geog APIs in minutes
1. Get your API key
Sign up and create an organization to get your API key from the console.
2. Make your first request
Use our RESTful APIs with simple HTTP requests and JSON responses.
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://api.geog.dev/v1/places/search?q=san+francisco"API Services
Choose the right API for your location needs
Search for places, businesses, and convert between addresses and coordinates.
- • Global place search
- • Business listings
- • Forward & reverse geocoding
- • Rich metadata & ratings
High-performance vector tiles for interactive maps and data visualization.
- • Vector tile format
- • High performance
- • Custom styling
- • Global coverage
Features available across all geog APIs
Secure Authentication
API key-based authentication with rate limiting and usage tracking.
High Performance
Fast response times with global CDN and caching optimizations.
RESTful Design
Simple HTTP requests with JSON responses and standard status codes.
All API requests require authentication using your API key
Include your API key in the Authorization header of every request:
Authorization: Bearer YOUR_API_KEY