Für Zahlungsziele, Fristen und Liefertermine
Für Zahlungsziele, Fristen und Liefertermine. Die Antwort nennt das Ergebnisdatum, die Zahl der Kalendertage und jeden übersprungenen Tag mit Grund.
Answeringour last check, 2026-09-25
1 of 1checks answered this week
1700 msmedian answer time
$0.001listed price per call
$0.001price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://kalender.netzhandwerker.de/werktage/rechnen
| Category | Everything else |
|---|---|
| Provider host | kalender.netzhandwerker.de |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 1 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-25 | valid payment request | 402 | $0.001 | 1700 ms |
Example input (from the provider)
{
"body": {
"start": "2026-08-10",
"werktage": 5
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"properties": {
"land": {
"default": "DE",
"description": "Country code.",
"enum": [
"DE",
"AT",
"CH"
],
"type": "string"
},
"region": {
"description": "State code for DE (BW, BY, BE, BB, HB, HH, HE, MV, NI, NW, RP, SL, SN, ST, SH, TH) and AT (B, K, N, O, S, ST, T, V, W), canton code for CH (AG, AI, AR, BE, BL, BS, FR, GE, GL, GR, JU, LU, NE, NW, OW, SG, SH, SO, SZ, TG, TI, UR, VD, VS, ZG, ZH). \"DE-BY\" works as well. Germany also knows the municipal code BY-AU for the city of Augsburg. Without a region only nationwide holidays are returned.",
"type": "string"
},
"samstag_ist_werktag": {
"default": false,
"description": "Count Saturdays as working days.",
"type": "boolean"
},
"sonntag_ist_werktag": {
"default": false,
"type": "boolean"
},
"start": {
"description": "Start date, format YYYY-MM-DD. It is never counted itself.",
"format": "date",
"type": "string"
},
"werktage": {
"description": "Positive counts forward, negative backward, 0 returns the next working day on or after the start date.",
"maximum": 2000,
"minimum": -2000,
"type": "integer"
},
"zusatzfrei": {
"description": "Own days off on top of the statutory ones, for example company holidays. Either \"2026-05-15\" or {\"datum\":\"2026-05-15\",\"grund\":\"Betriebsferien\"}.",
"items": {
"type": [
"string",
"object"
]
},
"maxItems": 100,
"type": "array"
}
},
"required": [
"start",
"werktage"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}