v25

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-0131124155.6 KB
v1

Get detailed insolvency proceeding information

get/v1/insolvency/{insolvency_id}

Path parameters

insolvency_idstring uuid required

The id of the insolvency proceeding

Response

Successfully retrieved insolvency proceeding data

idstring uuid required

Unique identifier of the insolvency proceeding.

courtstring required

Insolvency court handling the proceeding.

case_numberstring required

Case number of the proceeding at the court. Example: "36d IN 3382/25"

company_idstring nullable required

Unique company identifier of the debtor, if the debtor is a registered company. Example: DE-HRB-F1103-267645

debtor_namestring required

Name of the debtor as published by the court.

debtor_kind'legal_person' | 'natural_person'

Kind of debtor the proceeding concerns.

  • legal_person: legal entities (companies, associations, etc.)
  • natural_person: private individuals
debtor_legal_formstring nullable

Legal form of the debtor as published by the court.

proceeding_kind'regular_insolvency' | 'consumer_insolvency'

Kind of insolvency proceeding.

administration_kind'external_administration' | 'self_administration' | 'protective_shield'

Kind of administration ordered for the proceeding.

insolvency_groundsstring[] required

Grounds for the insolvency (e.g. Zahlungsunfähigkeit, Überschuldung).

distribution_claims_totalnumber double nullable

Total registered claims in the distribution, in euros.

distribution_availablenumber double nullable

Amount available for distribution, in euros.

current_status'preliminary' | 'opened' | 'rejected_no_assets' | 'mass_insufficient' | 'plan_supervised' | 'lifted' | 'discontinued' | 'discharge_pending' | 'discharge_granted' | 'discharge_denied' | 'discharge_revoked' | 'unknown' required

Current status of the insolvency proceeding.

administrator_namestring nullable

Name of the insolvency administrator.

administrator_addressstring nullable

Address of the insolvency administrator.

opened_atstring date nullable

Date the proceeding was opened. Format: ISO 8601 (YYYY-MM-DD)

closed_atstring date nullable

Date the proceeding was closed. Format: ISO 8601 (YYYY-MM-DD)

claims_filing_deadlinestring date nullable

Deadline for creditors to file their claims. Format: ISO 8601 (YYYY-MM-DD)

first_event_atstring date nullable

Publication date of the first known event of the proceeding. Format: ISO 8601 (YYYY-MM-DD)

last_event_atstring date nullable

Publication date of the most recent known event of the proceeding. Format: ISO 8601 (YYYY-MM-DD)