IPstack
通过 IP 地址定位和识别网站访客
- 认证方式
- API Key
- HTTPS
- Yes
- CORS
- Unknown
- 分类
- 地理编码
简介
IPstack(APILayer 产品)提供 IP 地理定位——国家、城市、货币和安全数据。认证是免费 API 密钥(无效密钥返回 HTTP 200 带 "success": false——APILayer 风格,已实测)。
快速开始
查询(替换 YOUR_KEY):
curl "https://api.ipstack.com/8.8.8.8?access_key=YOUR_KEY"
{
"ip": "8.8.8.8",
"continent_code": "NA",
"country_code": "US",
"country_name": "United States",
"city": "Mountain View",
"zip": "94035",
"latitude": 37.386,
"longitude": -122.0838,
"currency": { "code": "USD" }
}
认证方式
- 在 ipstack.com 注册 → 免费 API 密钥(邮件发送)。
- 通过
access_key查询参数携带。 - 无效密钥返回 200 +
"success": false(已实测)——请检查 JSON。
速率限制与注意事项
- 免费层:100 次请求/月(以文档为准)——额度小;付费档可扩展。
- 免费层字段有限;安全/VAT 字段付费。
- 付费档有批量查询。
常见问题
IPstack 免费吗? 免费层:100 次/月;更多需要付费。
为什么 200 但 success:false?
APILayer 惯例——请检查 success 字段(已实测)。
免费限额是多少? 100 次/月。
地理编码 分类更多
| API | Auth | HTTPS | CORS | |
|---|---|---|---|---|
| Actinia Grass GIS Actinia is an open source REST API for geographical data that uses GRASS GIS | API Key | Yes | Unknown | ↗ |
| administrative-divisons-db Get all administrative divisions of a country | No auth | Yes | Yes | ↗ |
| adresse.data.gouv.fr Address database of France, geocoding and reverse | No auth | Yes | Unknown | ↗ |
| Airtel IP IP Geolocation API. Collecting data from multiple sources | No auth | Yes | Unknown | ↗ |
| Apiip Get location information by IP address | API Key | Yes | Yes | ↗ |