Catalog
Get Companies Per Company Country Code
This endpoint will return all country codes and the number of companies whose HQ is in that country.
Calls to this endpoint don't cost you credits.
Query Parameters
country
stringnullableName of a country. Will return the country matching their name in English
page
integer0 <= valuedefault: 0
Page number.
limit
integer1 <= valuedefault: 25
Number of results per page
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://api.theirstack.com/v0/catalog/companies_per_company_country_code"{
"data": [
{
"iso2": "string",
"country": "string",
"num_companies": 0
}
],
"metadata": {
"total_results": 2034
}
}{
"request_id": null,
"error": {
"code": "E-001",
"title": "Not allowed exception",
"description": "string"
}
}{
"request_id": null,
"error": {
"code": "E-001",
"title": "Not allowed exception",
"description": "string"
}
}{
"request_id": null,
"error": {
"code": "E-001",
"title": "Not allowed exception",
"description": "string"
}
}{
"request_id": null,
"error": {
"code": "E-001",
"title": "Not allowed exception",
"description": "string"
}
}How is this guide?
Last updated on
