1、基站查询

请求示例:http://www.lbsbase.com/api/cell2gps.aspx?mnc=0&lac=17695&cell=28655&&key=ApiKey

返回结果:31.29,120.72,某某省某某市区,100,

返回说明:latlng,地址,范围(米),

 

2Cdma基站查询

请求示例:http://www.lbsbase.com/api/cdma2gps.aspx?sid=13824&nid=1&bid=98&key=APPKEY

返回结果:39.9646,116.3348,某某市某某区某某街,100

返回说明:latlng,地址,范围(米),

 

3WIFI MAC地址 查询

请求示例:http://www.lbsbase.com/api/mac2gps.aspx?mac=00:00:00:00:00:00&key=APPKEY

返回结果:39.964693,116.334851,xxxxxxxxxx,100

返回说明:latlng,地址,范围(米)

 

4、逆反向基站查询(绑定IP

请求示例:http://www.lbsbase.com/api/gps2gsm.aspx?lat=39&lng=116&key=APPKEY&mnc=0 

返回结果:[{"lac":"10444","cell":"26326","lat":"21.9800","lng":"111.9490","gcjlat":"21.9771","gcjlng":"111.9540","address":"某某省某某市某某县","radius":"500"},{"lac":"10444","cell":"25256","lat":"22.025158","lng":"112.045393","gcjlat":"22.022503","gcjlng":"112.050626","address":"某某省某某市某某县x599","radius":"2000"}]

 

 5、逆反向WIFI MAC地址查询(暂停)

请求示例:http://www.lbsbase.com/api/gps2mac.aspx?lat=39&lng=116&key=APPKEY

返回结果:[{"mac":"11:11:11:11:11:11","lat":"21","lng":"111","address":"xxxxxxxxxx",}]