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:
JSON representation |
---|
{
"threatLists": [
{
object ( |
Fields | |
---|---|
threatLists[] |
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.
JSON representation |
---|
{ "threatType": enum ( |
Fields | |
---|---|
threatType |
The threat type posed by the list's entries. |
platformType |
The platform type targeted by the list's entries. |
threatEntryType |
The entry types contained in the list. |