Skip to content
┌─ QD Docs // Question Database ~/api/v1 [—] [□] [×] ─┐

API Reference (v1)

The QD HTTP API serves a public, read-only corpus of educational practice questions and platform metadata. All endpoints live under /v1/ and are currently unauthenticated.

https://api.qd.org/v1/
MethodPathDescription
GET/healthLiveness probe.
GET/questionsList questions, with filtering.
GET/items/:item_idFetch a single item by id.
GET/specMachine-readable platform metadata.
GET/spec.mdHuman-readable platform metadata (Markdown).

See the per-endpoint pages in the sidebar for full request/response details.

  • All responses are JSON unless noted otherwise.
  • Timestamps are ISO 8601, UTC.
  • This is a placeholder overview — content authoring is in progress.