GET/curp/curp_to_nss-20%$0.05 USDT/call$0.04 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

Queries IMSS (Instituto Mexicano del Seguro Social) to resolve the NSS (Número de Seguridad Social) corresponding to the given CURP.

Header Parameters

NameTypeRequiredDescription
X-Api-TokenstringRequiredYour platform API token

Parameters

NameInTypeRequiredDescription
curpquerystringRequired18-character CURP code

Response 200JSON

{
  "data": {
    "curp": "AARV940501MPLNSR01",
    "nss": "03169411059"
  },
  "status": 200,
  "message": "Found",
  "success": true
}