# Videos endpoint

> GET /api/videos — filtered, sorted video list.

# Videos endpoint

`GET https://reelsradar.io/api/videos`

## Query params

| Param | Description |
| --- | --- |
| `platforms` | Comma list: tiktok,instagram,youtube,facebook |
| `datePreset` | allTime, last7, last30, custom |
| `dateFrom` / `dateTo` | ISO dates when custom |
| `collectionId` | Filter by collection |
| `individualOnly` | `1` for individually tracked posts |
| `tiktokShopOnly` | `1` for TikTok Shop posts |
| `sort` | JSON array of `{column,direction}` |
| `limit` | Default 50 |

## Response

```json
{
  "videos": [],
  "total": 0
}
```
