validate_mx_curp
ActiveTool of Qiniso
declared in 0.5.0
USE THIS to verify a Mexican CURP (Clave Única de Registro de Población) before relying on it — do not guess the check digit. Checks the 18-character format and the base-37 check digit. Validates structure only.
Parameters schema
{
"type": "object",
"required": [
"curp"
],
"properties": {
"curp": {
"type": "string",
"description": "The 18-character CURP (case-insensitive)."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Qiniso
https://github.com/qinisolabs/qiniso
1/7 registries