DataGardener API Docs
  1. Companies
DataGardener API Docs
  • Getting Started
    • Introduction
    • Guide
  • DataGardener API
    • Companies
      • Get company details.
        GET
      • Get company trading address.
        GET
      • Get company summary.
        GET
      • Get company previous name.
        GET
      • Get company industries.
        GET
      • Get company info by IS-8 industries
        GET
    • Financials
      • Get company statutory accounts.
      • Get company simplified accounts .
      • Get financial ratios details for a company.
    • Share Details
      • Get share details for a company.
    • Officers
      • Get officers details for a company.
    • Group Structures
      • Get group structure for a company.
    • Documents
      • Get document list for a company.
    • Directors
      • Get directors data for a company.
      • Get active directors data for a company.
    • Commentaries
      • Get Company Commentary .
    • Acquisition Merger
      • Get acquisition merger information for a company.
    • Lending
      • Get Charges Details
      • Get Outstanding Charges
      • Get Unsecured Charges
      • Get Secured Charges
      • Get Registered Charges Details
    • Persons with Significant Control(PSC)
      • Get psc details
    • County Court Judgment (CCJ)
      • Get ccj details by company number and status
    • WriteOff
      • Get WriteOff details
    • Property Register
      • Get property register details by title number
      • Get property register details
    • Government Procurement
      • Get government procurement details
    • International Trade
      • Get international trade details
    • Responsible Procurement
      • Get responsible procurement ownership details
      • Get responsible procurement mission spectrum details
    • Accounts and Bank Details
      • Get accounts and bank details
  1. Companies

Get company summary.

GET
/companies/{company-registration-number}/summary
Companies
Retrieve a concise overview of a company, including its registration details and primary contact information. This endpoint is useful for quickly validating company existence and obtaining key address and communication details.

Request

Path Params

Header Params

Responses

🟢200OK
application/json
Success|OK
Body

🟠401Unauthorized
🟠403Forbidden
🟠404Record Not Found
🔴500Server Error
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.datagardener.com/companies/12559329/summary' \
--header 'x-api-key;'
Response Response Example
200 - Success
{
  "companyRegistrationNumber": "string",
  "businessName": "string",
  "regAddress": {
    "addressLine1": "string",
    "addressLine2": "string",
    "addressLine3": "string",
    "addressLine4": "string",
    "postalCode": "string",
    "telephone": "string",
    "ctps": "string",
    "website": "string",
    "regPOBox": "string",
    "county": "string",
    "regCareOfAddress": "string",
    "regOfficeAreaCode": "string",
    "country": "string",
    "ward": "string",
    "constituency": "string",
    "region": "string",
    "postcode_area": "string",
    "postcode_district": "string",
    "district": "string",
    "police_force": "string",
    "linkedin_url": "string",
    "facebook_url": "string"
  }
}
Previous
Get company trading address.
Next
Get company previous name.
Built with