Skip to content

timschneeb/FirmwareProviderAPI

Repository files navigation

FirmwareProviderAPI

Unofficial distribution API for Galaxy Buds firmware binaries with built-in FW scraping capabilities

I'm currently hosting an API instance here. I do not provide any uptime guarantee for this server.

https://fw.timschneeberger.me/v3/{endpoint}

API reference

List all available firmware including metadata

GET /firmware
[
  {
    "model": "Buds",
    "buildName": "R170XXU0ATD3",
    "region": "XX",
    "bootloaderVersion": "U0",
    "reservedField": "A",
    "year": 2020,
    "month": 4,
    "revision": 3
  }
]

List all available firmware for a certain model

GET /firmware/{model}
[
  {
    "model": "Buds",
    "buildName": "R170XXU0ATD3",
    "region": "XX",
    "bootloaderVersion": "U0",
    "reservedField": "A",
    "year": 2020,
    "month": 4,
    "revision": 3
  }
]

{model} represents either Buds, BudsPlus, BudsLive, BudsPro, or Buds2.

Download firmware

GET /firmware/download/R170XXU0ATD3

Possible error codes: 404 Not found

About

Unofficial distribution API of firmware for devices of the Galaxy Buds family

Topics

Resources

Stars

Watchers

Forks

Languages