Get company

Get given company by company number or REGON

Input

User needs to provide one of

  • companyNumber

  • regon

Attribute
Type
Description

regon

String

REGON number

companyNumber

String

Company number, Polish NIP

Response Content

Ceidg

Attribute
Type
Description

object

Sole proprietorship object

soleProprietorship

Attribute
Type
Description

id

string

The unique identifier of the sole proprietorship

name

string

The name of the sole proprietorship

registerDate

string

The date when the sole proprietorship was registered

object

The address of the sole proprietorship as registered with the authorities

object

The correspondence address of the sole proprietorship

object

Information about the owner of the sole proprietorship

array of objects

The citizenship(s) of the owner

array of objects

The activity classifications of the sole proprietorship

status

string

The current status of the sole proprietorship

registryAddress

Attribute
Type
Description

street

string

The street address of the registry

city

string

The city where the registry is located

country

string

The country where the registry is located

postalCode

string

The postal code of the registry

terc

string

The TERC code of the registry

simc

string

The SIMC code of the registry

ulic

string

The ULIC code of the registry

correspondenceAddress

Attribute
Type
Description

street

string

The street address of the correspondence

city

string

The city where the correspondence is located

country

string

The country where the correspondence is located

postalCode

string

The postal code of the correspondence

terc

string

The TERC code of the correspondence

simc

string

The SIMC code of the correspondence

ulic

string

The ULIC code of the correspondence

owner

Attribute
Type
Description

name

string

The first name of the owner

surname

string

The last name of the owner

nip

string

The NIP number of the owner

regon

string

The REGON number of the owner

citizenship

Attribute
Type
Description

symbol

string

The two-letter symbol of the citizenship

country

string

The name of the country associated with the citizenship

activityClassifications

Attribute
Type
Description

value

string

The value of the activity classification

type

string

The type of the activity classification

Example response

{
    "ceidg":{
        "soleProprietorship":[
            {
                "id":"b214d174-4c9c-4674-b32b-306e9921cebb",
                "name":"MERES TOMASZ LUBICZYK",
                "registerDate":"2015-06-01",
                "registryAddress":{
                    "street":"ul. Sosnowa 21",
                    "city":"Lesko",
                    "country":"PL",
                    "postalCode":"35-500",
                    "terc":"1827011",
                    "simc":"0853510"
                },
                "correspondenceAddress":{
                    "street":"ul. Sosnowa 21",
                    "city":"Lesko",
                    "country":"PL",
                    "postalCode":"35-500",
                    "terc":"1827011",
                    "simc":"0853510"
                },
                "owner":{
                    "name":"TOMASZ",
                    "surname":"LUBICZYK",
                    "nip":"5249569778",
                    "regon":"391400417"
                },
                "citizenship":[
                    {
                        "symbol":"PL",
                        "country":"Polska"
                    }
                ],
                "activityClassifications":[
                    {
                        "value":"6201Z",
                        "type":"PKD"
                    },
                    {
                        "value":"6202Z",
                        "type":"PKD"
                    }
                ],
                "status":"ACTIVE"
            }
        ]
    },
    "rawResponses":{
        "ceidg":{
            "firma":[
                {
                    "id":"B214D174-4C9C-4674-B32B-306E9921CEBB",
                    "nazwa":"MERES TOMASZ LUBICZYK",
                    "adresDzialalnosci":{
                        "ulica":"ul. Sosnowa",
                        "budynek":"21",
                        "miasto":"Lesko",
                        "wojewodztwo":"PODKARPACKIE",
                        "powiat":"leski",
                        "gmina":"Lesko",
                        "kraj":"PL",
                        "kod":"35-500",
                        "terc":"1827011",
                        "simc":"0853510",
                        "ulic":"10598"
                    },
                    "adresKorespondencyjny":{
                        "ulica":"ul. Sosnowa",
                        "budynek":"21",
                        "miasto":"Lesko",
                        "wojewodztwo":"PODKARPACKIE",
                        "powiat":"leski",
                        "gmina":"Lesko",
                        "kraj":"PL",
                        "kod":"35-500",
                        "terc":"1827011",
                        "simc":"0853510",
                        "ulic":"10598"
                    },
                    "wlasciciel":{
                        "imie":"TOMASZ",
                        "nazwisko":"LUBICZYK",
                        "nip":"5249569778",
                        "regon":"391400417"
                    },
                    "obywatelstwa":[
                        {
                            "symbol":"PL",
                            "kraj":"Polska"
                        }
                    ],
                    "pkd":[
                        "6201Z",
                        "6202Z"
                    ],
                    "pkdGlowny":"6201Z",
                    "dataRozpoczecia":"2015-06-01",
                    "dataWznowienia":"2018-01-23",
                    "status":"AKTYWNY",
                    "numerStatusu":1,
                    "email":"t.lubiczykmeres@gmail.com",
                    "wspolnoscMajatkowa":0,
                    "link":"https://dane.biznes.gov.pl/api/ceidg/v2/firma/B214D174-4C9C-4674-B32B-306E9921CEBB"
                }
            ],
            "properties":{
                "dc:title":"firma",
                "dc:description":"Zwraca szczegółowe dane firmy",
                "dc:language":"pl-PL",
                "schema:provider":"Ministerstwo Rozwoju i Technologii",
                "schema:datePublished":"2022-05-19 05:06:54"
            }
        }
    }
}

Last updated