Reference

Reference: Minimum wage

Statutory minimum wage (Mindestlohn) and mini-job earnings limit (Geringfügigkeitsgrenze) for any date since 2015.

The statutory minimum wage (Mindestlohn) per hour and the mini-job (Minijob) earnings limit derived from it, available for any effective date since the minimum wage was introduced on January 1, 2015. Adopted increases are available before they take effect.

Endpoints and calls

#
AccessCall
REST APIGET /hr/mindestlohn
HistoryGET /hr/mindestlohn/verlauf
SDK JavaScriptqk.hr.mindestlohn(…)
SDK Pythonqk.hr.mindestlohn(…)
CLIqk mindestlohn --datum 2027-01-15
MCP toolhr_mindestlohn

Parameters

#
NameTypeRequiredDefaultAllowedDescription
datumdate (YYYY-MM-DD)noheuteEffective date in the format YYYY-MM-DD. Defaults to today.

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
mindestlohn_brutto_stundeDecimalStatutory minimum wage in euros per hour
minijob_grenze_monatIntegerMini-job earnings limit (Geringfügigkeitsgrenze) in euros per month
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
minijob_rechtsgrundlageTextLegal basis of the mini-job limit
minijob_quelleObjectSource of the mini-job limit
vorheriger_wertObject or nullThe step before the effective date
naechster_wertObject or nullThe next adopted step
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 = 2027-01-15. The response is generated by the same code that answers the API.

api.quellenkontor.dev/v1/hr/mindestlohn?datum=2027-01-15
Zur API-Doku →
curl "https://api.quellenkontor.dev/v1/hr/mindestlohn?datum=2027-01-15" \
  -H "Authorization: Bearer $QK_KEY"
Antwort200 OK · JSON
{
  "datensatz": "mindestlohn",
  "datum": "2027-01-15",
  "mindestlohn_brutto_stunde": 14.6,
  "minijob_grenze_monat": 633,
  "gueltig_ab": "2027-01-01",
  "gueltig_bis": null,
  "rechtsgrundlage": "Fünfte Mindestlohnanpassungsverordnung vom 5. November 2025 (BGBl. 2025 I Nr. 268), Stufe 2",
  "quelle": {
    "titel": "Fünfte Mindestlohnanpassungsverordnung vom 5. November 2025 (BGBl. 2025 I Nr. 268)",
    "url": "https://www.recht.bund.de/bgbl/1/2025/268/VO.html"
  },
  "minijob_rechtsgrundlage": "§ 8 Abs. 1a SGB IV (Mindestlohn × 130 ÷ 3, aufgerundet auf volle Euro)",
  "minijob_quelle": {
    "titel": "Bekanntmachung der Geringfügigkeitsgrenze nach § 8 Absatz 1a SGB IV vom 7. November 2025 (BAnz AT 20.11.2025 B1)",
    "url": "https://www.bundesanzeiger.de/pub/publication/VaPRG6wPGXte9CM3jI4/content/VaPRG6wPGXte9CM3jI4/BAnz%20AT%2020.11.2025%20B1.pdf"
  },
  "vorheriger_wert": {
    "gueltig_ab": "2026-01-01",
    "mindestlohn_brutto_stunde": 13.9,
    "minijob_grenze_monat": 603
  },
  "naechster_wert": null,
  "hinweise": [
    "Die Minijob-Grenze gilt je Monat. Gelegentliches unvorhersehbares Überschreiten ist in engen Grenzen erlaubt (§ 8 Abs. 1b SGB IV).",
    "Die Pauschalabgaben des Arbeitgebers für Minijobs (Kranken- und Rentenversicherung, Pauschsteuer, Umlagen) liefert der Datensatz minijob-abgaben (/v1/hr/minijob-abgaben)."
  ],
  "lizenz": "Werte aus amtlichen Werken (§ 5 UrhG). Nutzung der Zusammenstellung nach den Nutzungsbedingungen von Quellenkontor.",
  "stand": "2026-09-23",
  "zitat": "Gesetzlicher Mindestlohn in Deutschland am 15.01.2027: 14,60 Euro brutto je Stunde, gültig ab 01.01.2027. Minijob-Grenze: 633 Euro im Monat. Rechtsgrundlage: Fünfte Mindestlohnanpassungsverordnung vom 5. November 2025, Stufe 2. Quelle: Fünfte Mindestlohnanpassungsverordnung vom 5. November 2025 (BGBl. 2025 I Nr. 268), https://www.recht.bund.de/bgbl/1/2025/268/VO.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/mindestlohn/verlauf" \
  -H "Authorization: Bearer $QK_KEY"
Excerpt of the response
{
  "datensatz": "mindestlohn",
  "verlauf": [
    {
      "gueltig_ab": "2026-01-01",
      "mindestlohn_brutto_stunde": 13.9,
      "minijob_grenze_monat": 603,
      "rechtsgrundlage": "Fünfte Mindestlohnanpassungsverordnung vom 5. November 2025 (BGBl. 2025 I Nr. 268), Stufe 1",
      "quelle_url": "https://www.recht.bund.de/bgbl/1/2025/268/VO.html"
    },
    {
      "gueltig_ab": "2027-01-01",
      "mindestlohn_brutto_stunde": 14.6,
      "minijob_grenze_monat": 633,
      "rechtsgrundlage": "Fünfte Mindestlohnanpassungsverordnung vom 5. November 2025 (BGBl. 2025 I Nr. 268), Stufe 2",
      "quelle_url": "https://www.recht.bund.de/bgbl/1/2025/268/VO.html"
    }
  ]
}

Error cases

#
StatusCodeWhen
400ungueltiger_parameterwrong format
400unbekannter_parametera parameter this dataset does not have
404kein_wertoutside the coverage (from January 1, 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_mindestlohn:

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}$"
    }
  },
  "required": [],
  "additionalProperties": false
}

Source and freshness

#
ItemContent
SourceMinimum Wage Act (Mindestlohngesetz), minimum wage adjustment ordinances (Mindestlohnanpassungsverordnungen), § 8 Abs. 1a SGB IV
LicenseValues from official works (§ 5 UrhG). Use of the compilation under the Quellenkontor terms of use.
Updateswith every adjustment
CoverageGermany, from January 1, 2015
Last checkedSeptember 23, 2026
Next expected changedecision of the Minimum Wage Commission for 2028 by June 30, 2027
Overview with tables and questions about the dataset: Minimum wage and mini-job limit. Report an error through the contact form.

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