🇵🇪

SUNAT

live

Real-time DNI to RUC lookup from Peru's tax authority.

POST /api/v1/ruc

Try it live

API Reference

Request

curl -X POST https://api.usecroma.com/api/v1/ruc \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer sk_live_YOUR_API_KEY" \
  -d '{"document_number": "44556677"}'

Response

{
  "success": true,
  "data": {
    "ruc": "10445566771",
    "taxpayer_name": "BASTIDAS PUYUCAHUA MICAELA",
    "taxpayer_status": "ACTIVO",
    "taxpayer_condition": "HABIDO",
    "fiscal_address": "JR. CUSCO 1780 - CUSCO"
  }
}

Ready to integrate?

Get your API key and start querying SUNAT data in minutes. Reliable, fast, and built for production.

Request API access