高德开放平台 API logo

高德开放平台 API

高德开放平台 API

UnknownFreelocation

Amap (Gaode) Open Platform API is Alibaba's map service — map rendering, geocoding/reverse geocoding, routing, POI search, real-time traffic; first choice for in-China maps.

Use it when

Best data accuracy in China (POI, road network, real-time traffic)

Watch for

Weak overseas data (use Google/Mapbox outside China)

First check

Register developer account at lbs.amap.com to create key. GET https://restapi.amap.com/v3/geocode/geo?address=Tiananmen&key=YOUR_KEY

Auth
api_key
CORS
?
HTTPS
Yes
Signup
?
Protocol
REST
Pricing
freemium

Uptime · 30-day window

Health history will appear here after the next daily check.
01

About this API

Amap (Autonavi) is one of China's largest electronic map vendors, fully acquired by Alibaba in 2014. Together with Baidu Maps, controls half of China's map market; integrated by countless apps — Ele.me, Taobao, Cainiao, Didi, shared bike apps. Within China, Amap's data accuracy and real-time performance are nearly unmatched (years of navigation business + Alibaba's resource investment). Open Platform API coverage: Web JS API (frontend maps) + REST API (geocoding/reverse, routing, POI search, real-time traffic) + mobile SDKs (iOS / Android / React Native) + mini-program adaptation. China compliance: must use the SBSM-designated coordinate system (GCJ-02 Mars coordinates); raw GPS WGS-84 data needs conversion. Free individual developer daily quota usually suffices for small projects; commercial high-volume needs paid plans.

02

What you can build

  • 1Maps for food delivery / ride-hail / errand apps (Ele.me, Taobao stack)
  • 2E-commerce delivery address parsing
  • 3Local lifestyle app maps (Dianping, Meituan)
  • 4Mini-program map integration
03

Strengths & limitations

Strengths

  • Best data accuracy in China (POI, road network, real-time traffic)
  • Generous free quota (30000/day)
  • Native integration with WeChat / Alipay mini-programs
  • Deep Alibaba ecosystem integration

Limitations

  • Weak overseas data (use Google/Mapbox outside China)
  • Advanced features (industry routing) require payment
  • Data compliance — must follow national surveying laws
04

Example request

Generic template — replace <endpoint> with the real path from the docs.
curl https://lbs.amap.com/<endpoint> \
  -H "Authorization: Bearer $API_KEY"
# Some providers use X-Api-Key instead — verify in the docs.
05

Getting started

Register developer account at lbs.amap.com to create key. GET https://restapi.amap.com/v3/geocode/geo?address=Tiananmen&key=YOUR_KEY

06

FAQ

Amap vs. Baidu Maps?+

Amap: more accurate data + more professional UI (strong navigation). Baidu: larger daily user base + mass-market UI. App integration is split roughly 50/50.

How to handle coordinate systems?+

GPS gives WGS-84; must convert to GCJ-02 (Amap/Baidu national standard) for correct display on domestic maps. Amap SDK has built-in conversion.

07

Technical details

CORS: ?HTTPS: YesSignup: ?Open source: No
Auth type
api_key
Pricing
freemium
Rate limit
免费个人 daily quota 30000; 商业 plan 自定义
Protocols
REST
SDKs
javascript, ios, android, react-native, mini-program
08

Tags