El servicio de Búsqueda en Interpol permite consultar información sobre una persona en la base de datos de Interpol. Esta base de datos incluye registros de individuos buscados por agencias de aplicación de la ley por motivos como delitos penales o actividades terroristas.
Para hacer uso de este servicio en una interfaz gráfica te invitamos a ingresar a nuestro client panel de Verifik.
Nombre | Tipo | ¿Requerido? | Descripción | Ejemplo |
---|---|---|---|---|
documentType | String | True |
Tipo de documento. Valor permitido: CC,CE,PA,RC,,PEP,CCVE,NIT,CURP,DNI, CCEC. | CC |
documentNumber | String | True |
Número de documento de la persona a consultar. | 123456789 |
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 {
notFou const { data } = await axios.request(options);
console.log(data);
} catch (error) {
console.error(error);
}
{
"data": {
"totalCards": 2,
"person": {
"documentType": "CC",
"documentNumber": "19304877",
"firstName": "LUCIANO",
"lastName": "MARIN ARANGO",
"fullName": "LUCIANO MARIN ARANGO",
"arrayName": [
"LUCIANO",
"MARIN",
"ARANGO"
]
},
"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": "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\\r\\nHomicidio en persona protegida\\r\\nDesaparición forzada"
},
{
"issuingCountryId": "CO",
"charge": "Desaparición forzada agravada y homicidio en persona protegida"
},
{
"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": "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\\r\\nHomicidio en persona protegida\\r\\nDesaparición forzada"
},
{
"issuingCountryId": "CO",
"charge": "Desaparición forzada agravada y homicidio en persona protegida"
}
],
"weight": 0,
"languagesSpokenIds": [
"SPA"
],
"height": 1.75,
"sexId": "M",
"countryOfBirthId": "CO",
"distinguishingMarks": "string",
"eyesColorsId": "string",
"hairsId": "string",
"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": "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\\r\\nHomicidio en persona protegida\\r\\nDesaparición forzada"
},
{
"issuingCountryId": "CO",
"charge": "Desaparición forzada agravada y homicidio en persona protegida"
},
{
"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": "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\\r\\nHomicidio en persona protegida\\r\\nDesaparición forzada"
},
{
"issuingCountryId": "CO",
"charge": "Desaparición forzada agravada y homicidio en persona protegida"
}
],
"weight": 0,
"languagesSpokenIds": [
"SPA"
],
"height": 1.75,
"sexId": "M",
"countryOfBirthId": "CO",
"distinguishingMarks": "string",
"eyesColorsId": "string",
"hairsId": "string",
"placeOfBirth": "FLORENCIA - CAQUETA"
}
]
},
"signature": {
"dateTime": "August 30, 2022 3:54 PM",
"message": "Certified by Verifik.co"
}
}
{
"data": {
"totalCards": 0,
"person": {
"documentType": "CC",
"documentNumber": "123456789",
"firstName": "MATEO",
"lastName": "VERIFIK",
"fullName": "MATEO VERIFIK",
"arrayName": [
"MATEO",
"VERIFIK"
]
},
"cards": []
},
"signature": {
"dateTime": "August 30, 2022 3:55 PM",
"message": "Certified by Verifik.co"
}
}
Code | Descripción | Response Body | |
---|---|---|---|
404 |
Not Found | Información no encontrada | { |
"code": "NotFound", | |||
"message": "Record not found.", | |||
"signature": { | |||
"dateTime": "August 31, 2022 3:24 PM", | |||
"message": "Certified by Verifik.co" | |||
} | |||
} | |||
409 |
Conflict | Hace falta suministrar algún parámetro. | { |
"code": "MissingParameter", | |||
"message": "missing documentType\n. missing documentNumber\n" | |||
} | |||
409 |
Conflict | documentType inválido para esta consulta. | { |
"code": "MissingParameter", | |||
"message": "documentType must be one of: [DNIAR]" | |||
} |