POSTenterprise-lawsuit-list
企业涉诉查询
查询企业的司法诉讼、法律纠纷、行政处罚等涉诉信息,助力风险评估与决策。
接入文件
功能介绍
本API提供企业涉诉信息的全面查询服务。通过输入企业名称或统一社会信用代码,用户可以获取该企业在全国范围内的司法诉讼、法律纠纷、行政处罚、失信被执行人等相关法律风险数据。数据来源权威,涵盖裁判文书、开庭公告、立案信息、执行信息等多个维度,旨在帮助用户快速了解企业的法律风险状况,防范潜在风险。
应用场景
- 金融风控:银行、小贷公司等金融机构在进行授信、贷款审批时,可快速评估借款企业的法律风险,辅助信贷决策。
- 商业合作:企业在选择合作伙伴前,通过查询对方的涉诉情况,规避潜在的合作风险,保障交易安全。
- 投资决策:投资者在对目标公司进行尽职调查时,获取其法律风险信息,作为重要的参考依据。
- 律师事务所:律师在代理案件前,快速了解当事人的涉诉背景,提升案件分析效率和策略制定。
- 媒体及研究机构:用于企业风险分析、行业报告撰写等,提供数据支持。
接入示例程式碼
提供 Shell、Python、Go、Java、PHP 等常見接入示例,便於直接接到現有專案裡。
請求示例
{}響應示例
{
"code": 200,
"data": {
"items": {
"type": "array",
"items": {
"type": "object",
"properties": {
"agent": {
"type": "string",
"example": "",
"description": "代理人"
},
"court": {
"type": "string",
"example": "河南省xxx人民法院",
"description": "法院"
},
"docId": {
"type": "string",
"example": "608c92cc46f5c3d6d95eb2f93bxxxx",
"description": "裁判文书id"
},
"title": {
"type": "string",
"example": "xx科技有限责任公司与于xxx产权与竞争纠纷一审民事裁定书",
"description": "标题"
},
"caseNo": {
"type": "string",
"example": "(2024)豫1621知民初xxx号",
"description": "案号"
},
"docType": {
"type": "string",
"example": "民事裁定书",
"description": "文书类型"
},
"caseType": {
"type": "string",
"example": "民事案件",
"description": "案件类型"
},
"abstracts": {
"type": "string",
"example": "",
"description": "摘要"
},
"courtCity": {
"type": "string",
"example": "",
"description": "地市"
},
"judgeDate": {
"type": "string",
"example": "2024-01-19 00:00:00",
"description": "裁判日期"
},
"judgeYear": {
"type": "string",
"example": "2024",
"description": "裁判年份"
},
"splitGids": {
"type": "string",
"example": "5cef0e5e39cd7eecd1aa6bec77bxxx",
"description": "相关公司keyNo"
},
"trialName": {
"type": "string",
"example": "民事一审",
"description": "审理程序名称"
},
"caseReason": {
"type": "string",
"example": "知识产权合同纠纷",
"description": "案由"
},
"defendants": {
"type": "string",
"example": "[{\"role\":\"被告\",\"name\":\"张三\"}]"
},
"otherParty": {
"type": "string",
"example": "",
"description": "其他当事人。格式:[{\"role\": \"{party_role}\", \"name\":\"{party_name}\"}, ...,]"
},
"plaintiffs": {
"type": "string",
"example": "[{\"role\":\"原告\",\"name\":\"xx科技有限责任公司\"}]"
},
"courtCounty": {
"type": "string",
"example": "",
"description": "区县"
},
"judgeResult": {
"type": "string",
"example": "准许原告xx科技有限责任公司撤诉。",
"description": "案件结果"
},
"publishDate": {
"type": "string",
"example": "2024-09-12 00:00:00",
"description": "发布时间"
},
"resultAmount": {
"type": "string",
"example": "",
"description": "案件金额(元)"
},
"thirdParties": {
"type": "string",
"example": "",
"description": "第三人。格式:[{\"role\": \"{party_role}\", \"name\":\"{party_name}\"}, ...,]"
},
"courtProvince": {
"type": "string",
"example": "河南",
"description": "省份"
}
}
},
"example": [
{
"agent": "",
"court": "河南省xxx人民法院",
"docId": "608c92cc46f5c3d6d95eb2f93bxxxx",
"title": "xx科技有限责任公司与于xxx产权与竞争纠纷一审民事裁定书",
"caseNo": "(2024)豫1621知民初xxx号",
"docType": "民事裁定书",
"caseType": "民事案件",
"abstracts": "",
"courtCity": "",
"judgeDate": "2024-01-19 00:00:00",
"judgeYear": "2024",
"splitGids": "5cef0e5e39cd7eecd1aa6bec77bxxx",
"trialName": "民事一审",
"caseReason": "知识产权合同纠纷",
"defendants": "[{\"role\":\"被告\",\"name\":\"张三\"}]",
"otherParty": "",
"plaintiffs": "[{\"role\":\"原告\",\"name\":\"xx科技有限责任公司\"}]",
"courtCounty": "",
"judgeResult": "准许原告xx科技有限责任公司撤诉。",
"publishDate": "2024-09-12 00:00:00",
"resultAmount": "",
"thirdParties": "",
"courtProvince": "河南"
}
]
},
"paging": {
"type": "object",
"properties": {
"pageSize": {
"type": "number",
"example": 10,
"description": "每页条数"
},
"pageIndex": {
"type": "number",
"example": 1,
"description": "页码"
},
"totalRecords": {
"type": "number",
"example": 664,
"description": "总数"
}
}
},
"verifyResult": {
"type": "number",
"example": 1,
"description": "数据是否存在(1-存在,0-不存在),为1时才会有paging和items"
}
},
"message": "success"
}響應欄位
以下欄位根據示例 JSON 自動提取,僅作接入參考。
| 欄位路徑 | 型別 | 示例值 |
|---|---|---|
| code | number | 200 |
| data | object | {...} |
| data.items | object | {...} |
| data.items.type | string | array |
| data.paging | object | {...} |
| data.paging.type | string | object |
| data.verifyResult | object | {...} |
| data.verifyResult.type |