/api/v1/overviewHomepage overview with partial-data support.
Public API / v1
Versioned, read-only JSON responses for public Fluxus Central data. The browser and external consumers never receive database credentials or raw database records.
{ data, meta: { apiVersion, generatedAt, dataStatus, nextCursor, hasMore } }Errors use { error: { code, message, requestId } }. Provenance-bearing records include source, source kind, canonical URL, observation time, confidence when classified, and whether the source is official.limit1–50 records; defaults to 20.cursorOpaque cursor returned by the previous page.repositoryApproved repository in owner/name format.from / toInclusive calendar filters in YYYY-MM-DD format.branch / author / changeTypeCommit and finding filters where supported.source / state / status / platform / typeDomain-specific filters used by feed, issue, artifact and release lists.{
"data": [],
"meta": {
"apiVersion": "v1",
"dataStatus": "fresh",
"nextCursor": null,
"hasMore": false
}
}{
"error": {
"code": "INVALID_QUERY",
"message": "One or more query parameters are invalid.",
"requestId": "request-id"
}
}/api/v1/overviewHomepage overview with partial-data support.
/api/v1/statusFluxer service status summary.
/api/v1/status/servicesPublicly safe monitored services.
/api/v1/status/services/:keyOne service and its stored summary.
/api/v1/status/services/:key/historyStored observations for one service.
/api/v1/status/history?service=:keyHistorical observations for a selected service.
/api/v1/development/commitsAllowlisted commit records with cursor pagination.
/api/v1/development/commits/:shaOne allowlisted commit record.
/api/v1/commits/:shaShort alias for one allowlisted commit record.
/api/v1/development/findingsFluxus findings with evidence and confidence.
/api/v1/releasesAllowlisted releases with cursor pagination.
/api/v1/releases/:owner/:name/:tagOne allowlisted release.
/api/v1/buildsRelease artifacts, never CI jobs.
/api/v1/rolloutsStored rollout-derived states without fabricated percentages.
/api/v1/missionsAllowlisted public issues classified as missions.
/api/v1/newsConfigured public news feed records.
/api/v1/articlesPublic article/help/changelog records.
/api/v1/videosPublic video records identifiable from configured feeds.
/api/v1/repositoriesExplicitly allowlisted repositories only.
/api/v1/sourcesSafe source classes and configured public origins.
/api/v1/healthSafe Fluxus Central read-layer health.
Rate limits are applied per client address and returned through X-RateLimit-Limit, X-RateLimit-Remaining and X-RateLimit-Reset. A limited response uses HTTP 429 and Retry-After. Successful reads include ETag and explicit cache semantics.