//Endpoints · Stack Exchange
Stack Exchange Endpoint Reference
9 maintained endpoints and what each returns. For the full Stack Exchange overview — sample response, FAQ and use cases — see the source page.
About the Stack Exchange source/api/stackexchange/questionsQuestion detail by ID: title, body, tags, score, view count, answer count, accepted answer ID, author.
/api/stackexchange/questions/searchFull-text question search: matching questions with title, ID, score, tags, view count, author.
/api/stackexchange/questions/answersAnswers for a question by ID: answer body, score, accepted status, author, creation date.
/api/stackexchange/questions/commentsComments on a question: comment body, score, author, creation date.
/api/stackexchange/answersAnswer detail by ID: body, score, accepted status, question ID, author.
/api/stackexchange/tagsTag listing for a site: tag name, usage count, moderator-only flag, synonyms flag.
/api/stackexchange/usersUser profile by ID: display name, reputation, badge counts (gold/silver/bronze), location, website.
/api/stackexchange/users/questionsQuestions asked by a user: title, ID, score, answer count, accepted status, tags.
/api/stackexchange/users/answersAnswers written by a user: answer ID, question ID, score, accepted status.