Using opendatasoft-automation-sdk with opendatasoft.com

Python integration

✓ Official SDK
Install
pip install opendatasoft-automation-sdk
Quick start
import opendatasoft-automation-sdk

# Set your API key
client = opendatasoft_automation_sdk.Client(api_key="YOUR_API_KEY")
API entry point Provides links for: * catalog, your domain's list of dataset…
curl \
  # append ?apikey=$API_KEY to the URL \
  /
List of all pages from this portal.
curl \
  # append ?apikey=$API_KEY to the URL \
  /pages
Source entry points Provides links for the source's datasets and metadata.
curl \
  # append ?apikey=$API_KEY to the URL \
  /{source}
SDK on GitHub 📄 API Docs
SDK
opendatasoft-automation-sdk
Python
API
opendatasoft.com
opendatasoft.com
At a glance
Language Python
Endpoints36
✓ Official