> ## Documentation Index
> Fetch the complete documentation index at: https://developer.kyckr.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Gibraltar Company Data – Search and Lite Profile Updates

> Gibraltar Search and Lite Profile responses updated following migration from EBR to Companies House Gibraltar. The Enhanced Profile product is being discontinued — transition to Lite Profile or the Company Profile PDF document.

## Overview

As part of Kyckr's migration from the EBR (European Business Registry Network) to a direct registry connection with Companies House Gibraltar (ISO code GI), we've updated Search and Lite Profile responses for Gibraltar. The Automated Search and Lite Profile products will remain available and have been improved with additional fields.

The Enhanced Profile product will be discontinued. Customers currently using the Enhanced Profile should transition to the Lite Profile. Alternatively, a PDF document "Company Profile" is available from the filing list and contains company information including representatives, capital, and shareholders.

There is no change to the Filing list.

## Search results

We've improved the structure and data quality of Search responses for Gibraltar companies.

### Response structure changes

The search response structure has been updated for better consistency and additional company information.

**Before:**

```json theme={null}
{
  "addressesField": [
    {
      "countryField": "",
      "addressInOneLineField": "",
      "addressLine1Field": "",
      "addressLine2Field": "",
      "addressLine3Field": "",
      "addressLine4Field": "",
      "addressLine5Field": "",
      "regionStateField": ""
    }
  ],
  "codeField": "01198",
  "companyIDField": "01198",
  "legalFormField": "PRIVATE COMPANY LIMITED BY SHARES",
  "legalStatusField": "Live",
  "nameField": "BRISTOL HOTEL LIMITED",
  "officialField": false,
  "registrationAuthorityCodeField": ""
}
```

**After:**

```json theme={null}
{
  "addressesField": [
    {
      "countryField": "",
      "addressInOneLineField": "",
      "addressLine1Field": "",
      "addressLine2Field": "",
      "addressLine3Field": "",
      "addressLine4Field": "",
      "addressLine5Field": "",
      "regionStateField": ""
    }
  ],
  "codeField": "01198",
  "companyIDField": "01198",
  "legalFormField": "PRIVATE COMPANY LIMITED BY SHARES",
  "legalStatusField": "Live",
  "nameField": "BRISTOL HOTEL LIMITED",
  "officialField": false,
  "registrationAuthorityCodeField": "",
  "registrationAuthority": "Companies House Gibraltar"
}
```

### Key changes

The following fields are now populated in search responses:

| Field                     | Change                                                             |
| ------------------------- | ------------------------------------------------------------------ |
| **registrationAuthority** | Now populated with "Companies House Gibraltar" (previously absent) |

## Enhanced profile

The Enhanced Profile product for Gibraltar will be discontinued following the EBR migration. Customers currently using the Enhanced Profile should transition to the Lite Profile.

As an alternative, a PDF document "Company Profile" is available from the filing list and contains full company information including:

* Company representatives and directors
* Share capital information
* Shareholder data

## Additional resources

* [Lite Profile Documentation](/documentation/features/verify-basic-details-v1)
* [Search API Documentation](/documentation/features/search-for-a-company-v1)
