🌎Interpol Background Check

Service for querying criminal records with Interpol.

Endpoint

https://api.verifik.co/v2/interpol

Conduct a criminal background check using Interpol’s database. This API endpoint enables you to search for an individual’s criminal records, including details like document type, document number, first name, last name, full name, and name components. Designed for secure and authorized use by law enforcement and security agencies.

Key Use Case

Essential for organizations requiring criminal background verification, such as for hiring, security clearances, or legal compliance, particularly when dealing with international records.

Important Notes

  • This service accesses Interpol’s database and is intended exclusively for authorized law enforcement and security agencies. Unauthorized use is strictly prohibited.

  • The data retrieved is highly sensitive and subject to international privacy and data protection laws. Handle with care and ensure compliance with all relevant regulations.

  • Always verify the information with official Interpol channels or local authorities for critical decisions.

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

Query via Document

Name
Type
Required
Description

documentType

String

False

The document type that you want to request.

documentNumber

String

False

Document number to consult, without spaces or points.

Query via Full Name

Name
Type
Required
Description

fullName

String

False

Instead of documentType and documentNumber, you can pass the name directly of the person/business.

Request

import axios from 'axios';

const options = {
  method: 'GET',
  url: 'https://api.verifik.co/v2/interpol',
  params: {documentType: 'CC', documentNumber: '80251972'},
  headers: {
    Accept: 'application/json',
    Authorization: 'jwt <tu_token>'
  }
};

try {
  const { data } = await axios.request(options);
  console.log(data);
} catch (error) {
  console.error(error);
}

Response

{
    "data": {
        "documentType": "CC",
        "documentNumber": "19304877",
        "firstName": "IVAN LUCIANO MARQUEZ",
        "lastName": "MARIN ARANGO",
        "fullName": "IVAN LUCIANO MARQUEZ MARIN ARANGO",
        "arrayName": [
            "IVAN",
            "LUCIANO",
            "MARQUEZ",
            "MARIN",
            "ARANGO"
        ],
        "foundInInterpol": true,
        "details": {
            "totalCards": "2",
            "cards": [
                {
                    "arrestWarrants": [
                        {
                            "issuingCountryId": "CO",
                            "charge": "ARTICULO 162.  - RECLUTAMIENTO ILÍCITO \r\nARTICULO 135-6 - HOMICIDIO EN PERSONA PROTEGIDA \r\nARTICULO 165 y 166 causal 3 - DESAPARICIÓN FORZADA AGRAVADA POR LA MENOR EDAD DE LA VÍCTIMA"
                        },
                        {
                            "issuingCountryId": "CO",
                            "charge": "ARTICULO 162.  - RECLUTAMIENTO ILÍCITO \r\nARTICULO 135-6 - HOMICIDIO EN PERSONA PROTEGIDA \r\nARTICULO 165 y 166 causal 3 - DESAPARICIÓN FORZADA AGRAVADA POR LA MENOR EDAD DE LA VÍCTIMA"
                        },
                        {
                            "issuingCountryId": "CO",
                            "charge": "Desaparición forzada agravada y homicidio en persona protegida"
                        },
                        {
                            "issuingCountryId": "CO",
                            "charge": "Desaparición forzada agravada y homicidio en persona protegida"
                        },
                        {
                            "issuingCountryId": "CO",
                            "charge": "Reclutamiento ilícito\r\nHomicidio en persona protegida\r\nDesaparición forzada"
                        },
                        {
                            "issuingCountryId": "CO",
                            "charge": "Reclutamiento ilícito\r\nHomicidio en persona protegida\r\nDesaparición forzada"
                        },
                        {
                            "issuingCountryId": "CO",
                            "charge": "RECLUTAMIENTO ILÍCITO (ART. 162)\r\nHOMICIDIO EN PERSONA PROTEGIDA (ART.135-6)\r\n DESAPARICIÓN FORZADA AGRAVADA POR LA MENOR EDAD DE LA VÍCTIMA (ART.165 y ART. 166 causal 3)"
                        },
                        {
                            "issuingCountryId": "CO",
                            "charge": "RECLUTAMIENTO ILÍCITO (ART. 162)\r\nHOMICIDIO EN PERSONA PROTEGIDA (ART.135-6)\r\n DESAPARICIÓN FORZADA AGRAVADA POR LA MENOR EDAD DE LA VÍCTIMA (ART.165 y ART. 166 causal 3)"
                        }
                    ],
                    "weight": "0",
                    "languagesSpokenIds": [
                        "SPA"
                    ],
                    "height": "1.75",
                    "sexId": "M",
                    "countryOfBirthId": "CO",
                    "distinguishingMarks": null,
                    "eyesColorsId": null,
                    "hairsId": null,
                    "placeOfBirth": "FLORENCIA - CAQUETA"
                },
                {
                    "arrestWarrants": [
                        {
                            "issuingCountryId": "CO",
                            "charge": "ARTICULO 162.  - RECLUTAMIENTO ILÍCITO \r\nARTICULO 135-6 - HOMICIDIO EN PERSONA PROTEGIDA \r\nARTICULO 165 y 166 causal 3 - DESAPARICIÓN FORZADA AGRAVADA POR LA MENOR EDAD DE LA VÍCTIMA"
                        },
                        {
                            "issuingCountryId": "CO",
                            "charge": "ARTICULO 162.  - RECLUTAMIENTO ILÍCITO \r\nARTICULO 135-6 - HOMICIDIO EN PERSONA PROTEGIDA \r\nARTICULO 165 y 166 causal 3 - DESAPARICIÓN FORZADA AGRAVADA POR LA MENOR EDAD DE LA VÍCTIMA"
                        },
                        {
                            "issuingCountryId": "CO",
                            "charge": "Desaparición forzada agravada y homicidio en persona protegida"
                        },
                        {
                            "issuingCountryId": "CO",
                            "charge": "Desaparición forzada agravada y homicidio en persona protegida"
                        },
                        {
                            "issuingCountryId": "CO",
                            "charge": "Reclutamiento ilícito\r\nHomicidio en persona protegida\r\nDesaparición forzada"
                        },
                        {
                            "issuingCountryId": "CO",
                            "charge": "Reclutamiento ilícito\r\nHomicidio en persona protegida\r\nDesaparición forzada"
                        },
                        {
                            "issuingCountryId": "CO",
                            "charge": "RECLUTAMIENTO ILÍCITO (ART. 162)\r\nHOMICIDIO EN PERSONA PROTEGIDA (ART.135-6)\r\n DESAPARICIÓN FORZADA AGRAVADA POR LA MENOR EDAD DE LA VÍCTIMA (ART.165 y ART. 166 causal 3)"
                        },
                        {
                            "issuingCountryId": "CO",
                            "charge": "RECLUTAMIENTO ILÍCITO (ART. 162)\r\nHOMICIDIO EN PERSONA PROTEGIDA (ART.135-6)\r\n DESAPARICIÓN FORZADA AGRAVADA POR LA MENOR EDAD DE LA VÍCTIMA (ART.165 y ART. 166 causal 3)"
                        }
                    ],
                    "weight": "0",
                    "languagesSpokenIds": [
                        "SPA"
                    ],
                    "height": "1.75",
                    "sexId": "M",
                    "countryOfBirthId": "CO",
                    "distinguishingMarks": null,
                    "eyesColorsId": null,
                    "hairsId": null,
                    "placeOfBirth": "FLORENCIA - CAQUETA"
                }
            ]
        }
    },
    "signature": {
        "dateTime": "June 16, 2025 4:31 PM",
        "message": "Certified by Verifik.co"
    },
    "id": "PHVXK"
}

Last updated