Rama Judicial/real-time court filings
API/judicial data for AI agents
SLA/detection in < 24h
Sources/Consulta Procesos · TYBA · Publicaciones
Coverage/every judicial office
Infrastructure/the public data layer for AI
Rama Judicial/real-time court filings
API/judicial data for AI agents
SLA/detection in < 24h
Sources/Consulta Procesos · TYBA · Publicaciones
Coverage/every judicial office
Infrastructure/the public data layer for AI
Back to catalog
🇵🇪PeruPOST /v1/pe/rree

RREE Foreign resident card

Verify identity of foreign residents in Peru: name, nationality, migration status and residence expiry. Direct from the Ministry of Foreign Affairs.

Tomás Calle
Tomás Calle
Founder · Croma

This is a public demo with a reduced rate limit. For a production API key, book a call. I get back the same day.

Book 15 min
Integration guide
Source
Ministry of Foreign Affairs of Peru.
Freshness
On-demand lookup against the official source when the endpoint runs.
Latency
Usually seconds; depends on upstream availability.
Auth
Bearer API key in the Authorization header.

Best for

  • Verify Peruvian foreign resident cards.
  • Look up nationality and migration status.
  • Validate residence expiration dates.

Request fields

card_numberstringreq
Foreign resident card number, exactly 8 digits.

Response fields

card_numberstring
Card number queried.
apellidosstring
Holder's last names.
nombresstring
Holder's first names.
nacionalidadstring
Nationality reported.
calidad_migratoriastring
Migration status in Peru.
birth_datestring
Holder's date of birth (YYYY-MM-DD).
expires_atstring
Residence expiry date (YYYY-MM-DD).

Frequently asked

What does the RREE API query?

It queries data tied to a Peruvian foreign resident card, including identity, nationality, migration status and expiry.

What format does card_number accept?

Exactly 8 numeric digits for the foreign resident card number.

Try it
Request body
Result

Edit the JSON and submit to see migration data.

curl https://api.usecroma.com/v1/pe/rree \
  -H "Authorization: Bearer $CROMA_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"card_number":"00112233"}'