Company Type is not the same

The API has a different company type when compared with the website.

for example : Company house number - 10159974 has different type

API:

website:

No, ltd is ‘Private limited company’.
type in the company profile is an enumerated type (https://developer.companieshouse.gov.uk/api/docs/company/company_number/companyProfile-resource.html) you will have to look this up in the api-enumerations (api-enumerations/constants.yml at develop · companieshouse/api-enumerations · GitHub) if you want to present to human readers.

Got it. Thanks @MArkWilliams