Using notional with notion.com

Python integration

Install
pip install notional
Quick start
import notional

client = notional.Client("YOUR_API_KEY")
Retrieve comments
curl \
  https://api.notion.com/v1/comments
Retrieve a Page
curl \
  https://api.notion.com/v1/pages/{id}
Retrieve a user
curl \
  https://api.notion.com/v1/users/{id}
SDK on GitHub 📄 API Docs
SDK
notional
Python
API
notion.com
notion.com
At a glance
Language Python
Endpoints13
Base URLhttps://api.notion.com