DamascusCharts "SEA"
Transform spatial data into actionable insights. Get fast, reliable POI search, boundary tracking, and scalable geocoding specifically tailored for the Southeast Asian market.
4 subscribers
84 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
DamascusCharts "SEA" endpoints
| Method | Endpoint | Description |
|---|---|---|
| Geocode | ||
| GET |
/api/v1/geocode/forward /api/v1/geocode/forward |
Convert a place name or address into coordinates. Scoped to Southeast Asia. **Example Request:** `/api/v1/geocode/forward?q=Singapore&limit=5&language=en` |
| GET |
/api/v1/geocode/reverse /api/v1/geocode/reverse |
Convert coordinates into a human-readable address. **Coverage:** Southeast Asia only (lat -11–28, lon 92–142). Coordinates outside this region return HTTP 422. **Example… |
| GET |
/api/v1/geocode/structured /api/v1/geocode/structured |
Geocode using individual address components instead of a single query string. **Example Request:** `/api/v1/geocode/structured?city=Singapore&country=Singapore&state=Central%20Reg… |
| POST |
/api/v1/geocode/batch /api/v1/geocode/batch |
Geocode multiple addresses in a single request (max 50). |
| Places | ||
| GET |
/api/v1/places/nearby /api/v1/places/nearby |
Find places sorted by distance from a given coordinate. Searches the 4.19M+ POI index. **Example Request:** `/api/v1/places/nearby?lat=1.2&lon=104.1&radius=50000&category=restaura… |
| GET |
/api/v1/places/bbox /api/v1/places/bbox |
Return all places within a geographic bounding box. Queries OSM data directly. **Example Request:** `/api/v1/places/bbox?minLat=1.27&maxLat=1.32&minLon=103.80&maxLon=103.86&catego… |
| GET |
/api/v1/places/radius /api/v1/places/radius |
Return all places within a specified radius, ordered by distance. **Example Request:** `/api/v1/places/radius?lat=1.2&lon=104.1&radius=50000&limit=200` |
| GET |
/api/v1/places/poi /api/v1/places/poi |
Search for points of interest by name keyword, category, and/or location. **Example Request:** `/api/v1/places/poi?lat=1.2&lon=104.1&radius=50000&q=restaurant&limit=20` |
| GET |
/api/v1/places/details/{osmType}/{osmId} /api/v1/places/details/{osmType}/{osmId} |
Get full details for a specific place by its OpenStreetMap type and ID. OSM IDs are strictly unique per type. **Working Test Examples:** - **Relation (R)**:… |
| Analytics | ||
| GET |
/api/v1/analytics/top-locations /api/v1/analytics/top-locations |
Returns the most frequently searched locations in the past 30 days. **Example Request:** `/api/v1/analytics/top-locations?limit=10` |
| GET |
/api/v1/analytics/stats /api/v1/analytics/stats |
Returns daily aggregate statistics about API usage and search patterns. **Example Request:** `/api/v1/analytics/stats?period=7d` |
| GET |
/api/v1/analytics/heatmap /api/v1/analytics/heatmap |
Returns spatial density data for location searches, suitable for heatmap visualization. Requires a bounding box. **Example Request:**… |
| GET |
/api/v1/analytics/clusters /api/v1/analytics/clusters |
Returns geographic clusters of search activity near a given point using PostGIS DBSCAN. **Example Request:** `/api/v1/analytics/clusters?lat=1.2&lon=104.1&radius=50000&minPoints=2` |
| System | ||
| GET |
/health /health |
Returns the health status of the API and its dependencies. No API key required. **Example Request:** `/health` |
| Other endpoints | ||
| GET |
/places/radius /places/radius |
Return all places within a specified radius, ordered by distance. |
| GET |
/places/nearby /places/nearby |
Find places sorted by distance from a given coordinate. Searches the 4.19M+ POI index. |
| GET |
/places/details/{osmType}/{osmId} /places/details/{osmType}/{osmId} |
Get full details for a specific place by its OpenStreetMap type and ID. |
| GET |
/health /health |
Returns the health status of the API and its dependencies. No API key required. |
| GET |
/analytics/clusters /analytics/clusters |
Returns geographic cluster analysis of location data. |
| GET |
/analytics/heatmap /analytics/heatmap |
Returns spatial density data for location searches, suitable for heatmap visualization. |
| GET |
/analytics/top-locations /analytics/top-locations |
Returns the most frequently queried locations. |
| GET |
/places/poi /places/poi |
Search for points of interest by name keyword, category, and/or location. |
| GET |
/places/bbox /places/bbox |
Return all places within a geographic bounding box. Queries OSM data directly. |
| GET |
/geocode/structured /geocode/structured |
Geocode using individual address components instead of a single query string. |
| GET |
/geocode/reverse /geocode/reverse |
Convert coordinates into a human-readable address. |
| GET |
/analytics/stats /analytics/stats |
Returns aggregate statistics about API usage and search patterns. |
| GET |
/geocode/forward /geocode/forward |
Convert a place name or address into coordinates. Scoped to Southeast Asia. |
| POST |
/geocode/batch /geocode/batch |
Geocode multiple addresses in a single request. |
| GET |
/health /health |
Returns the health status of the API and its dependencies. No API key required. |
| GET |
/places/details/{osmType}/{osmId} /places/details/{osmType}/{osmId} |
Get full details for a specific place by its OpenStreetMap type and ID. |
| GET |
/places/poi /places/poi |
Search for points of interest by name keyword, category, and/or location. |
| GET |
/places/bbox /places/bbox |
Return all places within a geographic bounding box. Queries OSM data directly. |
| GET |
/places/radius /places/radius |
Return all places within a specified radius, ordered by distance. |
| GET |
/places/nearby /places/nearby |
Find places sorted by distance from a given coordinate. Searches the 4.19M+ POI index. |
| GET |
/analytics/stats /analytics/stats |
Returns daily aggregate statistics about API usage and search patterns. |
| GET |
/analytics/heatmap /analytics/heatmap |
Returns spatial density data for location searches, suitable for heatmap visualization. Requires a bounding box. |
| GET |
/analytics/clusters /analytics/clusters |
Returns geographic clusters of search activity near a given point using PostGIS DBSCAN. |
| GET |
/analytics/top-locations /analytics/top-locations |
Returns the most frequently searched locations in the past 30 days. |
| GET |
/geocode/structured /geocode/structured |
Geocode using individual address components instead of a single query string. |
| GET |
/geocode/forward /geocode/forward |
Convert a place name or address into coordinates. Scoped to Southeast Asia. |
| GET |
/geocode/reverse /geocode/reverse |
Convert coordinates into a human-readable address. |
| POST |
/geocode/batch /geocode/batch |
Geocode multiple addresses in a single request (max 50). |
| GET |
/api/v1/geocode/structured /api/v1/geocode/structured |
Geocode using individual address components instead of a single query string. |
| POST |
/api/v1/geocode/batch /api/v1/geocode/batch |
Geocode multiple addresses in a single request (max 50). |
| GET |
/api/v1/analytics/top-locations /api/v1/analytics/top-locations |
Returns the most frequently searched locations in the past 30 days. |
| GET |
/api/v1/geocode/reverse /api/v1/geocode/reverse |
Convert coordinates into a human-readable address. |
| GET |
/api/v1/places/bbox /api/v1/places/bbox |
Return all places within a geographic bounding box. Queries OSM data directly. |
| GET |
/api/v1/analytics/clusters /api/v1/analytics/clusters |
Returns geographic clusters of search activity near a given point using PostGIS DBSCAN. |
| GET |
/api/v1/geocode/forward /api/v1/geocode/forward |
Convert a place name or address into coordinates. Scoped to Southeast Asia. |
| GET |
/api/v1/analytics/stats /api/v1/analytics/stats |
Returns daily aggregate statistics about API usage and search patterns. |
+ 34 more endpoints on the provider's documentation.
DamascusCharts "SEA" pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | Free | 10 / second |
|
| ULTRA | $100 / month | 100 / second |
|