Skip to main content

Abfallnavi API

Project description

abfallnavi

Termine für Leerung des Abfalls nach Abfallart (Papier, Restmüll, ...). Beispielswerte sind für das Rathaus Nürnberg (Hauptmarkt 18, Nürnberg).

Kommunen / Regionen

Das System ist in diverse Regionen unterteilt. Zu einer Region gehören ein oder mehrere Kommunen.

  • aachen: Aachen
  • zew2: AWA Entsorgungs GmbH
  • aw-bgl2: Bergisch Gladbach
  • bav: Bergischer Abfallwirtschaftverbund
  • din: Dinslaken
  • dorsten: Dorsten
  • gt2: Gütersloh
  • hlv: Halver
  • coe: Kreis Coesfeld
  • krhs: Kreis Heinsberg
  • pi: Kreis Pinneberg
  • krwaf: Kreis Warendorf
  • lindlar: Lindlar
  • stl: Lüdenscheid
  • nds: Norderstedt
  • nuernberg: Nürnberg
  • roe: Roetgen
  • solingen: Solingen
  • wml2: EGW Westmünsterland

Benutzung

Für die Abfrage von Terminen ist eine Reihe von IDs (von Orten, Straßen und/oder Hausnummern) in Erfahrung zu bringen. Vorsicht:IDs können sich mit der Zeit ändern

  1. Orte aus System holen
  2. Mit Ort die Straßen abfragen
  3. Mit Straße die Hausnummern abfragen
  4. Mit Haunummer die möglichen Fraktionen (Müllsorten) abfragen
  5. Mit Hausnummer und Fraktionen alle Termine abrufen

Manchmal wird nicht nach Hausnummer unterschieden

This Python package is automatically generated by the OpenAPI Generator project:

  • API version: 1.0.0
  • Package version: 0.1.0
  • Build package: org.openapitools.codegen.languages.PythonClientCodegen

Requirements.

Python >= 3.6

Installation & Usage

pip install

pip install deutschland[abfallnavi]

poetry install

poetry add deutschland -E abfallnavi

Setuptools

Install via Setuptools.

python setup.py install --user

(or sudo python setup.py install to install the package for all users)

Usage

Import the package:

from deutschland import abfallnavi

Getting Started

Please follow the installation procedure and then run the following:

import time
from deutschland import abfallnavi
from pprint import pprint
from deutschland.abfallnavi.api import abholpunkte_api
from deutschland.abfallnavi.model.ort import Ort
from deutschland.abfallnavi.model.ort2 import Ort2
from deutschland.abfallnavi.model.strasse import Strasse
# Defining the host is optional and defaults to https://nuernberg-abfallapp.regioit.de/abfall-app-nuernberg/rest
# See configuration.py for a list of all supported configuration parameters.
configuration = abfallnavi.Configuration(
    host = "https://nuernberg-abfallapp.regioit.de/abfall-app-nuernberg/rest"
)



# Enter a context with an instance of the API client
with abfallnavi.ApiClient(configuration) as api_client:
    # Create an instance of the API class
    api_instance = abholpunkte_api.AbholpunkteApi(api_client)
    strassen_id = 1 # int | Id der Straße

    try:
        # Hausnummern in Straße
        api_response = api_instance.hausnummern_pro_strasse(strassen_id)
        pprint(api_response)
    except abfallnavi.ApiException as e:
        print("Exception when calling AbholpunkteApi->hausnummern_pro_strasse: %s\n" % e)

Documentation for API Endpoints

All URIs are relative to https://nuernberg-abfallapp.regioit.de/abfall-app-nuernberg/rest

Class Method HTTP request Description
AbholpunkteApi hausnummern_pro_strasse GET /strassen/{strassenId} Hausnummern in Straße
AbholpunkteApi ort GET /orte/{ortId} Informationen zu Ort
AbholpunkteApi orte GET /orte Orte im System
AbholpunkteApi strassen_pro_ort GET /orte/{ortId}/strassen Straßen im Ort
FraktionenApi muellarten GET /fraktionen Müllarten im System
FraktionenApi muellarten_pro_hausnummer GET /hausnummern/{hausnummernId}/fraktionen Müllarten für Hausnummer
FraktionenApi muellarten_pro_strasse GET /strassen/{strassenId}/fraktionen Müllarten für Straßen
TermineApi download_as_file GET /kalender-{region}/downloadfile.jsp Datenexport als PDF oder ICS
TermineApi termine_pro_haussnummer GET /hausnummern/{hausnummernId}/termine Abholtermine für Hausnummer
TermineApi termine_pro_strasse GET /strassen/{strassenId}/termine Abholtermine für Straße

Documentation For Models

Documentation For Authorization

All endpoints do not require authorization.

Author

kontakt@bund.dev

Notes for Large OpenAPI documents

If the OpenAPI document is large, imports in abfallnavi.apis and abfallnavi.models may fail with a RecursionError indicating the maximum recursion limit has been exceeded. In that case, there are a couple of solutions:

Solution 1: Use specific imports for apis and models like:

  • from deutschland.abfallnavi.api.default_api import DefaultApi
  • from deutschland.abfallnavi.model.pet import Pet

Solution 2: Before importing the package, adjust the maximum recursion limit as shown below:

import sys
sys.setrecursionlimit(1500)
from deutschland import abfallnavi
from deutschland.abfallnavi.apis import *
from deutschland.abfallnavi.models import *

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

de-abfallnavi-0.1.0.tar.gz (47.7 kB view details)

Uploaded Source

Built Distribution

de_abfallnavi-0.1.0-py3-none-any.whl (81.3 kB view details)

Uploaded Python 3

File details

Details for the file de-abfallnavi-0.1.0.tar.gz.

File metadata

  • Download URL: de-abfallnavi-0.1.0.tar.gz
  • Upload date:
  • Size: 47.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.7.8

File hashes

Hashes for de-abfallnavi-0.1.0.tar.gz
Algorithm Hash digest
SHA256 ed44fcbbec6d0a99257210c9e46e1a92332429320117ebfc399d3c8a5642ec03
MD5 d814902ccb4522f5ede50fdc3deeb524
BLAKE2b-256 7eaf509f28d7b0cf8f3102dabe12d81bff36d178fe239a4584b0d97ab0caac26

See more details on using hashes here.

File details

Details for the file de_abfallnavi-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for de_abfallnavi-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 3f165c23752e265f3c19c03afa1398dffa159881ba0f78d4f596044802b5cc49
MD5 ac83f10994384227f8a9feb3a8c9fd75
BLAKE2b-256 7f93f7e85560e33fb48ccce883af2bc21e5098900f9041434738d9108d652acc

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page