The query string to search for content. This parameter is multi-lingual.
1The number of items will be skipped before the first result.
The default value for offset is 0.
This is useful for pagination.
Could be used in combination with size.
x >= 0The max. value depends on which API Package you are using.
The default value for size is 10.
See API-Packages for more information.
An alias for size is limit
x >= 0The start date to search for content. The maximum search depth is limited to 20 years from today while the default is 3 months from today. Supported formats are
%Y-%m-%dT%H:%M:%S like in ISO 8601)%Y-%m-%d %H:%M:%S - example 2024-03-07 12:45:38%d.%m.%Y %H:%M:%S - example 03.07.2024 12:45:38%Y/%m/%d %H:%M:%S - example 2024/03/07 12:45:38%Y-%m-%d - example 2024-03-07 (in this case we assume 00:00:00 as time for Start and 23:59:59 for End)%d.%m.%Y - example 03.07.2024 (in this case we assume 00:00:00 as time for Start and 23:59:59 for End)%Y/%m/%d - example 2024/03/07 (in this case we assume 00:00:00 as time for Start and 23:59:59 for End)The end date to search for content. If not set, the current date is used. Supported formats are
%Y-%m-%dT%H:%M:%S like in ISO 8601)%Y-%m-%d %H:%M:%S - example 2024-03-07 12:45:38%d.%m.%Y %H:%M:%S - example 03.07.2024 12:45:38%Y/%m/%d %H:%M:%S - example 2024/03/07 12:45:38%Y-%m-%d - example 2024-03-07 (in this case we assume 00:00:00 as time for Start and 23:59:59 for End)%d.%m.%Y - example 03.07.2024 (in this case we assume 00:00:00 as time for Start and 23:59:59 for End)%Y/%m/%d - example 2024/03/07 (in this case we assume 00:00:00 as time for Start and 23:59:59 for End)Filters content based on a specific geographic location.
Defaults to Worldwide which means all content.
Use geolocation codes provided by the API documentation.
For example, 1 for Worldwide, 2 for Africa, etc.
Note: only one geolocation can be used at a time.
Filters content based on its premium status.
If set to true, only premium content is returned.
If set to false, only free content is returned.
If not set, both free and premium content is returned.