Method: violatingSites.list
Stay organized with collections
Save and categorize content based on your preferences.
Lists sites that are failing in the Abusive Experience Report.
HTTP request
GET https://abusiveexperiencereport.googleapis.com/v1/violatingSites
The URL uses gRPC Transcoding
syntax.
Request body
The request body must be empty.
Response body
If successful, the response body contains data with the following structure:
Response message for violatingSites.list.
Fields |
violatingSites[]
|
object ( SiteSummaryResponse
)
The list of violating sites.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License
, and code samples are licensed under the Apache 2.0 License
. For details, see the Google Developers Site Policies
. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-09-18 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-09-18 UTC."],[[["\u003cp\u003eThis API endpoint lists sites that are failing in the Abusive Experience Report.\u003c/p\u003e\n"],["\u003cp\u003eThe HTTP request to retrieve the list of violating sites is a \u003ccode\u003eGET\u003c/code\u003e request to \u003ccode\u003ehttps://abusiveexperiencereport.googleapis.com/v1/violatingSites\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe request body for this endpoint must be empty.\u003c/p\u003e\n"],["\u003cp\u003eThe successful response will contain a JSON structure with a list of violating sites, each represented by a \u003ccode\u003eSiteSummaryResponse\u003c/code\u003e object.\u003c/p\u003e\n"]]],["The core content describes how to retrieve a list of sites failing in the Abusive Experience Report. This is achieved through an HTTP GET request to `https://abusiveexperiencereport.googleapis.com/v1/violatingSites`. The request body must be empty. A successful response returns a JSON object containing an array named `violatingSites`, with each element detailing a specific site that has been found to have failing in the Abusive Experience Report.\n"],null,["# Method: violatingSites.list\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n - [JSON representation](#body.ViolatingSitesResponse.SCHEMA_REPRESENTATION)\n- [Try it!](#try-it)\n\nLists sites that are failing in the Abusive Experience Report.\n\n### HTTP request\n\n`GET https://abusiveexperiencereport.googleapis.com/v1/violatingSites`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nIf successful, the response body contains data with the following structure:\nResponse message for violatingSites.list.\n\n| JSON representation ||\n|--------------------------------------------------------------------------------------------------------------------------|---|\n| ``` { \"violatingSites\": [ { object (/abusive-experience-report/v1/reference/rest/v1/sites#SiteSummaryResponse) } ] } ``` |\n\n| Fields ||\n|--------------------|--------------------------------------------------------------------------------------------------------------------------------------------|\n| `violatingSites[]` | `object (`[SiteSummaryResponse](/abusive-experience-report/v1/reference/rest/v1/sites#SiteSummaryResponse)`)` The list of violating sites. |"]]