نقطة نهاية API:
https://analytics.mnjz.sa/api/v1/websites
Request example:
curl --location --request GET 'https://analytics.mnjz.sa/api/v1/websites' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
searchsearch_bydomain for النطاق. Defaults to: domain.sort_byid for تاريخ الإنشاء, domain for النطاق. Defaults to: id.sortdesc for Descending, asc for Ascending. Defaults to: desc.per_page10, 25, 50, 100. Defaults to: 10.نقطة نهاية API:
https://analytics.mnjz.sa/api/v1/websites/{id}
Request example:
curl --location --request GET 'https://analytics.mnjz.sa/api/v1/websites/{id}' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer {api_key}'
نقطة نهاية API:
https://analytics.mnjz.sa/api/v1/websites
Request example:
curl --location --request POST 'https://analytics.mnjz.sa/api/v1/websites' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}' \ --data-urlencode 'domain={domain}'
domainprivacy0 for عام, 1 for خاص, 2 for كلمة المرور. Defaults to: 1.passwordprivacy set to 2.email0 for اللغاء التفعيل, 1 for تفعيل. Defaults to: 0.exclude_bots0 for اللغاء التفعيل, 1 for تفعيل. Defaults to: 1.exclude_paramsexclude_ipsنقطة نهاية API:
https://analytics.mnjz.sa/api/v1/websites/{id}
Request example:
curl --location --request PUT 'https://analytics.mnjz.sa/api/v1/websites/{id}' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}'
privacy0 for عام, 1 for خاص, 2 for كلمة المرور.passwordprivacy set to 2.email0 for اللغاء التفعيل, 1 for تفعيل.exclude_bots0 for اللغاء التفعيل, 1 for تفعيل.exclude_paramsexclude_ipsنقطة نهاية API:
https://analytics.mnjz.sa/api/v1/websites/{id}
Request example:
curl --location --request DELETE 'https://analytics.mnjz.sa/api/v1/websites/{id}' \ --header 'Authorization: Bearer {api_key}'