API Documentation

Everything you need to integrate Geoloods into your app. From quick start examples to advanced features like reverse geocoding and multi-language support.

API Documentation

Complete guide to integrating GeoLoods into your applications

Getting Started

Quick start guide to using the GeoLoods API

Example

# Install the GeoLoods client library
npm install @geoloods/client

# Or use curl directly
curl "https://api.geoloods.com/geocode?q=Rotterdam&api_key=YOUR_API_KEY"

Quick Start Steps

  1. Sign up for a GeoLoods account
  2. Get your API key from the dashboard
  3. Make your first API request
  4. Integrate into your application