Longdo Map
APIInteractive Thai map API for geocoding and place details
Overview
Longdo Map API provides Thai-focused geocoding (forward/reverse), place search, map tile access, and routing endpoints. Responses are in JSON format. It supports converting addresses to coordinates and vice versa, retrieving detailed place info (categories, contacts, addresses), and embedding interactive map tiles. Ideal for location-based apps, delivery services, tourism platforms, and local business directories targeting Thai users, with reliable coverage of Thailand's cities, towns, and landmarks.
Example Integration (JavaScript)
fetch('https://map.longdo.com/docs/')
.then(res => res.json())
.then(data => console.log(data))
.catch(err => console.error(err)); Key Features
- RESTful API
- JSON response format
- Thai-specific geocoding (forward/reverse)
- Detailed place information
- Map tile integration
- Routing endpoints
- API key authentication
Frequently Asked Questions
? Is Longdo Map free to use?
It offers a freemium model—free tier with limited requests, paid plans for higher usage and advanced features like routing.
? Does it require an API Key?
Yes, you need to register for an API key from the Longdo Map developer portal to access its endpoints.
? What is the response format?
Most endpoints return data in JSON format, which is easy to integrate into web and mobile applications.
Top Alternatives
People Also Ask about Longdo Map
Tool Info
Pros
- ⊕ Comprehensive Thai local data coverage
- ⊕ Detailed place metadata (contacts, categories)
- ⊕ Reliable for Thailand-focused apps
- ⊕ Well-documented developer resources
Cons
- ⊖ Limited to Thailand (no global coverage)
- ⊖ Requires API key
- ⊖ Rate limits on free tier