Method: threatLists.list
Stay organized with collections
Save and categorize content based on your preferences.
Lists the Safe Browsing threat lists available for download.
HTTP request
GET https://safebrowsing.googleapis.com/v4/threatLists
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:
Fields |
threatLists[] |
object (ThreatListDescriptor )
The lists available for download by the client.
|
ThreatListDescriptor
Describes an individual threat list. A list is defined by three parameters: the type of threat posed, the type of platform targeted by the threat, and the type of entries in the list.
Fields |
threatType |
enum (ThreatType )
The threat type posed by the list's entries.
|
platformType |
enum (PlatformType )
The platform type targeted by the list's entries.
|
threatEntryType |
enum (ThreatEntryType )
The entry types contained in the list.
|
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 2024-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 2024-09-18 UTC."],[[["This API lists the Safe Browsing threat lists available for download."],["It uses a GET request to `https://safebrowsing.googleapis.com/v4/threatLists` with an empty request body."],["The response provides a list of `ThreatListDescriptor` objects, each describing a threat list with its type, platform, and entry type."],["Each `ThreatListDescriptor` helps identify the specific threats, platforms affected, and the kind of entries within each list."]]],["This document outlines how to retrieve a list of available Safe Browsing threat lists. A `GET` request to `https://safebrowsing.googleapis.com/v4/threatLists` is used, with an empty request body. The successful response contains a JSON array of `threatLists`, each described by a `ThreatListDescriptor` object. This descriptor specifies the `threatType`, `platformType`, and `threatEntryType` of each list, defining the characteristics of the threats it contains.\n"]]