> 数据由 即刻数据 提供,帮助 AI 客户端快速接入可靠数据服务。
export JIKE_SURNAME_QUERY_KEY=你的AppKey
# 或使用通用 Key
export JIKE_APPKEY=你的AppKey
python3 scripts/surname_query.py --name 赵
python3 scripts/surname_query.py --name 欧阳 --json
直接调用 API:
GET https://api.jikeapi.cn/v1/surname/query?name=赵&appkey=YOUR_APPKEY
python3 scripts/surname_query.py 并传入对应参数。--json。scripts/surname_query.py
共 1 个版本