{"openapi":"3.0.3","info":{"title":"OpenRUC","version":"1.0.0","description":"Free, open, no-auth API for Peru's SUNAT RUC identity (razón social, estado, domicilio fiscal). Legal entities only. Sponsored by Latinfo (https://latinfo.dev), which adds sanctions, debt, public procurement and KYB risk.","contact":{"name":"Latinfo","url":"https://latinfo.dev"},"license":{"name":"Public data (SUNAT)"}},"servers":[{"url":"https://openruc.com"}],"paths":{"/api/ruc/{ruc}":{"get":{"operationId":"getRuc","summary":"Look up a Peruvian RUC (legal entities only, 20*)","parameters":[{"name":"ruc","in":"path","required":true,"schema":{"type":"string","pattern":"^20\\d{9}$"},"example":"20100047218"}],"responses":{"200":{"description":"RUC identity","content":{"application/json":{"schema":{"type":"object","properties":{"ruc":{"type":"string"},"razon_social":{"type":"string"},"estado":{"type":"string"},"condicion":{"type":"string"},"direccion":{"type":"string"},"ubigeo":{"type":"string"},"source":{"type":"string"},"as_of":{"type":"string"}}}}}},"400":{"description":"Invalid RUC format"},"404":{"description":"Not found, or out of scope (natural person)"},"429":{"description":"Rate limited"}}}}}}