
Real-time Mexican Data All API
API Overview
API de extracción en tiempo real de información de residentes mexicanos: permite consultar la información más reciente de seguridad social, educación, buró de crédito y conversión de RFC a través de la CURP.
Endpoints
15 endpoints| Method | Name | Route | Description | |
|---|---|---|---|---|
| GET | QueryCurpBasicInfo | /curp/query_by_curp | query mexican curp basic info by curp | Test Endpoint → |
| GET | VerifyCurp | /curp/verify | Validates whether a CURP is active and registered in RENAPO. Returns success: true when the CURP is found (mensaje = "CURP encontrado") or its status is RCN (Registro Civil Nacional — valid and active). Either condition is sufficient. | Test Endpoint → |
| GET | CurpToNss | /curp/curp_to_nss | Queries IMSS (Instituto Mexicano del Seguro Social) to resolve the NSS (Número de Seguridad Social) corresponding to the given CURP. | Test Endpoint → |
| GET | QueryEducation | /sep/query_by_curp | Query Mexican education records by CURP | Test Endpoint → |
| GET | queryNss | /imss/query_by_curp | Query Mexican IMSS social security records by CURP or NSS [Under maintenance, temporarily unavailable] | Test Endpoint → |
| GET | QueryMexicoPersonalAddress | /imss/vigencia/basic | Query Mexico IMSS personal address by CURP | Test Endpoint → |
| GET | QueryMexicoFamilyProfile | /imss/vigencia/family | Query Mexico IMSS holder and family profile by CURP | Test Endpoint → |
| GET | PersonalContactInformationSearch | /personal/contact | Query Mexico personal phone and email by CURP | Test Endpoint → |
| GET | QueryAforeAccount | /afore/account | Queries AFORE and returns structured retirement fund account information for the given CURP, including the AFORE institution, affiliation type, registration status, identity verification, and digital profile level. | Test Endpoint → |
| GET | QueryInfonavitLoan | /infonavit/loan | Query the Infonavit loan contract information for the given CURP, showing the loan balance and repayment status. | Test Endpoint → |
| GET | QueryTelcelAccount | /telcel/account | Queries the Telcel / ClaroPay account status for the given 10-digit mobile number. Returns whether the user has a bank card bound in the TelcelAPP and whether N2-level identity verification has been completed (required by Mexican financial regulation to unlock payment and card-binding features). | Test Endpoint → |
| GET | CurpToRfc | /torfc/query_by_curp | The Mexican Tax Administration Service converts CURP into the corresponding RFC (Federal Taxpayer Registry number). | Test Endpoint → |
| GET | QueryNssProfile | /infonavit/profile | Queries registration system (KC-RegistroWeb) for the personal profile associated with the given NSS, returning the CURP, RFC, and name fields. | Test Endpoint → |
| GET | QueryEdomexDrivingLicensePdf | /edomex/licencia | Download EDOMEX driving license PDF by CURP | Test Endpoint → |
| POST | queryTagAndInfo | /prism/external/queryTagAndInfo | query citizen tag and basic info by CURP/email/phone | Test Endpoint → |