Statistics
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 >= 0
The 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 >= 0
The page number to return.
The default value for page
is 1.
This is useful for pagination.
Could be used in combination with size
.
x >= 1
The start date to search for content.
The end date to search for content. 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
Response
The request has succeeded.