Using python-storage with googleapis.com

Python integration

✓ Official SDK

Install

pip install python-storage

Quick start

import python-storage

client = python_storage.Client("YOUR_API_KEY")
Lists the Safe Browsing threat lists available for download.
curl \
  https://safebrowsing.googleapis.com/v4/threatLists
curl \
  https://safebrowsing.googleapis.com/v4/encodedUpdates/{encodedRequest}
curl \
  https://safebrowsing.googleapis.com/v4/encodedFullHashes/{encodedRequest}
SDK on GitHub 📄 API Docs
SDK
python-storage
Python
API
googleapis.com
googleapis.com:safebrowsing

At a glance

Language Python
Endpoints7
Base URLhttps://safebrowsing.googleapis.com
✓ Official