API reference
Videos API
Public video records when the configured source stores them.
Request
GET /api/v1/videosReturns public video records when available.
| Parameter | Accepted value |
|---|---|
| Query | limit, cursor, source, from, to |
Response fields
| Field | Meaning |
|---|---|
| source | Configured source label. |
| url | Canonical public URL. |
| publishedAt | Publisher timestamp when available. |
| discoveredAt | Fluxus observation timestamp. |
{
"data": {},
"meta": {
"apiVersion": "v1",
"dataStatus": "fresh",
"nextCursor": null,
"hasMore": false
}
}Notes and relationships
An empty response means no public video records are currently stored.