描述:传入企业名称、社会统一信用代码、工商注册号中任一一项,即可查询企业相关联关系,包括法人、股东、高管、对外投资、参股、任职等信息。
接口地址:https://openapi.chinaz.net/v1/1035/enterprise_mapquery
返回格式:JSON
请求方式:GET
请求参数:
名称 | 类型 | 必填 | 说明 |
---|---|---|---|
keyword | string | 是 | 关键字,公司名全称、注册号、社会统一信用代码 |
APIKey | string | 是 | 申请接口时获取的APIKey值 |
ChinazVer | string | 是 | 接口版本号,取值:1.0 |
返回参数说明:
名称 | 类型 | 说明 |
---|---|---|
msg | string | code对应的说明描述 |
success | string | 接口请求成功标识,true为成功,false为失败,失败情况下,会有对应描述和状态码 |
code | string | 成功为200,收费 |
data | string | 企业图谱信息 |
orderNo | string | 订单号 |
Relationships | string | 关系 |
StartNode | string | 开始节点 |
Type | string | 1:法定代表人;2:参股 ;3:任职 |
EndNode | string | 尾部节点 |
Id | string | 关系id |
EProperties | string | 关系属性 |
Employee_type | string | 职位(Type=3,类型为任职时生效) |
Percent | string | 持股占比(Type=2 ,类型为参股时生效) |
Nodes | string | 节点 |
Id | string | 节点id |
Properties | string | 节点属性 |
CompanyStatus | string | 企业状态 |
Ntype | string | 节点类型 1-公司 2-自然人 3-其他 |
Name | string | 节点名称 |
JSON返回示例:
{
"msg": "成功",
"success": true,
"code": 200,
"data": {
"orderNo": "483262559353783867",
"data": {
"Relationships": [
{
"StartNode": "PER_d30de8c5a3d83aeb90f37b1dee843ea3",
"Type": 2,
"EndNode": "COM_9ae7806eeae5a4467d9cc7eedaa7d76e",
"Id": "484ca42d7b127586a0a0c9707741cae3",
"EProperties": {
"Employee_type": null,
"Percent": 1
}
},
{
"StartNode": "COM_9ae7806eeae5a4467d9cc7eedaa7d76e",
"Type": 2,
"EndNode": "COM_5d48c87df78ad0b4996462476d61b201",
"Id": "136a8092dcdfb93849778954193d2f50",
"EProperties": {
"Employee_type": null,
"Percent": 0.4
}
},
{
"StartNode": "PER_d30de8c5a3d83aeb90f37b1dee843ea3",
"Type": 1,
"EndNode": "COM_9ae7806eeae5a4467d9cc7eedaa7d76e",
"Id": "35780734a4f315df40ac96d3123728d3",
"EProperties": {
"Employee_type": null,
"Percent": null
}
},
{
"StartNode": "PER_d30de8c5a3d83aeb90f37b1dee843ea3",
"Type": 3,
"EndNode": "COM_9ae7806eeae5a4467d9cc7eedaa7d76e",
"Id": "036355e3439ade36cc9e7b88c211bd9e",
"EProperties": {
"Employee_type": "执行董事兼总经理",
"Percent": null
}
},
{
"StartNode": "PER_8337e41604ea372ca7c4bc41c40ab77c",
"Type": 3,
"EndNode": "COM_9ae7806eeae5a4467d9cc7eedaa7d76e",
"Id": "9f387ee0b38a00eab5942b957d069442",
"EProperties": {
"Employee_type": "监事",
"Percent": null
}
},
{
"StartNode": "PER_d30de8c5a3d83aeb90f37b1dee843ea3",
"Type": 2,
"EndNode": "COM_5d48c87df78ad0b4996462476d61b201",
"Id": "7991a4f082ad8c13f2d4f68b1d8098ce",
"EProperties": {
"Employee_type": null,
"Percent": 0.6
}
},
{
"StartNode": "PER_d30de8c5a3d83aeb90f37b1dee843ea3",
"Type": 1,
"EndNode": "COM_5d48c87df78ad0b4996462476d61b201",
"Id": "fdae028156a7966f4e2d70f0ea1b8b2c",
"EProperties": {
"Employee_type": null,
"Percent": null
}
},
{
"StartNode": "PER_d30de8c5a3d83aeb90f37b1dee843ea3",
"Type": 3,
"EndNode": "COM_5d48c87df78ad0b4996462476d61b201",
"Id": "d68232c228470733cf3b2743c44b8290",
"EProperties": {
"Employee_type": "执行董事兼总经理",
"Percent": null
}
},
{
"StartNode": "PER_409dbf621c2a37c6a4b315d21a8e4332",
"Type": 3,
"EndNode": "COM_5d48c87df78ad0b4996462476d61b201",
"Id": "909ecd7040add7abd20e314bd0184e7d",
"EProperties": {
"Employee_type": "监事",
"Percent": null
}
}
],
"Nodes": [
{
"Id": "COM_9ae7806eeae5a4467d9cc7eedaa7d76e",
"Properties": {
"CompanyId": "20ff113df2fa3705e84969016973f288",
"CompanyStatus": "正常",
"Ntype": 1,
"Name": "杭州测试科技有限公司"
}
},
{
"Id": "PER_d30de8c5a3d83aeb90f37b1dee843ea3",
"Properties": {
"CompanyId": null,
"CompanyStatus": null,
"Ntype": 2,
"Name": "刘三"
}
},
{
"Id": "COM_5d48c87df78ad0b4996462476d61b201",
"Properties": {
"CompanyId": "1a2be9f67810352fb3c9b61d77c352b2",
"CompanyStatus": "注销",
"Ntype": 1,
"Name": "测试科技有限公司"
}
},
{
"Id": "PER_8337e41604ea372ca7c4bc41c40ab77c",
"Properties": {
"CompanyId": null,
"CompanyStatus": null,
"Ntype": 2,
"Name": "刘五"
}
},
{
"Id": "PER_409dbf621c2a37c6a4b315d21a8e4332",
"Properties": {
"CompanyId": null,
"CompanyStatus": null,
"Ntype": 2,
"Name": "周六"
}
}
]
}
}
}
错误代码 | 说明 |
---|---|
200 | 成功 |
400 | 参数错误 |
431 | http响应状态码:APIKey缺失,请附带APIKey参数 |
432 | http响应状态码:错误的APIkey长度 |
433 | http响应状态码:错误的请求key(或者返回状态码10001) |
434 | http响应状态码:错误的APIkey类型 |
436 | http响应状态码:额度不足,或者APIKey不存在 |
437 | http响应状态码:该IP未在白名单内 |
531 | http响应状态码:请求过于频繁 |
532 | http响应状态码:未知错误,请联系管理员(或者返回533) |
内容 | 说明 |
---|---|
客服微信 | ![]() |
描述:查询IP高精准...
描述:查询IP高精准...
描述:查询IP区县级...
描述:查询IP城市级...
描述:分析公共通信和...