What does the RREE API query?
It queries data tied to a Peruvian foreign resident card, including identity, nationality, migration status and expiry.
POST /v1/pe/rreeVerify identity of foreign residents in Peru: name, nationality, migration status and residence expiry. Direct from the Ministry of Foreign Affairs.
This is a public demo with a reduced rate limit. For a production API key, book a call. I get back the same day.
card_numberstringreqcard_numberstringapellidosstringnombresstringnacionalidadstringcalidad_migratoriastringbirth_datestringexpires_atstringIt queries data tied to a Peruvian foreign resident card, including identity, nationality, migration status and expiry.
Exactly 8 numeric digits for the foreign resident card number.
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"}'