Developer docs

Build on Aesops data.

Everything you need to browse, load, and ship with Aesops datasets — a public REST API and a Python SDK, documented side by side.

REST APIPython SDKGuides

API Reference

GET/v1/datasets/{slug}
200 OK

Python SDK

pip install aesops
from aesops import Client
client = Client()
ds = client.load_dataset("kenya-housing-prices")
Search the docs⌘K
Quickstart
Authentication

In this guide

API Reference
Python SDK
Authentication
Loading data