APIHub
Back to Explore

Abusive Experience Report API

The Abusive Experience Report API lets you retrieve a catalog of sites that have been identified as having abusive experiences via the /v1/violatingSites endpoint, and fetch a detailed summary for any specific site using /v1/{name} where the name follows the sites/{site} format.

Analytics
none
HTTPS
CORS: Unknown
Description enriched
Visit official documentation

Latency

368ms p95

Uptime

100.0% 30d

Playground

Verified

live

Endpoints

REST · JSON
GET

/v1/violatingSites

Lists sites that are failing in the Abusive Experience Report.

GET

/v1/{name}

Gets a site's Abusive Experience Report summary.

  • name (path, required) — Required. The name of the site whose summary to get, e.g. `sites/http%3A%2F%2Fwww.google.com%2F`. Format: `sites/{site}`

2 endpoints auto-detected

curl -X GET \
  "https://abusiveexperiencereport.googleapis.com/v1/violatingSites"

abusiveexperiencereport.googleapis.com · HTTPS only