API reference
Articles API
Public article and changelog records.
Request
GET /api/v1/articlesReturns article metadata and links to its canonical source.
| Parameter | Accepted value |
|---|---|
| Query | limit, cursor, source, from, to |
Response fields
| Field | Meaning |
|---|---|
| source | Configured source label. |
| title / summary | Public article text. |
| url | Canonical public URL. |
| publishedAt / discoveredAt | Publisher and Fluxus timestamps. |
{
"data": {},
"meta": {
"apiVersion": "v1",
"dataStatus": "fresh",
"nextCursor": null,
"hasMore": false
}
}Notes and relationships
Fluxus Central does not proxy article content; it stores a public observation and links back to the source.