# seminars.databio.org A read-only, git-backed API of lab seminars, defenses, and colloquia, curated from Fastmail email announcements. Base URL: https://seminars.databio.org ## How to query - GET /seminars?from=&to=&type=&program=&q=&upcoming=true -> list of seminars - GET /upcoming?days=14 -> seminars in the next N days - GET /seminars/{id} -> one seminar - GET /calendar.ics -> subscribable calendar (same filters as /seminars) - GET /seminars.json -> full dataset as JSON - GET /seminars.csv -> full dataset as CSV - GET /openapi.json -> full machine-readable spec - GET /schema.json -> record schema - GET /stats -> counts, last-extracted date - GET /llms.txt -> this file ## Corrections Data lives in databio/ai-assistant-tasks at data/seminars.yaml, extracted by the priority-sort task from Fastmail announcements. Do not scrape; use the API.