GET/imss/query_by_curp-20%$0.12 USDT/call$0.096 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 IMSS social security records by CURP or NSS [Under maintenance, temporarily unavailable]

Header Parameters

NameTypeRequiredDescription
X-Api-TokenstringRequiredYour platform API token

Parameters

NameInTypeRequiredDescription
curpquerystringRequired18-character CURP code

Response 200JSON

{
  "data": [
    {
      "nss": "03169411059",
      "curp": "AARV940501MPLNSR01",
      "lastNamePaternal": "ANDRADE",
      "lastNameMaternal": "ROSALES",
      "firstName": "VIRGINIA",
      "gender": "MUJER",
      "genderCode": "2",
      "employmentRecords": [
        {
          "employerRegistration": "Y6084479",
          "modality": "10",
          "employerRFC": "IMC9701024T5",
          "employerName": "IBM DE MEXICO, COMERCIALIZACION Y SERVICIOS S DE RL DE CV",
          "stateName": "CIUDAD DE MEXICO",
          "stateCode": "9",
          "dailyBaseSalary": "$1,530.26",
          "contributionDays": "28"
        }
      ]
    }
  ],
  "status": 200,
  "message": "Found",
  "success": true
}