# conferences.databio.org An AI-curated, git-backed API of computational-biology conferences and deadlines. Read-only JSON. Base URL: https://conferences.databio.org ## How to query - GET /conferences?year=2026&topic=&from=&to=&q= -> list of instances - GET /deadlines?days=90&kind=abstract -> upcoming deadlines, date-sorted - GET /{slug} -> a conference series (all years), e.g. /ismb - GET /{slug}/{year} -> one instance, e.g. /recomb/2027 - GET /calendar.ics -> subscribable calendar - GET /openapi.json -> full machine-readable spec - GET /schema.json -> record schema ## Corrections Data lives in databio/conferences at data/conferences.json. Open a PR, or POST /suggest {name, year, ...} to get a prefilled issue link. Do not scrape; use the API.