Registered Office Address

  • Openapi Evasione : Immediate
  • Openapi starting from € 0,01 + vat

Get the registered office of any Italian company in real time and always up-to-date

Full address and co-ordinates (longitude and latitude) of the location from VAT number or tax code only

Esempio Registered Office Address

The Address service of the Company API allows obtaining the address of any Italian company registered in the Business Register.

The Address service is identified by the endpoint: GET https://company.openapi.com/IT-address/{vatCode_or_taxCode_or_id}

All data is available starting from one of the following parameters:

  • VAT Number
  • Tax Code
  • ID 

REQUEST EXAMPLE
(GET /IT-address/{vatCode_or_taxCode_or_id})

This is an example request for the VAT number 12485671007:

https://company.openapi.com/IT-address/12485671007 


RESPONSE EXAMPLE
(GET /IT-address/{vatCode_or_taxCode_or_id})

The response returns full information about the address:

  • VAT Number
  • Tax Code
  • Company Name
  • Toponym
  • Address
  • City
  • Hamlet
  • Province
  • Postal Code
  • Coordinates (Longitude and Latitude)
  • Cadastral Code
{
"data": [
  {
    "taxCode": "12485671007",
    "companyName": "OPENAPI S.R.L.",
    "vatCode": "12485671007",
    "address":{
      "registeredOffice": {
      "toponym": "VIALE",
      "street": "F TOMMASO MARINETTI",
      "streetNumber": "221",
      "streetName": "VIALE F TOMMASO MARINETTI 221",
      "town": "ROMA",
      "hamlet":  null,
      "province": "RM",
      "zipCode": "00143",
      "gps": {
        "coordinates": [
          12.47843,
          41.8071
       ]
      },
      "townCode": "H501"
    }
   },
   "creationTimestamp":  1622452306,
   "lastUpdateTimestamp": "1622452306",
   "id": "60b4a85585e34e615c569ef5"
  }
 "success":  true,
 "message": "",
 "error":  null
 }


Company data is provided in real-time.

Our prices

Price list for single API calls