Loops logo Loops
Internal Service

Loops Version Service

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.

Note: This service is not intended for public use. For the Loops project, documentation, and downloads, visit joinloops.org.

What it does

- Uses a GitHub token server-side to query release metadata
- Caches release/version info to reduce API calls
- Serves a JSON response for consumers

Example response

{
  "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"
}

Endpoints

If enabled in this app, consumers can call:

GET /latest.json

Version details:

GET /versions.json

If you are looking for Loops: joinloops.org