---
title: "Articles with a video"
method: GET
path: "/api/videos"
tags: ["videos", "articles"]
---

# Articles with a video

`GET /api/videos`

This endpoint allows the client to retrieve a list of articles that are uploaded with a video.

It will only return published video articles ordered by descending popularity.

It supports pagination, each page will contain 24 articles by default.

## Query parameters

- `page` integer
- `per_page` integer

## Response `200`

A List of all articles with videos

- VideoArticle[]
  - `type_of` string
  - `id` integer
  - `path` string
  - `cloudinary_video_url` string
  - `title` string
  - `user_id` integer
  - `video_duration_in_minutes` string
  - `video_source_url` string
  - `user` object — Author of the article
    - `name` string

## Changes

- **2023-02-03** (v1) `c0830a02e90b` — 1 info
  - endpoint added
- **2023-01-10** (v1) `754f8b25f815` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/forem/apis/forem-api-v1/changes/api/videos/get.md)

---

[API](https://skmtc.dev/forem/apis/forem-api-v1.md) · [All operations](https://skmtc.dev/forem/apis/forem-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/forem/forem-api-v1/revisions/7db6ba099285/schema)
