openerz

Abfuhrkalender für Zürich via OpenERZ API. Nutze bei Fragen zu Kehricht, Karton, Papier, Grüngut, Sonderabfall oder Entsorgungsterminen im Raum Zürich.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "openerz" with this command: npx skills add mbjoern/erz-entsorgung-recycling-zurich

OpenERZ – Abfuhrkalender Zürich

API für Entsorgungstermine in Zürich.

Benutzer-Defaults

  • Region: zurich
  • Area/PLZ: 8003

API-Endpunkt

https://openerz.metaodi.ch/api/calendar

Parameter

ParameterBeschreibungBeispiel
regionRegion (immer zurich für Stadt Zürich)zurich
areaPLZ oder Gebiet8003
typesKomma-separiert: waste, cardboard, paper, organic, special, mobile, incombustibles, chipping, metal, etram, cargotram, textilepaper,cardboard
startStartdatum (YYYY-MM-DD)2026-01-14
endEnddatum (YYYY-MM-DD)2026-01-31
sortSortierung (date, -date)date
limitMax. Anzahl Ergebnisse10

Abfalltypen

TypBeschreibung
wasteKehricht
cardboardKarton
paperPapier
organicGrüngut/Bioabfall
specialSonderabfall (Sammelstelle)
mobileMobile Sondersammlung
incombustiblesUnbrennbares
chippingHäckselservice
metalAltmetall
etramE-Tram
cargotramCargo-Tram
textileTextilien

Beispielanfragen

Nächste Abholungen:

curl "https://openerz.metaodi.ch/api/calendar?region=zurich&area=8003&start=$(date +%Y-%m-%d)&limit=5&sort=date"

Nur Papier/Karton:

curl "https://openerz.metaodi.ch/api/calendar?region=zurich&area=8003&types=paper,cardboard&start=$(date +%Y-%m-%d)&limit=5"

Antwortformat

{
  "_metadata": {"total_count": 5, "row_count": 5},
  "result": [
    {
      "date": "2026-01-15",
      "waste_type": "waste",
      "zip": 8003,
      "area": "8003",
      "station": "",
      "region": "zurich",
      "description": ""
    }
  ]
}

Bei mobile oder special enthält station den Sammelort.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

03 Logistics Alert

对菜鸟物流订单进行异常监控、预警分级和赔偿标准匹配。 基于淘宝/天猫物流时效规则(2024最新版)、菜鸟专线赔付标准 和行业物流SLA基准数据,帮助内控人员快速识别异常订单、 预判风险并给出处置建议和赔偿预算。 v1.7 新增:AE-03细分规则(退件/异地/乱序)、AE-10联动供应商评分规则、赔偿封顶规则明确...

Registry SourceRecently Updated
General

Proxima VPS autoamtion

Set up, repair, or document a Proxima deployment on a remote Ubuntu VPS with a non-root Electron runtime, virtual desktop GUI, loopback-only VNC/noVNC/REST e...

Registry SourceRecently Updated
General

Redis Cluster Analyzer

Analyze Redis Sentinel and Cluster configurations for high availability, performance, and memory efficiency. Checks sentinel topology, cluster slot distribut...

Registry SourceRecently Updated
General

04 Product Compliance

对淘宝闪购商品进行合规预检,识别违禁品、价格欺诈、 虚假宣传等风险,给出合规评级和整改建议。 适用于商品上架前审查、投诉后核查、日常合规巡检三个场景。 v1.7 新增:统一引用 GLOSSARY.md、INSUFFICIENCY-HANDLING.md、RULE-UPDATE-SOP.md。

Registry SourceRecently Updated