{
  "name": "ASK Public API",
  "description": "Filipino real-life experience Q&A data, open for developers and AI to cite. Responses are JSON, CORS fully open. Please credit the source and link back when citing.",
  "version": "1",
  "base": "https://ph.a-sk.org/api/v1",
  "endpoints": {
    "GET /api/v1/topics": "All topic categories",
    "GET /api/v1/questions?topic=&sort=new|hot|unsolved|solved&q=&limit=": "Question list",
    "GET /api/v1/questions/{slug}": "A single question and all its answers",
    "GET /api/v1/leaderboard?limit=": "Contributor Leaderboard"
  },
  "attribution": "Source: ASK (https://ph.a-sk.org)"
}