bundesAPI / sofortmassnahmen

Zivilgesellschaftliche Beteiligung zu den „Sofortmaßnahmen Zweites Open Data Gesetz“
96 stars 3 forks source link

Breitbandmessung: Internetprovider und Tarife (Bundesnetzagentur) #39

Open asdil12 opened 2 years ago

asdil12 commented 2 years ago

Providerliste

curl https://breitbandmessung.de/api/provider

Returns:

[{
    "key": "927",
    "operator": "489",
    "company": "Stadtwerke Velbert GmbH\/.comBERT",
    "value": ".comBERT \/ Stadtwerke Velbert",
    "istop": 0,
    "hasPlans": 1
}, {
    "key": "1", 
    "operator": "1", 
    "company": "1&1",
    "value": "1&1",
    "istop": 1,
    "hasPlans": 1
}, {
…

Tarifliste

curl https://breitbandmessung.de/api/plans_desktop/{PROVIDER_ID}

Returns

[{
    "key": "99319",
    "value": "Basic 50",
    "mindownload": "16700",
    "normdownload": "44000",
    "maxdownload": "50000",
    "maxdownloadpub": "50000",
    "minupload": "1600",
    "normupload": "9600",
    "maxupload": "10000",
    "plan_id": "99319",
    "plan_db_version": "291"
}, {
    "key": "99317",
    "value": "Business-Flat 100",
    "mindownload": "54000",
    "normdownload": "88600",
    "maxdownload": "100000",
    "maxdownloadpub": "100000",
    "minupload": "20000",
    "normupload": "36900",
    "maxupload": "40000",
    "plan_id": "99317",
    "plan_db_version": "291"
}, {
…
LilithWittmann commented 2 years ago

https://breitbandmessung.de/api/speed/{PROVIDER_ID} https://breitbandmessung.de/api/plans/{PROVIDER_ID}

vollkorntomate commented 2 years ago

Gibt es hier noch Bedarf, eine Dokumentation anzulegen? Wenn ja würde ich meine Hilfe dazu anbieten. Möglicherweise hilft dieses Gist (5 Jahre alt) zusätzlich weiter: https://gist.github.com/derhuerst/97cd924bba480514de59cb9174ad0c80

wirthual commented 2 years ago

Hi @vollkorntomate ,

Ja wir sind über jede neue API im Katalog froh.

Am besten direkt in openapi Format :)

MatrixRave commented 1 year ago

Gibt es zur Breitbandemssung der Bundesnetzagentur mittlerweile eine vollständige Dokumentation? Bzw ist geplant diese Dokumentation in naher Zukunft hier anzulegen oder kennt jemand eine Möglichkeit wo man diese erfragen kann? Danke im Voraus!