videos
articles

Articles with a video

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.

get/api/videos

Query parameters

pageinteger

Pagination page

per_pageinteger

Page size (the number of items to return per page). The default maximum value can be overridden by "API_PER_PAGE_MAX" environment variable.

Response

A List of all articles with videos

type_ofstring
idinteger
pathstring
cloudinary_video_urlstring
titlestring
user_idinteger
video_duration_in_minutesstring
video_source_urlstring

Changes