API reference
REST API endpoints and parameters
Interactive explorer (Scalar UI) at lcmd-app.epfl.ch/api/v1/docs/.
Base URL: https://lcmd-app.epfl.ch/api/v1.
Key endpoints
| Endpoint | Description |
|---|---|
GET /subsets/ | List all available subsets |
GET /subsets/{slug}/download/ | Download a subset as ZIP |
GET /subsets/{slug}/properties | Property schema for a subset |
Download parameters
GET /subsets/{slug}/download/?include=molecules,reactions&data_format=parquetinclude— comma-separated entity types:molecules,reactions,fragments,structuresdata_format—parquet|csv|json|tsv|xlsxmolecule_properties— comma-separated property slugs to includereaction_properties— comma-separated property slugs to includefragment_properties— comma-separated property slugs to include
For Python access, use the lcmd-db client — it
wraps these endpoints with typed accessors and handles auth. Full client
reference at lcmd-app.epfl.ch/docs/python/.