Skip to main content
GET
Get a company group

Authorizations

Authorization
string
header
required

An API key issued by The Data City, sent as: Authorization: Bearer YOUR_KEY

Path Parameters

companyNumber
string
required

Response

OK

CompanyNumber
string | null
required

Unique company identifier from the data source for this location

Name
string | null

Official company name for this location

Website
string | null

Company website URL for this location

Description
string | null

Business description or summary of activities for this location

Country
string | null

Country where this location is registered (defaults to "USA")

Address
string | null

Street address of this specific location

Town
string | null

City or town where this location is situated

State
string | null

State where this location is registered

Phone
string | null

Primary business phone number for this location

Zipcode
string | null

Postal code for this location

Latitude
number<double> | null

Latitude of the location

Longitude
number<double> | null

Longitude of the location

Legal form of business entity for this location (e.g., Corporation, LLC, Partnership)

Employees
integer<int32> | null

Exact number of employees at this location

Turnover
integer<int64> | null

Annual revenue/turnover for this specific location

LogoURL
string | null

Resolved logo URL derived from website (populated after loading from DuckDB).

ParentCompanyNumber
string | null

Parent company number when this row is a location tied to a parent entity.

ParentCompanyName
string | null

Parent company display name when TDC_Global_Server_API_IE.Models.ProcessedCompanyLocation.ParentCompanyNumber is set.

NACEs
string[] | null
read-only

Primary industry classification rows associated with the company

Last modified on July 30, 2026