本接口基于身份证号码,帮助查询签发地、出生日期、性别等信息,辅助验证号码真实有效性,提升个人信息处理准确性。
提供身份证归属地查询服务,依据身份证号可获取签发地、生日、性别信息。该功能可辅助识别随机生成的身份证号或潜在篡改情况。
showapi_res_body
curl -X POST "https://route.showapi.com/25-3?appKey=YOUR_APPKEY" \ -H "content-type: application/x-www-form-urlencoded" \ -d "id=522423199105047376"
{ "showapi_res_code": 0, "showapi_res_error": "", "showapi_res_id":"ce135f6739294c63be0c021b76b6fbff", "showapi_res_body": { "errNum": 0, "retData": { "address": "四川省达州市通川区", "birthday": "1983-04-25", "sex": "F" }, "retMsg": "success", "ret_code": 0 } }
在 Cherry Studio、ChatBox 等支持 MCP 的客户端中配置,将 {your_appKey} 替换为真实 AppKey(AppKey 管理)。该服务覆盖本接口全部接入点。
{ "mcpServers": { "showapi-mcp-25": { "url": "http://www.showapi.com.cn/mcp/25/{your_appKey}" } } }
标准 OpenAPI 3.0 文档,覆盖本接口全部接入点,可导入 Apifox / Postman / Swagger UI,或供 AI Agent 直接消费。
客服热线请拨打
400-998-8033