Skip to main content
GET
Get a company
Look up a single company when you already know its registry-issued identifier. The response is the company entity — the same record embedded under results[].company in search results.
jurisdiction_code is case-insensitive and must be one of the supported jurisdiction codes. company_number is the registry-issued identifier returned as entity_number on the entity, and must match exactly as it appears on the record. 404 is returned when the company_number is not present in the given jurisdiction — including the case where the same number exists under a different jurisdiction.

Authorizations

X-API-Key
string
header
required

Path Parameters

jurisdiction_code
string
required

Jurisdiction code, e.g. us_de or us_ca.

company_number
string
required

Registry-assigned entity number.

Response

Company entity.

jurisdiction_code
string
required
Required string length: 2 - 5
entity_number
string
required
Minimum string length: 1
Minimum string length: 1
status
enum<string>
required
Available options:
active,
inactive,
dissolved,
suspended,
merged,
withdrawn,
unknown
Available options:
llc,
corporation,
nonprofit,
limited_partnership,
limited_liability_partnership,
partnership,
trust,
other,
unknown
domicile
enum<string>
required
Available options:
domestic,
foreign,
unknown
search_url
string
required
as_of
string<date>
required
kind
string
default:company
Allowed value: "company"
status_raw
string | null
formed_on
string<date> | null
dissolved_on
string<date> | null
addresses
object | null
names
object[] | null
parties
object[] | null
filings
object[] | null
relationships
object[] | null
contact
object | null
industry_codes
object[] | null
identifiers
object[] | null
entity_url
string | null