Loops
This is an internal utility used by Loops infrastructure and clients to fetch the latest Loops release information from GitHub, cache it, and serve a small JSON payload indicating the current version and whether it is up to date.
- Uses a GitHub token server-side to query release metadata
- Caches release/version info to reduce API calls
- Serves a JSON response for consumers
{
"name": "v1.0.0-beta.6 - For You Feed, Better Mobile & Bookmarks",
"version": "1.0.0-beta.6",
"url": "https://github.com/joinloops/loops-server/releases/tag/v1.0.0-beta.6",
"published_at": "2025-12-15T10:59:59Z"
}
If enabled in this app, consumers can call:
GET /latest.json
Version details:
GET /versions.json
If you are looking for Loops: joinloops.org