cURL
curl --request GET \ --url https://api.example.com/siren
200
Example
{ "total": 123, "data": [ { "siret": "<string>", "siren": "<string>", "nafCode": "<string>", "nafLabel": "<string>", "name": "<string>", "creationDate": "<string>", "location": { "city": "<string>", "country": "<string>", "address": "<string>", "postCode": "<string>" }, "legalStatus": { "1": "<string>", "2": "<string>", "3": "<string>" }, "headcount": "<string>" } ]}
Fetch company data from a SIREN API, from a SIRET, SIREN or a name
Optional: Siren number
Optional: Siret number
Optional: Company name
Total number of results
List of formatted company details
Show child attributes
Was this page helpful?