v3

latestOpenAPI 3.1.02026-07-31550239.5 KB
Releases

Latest releases (cross-source feed)

Cacheable cross-source feed ordered by (publishedAt DESC, fetchedAt DESC, id DESC). ?source= and ?org= are mutually exclusive scopes. ?exclude= strips releases by source type — comma-separated values from github,scrape,feed,agent. By default, coverage-side rows (releases that roll up into a canonical release) are hidden; pass ?include_coverage=true to include them. Prereleases (canaries / alphas / betas / RCs) are also hidden by default — pass ?include_prereleases=true to surface them, matching the source-feed and MCP defaults. The unfiltered homepage shape is served through KV (X-Cache: HIT|MISS); filtered requests bypass cache (X-Cache: BYPASS).

get/releases/latest

Query parameters

countinteger

Number of releases to return. Clamped to [1, 100].

sourcestring

Scope to a single source by typed ID (src_…) or slug. Mutually exclusive with org.

orgstring

Scope to an org's sources by typed ID (org_…) or slug. Mutually exclusive with source.

include_coverageboolean

Include coverage-side rows that normally roll up into a canonical release.

include_prereleasesboolean

Include prereleases (canaries / alphas / betas / RCs). Hidden by default to match the source-feed and MCP defaults.

excludestring

Comma-separated source types to exclude. Allowed: github, scrape, feed, agent.

sincestring

Keep only releases published at or after this bound. Accepts an ISO date/datetime or relative shorthand (90d, 4w, 6m, 2y). Filters published_at; undated releases are dropped. Windowed requests bypass the KV cache (X-Cache: BYPASS).

untilstring

Keep only releases published at or before this bound. Same input formats as since.

minImportanceinteger

Only include releases with AI-scored importance >= this value (1–5). Releases with no score (null) are excluded when set. Filtered requests bypass the KV cache (X-Cache: BYPASS).

Response

Latest releases