Our prices
Price list for single API calls
- Search Company Legal Form € 0,00 + vat
Find out the list and code of all legal forms of companies, and the corresponding one.
The service allows you to get specific information on the legal form of a company, via API and in real time.
The "Search Company Legal Form" service consists of two endpoints:
With the "Search Company Legal Form" service you obtain the list and code of all company legal forms. It then indicates whether the form of the company (i.e. the organisational, administrative, fiscal and accounting model with which a company is conducted, according to the rules of the Civil Code). Various forms are possible, to which specific legal codes correspond. For example:
The "Search Company Legal Form" is identified by the endpoint: GET https://imprese.openapi.it/forma_giuridica
The response is in real time.
This is an example of a request
https://imprese.openapi.it/forma_giuridica
The response provides the complete list of acronyms and legal forms:
{
"data": [
{
"codice_natura_giuridica": "AA",
"valore": "SOCIETA' IN ACCOMANDITA PER AZIONI"
},
{
"codice_natura_giuridica": "AN",
"valore": "SOCIETA' CONSORTILE IN NOME COLLETTIVO"
},
{
"codice_natura_giuridica": "EI",
"valore": "ENTE IMPRESA"
},
{
"codice_natura_giuridica": "RR",
"valore": "SOCIETA' A RESPONSABILITA' LIMITATA A CAPITALE RIDOTTO"
}
],
"success": true,
"message": "",
"error": null
}
The response list is only an example and is not complete.
The "Legal Nature Code" service provides information on the legal form of a company. This data is made available from the Legal Nature Code parameter, which is provided via API and in real time.
The "Search Company Legal Nature Code" is identified by the endpoint: GET https://imprese.openapi.it/forma_giuridica/{codice_natura_giuridica}
The response is in real time.
The call can be made by entering 'codice_natura_giuridica' as a starting parameter (e.g. SP).
https://imprese.openapi.it/forma_giuridica/SP
The response provides details on:
{ "data": [ { "codice_natura_giuridica": "SP", "valore": "SOCIETA' PER AZIONI" }, "success": true, "message": "", "error": null }
The Search Company service allows through other endpoints to obtain individual information already present in the Search Company Basic and Advance: