POST公開中enterprise-lawsuit-list
企业涉诉查询
查询企业的司法诉讼、法律纠纷、行政处罚等涉诉信息,助力风险评估与决策。
エンドポイント
https://openapi.toolkk.com/enterprise/lawsuit/list
レート制限
毎分 60 回
タイムアウト
5000 ms
查询企业的司法诉讼、法律纠纷、行政处罚等涉诉信息,助力风险评估与决策。
エンドポイント
https://openapi.toolkk.com/enterprise/lawsuit/list
レート制限
毎分 60 回
タイムアウト
5000 ms
すべての API は code、message、data の標準構造で解析する前提です。
{ code, message, data }
curl --request POST \
--url 'https://openapi.toolkk.com/enterprise/lawsuit/list' \
--header 'Content-Type: application/json' \
--header 'X-API-Key: YOUR_API_KEY' \
--data '{}'{}{
"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 |
| string |
| number |
| data.verifyResult.example | number | 1 |
| data.verifyResult.description | string | 数据是否存在(1-存在,0-不存在),为1时才会有paging和items |
| message | string | success |