API v1
Last updated: August 7, 2026
API v1 is abandoned. Newer API should be used instead!
🗓 API v1 timeline
- 26.04.2020: API v2 released
- 26.04.2020: API v1 is moved to
https://api.orangefox.download/v1
. Old URL is set to redirecting
- 26.04.2020: API won't receive any updates
- 10.06.2020: Will be removed subdomain and redirection from https://api.orangefox.tech
- 10.08.2020: API v1 will be fully removed.This page won't be updated anymore.
API URL -
https://api.orangefox.download/v1
API output is always based on JSON, except when it gives 404API 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 a 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