The board
GET /v1/circle/questions?category=&tag=&q=&unanswered=&sort=&lang=&limit=&offset= returns the board: each question with its text, the asker’s display name, the variant it is about where there is one, votes, the answer count and the date. sort is new by default; lang narrows to questions asked in one language (en, hi, ta); unanswered=true lists the open ones.
One question
GET /v1/circle/questions/{qid}?lang= is the question with its answers, the accepted one first, and the related questions. An answer carries by (a display name or Ustad), text, badge and verified where the answerer is a verified owner, helpful and the date.
GET /v1/variants/{slug}/questions?limit= is the same for one variant: the answered questions about it, most helpful first.

