API v1 (legacy)
Last updated: August 7, 2026
API v1 is abandoned and should be changed to last API as fast as possible
API v1 abandone timeline:
26.04.2020
: Released API v2
In future:
27.04.2020
: API v1 link moved to https://api.orangefox.download/v1
27.04.2020
: Created redirect from https://api.orangefox.tech
10.06.2020
: sub-domain and redirect from https://api.orangefox.tech
will be removed
01.07.2020
: https://api.orangefox.download/v1
will be disabledAPI is accessible by
https://api.orangefox.tech
API is based on jsonAPI Methods:
- /: redirects to this page
- /all_codenames: returns list of codenames
- /list_devices: returns list of devices, it includes fullname and codename.
- /available_releases: returns list of codenames for which at least 1 build is present
- /available_stable_releases: returns list of codenames for which at least 1 stable build is present
- /available_beta_releases: returns list of codenames for which at least 1 beta build is present
- /details/<codename>: returns info about device
- /last_release/<codename>: returns info about any last release
- /last_stable_release/<codename>: returns info about last stable release
- /last_beta_release/<codename>: returns info about last beta release {.grid-list}
API Help:
/details/<codename>
Includes:
fullname
, codename
, maintainer
, maintained
Can include: gitlab
- 1: Maintained
- 2: Maintained without having device on hands
- 3: Unmaintained {.grid-list}
Example output:
Loading...
Can return 404 if device not found in the database
/last_release/<codename>
It includes:
build_type
, changelog
, codename
, date
, file_name
, md5
, notes
, bugs
, sf
, size_bytes
size_human
, url
, version
Please note:
sf
, notes
and bugs
columns may not exist, other columns is persistCan return 404 if device or release not found in the database
Example output:
Loading...
/last_stable_release/<codename>
Same as
/last_release/<codename>
, but returning last stable build info/last_beta_release/<codename>
Same as
/last_release/<codename>
, but returning last beta build info