Criminal Record Check

Our API helps you search court records across India—including the Supreme Court, all High Courts, District Courts, Tribunals, and major defaulter lists. Currently, over 33 crore records are searchable

criminal_record_check

POST https://secctrl.tutelar.io/api/v1/kyc/business_profile/crime_record_check

Post parameters description is given below,

1) Search by individual

Post Parameter
Type
Is Mandatory
Dependency Condition
Description

profileType

String

Yes

categories the request Type: individual

Profile Type

name

String

Yes

Name to check the crime records

Name

fatherName

String

No

fatherName is optional, but it helps improve the accuracy of Crime Check searches by providing an additional identifier.

father Name

address

String

No

address is optional, but it helps improve the accuracy of Crime Check searches by providing an additional identifier.

Address

panNumber

string

panNumber is optional, but it helps improve the accuracy of Crime Check searches by providing an additional identifier.

Pan Number

callback_url

string

No

Client webhook URL, where client will receive the event response once the process is completed.

Callback Url

2) Search By company

Post Parameter
Type
Is Mandatory
Dependency Condition
Description

profileType

String

Yes

categories the request Type: Company

Profile Type

companyName

String

Yes

Company Name to check the crime records

Pan Number

companyType

String

Yes

Company Type for identify the organisation type

possible values of comoany Type:

---------------------------------------- Private Limited - pvtLtd

Public Limited - Limited Limited Liability Company - LLC Limited Liability Partnership - LLP Registered Firm - RegFirm UnRegistered Firm - UnregFirm Proprietary - Proprietary Don't Know - dontknow

Company Type

CINNumber

String

No

CIN Numbers is optional, but it helps improve the accuracy of Crime Check searches by providing an additional identifier.

CIN Numbers

companyAddress

String

No

company Address is optional, but it helps improve the accuracy of Crime Check searches by providing an additional identifier.

Company Address

directors

Array[Object]

No

directors optional, but it helps improve the accuracy of Crime Check searches by providing an additional identifier.

Directors

name

String

Yes

director Name is required while director details given to identify the crime check

Name

fatherName

String

no

director FatherName is optional, but it helps improve the accuracy of Crime Check searches by providing an additional identifier.

FatherName

address

String

no

director Address is optional, but it helps improve the accuracy of Crime Check searches by providing an additional identifier.

Address

panNumber

String

no

director Pan Number is optional, but it helps improve the accuracy of Crime Check searches by providing an additional identifier.

Pan Numbher

callback_url

String

no

Client webhook URL, where client will receive the event response once the process is completed.

Callback Url

Sample Post Parameters

{
    "profileType": "individual",
    "name": "Ramakant Shankarmal Pilani",
    "address": "Plot No 10 Shanti Sadan J B Nagar,near Subhash Hotel,andheri East Mumbai,maharashtra,mumbai,400059",
    "dob": "08/07/2001",
    "panNumber": "MDQPS6090K",
    "callback_url": "https://webhook.site/d5a79d7d-26ef-4bb3-a624-07ba0fee4706"
}
{
  "success": true,
  "code": 200,
  "message": "The request has been successfully completed.",
  "reference_id": "dbbf48e9-7deb-4c89-abb5-812ace8d2314",
  "status": "completed",
  "result": {
    "profileType": "individual",
    "criminalRecord": {
      "referenceNo": "2771137243115",
      "name": "Ramakant Shankarmal Pilani",
      "address": "Plot No 10 Shanti Sadan J B Nagar,near Subhash Hotel,andheri East Mumbai,maharashtra,mumbai,400059",
      "verficationDate": "29/10/2025 02:26 am",
      "riskType": "Very High Risk",
      "riskSummary": "There are total 1 cases registered and 1 FIRs lodged. This profile has a very high legal risk according to our records. We advise proceeding with extreme caution when considering lending to this profile."
    },
    "criminalReportSummary": {
      "numberOfCases": 2,
      "numberOfHighRiskCases": 2,
      "reportSummary": [
        {
          "caseCategory": "Financial Matters",
          "caseNumber": "201801007052019",
          "riskType": "High Risk",
          "caseType": "Criminal",
          "courtType": "Session Court",
          "caseRegDate": "21-06-2019",
          "petitionerCount": "1 Filing as Respondent"
        },
        {
          "caseCategory": "Serious Criminal Offences",
          "caseNumber": "",
          "riskType": "Very High Risk",
          "caseType": "Criminal",
          "courtType": "FIR",
          "caseRegDate": "10/07/2024",
          "petitionerCount": "13 case as Respondent"
        }
      ]
    },
    "caseDetails": [
      {
        "caseCategory": "Financial Matters",
        "caseNumber": "201801007052019",
        "riskType": "High Risk",
        "petitioner": "Ganesh Benzoplast Ltd.@MA-1570-19-Aplcnt.",
        "respondent": "State Trading Corporation of India Ltd.-Respdt.",
        "caseStatus": "Disposed",
        "caseSummary": {
          "courtName": "City Sessions Court, Mumbai",
          "firPoliceStation": "N/A",
          "actAndSession": "NEGOTIABLE INSTRUMENTS ACT & U/s 138, 141",
          "caseYear": "2019",
          "caseType": "Criminal",
          "district": "Mumbai City Civil Court",
          "state": "Maharashtra",
          "riskSummary": "There is a disposed case filed by the subject, the case is filed as a criminal revision petition...",
          "firSummary": "FIR Copy attached - Arrested Data",
          "firLink": "N/A",
          "matchSummary": "100% with name Full match + Address Exact match based on court/judgement/FIR records.",
          "judgementSummary": "Ganesh Benzoplast Limited tried to stop a cheque bounce case...",
          "judgementLink": "https://crime.getupforchange.com/file?token=..."
        }
      },
      {
        "caseCategory": "Serious Criminal Offences",
        "caseNumber": "",
        "riskType": "Very High Risk",
        "petitioner": "SH RAVI PANDEY (S/O) SH SN PANDEY",
        "respondent": "MS GANESH BENZOPLAST LIMITED Relation ",
        "caseStatus": "FIR/Defaulter List",
        "caseSummary": {
          "courtName": "(Under Section 173 B.N.S.S))",
          "firPoliceStation": "ECONOMIC OFFENCES WING",
          "actAndSession": "IPC 1860 & U/s IPC 1860 420/406/467/468/471/120B",
          "state": "Delhi",
          "riskSummary": "There is an FIR lodged against the subject...",
          "firSummary": "FIR Copy attached - Arrested Data",
          "firLink": "http://judgements.getupforchange.com/FIR/DL/2024/8956/8956001/8956_8956001.......09.pdf",
          "matchSummary": "100% with name Full match + Address Exact match...",
          "judgementSummary": "FIR Copy attached",
          "judgementLink": "N/A"
        }
      }
    ],
    "disclaimer": "This report contains information about the Subject... before taking any decision."
  },
  "requested_at": "2025-11-19T06:18:48.661Z",
  "completed_at": "2025-11-19T06:18:48.796Z"
}

