API für verkaufsoffene Sonntage Online
Regelungen zum Sonntagsverkauf und bevorstehende verkaufsoffene Sonntage pro reguliertem EU-Land.
GET https://nakordoni.eu/api/v1/data/trading-sundays
— Kontingentklasse: cheap
| Parameter | Beschreibung |
|---|---|
country | ISO-Ländercode (optional) |
Antwortfelder — innerhalb des data-Objekts im Antwortumschlag. [] steht für eine Liste, data.items[].name ist also das Feld name jedes Elements. Ein Feld ist null, fehlt oder ist eine leere Liste, wenn wir keinen Wert dafür haben — nie ein Platzhalter.
| Feld | Beschreibung |
|---|---|
data.countries[].country | ISO-2 country, with regulated — whether Sunday trading is restricted there at all. |
data.countries[].regulation_type | How it is regulated (nationwide ban with exceptions, regional rules, none). |
data.countries[].count | Trading Sundays in data.year for that country. |
data.countries[].next | The next trading Sunday from today, null when the year holds no more. |
data.mode | What the answer covers — one country or the whole set; regulated_only echoes the filter. |
curl "https://nakordoni.eu/api/v1/data/trading-sundays?country=PL" \ -H "Authorization: Bearer NKD-DEV-XXXX-XXXX-XXXX"
🔑 Melden Sie sich als Entwickler an, um diesen Endpunkt live in der Sandbox auszuprobieren — 50 kostenlose Testaufrufe pro Tag. Anmelden