BETA - COMING SOON!

Statistiken

Anmerkungen
Expert level
The API key should be sent as a Bearer token in the Authorization header of the request. Holen Sie sich Ihren API Schlüssel.
Show

API Endpunkt:

GET
https://www.eccd.at/api/v1/stats/{id}

Beispiel anfordern:

curl --location --request GET 'https://www.eccd.at/api/v1/stats/{id}' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
Parameter
Typ
Beschreibung
from
erforderlich string
Das Startdatum im Format Y-m-d.
to
erforderlich string
Das Enddatum im Format Y-m-d.
name
erforderlich string
Der Name der Statistik. Mögliche Werte sind: browser, campaign, city, continent, country, device, event, landing_page, language, os, page, pageviews, pageviews_hours, referrer, resolution, visitors, visitors_hours.
search
optional string
Die Suchanfrage.
sort
optional string
Sortieren. Mögliche Werte sind: max for Best performing, min for Least performing. Standardmäßig: max.
per_page
optional int
Ergebnisse pro Seite. Mögliche Werte sind: 10 to 100. Standardmäßig: 20.