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
- Sign up for a GeoLoods account
- Get your API key from the dashboard
- Make your first API request
- Integrate into your application