N

Netzhandwerker Agent Tools · Calendar Workdays

by Netzhandwerker Agent Tools

POSTBase

$0.001

per call · USD Coin on Base

Feiertagsliste je Bundesland für DE, AT und CH, Werktagsprüfung, Werktage zwischen zwei Daten, Werktage addieren und Zeitzonen-Offset inklusive Sommerzeit.

Endpoint

POST https://tools.halowerk.com/v1/calendar/workdays

1

Calls / 30d

1

Unique payers / 30d

Aug 16

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://tools.halowerk.com/v1/calendar/workdays", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "add_workdays": 10,
    "country": "DE",
    "date": "2026-08-06",
    "region": "NW",
    "year": 2026
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://tools.halowerk.com/v1/calendar/workdays" \
  -H "Content-Type: application/json" \
  -d '{"add_workdays":10,"country":"DE","date":"2026-08-06","region":"NW","year":2026}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "add_workdays_result": "2026-08-20",
  "country": "DE",
  "date_info": {
    "date": "2026-08-06",
    "holiday": null,
    "weekday": "Donnerstag",
    "workday": true
  },
  "holidays": [
    {
      "date": "2026-01-01",
      "name": "Neujahr"
    }
  ],
  "region": "NW",
  "timezone": {
    "dst": true,
    "name": "Europe/Berlin",
    "utc_offset": "+02:00"
  },
  "year": 2026
}

Payment details

Pay to0x2880edfff13100677bf97a3cbdf3bc34771c4e5e
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Developer Tools and the homepage with a featured placement.

Get featured →

More from Netzhandwerker Agent Tools & similar services