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")
Retrieves the list of fonts currently served by the Google Fonts Developer API.
curl \
  https://webfonts.googleapis.com/v1/webfonts
SDK on GitHub 📄 API Docs
SDK
python-storage
Python
API
googleapis.com
googleapis.com:webfonts
At a glance
Language Python
Endpoints1
Base URLhttps://webfonts.googleapis.com
✓ Official