AI-generated Key Takeaways
- 
          This API lists the Safe Browsing threat lists available for download. 
- 
          It uses a GET request to https://safebrowsing.googleapis.com/v4/threatListswith an empty request body.
- 
          The response provides a list of ThreatListDescriptorobjects, each describing a threat list with its type, platform, and entry type.
- 
          Each ThreatListDescriptorhelps identify the specific threats, platforms affected, and the kind of entries within each list.
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. | 
