Skip to main content
GET
/
v1
/
msig
/
records
Wpisy MSiG dla firmy
curl --request GET \
  --url https://api.krdata.pl/v1/msig/records \
  --header 'x-api-key: <api-key>'
{
  "items": [
    {
      "id": 123,
      "signature_type": "<string>",
      "date_of_publication": "2023-12-25",
      "metadata": {
        "first_seen": "2023-11-07T05:31:56Z",
        "last_updated": "2023-11-07T05:31:56Z",
        "source_updated_at": "2023-11-07T05:31:56Z"
      },
      "monitor_number": "<string>",
      "number_of_notice": "<string>",
      "sequence_number": 123,
      "signature_of_case": "<string>",
      "signature_krs": "<string>",
      "page": 123,
      "chapter_name": "<string>",
      "chapter_root": "<string>",
      "entity_name": "<string>",
      "krs": "<string>",
      "nip": "<string>",
      "company_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "text_position": "<string>",
      "text_body": "<string>"
    }
  ],
  "limit": 123,
  "offset": 123,
  "has_more": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.krdata.pl/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

Query Parameters

q
string
required

Company identifier (auto-detected): KRS (10-digit '0…'), NIP (10-digit), or UUID matching the resolved companies.id.

Required string length: 10 - 64
signature_type
string | null
Pattern: ^[AB]$
chapter_root
string | null
Maximum string length: 8
from
string<date> | null
to
string<date> | null
limit
integer
default:20
Required range: 1 <= x <= 100
offset
integer
default:0
Required range: x >= 0
include_details
boolean
default:true
append_first_entry
boolean
default:false

Response

Successful Response

items
MsigNotice · object[]
required
limit
integer
required
offset
integer
required
has_more
boolean
required