Skip to main content
POST

Authorizations

Authorization
string
header
required

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

Body

The body is of type any.

Response

OK

CompanyNumber
string
required

Unique company identifier from the data source

Minimum string length: 1
Description
string | null

Company description or business activity summary

Legal form of the company

EmployeeRange
string | null

Employee count range bucket label

RTICs
object[] | null

Real-Time Industrial Classifications (RTIC) associated with the company.

LogoURL
string | null

URL of the company logo

ScreenshotURL
string | null

URL of the company screenshot

OperatingLocationsCount
integer<int32> | null

Number of operating or group locations stored on the company row (without returning the full list).

Name
string | null

Official company name

Website
string | null
Country
string | null

Country where the company is registered (defaults to "USA")

Address
string | null

Street address of the company headquarters

Town
string | null

City or town where the company is located

State
string | null

US state where the company is registered

Phone
string | null

Primary business phone number

RegNumber
string | null

Official registration number (e.g., EIN, state registration)

Zipcode
string | null

US postal code (ZIP code)

Latitude
number<double> | null

Latitude of the company

Longitude
number<double> | null

Longitude of the company

CompaniesInGroup
object[] | null

List of subsidiary companies or business locations within the corporate group

Employees
integer<int32> | null

Exact number of employees at this site (Infobel EmployeesHere).

EmployeesTotal
integer<int32> | null

Total employees across the organisation (Infobel EmployeesTotal).

Turnover
integer<int64> | null

Annual revenue/turnover in US dollars

FinancesByYear
object[] | null

Annual financial history snapshots (year ending, employees, turnover). Wire name FinancesByYear.

BestEstimateGrowthPercentagePerYear
number<double> | null

Best estimate of annual turnover growth percentage (OLS over financial history; null when fewer than three valid years).

Directors
object[] | null

Directors and executives from Infobel Exec01–11 (CEO appended only when not already listed). Shared TDC_Global_Server_API_Core.Models.CompanyDirector wire shape.

ActivityCode
string | null

Primary NAICS code for the parent entity (Infobel LocalCode01). The full distinct union across the group remains in TDC_Global_Server_API_US.Models.ProcessedCompany.NAICs.

ActivityCodeName
string | null

Display name for TDC_Global_Server_API_US.Models.ProcessedCompany.ActivityCode (Infobel LocalLabel01, else NAIC-Codes lookup).

SicCode
string | null

Standard Industrial Classification code (Infobel InternationalCode01).

SicCodeName
string | null

Display name for TDC_Global_Server_API_US.Models.ProcessedCompany.SicCode (Infobel InternationalLabel01).

NAICS
string[] | null

List of NAIC codes describing the company's operations. Wire name NAICS.

RNAICS
object[] | null

RNAIC (industry classification) data associated with the company. Wire name RNAICS.

SimilarCompanies
object[] | null

Similar companies to the current company

Last modified on July 30, 2026