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")
Gets a terrain tile by its tile resource name.
curl \
  https://vectortile.googleapis.com/v1/{name}
SDK on GitHub 📄 API Docs
SDK
python-storage
Python
API
googleapis.com
googleapis.com:vectortile

At a glance

Language Python
Endpoints1
Base URLhttps://vectortile.googleapis.com
✓ Official