Skip to main content
POST
/
ruc
/
domicilio-fiscal
cURL
curl --request POST \
  --url https://api.json.pe/api/ruc/domicilio-fiscal \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "ruc": "20552103816"
}
'
{
  "success": true,
  "message": "exito",
  "data": {
    "codigo": "0000",
    "tipo_de_establecimiento": "DOMICILIO FISCAL",
    "actividad_economica": "-",
    "direccion": "AV. ALFREDO BENAVIDES NRO. 617 (ALTURA DE LA VIA EXPRESA)",
    "direccion_completa": "AV. ALFREDO BENAVIDES NRO. 617 (ALTURA DE LA VIA EXPRESA), LIMA - LIMA - MIRAFLORES",
    "departamento": "LIMA",
    "provincia": "LIMA",
    "distrito": "MIRAFLORES",
    "ubigeo_sunat": "150122",
    "ubigeo": [
      "15",
      "1501",
      "150122"
    ]
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
ruc
string
required

El RUC a consultar

Example:

"20552103816"

Response

ruc domicilio fiscal response

success
boolean

El estado de la respuesta true o false

message
string

Mensaje de la respuesta

data
object

Datos del domicilio fiscal