Reference

Reference: Garnishment exemptions

Earned income protected from garnishment, by number of dependents entitled to support.

The garnishment exemptions (Pfändungsfreigrenzen) for earned income under § 850c ZPO from the yearly official notice: base amount, increases for dependents entitled to support and the amount above which additional earnings can be garnished in full. With unterhaltspflichten and netto, the API calculates the exempt amount and the garnishable amount with the same method used for the official garnishment table (Pfändungstabelle).

Endpoints and calls

#
AccessCall
REST APIGET /hr/pfaendungsfreigrenzen
HistoryGET /hr/pfaendungsfreigrenzen/verlauf
SDK JavaScriptqk.hr.pfaendungsfreigrenzen(…)
SDK Pythonqk.hr.pfaendungsfreigrenzen(…)
CLIqk pfaendungsfreigrenzen --datum 2026-07-01 --unterhaltspflichten 1 --netto 2500
MCP toolhr_pfaendungsfreigrenzen

Parameters

#
NameTypeRequiredDefaultAllowedDescription
datumdate (YYYY-MM-DD)noheuteEffective date in the format YYYY-MM-DD. Defaults to today.
unterhaltspflichtenintegerno0 to 99Number of persons entitled to support. From the fifth person, § 850c ZPO provides no further increase, so the API calculates with five. If given, the exempt amount is calculated.
nettonumberno0 to 1000000Net income per month in euros. If given, the API calculates the garnishable amount.

The API rejects unknown parameters with unbekannter_parameter. In addition there are format and trennzeichen, see CSV.

Response fields

#
FieldTypeMeaning
datensatzTextDataset id
datumDateRequested effective date
grundbetrag_monatDecimalBase amount protected from garnishment per month
erhoehung_erste_person_monatDecimalIncrease for the first dependent entitled to support
erhoehung_weitere_person_monatDecimalIncrease per additional dependent, up to the fifth
voll_pfaendbar_ab_monatDecimalAbove this amount, additional earnings can be garnished in full
unterhaltspflichtenInteger or nullNumber of dependents entitled to support, as given
unterhaltspflichten_beruecksichtigtInteger or nullOf these, the number taken into account, at most five
freibetrag_monatDecimal or nullExempt amount for the given number of dependents
netto_monatDecimal or nullNet income per month, as given
pfaendbarer_betrag_monatDecimal or nullGarnishable amount under § 850c ZPO, if netto is given
gueltig_abDateStart of validity of the value
gueltig_bisDate or nullEnd of validity, null until a successor is set
rechtsgrundlageTextLaw or ordinance
quelleObjectTitle and URL of the source the value is based on
hinweiseListLimits of the values or the calculation, in sentences
lizenzTextTerms of use for the values
standDateDate of the last check against the source
zitatTextReady-made sentence for citing, with value, validity, legal basis and source
datenstandTextId of the data snapshot: date and sequence number of the last changelog entry (/v1/aenderungen) affecting this dataset. The same datenstand means unchanged content, useful for auditors and for comparing two requests

Example

#

Call with datum = 2026-07-01, unterhaltspflichten = 1, netto = 2500. The response is generated by the same code that answers the API.

api.quellenkontor.dev/v1/hr/pfaendungsfreigrenzen?datum=2026-07-01&unterhaltspflichten=1&netto=2500
Zur API-Doku →
curl "https://api.quellenkontor.dev/v1/hr/pfaendungsfreigrenzen?datum=2026-07-01&unterhaltspflichten=1&netto=2500" \
  -H "Authorization: Bearer $QK_KEY"
Antwort200 OK · JSON
{
  "datensatz": "pfaendungsfreigrenzen",
  "datum": "2026-07-01",
  "grundbetrag_monat": 1587.4,
  "erhoehung_erste_person_monat": 597.42,
  "erhoehung_weitere_person_monat": 332.83,
  "voll_pfaendbar_ab_monat": 4866.3,
  "unterhaltspflichten": 1,
  "unterhaltspflichten_beruecksichtigt": 1,
  "freibetrag_monat": 2184.82,
  "netto_monat": 2500,
  "pfaendbarer_betrag_monat": 157.59,
  "gueltig_ab": "2026-07-01",
  "gueltig_bis": "2027-06-30",
  "rechtsgrundlage": "Pfändungsfreigrenzenbekanntmachung 2026 vom 19. März 2026 (BGBl. 2026 I Nr. 80)",
  "quelle": {
    "titel": "Pfändungsfreigrenzenbekanntmachung 2026 vom 19. März 2026 (BGBl. 2026 I Nr. 80)",
    "url": "https://www.gesetze-im-internet.de/pf_ndfreigrbek_2026/BJNR0500A0026.html"
  },
  "hinweise": [
    "Monatsbeträge für Arbeitseinkommen nach § 850c ZPO. Berücksichtigt werden höchstens fünf unterhaltsberechtigte Personen.",
    "Pfändbarer Betrag nach § 850c Abs. 3 und 5 ZPO: Nettoeinkommen auf volle 10 Euro abgerundet, vom Mehrbetrag über dem Freibetrag ist ein Anteil pfändbar, über dem Höchstbetrag alles. Das entspricht der Tabelle der Bekanntmachung."
  ],
  "lizenz": "Werte aus amtlichen Werken (§ 5 UrhG). Nutzung der Zusammenstellung nach den Nutzungsbedingungen von Quellenkontor.",
  "stand": "2026-09-23",
  "zitat": "Pfändungsfreigrenzen für Arbeitseinkommen ab 01.07.2026 bis 30.06.2027: unpfändbarer Grundbetrag 1.587,40 Euro im Monat, Freibetrag bei 1 Unterhaltspflicht 2.184,82 Euro, pfändbar bei 2.500 Euro netto: 157,59 Euro. Rechtsgrundlage: Pfändungsfreigrenzenbekanntmachung 2026 vom 19. März 2026. Quelle: Pfändungsfreigrenzenbekanntmachung 2026 vom 19. März 2026 (BGBl. 2026 I Nr. 80), https://www.gesetze-im-internet.de/pf_ndfreigrbek_2026/BJNR0500A0026.html. Daten: Quellenkontor (quellenkontor.dev).",
  "datenstand": "2026-09-23.1"
}

