WOT Web Risk and Safe browsing

FREEMIUM
Por myWOT | Atualizado il y a 14 jours | Artificial Intelligence/Machine Learning
Popularidade

8 / 10

Latência

373ms

Nível de serviço

100%

Health Check

N/A

Seguidores: 3
Recursos:
Site do produto Termos de uso
API Creator:
Rapid account: My WOT
myWOT
mywot
Efetuar login para classificar API
Avaliação: 5 - Votos: 1

LEIA-ME

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.