Official registry data
Every query resolves against the official RENIEC registry. No scraping, no dubious sources.
- Full names and surnames
- Structured JSON response
- Always up-to-date data
Query the official RENIEC registry with a single API call. Real, structured data, instantly, so your product validates identity without friction.
Every query resolves against the official RENIEC registry. No scraping, no dubious sources.
Average latency under 200ms. Your onboarding flow does not stall waiting on a verification.
Simple REST API with API-key auth. No complex OAuth, no weird signatures, no mandatory SDKs.
A single HTTP call. No required SDK, no complex OAuth, no weird signatures.
curl -H "Authorization: Bearer mfx_live_xxxxxxxxxx" \
https://api.maxfind.app/v1/dni/12345678
# Respuesta inmediata
{
"success": true,
"data": {
"dni": "12345678",
"nombres": "JUAN CARLOS",
"apellido_paterno": "PEREZ",
"apellido_materno": "GARCIA"
}
} Create your free account and make your first call in under 5 minutes.