Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.croma.run/llms.txt

Use this file to discover all available pages before exploring further.

Verifies Peruvian foreigner identity card (carné de extranjería) data from the Ministerio de Relaciones Exteriores, including name, nationality, immigration status, and expiration date. POST /pe/rree/foreigner-cards/lookup/v1
FieldTypeNotes
card_numberstringRequired. Exactly 8 digits.
curl https://api.croma.run/pe/rree/foreigner-cards/lookup/v1 \
  -H "Authorization: Bearer $CROMA_API_KEY" \
  -d '{ "card_number": "00112233" }'
Returns 404 (resource_not_found) when no card matches the given number.

Full reference

Schemas, response fields, and an interactive playground.