History

#

Every level since 2015 in one call, as JSON or with format=csv as CSV. The last two levels:

Terminal
curl "https://api.quellenkontor.dev/v1/hr/pfaendungsfreigrenzen/verlauf" \
  -H "Authorization: Bearer $QK_KEY"
Excerpt of the response
{
  "datensatz": "pfaendungsfreigrenzen",
  "verlauf": [
    {
      "gueltig_ab": "2025-07-01",
      "grundbetrag_monat": 1555,
      "erhoehung_erste_person_monat": 585.23,
      "erhoehung_weitere_person_monat": 326.04,
      "voll_pfaendbar_ab_monat": 4766.99,
      "rechtsgrundlage": "Pfändungsfreigrenzenbekanntmachung 2025 vom 2. April 2025 (BGBl. 2025 I Nr. 110)",
      "quelle_url": "https://www.gesetze-im-internet.de/pf_ndfreigrbek_2025/BJNR06E0A0025.html"
    },
    {
      "gueltig_ab": "2026-07-01",
      "grundbetrag_monat": 1587.4,
      "erhoehung_erste_person_monat": 597.42,
      "erhoehung_weitere_person_monat": 332.83,
      "voll_pfaendbar_ab_monat": 4866.3,
      "rechtsgrundlage": "Pfändungsfreigrenzenbekanntmachung 2026 vom 19. März 2026 (BGBl. 2026 I Nr. 80)",
      "quelle_url": "https://www.gesetze-im-internet.de/pf_ndfreigrbek_2026/BJNR0500A0026.html"
    }
  ]
}

Error cases

#
StatusCodeWhen
400ungueltiger_parameterwrong format or a value outside: unterhaltspflichten (0 to 99); netto (0 to 1000000)
400unbekannter_parametera parameter this dataset does not have
404kein_wertoutside the coverage (from 2015) or the value for this period has not been promulgated yet
401, 429see errorsall error codes

Schema for MCP

#

This is how the MCP server describes the arguments of the tool hr_pfaendungsfreigrenzen:

inputSchema
{
  "type": "object",
  "properties": {
    "datum": {
      "description": "Stichtag im Format JJJJ-MM-TT. Ohne Angabe gilt der heutige Tag.",
      "type": "string",
      "format": "date",
      "pattern": "^\\d{4}-\\d{2}-\\d{2}$"
    },
    "unterhaltspflichten": {
      "description": "Zahl der unterhaltsberechtigten Personen. Ab der fünften Person sieht § 850c ZPO keine weitere Erhöhung vor, die API rechnet dann mit fünf. Mit Angabe wird der Freibetrag berechnet.",
      "type": "integer",
      "minimum": 0,
      "maximum": 99,
      "examples": [
        1
      ]
    },
    "netto": {
      "description": "Nettoeinkommen je Monat in Euro. Mit Angabe berechnet die API den pfändbaren Betrag.",
      "type": "number",
      "minimum": 0,
      "maximum": 1000000,
      "examples": [
        2500
      ]
    }
  },
  "required": [],
  "additionalProperties": false
}

Source and freshness

#
ItemContent
Source§ 850c ZPO, Garnishment Exemption Notices (Pfändungsfreigrenzenbekanntmachungen)
LicenseValues from official works (§ 5 UrhG). Use of the compilation under the Quellenkontor terms of use.
Updatesyearly on July 1
CoverageGermany, from 2015
Last checkedSeptember 23, 2026
Next expected changenotice for July 1, 2027 in spring 2027
Overview with tables and questions about the dataset: Wage garnishment exemptions. Report an error through the contact form.

Something missing or unclear? Write to us and we will extend the docs.