List of all available resources.
Allowed methods:
['GET', 'POST', 'OPTIONS']
Retrieve list of results for video content search.
indent
¶
JSON output indentation. Set to 0 if output should not be formated.
page_offset
¶
Additional offset for pagination. In combination with page_size
result is analogous to SQL's LIMIT
and OFFSET
pagination.
Note: page_offset
do not exclude usage of page
for pagination. It will just shift pagination by given offset.
Here is an example of analogous SQL pagination for the reference:
LIMIT page_size OFFSET page_offset + page * page_size
Important: page_offset
parameter accepts negative values
if following constraint is satisfied:
0 > page_offset + page_size * page >= - |page_size|
Otherwise HTTP Bad Request
response will be returned.
app_revision_type
¶
Choose the revision type (PUBLISHED, TESTING, PREVIEW) of which the videos should be returned. Defaults to PUBLISHED.
page_size
¶
Specifies number of result entries in single response
page
¶
Specifies number of results page for response. Page count starts from 0
search
¶
This parameter limits results to those that match specifed search string. Fields that are taken into account during search are:
category
¶
Limits results to videos of given category. Categories are assigned to video apps during app submission through Vewd Submission portal.
video_category
¶
This parameter filters videos by video category. These are categories submitted by broadcasters for rotosnap applications and are in the form of a path.
section
¶
This parameter filters videos by section. These sections are defined by content providers.
language
¶
Two-character language code as referenced by 'spec'.
Case-insensitive. Value of each video's language code is declarative
(specified by video uploader) and thus for some OVPs - mostly MRSS
unspecified
token as a language filter.Example query string that limits results to videos that are explicitely defined as english or have no language specified:
?language=unspecified&language=en
ovp
¶
Restrict search to given ovp string.
mime
¶
Restrict search to results featuring video sources of specific MIME Media Type. For example: to query only videos that have any HLS sources use following GET parameter:
mime=application/vnd.apple.mpegurl
Important: videos can have multiple sources in different media
types. Specifying mime
parameter does not mean that all video
sources will have this specific media type but all videos will have
at least one source of that specific media type. Note also that
depending on video provider (ovp) some video sources can have
unspecified media type. If using mime
parameter those videos will
not be returned despite they could actually have source of this
requested media type.
app
¶
Restrict search to videos featured by given Vewd App Store app identified with slug string (id). In case of large requests use POST and send this parameter in the request body as a raw JSON e.g.: "{"app": ["app-slug.1", "app-slug.2"]}"
application_id
¶
Restrict search result to videos featured by Vewd Cloud app identified by application ID string.
mode
¶
Restrict search to videos of modes picked from: live, vod, simulcast.
sort
¶
Set results ordering/sorting. Available values: dict_keys(['score', 'views', 'publication_date', 'random'])
| Sort | Notes | Description ||---------|-------------------|------------------------------------------------------------------|| score
| | Text search score (how well it matches search terms). || views
| Ignores text search score. Experimental [^sort1] | Count of all tracked impressions. || publication_date
| Ignores text search score. | Sort by publication date. Newest first. || random
| Ignores text search score. See seed
param. | Return randomly sorted results. |[^sort1]: experimental means that final behavior is not yet well established and may change in future.
order
¶
Set/change results ordering.
episode
¶
Episode number.
seed
¶
Set seed
parameter for sort=random
sorting. Note that if index is
not changed, same seed
value will provide the same ordering results.
publication_date_min
¶
Restrict search results to videos with given minimum publication date.
publication_date_max
¶
Restrict search results to videos with given maximum publication date.
channel
¶
Restrict search results to videos of given channel (see: channel
field). Using this filter means that results will also be implicitely
limited to those OVPs that provide channel information.
id
¶
Restrict search result to videos with given ID.
media_type
¶
Restrict search to videos of media types picked from: clip, movie, episode, season, series.
series_id
¶
Restrict search result to episodes with given series_id.
season_id
¶
Restrict search result to episodes with given season_id.
country
¶
This parameter filters videos by available countries streaming rights. Uses ISO-3166 alpha-2. Non-snap apps content usually exposes a list of available countries - e.g. ["US", "PL"]. Multiple usage of this filter allows for set-like logic.
E.g.
Return content available WORLDWIDE:
https://content-api/v0/videos?country=ALL
Return content available WORLDWIDE OR IN USA
https://content-api/v0/videos?country=ALL&country=USA
boost_title
¶
Switch for boosting title field when searching. Being set to false means full text search on the text field.
force_lives_first
¶
Force livestreams to be returned before other videos regardless of the sort configuration.
no_cache
¶
Disable internal query caching
Name | Type | Readonly | Details |
---|---|---|---|
id |
string | Yes | unified video resource id |
guid |
string | Yes | guid from mrss feed |
title |
string | Yes | video title |
description |
string | Yes | video description |
tags |
list of string | Yes | tags associated with given video |
deeplink |
string | Yes | external deep link |
language |
string | Yes | video content language declared by content creator or guessed from description by classification algorithm (if there is no declared language) |
declared_language |
string | Yes | video content language declared by content creator |
embed_url |
string | Yes | url for embedding player |
embed_html |
string | Yes | complete html markup with embedded player |
available_formats |
list of string | Yes | defines quality of video |
publication_date |
int | Yes | defines how old is video |
duration |
int | Yes | video duration (for vod only) |
video_category |
list of string | Yes | Video category in form of a path |
genre |
None | Yes | Video genres |
category_positions |
list of object | Yes | A list of category position values in form of category path and order value. |
section |
string | Yes | Video section for Vewd Snap 3.0 applications |
thumbnails |
object | Yes | Dictionary with thumbnail urls in various formats in form of:
Notes:
Warning: this field is deprecated in favor of |
thumbnail_details |
object | Yes | Dictionary with detailed thumbnail information in various formats in form of:
|
posters |
object | Yes | Dictionary with detailed posters information in various formats in form of:
|
mode |
string | Yes | stream mode (one of: |
airing_time |
int | Yes | time when video will start (for live only) |
sources |
list of object | Yes | list of video sources with information about url, content-type (if available) and bitrate (if available) |
ovp |
string | Yes | Video provider type name (e.g.: MRSS, DAILYMOTION, JWPLAYER etc.) |
app |
object | Yes | Nested application representation for TV Store app associated with video resource in form of:
Where:
|
application_id |
string | Yes | Application ID in Vewd Cloud |
author_id |
string | Yes | Author ID in Vewd Cloud |
cloud_app_type |
string | Yes | App type in Vewd Cloud |
views |
int | Yes | Approximate number of views tracked through journal endpoint. |
channel |
string | Yes | Channel identifier. Channel defines theme of video document like:
Note: channel information currently is available only for videos
from |
csp_extras |
object | Yes | Dictionary with CSP-specific, arbitrary data fetched from MRSS feed. If found in feed, it contains
|
media_type |
string | Yes | video media type |
available_countries |
list of string | Yes | defines countries where this specific content can be distributed on |
promoted_countries |
list of string | Yes | defines countries where this specific content is promoted |
series_id |
string | Yes | according series_id for an episode |
season_id |
string | Yes | according season_id for an episode |
series_title |
string | Yes | title of series this video belongs to |
season_number |
int | Yes | number of season this video belongs to |
episode |
int | Yes | episode number |
image_has_title |
bool | Yes | whether the video title is visible on the image associated with it |
rating |
object | Yes | Dictionary with rating data fetched from MRSS feed. If found in feed, it contains rating schemas as keys and ratings as values:
|
player_urls |
object | Yes | Object containing urls to TVStore player in form of
Where:
The This does not mean that Note that, while URL format is very easy to guess, it is a subject to change at any time (without notice). Client code should not tamper with it or rely on inferred url parts meaning like service host or url parameters. This url should not be cached. |
Allowed methods:
['GET', 'OPTIONS']
Retrieve single video content entry
To retrieve single videos issue GET
request e.g.:
$ curl http://<this endpoint url>/{video_id}
{
content: {
(...)
},
"meta": {
"params": {},
(...)
}
}
To retrieve machine readable description of this endpoint issue OPTIONS
request e.g.:
$ curl -X OPTIONS http://<this endpoint url>
{
"details": {...},
"fields": {...},
"params": {...},
"methods": [...],
(...)
}
indent
¶
JSON output indentation. Set to 0 if output should not be formated.
Name | Type | Readonly | Details |
---|---|---|---|
id |
string | Yes | unified video resource id |
guid |
string | Yes | guid from mrss feed |
title |
string | Yes | video title |
description |
string | Yes | video description |
tags |
list of string | Yes | tags associated with given video |
deeplink |
string | Yes | external deep link |
language |
string | Yes | video content language declared by content creator or guessed from description by classification algorithm (if there is no declared language) |
declared_language |
string | Yes | video content language declared by content creator |
embed_url |
string | Yes | url for embedding player |
embed_html |
string | Yes | complete html markup with embedded player |
available_formats |
list of string | Yes | defines quality of video |
publication_date |
int | Yes | defines how old is video |
duration |
int | Yes | video duration (for vod only) |
video_category |
list of string | Yes | Video category in form of a path |
genre |
None | Yes | Video genres |
category_positions |
list of object | Yes | A list of category position values in form of category path and order value. |
section |
string | Yes | Video section for Vewd Snap 3.0 applications |
thumbnails |
object | Yes | Dictionary with thumbnail urls in various formats in form of:
Notes:
Warning: this field is deprecated in favor of |
thumbnail_details |
object | Yes | Dictionary with detailed thumbnail information in various formats in form of:
|
posters |
object | Yes | Dictionary with detailed posters information in various formats in form of:
|
mode |
string | Yes | stream mode (one of: |
airing_time |
int | Yes | time when video will start (for live only) |
sources |
list of object | Yes | list of video sources with information about url, content-type (if available) and bitrate (if available) |
ovp |
string | Yes | Video provider type name (e.g.: MRSS, DAILYMOTION, JWPLAYER etc.) |
app |
object | Yes | Nested application representation for TV Store app associated with video resource in form of:
Where:
|
application_id |
string | Yes | Application ID in Vewd Cloud |
author_id |
string | Yes | Author ID in Vewd Cloud |
cloud_app_type |
string | Yes | App type in Vewd Cloud |
views |
int | Yes | Approximate number of views tracked through journal endpoint. |
channel |
string | Yes | Channel identifier. Channel defines theme of video document like:
Note: channel information currently is available only for videos
from |
csp_extras |
object | Yes | Dictionary with CSP-specific, arbitrary data fetched from MRSS feed. If found in feed, it contains
|
media_type |
string | Yes | video media type |
available_countries |
list of string | Yes | defines countries where this specific content can be distributed on |
promoted_countries |
list of string | Yes | defines countries where this specific content is promoted |
series_id |
string | Yes | according series_id for an episode |
season_id |
string | Yes | according season_id for an episode |
series_title |
string | Yes | title of series this video belongs to |
season_number |
int | Yes | number of season this video belongs to |
episode |
int | Yes | episode number |
image_has_title |
bool | Yes | whether the video title is visible on the image associated with it |
rating |
object | Yes | Dictionary with rating data fetched from MRSS feed. If found in feed, it contains rating schemas as keys and ratings as values:
|
player_urls |
object | Yes | Object containing urls to TVStore player in form of
Where:
The This does not mean that Note that, while URL format is very easy to guess, it is a subject to change at any time (without notice). Client code should not tamper with it or rely on inferred url parts meaning like service host or url parameters. This url should not be cached. |
Allowed methods:
['GET', 'OPTIONS']
This resource does not have description yet
indent
¶
JSON output indentation. Set to 0 if output should not be formated.
app_revision_type
¶
Choose the revision type (PUBLISHED, TESTING, PREVIEW) of which the videos should be returned. Defaults to PUBLISHED.
page_offset
¶
Additional offset for pagination. In combination with page_size
result is analogous to SQL's LIMIT
and OFFSET
pagination.
Note: page_offset
do not exclude usage of page
for pagination. It will just shift pagination by given offset.
Here is an example of analogous SQL pagination for the reference:
LIMIT page_size OFFSET page_offset + page * page_size
Important: page_offset
parameter accepts negative values
if following constraint is satisfied:
0 > page_offset + page_size * page >= - |page_size|
Otherwise HTTP Bad Request
response will be returned.
page_size
¶
Specifies number of result entries in single response
page
¶
Specifies number of results page for response. Page count starts from 0
search
¶
This parameter limits results to those that match specifed search string. Fields that are taken into account during search are:
country
¶
This parameter filters videos by available countries streaming rights. Uses ISO-3166 alpha-2. Non-snap apps content usually exposes a list of available countries - e.g. ["US", "PL"]. Multiple usage of this filter allows for set-like logic.
application_id
¶
Restrict search result to videos featured by Vewd Cloud app identified by application ID string.
genre
¶
Limits results to seasons of given genre.
language
¶
Limits results to seasons with an alpha 2 language code.All of the seasons with unspecified language can be filteredwith unspecified value.
release_date_min
¶
Restrict search results to seasons with given minimum release date.
release_date_max
¶
Restrict search results to seasons with given maximum release date.
season_number
¶
Restrict search result to seasons with given season number.
id
¶
Restrict search result to seasons with given ID.
sort
¶
Set result ordering/sorting. Available values: ['score', 'number']
.| Sort | Notes | Description |-----------------------------------------------------| score
| | Full text search score. || number
| | Sort by season number. |
order
¶
Set ordering. Available values: desc, asc
.
section
¶
Restrict search to series featured in a given section.
Name | Type | Readonly | Details |
---|---|---|---|
id |
string | Yes | seasons resource id |
title |
string | Yes | seasons title |
series_id |
string | Yes | seasons series_id |
description |
string | Yes | seasons description |
deeplink |
string | Yes | external deep link |
application_id |
string | Yes | Application ID in Vewd Cloud |
language |
string | Yes | season content language declared by content creator or guessed from description or title by classification algorithm (if there is no declared language) |
genre |
list of string | Yes | seasons genre |
thumbnail_details |
object | Yes | Dictionary with detailed thumbnail information in various formats in form of:
|
posters |
object | Yes | Dictionary with detailed posters information in various formats in form of:
|
available_countries |
list of string | Yes | defines countries where this specific content can be distributed on |
season_number |
int | Yes | number of season |
media_type |
string | Yes | A constant string of value |
Allowed methods:
['GET', 'OPTIONS']
This resource does not have description yet
indent
¶
JSON output indentation. Set to 0 if output should not be formated.
Name | Type | Readonly | Details |
---|---|---|---|
id |
string | Yes | seasons resource id |
title |
string | Yes | seasons title |
series_id |
string | Yes | seasons series_id |
description |
string | Yes | seasons description |
deeplink |
string | Yes | external deep link |
application_id |
string | Yes | Application ID in Vewd Cloud |
language |
string | Yes | season content language declared by content creator or guessed from description or title by classification algorithm (if there is no declared language) |
genre |
list of string | Yes | seasons genre |
thumbnail_details |
object | Yes | Dictionary with detailed thumbnail information in various formats in form of:
|
posters |
object | Yes | Dictionary with detailed posters information in various formats in form of:
|
available_countries |
list of string | Yes | defines countries where this specific content can be distributed on |
season_number |
int | Yes | number of season |
media_type |
string | Yes | A constant string of value |
Allowed methods:
['GET', 'OPTIONS']
This resource does not have description yet
indent
¶
JSON output indentation. Set to 0 if output should not be formated.
app_revision_type
¶
Choose the revision type (PUBLISHED, TESTING, PREVIEW) of which the videos should be returned. Defaults to PUBLISHED.
page_offset
¶
Additional offset for pagination. In combination with page_size
result is analogous to SQL's LIMIT
and OFFSET
pagination.
Note: page_offset
do not exclude usage of page
for pagination. It will just shift pagination by given offset.
Here is an example of analogous SQL pagination for the reference:
LIMIT page_size OFFSET page_offset + page * page_size
Important: page_offset
parameter accepts negative values
if following constraint is satisfied:
0 > page_offset + page_size * page >= - |page_size|
Otherwise HTTP Bad Request
response will be returned.
page_size
¶
Specifies number of result entries in single response
page
¶
Specifies number of results page for response. Page count starts from 0
search
¶
This parameter limits results to those that match specifed search string. Fields that are taken into account during search are:
country
¶
This parameter filters videos by available countries streaming rights. Uses ISO-3166 alpha-2. Non-snap apps content usually exposes a list of available countries - e.g. ["US", "PL"]. Multiple usage of this filter allows for set-like logic.
application_id
¶
Restrict search result to videos featured by Vewd Cloud app identified by application ID string.
app
¶
Restrict search to series featured by given Vewd App Store app identified with slug string (id). In case of large requests use POST and send this parameter in the request body as a raw JSON e.g.: "{"app": ["app-slug.1", "app-slug.2"]}"
section
¶
Restrict search to series featured in a given section.
genre
¶
Limits results to series of given genre.
language
¶
Limits results to series with an alpha 2 language code. All of the series with unspecified language can be filtered with unspecified value.
release_date_min
¶
Restrict search results to series with given minimum release date.
release_date_max
¶
Restrict search results to videos with given maximum release date.
id
¶
Restrict search result to series with given ID.
Name | Type | Readonly | Details |
---|---|---|---|
id |
string | Yes | series resource id |
application_id |
string | Yes | Application ID in Vewd Cloud |
deeplink |
string | Yes | external deep link |
description |
string | Yes | series description |
language |
string | Yes | series content language declared by content creator or guessed from description or title by classification algorithm (if there is no declared language) |
genre |
list of string | Yes | series genre |
thumbnail_details |
object | Yes | Dictionary with detailed thumbnail information in various formats in form of:
|
posters |
object | Yes | Dictionary with detailed posters information in various formats in form of:
|
section |
string | Yes | Video section for Vewd Snap 3.0 applications |
title |
string | Yes | series title |
app_id |
string | Yes | Vewd App Store application id from which the category originates |
available_countries |
list of string | Yes | defines countries where this specific content can be distributed on |
media_type |
string | Yes | A constant string of value |
Allowed methods:
['GET', 'OPTIONS']
This resource does not have description yet
indent
¶
JSON output indentation. Set to 0 if output should not be formated.
Name | Type | Readonly | Details |
---|---|---|---|
id |
string | Yes | series resource id |
application_id |
string | Yes | Application ID in Vewd Cloud |
deeplink |
string | Yes | external deep link |
description |
string | Yes | series description |
language |
string | Yes | series content language declared by content creator or guessed from description or title by classification algorithm (if there is no declared language) |
genre |
list of string | Yes | series genre |
thumbnail_details |
object | Yes | Dictionary with detailed thumbnail information in various formats in form of:
|
posters |
object | Yes | Dictionary with detailed posters information in various formats in form of:
|
section |
string | Yes | Video section for Vewd Snap 3.0 applications |
title |
string | Yes | series title |
app_id |
string | Yes | Vewd App Store application id from which the category originates |
available_countries |
list of string | Yes | defines countries where this specific content can be distributed on |
media_type |
string | Yes | A constant string of value |
Allowed methods:
['GET', 'OPTIONS']
Retrieve list of categories for a given application.
indent
¶
JSON output indentation. Set to 0 if output should not be formated.
page_offset
¶
Additional offset for pagination. In combination with page_size
result is analogous to SQL's LIMIT
and OFFSET
pagination.
Note: page_offset
do not exclude usage of page
for pagination. It will just shift pagination by given offset.
Here is an example of analogous SQL pagination for the reference:
LIMIT page_size OFFSET page_offset + page * page_size
Important: page_offset
parameter accepts negative values
if following constraint is satisfied:
0 > page_offset + page_size * page >= - |page_size|
Otherwise HTTP Bad Request
response will be returned.
app_revision_type
¶
Choose the revision type (PUBLISHED, TESTING, PREVIEW) of which the videos should be returned. Defaults to PUBLISHED.
page_size
¶
Specifies number of result entries in single response
page
¶
Specifies number of results page for response. Page count starts from 0
language
¶
Restrict search results to categories in specified language available in the application
section
¶
Restrict search results to categories in specified section of the application
Name | Type | Readonly | Details |
---|---|---|---|
id |
string | No | Category id |
label |
string | No | Category label |
app_id |
string | No | Vewd App Store application id from which the category originates |
app_name |
string | No | Vewd App Store application name from which the category originates |
section |
string | No | Section in which the category is defined |
order |
int | No | Order in which application is displayed |
path |
string | No | Path of the category |
background_url |
string | No | URL to background to be used for the category |
thumbnail_details |
object | No | Thumbnail details of an example video |
description |
string | No | Description of the category |
language |
string | No | Language which for this category is relevant |
Allowed methods:
['POST', 'OPTIONS']
Manage journal entries for specific video for purpose of tracking video views and engagement.
Each user session with single video must start with event: 'start'
entry submitted with POST request. After that client must periodically
submit other events with respect to payload constraints specified for
each event type. Every session is bound to single video resource so
trying to create new journal entry with session associated with different
video or client will result in HTTP error response: 403 Forbidden
.
New events reset session (see expiration
param) life for defined
expiration period. If client fails to submit new events in this time span
then session gets expired and no new events can be submited to it. In
such case 409 Conflict
response is returned for any attempt to create
new entries in expired session.
Note: Same 409 Conflict
response is also returned when provided
session never existed so there is no clear way to distinguish nonexisting
sessions from expired.
Note: currently only 'engagement'
event is available as a mean to
keep video session alive.
Session identifier can be transported in two ways:
Using cookies: Content API sets appropriate cookie using Set-Cookie
header. Session identifies will change with every successful session
creation (event:'start'
). Age of session cookie matches expiration
period of tracked session.
Browser client developers should remember
that they need to enable XMLHttpRequest.withCredentials
option which
by default is false
in order to send cookies in cross-site requests.
Using session
field in Journal entry representation. This is useful
for clients that do not implement cookie storage or require to track
events simultaneously for multiple videos and what may be impossible to
achieve with cookie-based session.
Important: 'session'
key in entry representation takes alwas
precedence over cookie value. This means that if client relies only on
cookie-based session then it must ALWAYS set session
field to null
Most clients have no problem with constructing journal URI for specific
video because video identifier is already available for every
representation of video resources served by Content API. Anyway there may
be some use cases when specific service wants to provide video tracking
information without the knowledge of this identifier and this content
might be already indexed within Content API service. In such case the
special 'guess'
string must be substituted as <video_id>
in URI
template and additional guess
object will be used by Content API to
identify the video. Semantic of this object is different for every
OVP but structure always remains the same:
{
"ovp": "<ovp name>",
"hint": "<hint string>"
}
Important: if video identifier is unknown and guessing is used instead
then the guess object
MUST NOT change for whole tracked session an MUST
be provided with every event request. Not following this constraint may
result in 409 Conflict
HTTP response.
Summary of data expected in guess object
for different OVPs:
OVP name | <ovp name> |
hint_string |
---|---|---|
Dailymotion | 'DAILYMOTION' |
Dailymotion's video ID |
MRSS channel | 'MRSS' |
Video/Stream URI without query part |
Some events expect additional payload object that contain specific event parameters. Structure of this payload is defined for every event type.
Event | Payload | Details |
---|---|---|
start |
null |
this event expects no payload |
engagement |
{start: int, end: int} |
video timeframe seen by user since last event |
indent
¶
JSON output indentation. Set to 0 if output should not be formated.
expiration
¶
Session expiration in seconds. Each new journal entry extendssession validity with this parameter value. If new entry for session is successfully created then session will expire within given number of seconds regardless of previous requests unless new entry will be added. Expiration must meet this constraint: 60 <= value <= 600
Name | Type | Readonly | Details |
---|---|---|---|
session |
string | No | Unique session identifier for single video view session (overrides session stored in cookie) |
event |
string | No | Event type of journal entryAvailable choices: |
payload |
object | No | Event-specific payload object |
guess |
object | No | OVP-specific video identification hint object. |
Allowed methods:
['GET', 'OPTIONS']
Experimental endpoint for providing video content statistics via faceting.
This endpoint provides additional hits
key in the meta
section
of its response. It explains how many documents is available in general.
This information is especially useful for validating if the low value of
limit
param does not significantly reduce the scope of statistics query.
For list of available statistics see Fields section.
indent
¶
JSON output indentation. Set to 0 if output should not be formated.
app_revision_type
¶
Choose the revision type (PUBLISHED, TESTING, PREVIEW) of which the videos should be returned. Defaults to PUBLISHED.
app
¶
Retrieve statistics only for a given application identified with slug string (id).
language
¶
Limit statistics to content in the specified language.
section
¶
Limit statistics to content in the specified section of app.
series_id
¶
Limit results to a content within a given series.
season_id
¶
Limit results to a content within a given season.
limit
¶
Limit the number of terms for each facet fields. Terms with highest counts will be returned first.
mincount
¶
Minimal count for an entry to be included in the results.
Name | Type | Readonly | Details |
---|---|---|---|
ovp |
object | Yes | OVP statistics |
language |
object | Yes | Language statistics |
mode |
object | Yes | Mode statistics |
channel |
object | Yes | Dailymotion channel statistics |
mime_type |
object | Yes | MIME-type statistics |
video_category |
object | Yes | Video category statistics |
season_id |
object | Yes | Statistics per season_id value. |
seasons |
object | Yes | Composite series/seasons statistics. Returned in form of <tv_series_id><tv_season_id>: |
Allowed methods:
['GET', 'OPTIONS']
Experimental endpoint for providing range statistics via faceting.
indent
¶
JSON output indentation. Set to 0 if output should not be formated.
app_revision_type
¶
Choose the revision type (PUBLISHED, TESTING, PREVIEW) of which the videos should be returned. Defaults to PUBLISHED.
app
¶
Retrieve statistics only for a given application identified with slug string (id).
language
¶
Limit statistics to content in the specified language.
section
¶
Limit statistics to content in the specified section of app.
date_period
¶
Date period (ISO 8601 format UTC) for getting statistics of videos per month, counted for 'created_date' Solr field using facet utility.
gap
¶
Facet range gap string denoting as defined in Solr DateMathParser https://solr.apache.org/guide/6_6/faceting.html#Faceting-Thefacet.range.gapParameter
Name | Type | Readonly | Details |
---|---|---|---|
created_date |
object | Yes | Facet statistics for videos |