Get document details

GET https://secctrl.tutelar.io/api/v1/kyc/business_profile/crime_record_check

Query parameters description is given below,

Query Parameter
Type
Is Mandatory
Description

reference_id

String

Yes

Document reference id

{
  "success": true,
  "code": 200,
  "message": "The request has been successfully completed.",
  "reference_id": "dbbf48e9-7deb-4c89-abb5-812ace8d2314",
  "status": "completed",
  "result": {
    "profileType": "individual",
    "criminalRecord": {
      "referenceNo": "2771137243115",
      "name": "Ramakant Shankarmal Pilani",
      "address": "Plot No 10 Shanti Sadan J B Nagar,near Subhash Hotel,andheri East Mumbai,maharashtra,mumbai,400059",
      "verficationDate": "29/10/2025 02:26 am",
      "riskType": "Very High Risk",
      "riskSummary": "There are total 1 cases registered and 1 FIRs lodged. This profile has a very high legal risk according to our records. We advise proceeding with extreme caution when considering lending to this profile."
    },
    "criminalReportSummary": {
      "numberOfCases": 2,
      "numberOfHighRiskCases": 2,
      "reportSummary": [
        {
          "caseCategory": "Financial Matters",
          "caseNumber": "201801007052019",
          "riskType": "High Risk",
          "caseType": "Criminal",
          "courtType": "Session Court",
          "caseRegDate": "21-06-2019",
          "petitionerCount": "1 Filing as Respondent"
        },
        {
          "caseCategory": "Serious Criminal Offences",
          "caseNumber": "",
          "riskType": "Very High Risk",
          "caseType": "Criminal",
          "courtType": "FIR",
          "caseRegDate": "10/07/2024",
          "petitionerCount": "13 case as Respondent"
        }
      ]
    },
    "caseDetails": [
      {
        "caseCategory": "Financial Matters",
        "caseNumber": "201801007052019",
        "riskType": "High Risk",
        "petitioner": "Ganesh Benzoplast Ltd.@MA-1570-19-Aplcnt.",
        "respondent": "State Trading Corporation of India Ltd.-Respdt.",
        "caseStatus": "Disposed",
        "caseSummary": {
          "courtName": "City Sessions Court, Mumbai",
          "firPoliceStation": "N/A",
          "actAndSession": "NEGOTIABLE INSTRUMENTS ACT & U/s 138, 141",
          "caseYear": "2019",
          "caseType": "Criminal",
          "district": "Mumbai City Civil Court",
          "state": "Maharashtra",
          "riskSummary": "There is a disposed case filed by the subject, the case is filed as a criminal revision petition...",
          "firSummary": "FIR Copy attached - Arrested Data",
          "firLink": "N/A",
          "matchSummary": "100% with name Full match + Address Exact match based on court/judgement/FIR records.",
          "judgementSummary": "Ganesh Benzoplast Limited tried to stop a cheque bounce case...",
          "judgementLink": "https://crime.getupforchange.com/file?token=..."
        }
      },
      {
        "caseCategory": "Serious Criminal Offences",
        "caseNumber": "",
        "riskType": "Very High Risk",
        "petitioner": "SH RAVI PANDEY (S/O) SH SN PANDEY",
        "respondent": "MS GANESH BENZOPLAST LIMITED Relation ",
        "caseStatus": "FIR/Defaulter List",
        "caseSummary": {
          "courtName": "(Under Section 173 B.N.S.S))",
          "firPoliceStation": "ECONOMIC OFFENCES WING",
          "actAndSession": "IPC 1860 & U/s IPC 1860 420/406/467/468/471/120B",
          "state": "Delhi",
          "riskSummary": "There is an FIR lodged against the subject...",
          "firSummary": "FIR Copy attached - Arrested Data",
          "firLink": "http://judgements.getupforchange.com/FIR/DL/2024/8956/8956001/8956_8956001.......09.pdf",
          "matchSummary": "100% with name Full match + Address Exact match...",
          "judgementSummary": "FIR Copy attached",
          "judgementLink": "N/A"
        }
      }
    ],
    "disclaimer": "This report contains information about the Subject... before taking any decision."
  },
  "requested_at": "2025-11-19T06:18:48.661Z",
  "completed_at": "2025-11-19T06:18:48.796Z"
}

Last updated