Validate a CURPs information with RENAPO
Verifica los datos de una persona ante la RENAPO.
Verify a persons information with the RENAPO
Dado un CURP ej: CAHF620818HMNLNL09
obten la información de esa persona.
Given a CURP ej: CAHF620818HMNLNL09
obtain the information on that person.
{
"curp": "CAHF620818HMNLNL09",
"renapo_valid": true,
"paternal_surname": "CALDERON",
"mothers_maiden_name": "HINOJOSA",
"names": "FELIPE DE JESUS",
"sex": "HOMBRE",
"birthdate": "18/08/1962",
"nationality": "MEXICO",
"entity_birth": "MN",
"probation_document": "ACTA DE NACIMIENTO",
"probation_document_data": {
"Entidad": "16",
"Municipio": "053",
"Año": "1963",
"Número de acta": "00145"
},
"rfc": "CAHF620818TN9",
"sat_valid": true
}