Web Siteleri

Notlar
Uzmanlık seviyesi
API anahtarı, isteğin Yetkilendirme başlığında Bir Taşıyıcı jetonu olarak gönderilmelidir. API anahtarınızı alın.
Liste

API uç noktası:

GET
https://webmonitor.com.tr/api/v1/websites

Örnek istek:

curl --location --request GET 'https://webmonitor.com.tr/api/v1/websites' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
Parametre
Tür
Açıklama
search
i̇steğe bağlı string
Arama sorgusu.
search_by
i̇steğe bağlı string
Arama Kriteri. Olası değerler: domain Alan Adı için. Varsayılan: domain.
favorite
i̇steğe bağlı boolean
Favoriye göre filtrele.
sort_by
i̇steğe bağlı string
Sırala. Olası değerler: id Oluşturulma tarihi için, domain Alan Adı için. Varsayılan: id.
sort
i̇steğe bağlı string
Sırala. Olası değerler: desc Azalan için, asc Artan için. Varsayılan: desc.
per_page
i̇steğe bağlı integer
Sayfa Başına Sonuç. Olası değerler: 10, 25, 50, 100. Varsayılan: 10.
Göster

API uç noktası:

GET
https://webmonitor.com.tr/api/v1/websites/{id}

Örnek istek:

curl --location --request GET 'https://webmonitor.com.tr/api/v1/websites/{id}' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
Mağaza

API uç noktası:

POST
https://webmonitor.com.tr/api/v1/websites

Örnek istek:

curl --location --request POST 'https://webmonitor.com.tr/api/v1/websites' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--header 'Authorization: Bearer {api_key}' \
--data-urlencode 'domain={domain}'
Parametre
Tür
Açıklama
domain
gerekli string
Alan adı.
privacy
i̇steğe bağlı integer
İstatistik sayfası gizliliği. Olası değerler: 0 Herkese Açık için, 1 Özel için, 2 Şifre için. Varsayılan: 0.
password
i̇steğe bağlı string
İstatistik sayfası için şifre. Yalnızca privacy, 2 olarak ayarlandığında çalışır.
email
i̇steğe bağlı integer
Periyodik e-posta raporları. Olası değerler: 0 Devre Dışı için, 1 Etkin için. Varsayılan: 0.
exclude_bots
i̇steğe bağlı integer
Yaygın botların izlenmesini hariç tutun. Olası değerler: 0 Devre Dışı için, 1 Etkin için. Varsayılan: 1.
exclude_params
i̇steğe bağlı string
Exclude URL query parameters from being tracked. Her satırda bir tane..
exclude_ips
i̇steğe bağlı string
IP'lerin izlenmesini hariç tutun. Her satırda bir tane..
Güncelle

API uç noktası:

PUT PATCH
https://webmonitor.com.tr/api/v1/websites/{id}

Örnek istek:

curl --location --request PUT 'https://webmonitor.com.tr/api/v1/websites/{id}' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--header 'Authorization: Bearer {api_key}'
Parametre
Tür
Açıklama
privacy
i̇steğe bağlı integer
İstatistik sayfası gizliliği. Olası değerler: 0 Herkese Açık için, 1 Özel için, 2 Şifre için.
password
i̇steğe bağlı string
İstatistik sayfası için şifre. Yalnızca privacy, 2 olarak ayarlandığında çalışır.
email
i̇steğe bağlı integer
Periyodik e-posta raporları. Olası değerler: 0 Devre Dışı için, 1 Etkin için.
exclude_bots
i̇steğe bağlı integer
Yaygın botların izlenmesini hariç tutun. Olası değerler: 0 Devre Dışı için, 1 Etkin için.
exclude_params
i̇steğe bağlı string
Exclude URL query parameters from being tracked. Her satırda bir tane..
exclude_ips
i̇steğe bağlı string
IP'lerin izlenmesini hariç tutun. Her satırda bir tane..
favorite
i̇steğe bağlı boolean
Web sitesinin favori olup olmadığı.
Sil

API uç noktası:

DELETE
https://webmonitor.com.tr/api/v1/websites/{id}

Örnek istek:

curl --location --request DELETE 'https://webmonitor.com.tr/api/v1/websites/{id}' \
--header 'Authorization: Bearer {api_key}'