ModHub for platforms

A catalogue designed to be understood by machines.

Use the public, read-only interface to synchronize published metadata. Responses support ETag caching, CORS, pagination and incremental updates. Drafts, administrator data and private user data are never exposed.

RSS

/feed.xml

The latest 50 releases for standard feed readers.

JSON Feed

/feed.json

The latest releases in JSON Feed 1.1 format.

Recommended sync pattern

  1. 1. Initial importRead pages until hasMore is false.
  2. 2. Cache responsiblyStore ETag and send If-None-Match.
  3. 3. Incremental updatesUse the changes cursor to apply upserts and removal tombstones.