نقطه پایانی API:
https://tools.jetserp.com/public/api/v1/reports
درخواست نمونه:
curl --location --request GET 'https://tools.jetserp.com/public/api/v1/reports' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
search
search_by
url
برای URL. پیش فرض به: url
.project
result
good
برای خوب, decent
برای شایسته, bad
برای بد.sort_by
id
برای تاریخ ایجاد, generated_at
برای تاریخ ایجاد, url
برای URL, result
برای نتیجه. پیش فرض به: id
.sort
desc
برای نزولی, asc
برای صعودی. پیش فرض به: desc
.per_page
10
, 25
, 50
, 100
. پیش فرض به: 10
.نقطه پایانی API:
https://tools.jetserp.com/public/api/v1/reports/{id}
درخواست نمونه:
curl --location --request GET 'https://tools.jetserp.com/public/api/v1/reports/{id}' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer {api_key}'
نقطه پایانی API:
https://tools.jetserp.com/public/api/v1/reports
درخواست نمونه:
curl --location --request POST 'https://tools.jetserp.com/public/api/v1/reports' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}' \ --data-urlencode 'url={url}'
url
privacy
0
برای عمومی, 1
برای خصوصی, 2
برای کلمه عبور. پیش فرض به: 0
.password
privacy
set to 2
.نقطه پایانی API:
https://tools.jetserp.com/public/api/v1/reports/{id}
درخواست نمونه:
curl --location --request PUT 'https://tools.jetserp.com/public/api/v1/reports/{id}' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}'
privacy
0
برای عمومی, 1
برای خصوصی, 2
برای کلمه عبور.password
privacy
set to 2
.results
0
برای خیر, 1
برای بله. پیش فرض به: 0
.نقطه پایانی API:
https://tools.jetserp.com/public/api/v1/reports/{id}
درخواست نمونه:
curl --location --request DELETE 'https://tools.jetserp.com/public/api/v1/reports/{id}' \ --header 'Authorization: Bearer {api_key}'