Report Types Explained

API4ALL v3 offers three company reports. They are cumulative: Structure contains everything in KYB plus company structure, and Credit contains everything in Structure plus ownership chains, negatives, financials, and scoring.

API4ALL v3 offers five company reports. They nest: each one contains everything in the report above it, then adds to it.

ReportProduct codeEndpointBest for
KYB2100/a4a/3.0/api/report/kyb/code/{code}Onboarding checks, identity and status verification
Structure2200/a4a/3.0/api/report/structure/code/{code}Ownership and control
Credit2300/a4a/3.0/api/report/credit/code/{code}Credit decisions, risk exposure, limit setting
Enhanced Structure2700Registry history1: who held what, and when
Comprehensive2800Full company profile without a credit score

Structure contains everything in KYB. From there the range splits in two directions:

  • Enhanced Structure adds depth in time: the full registry history of officers, shareholders, and share capital.
  • Comprehensive adds breadth: group relationships, adverse findings, and financials. Credit is Comprehensive plus the ICG credit score.
🚧

The Enhanced Structure Report is fresh-investigation only. It cannot be ordered from data already on file. See Product Codes.

📘

Enhanced Structure and Comprehensive are available for Cyprus only.

All five share the same envelope: a GeneratedAt timestamp, the ICGId of the subject company, and a Company array containing the report sections.

{
  "GeneratedAt": "2026-07-16T09:08:03.113",
  "ICGId": "CY00001234406861",
  "Company": [ { "GeneralInfo": [ ... ] } ]
}

KYB Report 2100

The KYB (Know Your Business) Report includes the basic identifying information of a company.

Returns

  • Registration Number
  • Name
  • Name In Latin Characters
  • VAT Number
  • Status
  • Date Start
  • Legal Type
  • Date Registered
  • Address
  • Date Updated

The address is returned both as a single Address string and broken into its components: City, Street, StreetNumber, Region, Municipality, PostalCode, Country, and CountryCode.

Use KYB when you need to confirm that a company exists, is active, and is who it claims to be without the cost or payload of a full structure or credit file.


Structure Report 2200

The Structure Report includes all information related to the company's structure, including capital, shareholders, and administrator information.

Returns

SectionContains
GeneralInfoIdentity, status history, company dates, legal type, addresses, website
MoreInfoPhones, emails
IdentifiersRegistration number, VAT number, and issue dates
NamesCurrent and historic registered names, with start/end dates and status
ActivitiesNACE activity codes and descriptions
CapitalsIssued/nominal shares, nominal price, authorised and paid-up capital
AdministratorsDirectors and secretaries, individuals and corporate, with positions
ShareholdersShareholders with issued shares, percentage, and share breakdown
RepresentationsRepresentation arrangements
BranchesBranches of the company
BranchParentParent entity where the subject is itself a branch
ChamberInfoChamber of commerce information
MortgagesChargesRegistered mortgages and charges, with beneficiary, amount, and dates

Structure is where you find who controls the company. Both Administrators and Shareholders distinguish individuals from corporate entities via an IsCompany flag, and corporate entries carry their own ICGId so you can pivot to a report on the parent.


Credit Report 2300

The Credit Report includes all company information along with a credit score.

Returns everything in Structure, plus:

SectionContains
Administrators → Other Directorship / Other ShareholdingEach administrator's other roles across the register
Shareholders → Other Directorship / Other ShareholdingEach shareholder's other roles across the register
AffiliatesAffiliated companies with holding percentage and status
SubsidiariesSubsidiary companies with holding percentage and status
ParentCompanyImmediate parent with holding percentage
UltimateBeneficialOwnerUBOs with the full OwnershipChain: path, level, percentage, effective %
NegativesBankruptcies and UnpaidBills for the subject company
CorporateStructureDetrimentalAdverse findings on connected entities: LegalEntities-Status, LegalEntities-Bankruptcies, LegalEntities-UnpaidBills
StatementOfFinancialPositionBalance sheet by year. Assets, equity, liabilities
StatementOfProfitAndLossP&L by year: revenue, operating profit, profit for the period
KeyRatiosLiquidity, profitability, efficiency, leverage, and coverage ratios by year
ICGScoringScore, credit limit, and risk description by financial year

Enhanced Structure Report 2700

The Enhanced Structure Report includes the full registry history of a company's officers, shareholders, and share capital. It returns current company information plus every past director, secretary, shareholder, and capital change, with the dates each was in effect.

Available for Cyprus only.

Returns everything in Structure, with historical records added to:

SectionContains
NamesCurrent and previous registered names
AddressCurrent and previous addresses
CapitalsCurrent and historical share capital, with a narrative of each change
AdministratorsCurrent and previous directors and secretaries, with the period each served
ShareholdersCurrent and previous shareholders, with the period each held

Where Structure answers who controls the company now, Enhanced Structure answers who controlled it, and when it changed. Use it for retrospective due diligence, litigation support, and reconstructing ownership as at a past date.


Comprehensive Report 2800

The Comprehensive Report includes all company information except the credit score, with in-depth data on shareholders' and directors' relationships.

Available for Cyprus only.

Returns everything in Structure, plus:

SectionContains
AffiliatesAffiliated companies with holding percentage and status
SubsidiariesSubsidiary companies with holding percentage and status
ParentCompanyImmediate parent with holding percentage
UltimateBeneficialOwnerUBOs with the full OwnershipChain: path, level, percentage, effective %
NegativesBankruptcies and UnpaidBills for the subject company
CorporateStructureDetrimentalAdverse findings on connected entities
StatementOfFinancialPositionBalance sheet by year: assets, equity, liabilities
StatementOfProfitAndLossP&L by year: revenue, operating profit, profit for the period
KeyRatiosLiquidity, profitability, efficiency, leverage, and coverage ratios by year
📘

For the meaning, type, and format of each individual field, see Data Definition.


Did this page help you?