GET/sep/query_by_curp-20%$0.1 USDT/call$0.08 USDT/call

Free billing instructions: No billing will be charged in case of abnormalities
Billing instructions for empty value: The interface is limited to 10 free empty value times per day
Empty value definition: The server query result is empty and no data was found

Query Mexican education records by CURP

Header Parameters

NameTypeRequiredDescription
X-Api-TokenstringRequiredYour platform API token

Parameters

NameInTypeRequiredDescription
curpquerystringRequired18-character CURP code

Response 200JSON

{
  "data": {
    "curp": "GOCA780521MGTNPN03",
    "personal_info": {
      "curp": "GOCA780521MGTNPN03",
      "nombre": "ANDREA",
      "primerApellido": "GONZALEZ",
      "segundoApellido": "CAPITAN",
      "sexo": "M",
      "fechaNacimiento": "Sun May 21 00:00:00 CST 1978",
      "lugarNacimiento": "GUANAJUATO"
    },
    "cedulas_registradas": [
      {
        "cedula": "8277871",
        "institucion": "UNIVERSIDAD TECNOLÓGICA DEL NORTE DE GUANAJUATO",
        "carrera": "LICENCIATURA EN INGENIERÍA EN NEGOCIOS Y GESTIÓN EMPRESARIAL"
      }
    ],
    "carreras_grados": null
  },
  "status": 200,
  "message": "Found",
  "success": true
}