Skip to main content
GET
Get a company

Authorizations

Authorization
string
header
required

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

Path Parameters

companyNumber
string
required

Query Parameters

includesLocations
boolean
default:false

Response

OK

Processed company data with comprehensive business information

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")

HQAddress
string | null

Headquarters address

HQPostcode
string | null

Headquarters postal code

HQPostcodeDetails
object

Model representing a Germany address

Address
string | null

Street address of the company headquarters

Town
string | null

City or town where the company is located

State
string | null

State where the company is registered

Phone
string | null

Primary business phone number

Zipcode
string | null

Postal code for the company

Latitude
number<double> | null

Latitude of the company

Longitude
number<double> | null

Longitude of the company

Employees
integer<int32> | null

Exact number of employees

Turnover
integer<int64> | null

Annual revenue/turnover value

NACEs
string[] | null

Primary industry classification rows associated with the company

RNACEs
object[] | null

Secondary industry classification rows associated with the company

SimilarCompanies
object[] | null

Similar companies to the current company

Last modified on July 30, 2026