API Reference

Complete reference documentation for geog's location services. Build powerful location-aware applications with our simple, fast, and reliable APIs.

Quick Start

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

Places & Geocoding API
v1

Search for places, businesses, and convert between addresses and coordinates.

Key features:
  • • Global place search
  • • Business listings
  • • Forward & reverse geocoding
  • • Rich metadata & ratings
Vector Tiles API
v1

High-performance vector tiles for interactive maps and data visualization.

Key features:
  • • Vector tile format
  • • High performance
  • • Custom styling
  • • Global coverage
Common Features

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.

Authentication

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