Automated dashboard and flat-file API for GL.iNet firmware tracking!
If you find this tool helpful, consider supporting its development:
This project is an automated dashboard and flat-file API provider for GL.iNet firmware versions. It tracks the latest firmware releases (RELEASE, BETA, SNAPSHOT, TESTING, etc.) for all GL.iNet router, IOT, and KVM models.
Created by Admon for the GL.iNet community.
🎖️ Community Maintained – Part of the GL.iNet Toolbox project
⚠️ Independent Project – Not officially affiliated with GL.iNet or Tailscale
- 🚀 Automated Tracking – Daily updates for all GL.iNet models (Routers, IoT, KVM)
- 🔍 Link Validation – Automatically verifies that firmware download links are active
- 📁 Flat-File API – Simple, machine-readable directory structure for easy integration
- 📊 Categorized Dashboard – Clean UI grouped by device type with search functionality
- ⚡ Last Updated Badges – Track exactly when the data was last verified
This project serves as a machine-readable API. You can access version information directly:
| Endpoint | Description |
|---|---|
/api/all.json |
Consolidated JSON of all tracked models and versions |
/api/<model>/branches |
Text file listing available firmware stages for a model |
/api/<model>/<stage>/version |
Returns only the version string (e.g., 4.5.0) |
/api/<model>/<stage>/url |
Returns the direct download URL for the firmware |
/api/<model>/<stage>/date |
Returns the release date |
/api/<model>/<stage>/hash |
Returns the MD5 hash (if available) |
/api/<model>/<stage>/changelog |
Returns the latest changelog as plain text (TXT) |
/api/all.json includes changelog as path reference (e.g. /api/ax1800/release/changelog) instead of inline changelog content.
Example:
curl -s https://glinet-firmware.admon.me/api/ax1800/release/version
Need assistance or have questions?
- 💬 Join the discussion on GL.iNet Forum – Community support
This project is provided as-is without any warranty. Use it at your own risk. It is an independent community project and is not affiliated with GL.iNet.
This project is part of a comprehensive collection of tools for GL.iNet routers.
Explore more tools and utilities:
Discover AdGuard Home Updater, Tailscale Updater, and more community-driven projects!
Made with ❤️ by Admon for the GL.iNet Community
⭐ If you find this useful, please star the repository!
Last updated: 2026-08-23