GET api/videos
Summary: Articles with a video
Operation ID: videos
Auth: unknown
Operation ID: videos
Auth: unknown
Description
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.
Parameters (2)
page
(integer, query, optional, default: 1)
Pagination page
Constraints: {'minimum': 1}
per_page
(integer, query, optional, default: 24)
Page size (the number of items to return per page). The default maximum value can be overridden by "API_PER_PAGE_MAX" environment variable.
Constraints: {'minimum': 1, 'maximum': 1000}
No probe data for this endpoint yet.