Endpoint API:
https://phpanalytics.ro/api/v1/websites
Exemplu de request:
curl --location --request GET 'https://phpanalytics.ro/api/v1/websites' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
search
search_by
domain
pentru Domeniu. Valoarea implicită este: domain
.favorite
sort_by
id
pentru Data creării, domain
pentru Domeniu. Valoarea implicită este: id
.sort
desc
pentru Descrescător, asc
pentru Crescător. Valoarea implicită este: desc
.per_page
10
, 25
, 50
, 100
. Valoarea implicită este: 10
.Endpoint API:
https://phpanalytics.ro/api/v1/websites/{id}
Exemplu de request:
curl --location --request GET 'https://phpanalytics.ro/api/v1/websites/{id}' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer {api_key}'
Endpoint API:
https://phpanalytics.ro/api/v1/websites
Exemplu de request:
curl --location --request POST 'https://phpanalytics.ro/api/v1/websites' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}' \ --data-urlencode 'domain={domain}'
domain
privacy
0
pentru Public, 1
pentru Privat, 2
pentru Parola. Valoarea implicită este: 0
.password
privacy
setat la 2
.email
0
pentru Dezactivat, 1
pentru Activat. Valoarea implicită este: 0
.exclude_bots
0
pentru Dezactivat, 1
pentru Activat. Valoarea implicită este: 1
.exclude_params
exclude_ips
Endpoint API:
https://phpanalytics.ro/api/v1/websites/{id}
Exemplu de request:
curl --location --request PUT 'https://phpanalytics.ro/api/v1/websites/{id}' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}'
privacy
0
pentru Public, 1
pentru Privat, 2
pentru Parola.password
privacy
setat la 2
.email
0
pentru Dezactivat, 1
pentru Activat.exclude_bots
0
pentru Dezactivat, 1
pentru Activat.exclude_params
exclude_ips
favorite
Endpoint API:
https://phpanalytics.ro/api/v1/websites/{id}
Exemplu de request:
curl --location --request DELETE 'https://phpanalytics.ro/api/v1/websites/{id}' \ --header 'Authorization: Bearer {api_key}'