GET
/curp/verify-20%$0.05 USDT/call$0.04 USDT/callFree 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
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.
Header Parameters
| Name | Type | Required | Description |
|---|---|---|---|
X-Api-Token | string | Required | Your platform API token |
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
curp | query | string | Required | 18-character CURP code |
Response 200JSON
{
"data": {
"statusCurp": "RCN"
},
"status": 200,
"message": "Found",
"success": true
}
Real-time Mexican Data All API