WOT Web Risk and Safe browsing

FREEMIUM
От myWOT | Обновлено 13 days ago | Artificial Intelligence/Machine Learning
Популярность

8.1 / 10

Задержка

373ms

Уровень обслуживания

100%

Health Check

N/A

Подписчики: 3
Ресурсы:
Сайт продукта Условия использования
Создатель API:
Rapid account: My WOT
myWOT
mywot
Войдите, чтобы оценить API
Оценки: 5 - Голосов: 1

ПРОЧТИ МЕНЯ

Targets

The targets API is used for requesting reputations for one or multiple targets.

Method: GET

Host: https://wot-web-risk-and-safe-browsing.p.rapidapi.com

Path: /targets

Query structure and parameters:
t - a target name. This parameter can appear once or multiple times (Per plan).
For example: /targets?t=target1&t=target2&t=target3

Note

  • The full request path must also be less than 8 KiB or it will be rejected.
  • All plans limited to 10 targets.

Output

The API returns an array of results (1 per target) in a JSON format. Each result contains reputations, categories, and third-party blacklist information. Each target result contains the following:

  • The response object has one attribute for each target, named by the unchanged target name given in the host’s parameter.

  • Each target object has a target attribute, which contains the normalized target name.

  • Safety and ChildSafety attributes which consist of:

    1. Status - One of the predefined strings representing if the target is generally safe/safe (Currently not supported for ChildSafety). Possible values are: SAFE, NOT_SAFE, UNKNOWN, SUSPICIOUS
    2. Reputation - integer between 0-100. The target’s reputation score for safety/child safety.
    3. Confidence - integer between 0-100. The confidence WOT’s algorithm attributes to the above score.
  • Each target object also may have a categories array, which contains one or more category identifier attributes, the category friendly name, and their confidence values.