Authorizations
Query Parameters
The query string to search for content. Defaults to '*' which means all content.
The platform to search for content.
Defaults to en which means English.
de, en, fr, es The 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 page number to return.
The default value for page is 1.
This is useful for pagination.
Could be used in combination with size.
x >= 1The start date to search for content.
All content published after this date will be returned.
We accept a variety of date formats, e.g. YYYY-MM-DD.
For example, 2023-01-01 will return all content published
after or on the January 1st, 2023.
If not set, we will use 3 months into the past as the default value.
The end date to search for content.
All content published before this date will be returned.
We accept a variety of date formats, e.g. YYYY-MM-DD.
For example, 2023-01-01 will return all content published
before or on the January 1st, 2023.
If not set, the current date is used.
Filters content related to a specific industry. The value is a number that can be found in the URL.
https://www.statista.com/api/v2/industries_de.json, https://www.statista.com/api/v2/industries_en.json, https://www.statista.com/api/v2/industries_es.json, https://www.statista.com/api/v2/industries_fr.json 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.
Choose how you want the results to be ordered:
0 – Best match first (sorted by relevance)
1 – Most recent first (sorted by publication date)
Defaults to 0.
0, 1