API reference
News API
Configured public news feed records and canonical source metadata.
Request
GET /api/v1/newsReturns public news observations with source and discovery timestamps.
| Parameter | Accepted value |
|---|---|
| Query | limit, cursor, source, from, to |
Response fields
| Field | Meaning |
|---|---|
| source | Configured source label. |
| title / summary | Public feed text. |
| url | Canonical public URL. |
| publishedAt | Publisher timestamp when supplied. |
| discoveredAt | Fluxus observation timestamp. |
{
"data": {},
"meta": {
"apiVersion": "v1",
"dataStatus": "fresh",
"nextCursor": null,
"hasMore": false
}
}Notes and relationships
GET /api/v1/articles serves public article, help and changelog records.
GET /api/v1/videos serves public video records when stored.