Every API, one clean contract.
75 APIs · all speak the same { ok, data, meta, error }envelope. Search, filter, and open one to see endpoints, params & live examples.
Popular
Reputation & Reviews
8 APIsE-commerce & Marketplaces
14 APIsReal Estate
5 APIsJobs & Hiring
6 APIsTravel & Lodging
5 APIsSearch & SEO
4 APIsFinance & Data
3 APIsMedia, Film & Knowledge
13 APIsUtilities & AI
7 APIsDeveloper Tools
4 APIsStack Overflow / Stack Exchange official API v2.3 full public read surface
livepost/stackoverflow/v1/questions1 creditPaginated questions by sort/tag; returns score, tags, body, owner/link attribution.
{
"sort": "votes"
}Try in playground →post/stackoverflow/v1/question1 creditSingle question by id plus paginated answers.
{
"id": 11227809
}Try in playground →post/stackoverflow/v1/answers1 creditAnswer details by id/ids, or recent answers when no id is supplied.
post/stackoverflow/v1/user_questions1 creditPaginated questions for a user.
post/stackoverflow/v1/user_answers1 creditPaginated answers for a user.
post/stackoverflow/v1/user_tags1 creditPaginated tag activity for a user.
post/stackoverflow/v1/user_badges1 creditPaginated badges for a user.
post/stackoverflow/v1/search2 creditsAdvanced full-text/tag search, paginated.
{
"q": "async await"
}Try in playground →post/stackoverflow/v1/tags1 creditPaginated Stack Exchange tags.
post/stackoverflow/v1/tag_questions1 creditPaginated questions for a tag.
{
"tag": "python"
}Try in playground →post/stackoverflow/v1/comments1 creditPaginated comments for post id/ids.
post/stackoverflow/v1/answer_comments1 creditOfficial Stack Exchange API route `/answers/{ids}/comments`.
post/stackoverflow/v1/answer_questions1 creditOfficial Stack Exchange API route `/answers/{ids}/questions`.
post/stackoverflow/v1/badges1 creditOfficial Stack Exchange API route `/badges`.
post/stackoverflow/v1/badge1 creditOfficial Stack Exchange API route `/badges/{ids}`.
post/stackoverflow/v1/badge_name1 creditOfficial Stack Exchange API route `/badges/name`.
post/stackoverflow/v1/badge_recipients1 creditOfficial Stack Exchange API route `/badges/recipients`.
post/stackoverflow/v1/badge_recipients_by_ids1 creditOfficial Stack Exchange API route `/badges/{ids}/recipients`.
post/stackoverflow/v1/badge_tags1 creditOfficial Stack Exchange API route `/badges/tags`.
post/stackoverflow/v1/collectives1 creditOfficial Stack Exchange API route `/collectives`.
post/stackoverflow/v1/collective1 creditOfficial Stack Exchange API route `/collectives/{slugs}`.
post/stackoverflow/v1/collective_questions1 creditOfficial Stack Exchange API route `/collectives/{slugs}/questions`.
post/stackoverflow/v1/collective_answers1 creditOfficial Stack Exchange API route `/collectives/{slugs}/answers`.
post/stackoverflow/v1/collective_tags1 creditOfficial Stack Exchange API route `/collectives/{slugs}/tags`.
post/stackoverflow/v1/collective_users1 creditOfficial Stack Exchange API route `/collectives/{slugs}/users`.
post/stackoverflow/v1/comments_all1 creditOfficial Stack Exchange API route `/comments`.
post/stackoverflow/v1/comment1 creditOfficial Stack Exchange API route `/comments/{ids}`.
post/stackoverflow/v1/infofreeOfficial Stack Exchange API route `/info`.
post/stackoverflow/v1/posts1 creditOfficial Stack Exchange API route `/posts`.
post/stackoverflow/v1/post1 creditOfficial Stack Exchange API route `/posts/{ids}`.
post/stackoverflow/v1/post_comments1 creditOfficial Stack Exchange API route `/posts/{ids}/comments`.
post/stackoverflow/v1/post_revisions1 creditOfficial Stack Exchange API route `/posts/{ids}/revisions`.
post/stackoverflow/v1/post_suggested_edits1 creditOfficial Stack Exchange API route `/posts/{ids}/suggested-edits`.
post/stackoverflow/v1/privilegesfreeOfficial Stack Exchange API route `/privileges`.
post/stackoverflow/v1/question_answers1 creditOfficial Stack Exchange API route `/questions/{ids}/answers`.
post/stackoverflow/v1/question_comments1 creditOfficial Stack Exchange API route `/questions/{ids}/comments`.
post/stackoverflow/v1/question_linked1 creditOfficial Stack Exchange API route `/questions/{ids}/linked`.
post/stackoverflow/v1/question_related1 creditOfficial Stack Exchange API route `/questions/{ids}/related`.
post/stackoverflow/v1/question_timeline1 creditOfficial Stack Exchange API route `/questions/{ids}/timeline`.
post/stackoverflow/v1/questions_featured1 creditOfficial Stack Exchange API route `/questions/featured`.
post/stackoverflow/v1/questions_no_answers1 creditOfficial Stack Exchange API route `/questions/no-answers`.
post/stackoverflow/v1/questions_unanswered1 creditOfficial Stack Exchange API route `/questions/unanswered`.
post/stackoverflow/v1/revisions1 creditOfficial Stack Exchange API route `/revisions/{ids}`.
post/stackoverflow/v1/search_simple1 creditOfficial Stack Exchange API route `/search`.
post/stackoverflow/v1/similar2 creditsOfficial Stack Exchange API route `/similar`.
post/stackoverflow/v1/search_excerpts2 creditsOfficial Stack Exchange API route `/search/excerpts`.
post/stackoverflow/v1/suggested_edits1 creditOfficial Stack Exchange API route `/suggested-edits`.
post/stackoverflow/v1/suggested_edit1 creditOfficial Stack Exchange API route `/suggested-edits/{ids}`.
post/stackoverflow/v1/tags_moderator_only1 creditOfficial Stack Exchange API route `/tags/moderator-only`.
post/stackoverflow/v1/tags_required1 creditOfficial Stack Exchange API route `/tags/required`.
post/stackoverflow/v1/tag_synonyms1 creditOfficial Stack Exchange API route `/tags/synonyms`.
post/stackoverflow/v1/tag_faq1 creditOfficial Stack Exchange API route `/tags/{tags}/faq`.
post/stackoverflow/v1/tag_related1 creditOfficial Stack Exchange API route `/tags/{tags}/related`.
post/stackoverflow/v1/tag_synonyms_by_tags1 creditOfficial Stack Exchange API route `/tags/{tags}/synonyms`.
post/stackoverflow/v1/tag_top_answerers1 creditOfficial Stack Exchange API route `/tags/{tag}/top-answerers/{period}`.
post/stackoverflow/v1/tag_top_askers1 creditOfficial Stack Exchange API route `/tags/{tag}/top-askers/{period}`.
post/stackoverflow/v1/tag_wikis1 creditOfficial Stack Exchange API route `/tags/{tags}/wikis`.
post/stackoverflow/v1/users1 creditOfficial Stack Exchange API route `/users`.
post/stackoverflow/v1/user_comments1 creditOfficial Stack Exchange API route `/users/{ids}/comments`.
post/stackoverflow/v1/user_comments_to_user1 creditOfficial Stack Exchange API route `/users/{ids}/comments/{toid}`.
post/stackoverflow/v1/user_favorites1 creditOfficial Stack Exchange API route `/users/{ids}/favorites`.
post/stackoverflow/v1/user_mentioned1 creditOfficial Stack Exchange API route `/users/{ids}/mentioned`.
post/stackoverflow/v1/user_network_activity1 creditOfficial Stack Exchange API route `/users/{id}/network-activity`.
post/stackoverflow/v1/user_notifications1 creditOfficial Stack Exchange API route `/users/{id}/notifications`.
post/stackoverflow/v1/user_unread_notifications1 creditOfficial Stack Exchange API route `/users/{id}/notifications/unread`.
post/stackoverflow/v1/user_posts1 creditOfficial Stack Exchange API route `/users/{ids}/posts`.
post/stackoverflow/v1/user_privileges1 creditOfficial Stack Exchange API route `/users/{id}/privileges`.
post/stackoverflow/v1/user_questions_featured1 creditOfficial Stack Exchange API route `/users/{ids}/questions/featured`.
post/stackoverflow/v1/user_questions_no_answers1 creditOfficial Stack Exchange API route `/users/{ids}/questions/no-answers`.
post/stackoverflow/v1/user_questions_unaccepted1 creditOfficial Stack Exchange API route `/users/{ids}/questions/unaccepted`.
post/stackoverflow/v1/user_questions_unanswered1 creditOfficial Stack Exchange API route `/users/{ids}/questions/unanswered`.
post/stackoverflow/v1/user_reputation1 creditOfficial Stack Exchange API route `/users/{ids}/reputation`.
post/stackoverflow/v1/user_reputation_history1 creditOfficial Stack Exchange API route `/users/{ids}/reputation-history`.
post/stackoverflow/v1/user_suggested_edits1 creditOfficial Stack Exchange API route `/users/{ids}/suggested-edits`.
post/stackoverflow/v1/user_top_answers_in_tags1 creditOfficial Stack Exchange API route `/users/{id}/tags/{tags}/top-answers`.
post/stackoverflow/v1/user_top_questions_in_tags1 creditOfficial Stack Exchange API route `/users/{id}/tags/{tags}/top-questions`.
post/stackoverflow/v1/user_timeline1 creditOfficial Stack Exchange API route `/users/{ids}/timeline`.
post/stackoverflow/v1/user_top_answer_tags1 creditOfficial Stack Exchange API route `/users/{id}/top-answer-tags`.
post/stackoverflow/v1/user_top_question_tags1 creditOfficial Stack Exchange API route `/users/{id}/top-question-tags`.
post/stackoverflow/v1/user_top_tags1 creditOfficial Stack Exchange API route `/users/{id}/top-tags`.
post/stackoverflow/v1/moderators1 creditOfficial Stack Exchange API route `/users/moderators`.
post/stackoverflow/v1/elected_moderators1 creditOfficial Stack Exchange API route `/users/moderators/elected`.
post/stackoverflow/v1/access_token_invalidate1 creditOfficial Stack Exchange API route `/access-tokens/{accessTokens}/invalidate`.
post/stackoverflow/v1/access_token1 creditOfficial Stack Exchange API route `/access-tokens/{accessTokens}`.
post/stackoverflow/v1/app_deauth1 creditOfficial Stack Exchange API route `/apps/{accessTokens}/de-authenticate`.
post/stackoverflow/v1/errorsfreeOfficial Stack Exchange API route `/errors`.
post/stackoverflow/v1/error1 creditOfficial Stack Exchange API route `/errors/{id}`.
post/stackoverflow/v1/filter_create1 creditOfficial Stack Exchange API route `/filters/create`.
post/stackoverflow/v1/filter1 creditOfficial Stack Exchange API route `/filters/{filters}`.
post/stackoverflow/v1/sitesfreeOfficial Stack Exchange API route `/sites`.
post/stackoverflow/v1/associated_users1 creditOfficial Stack Exchange API route `/users/{ids}/associated`.
post/stackoverflow/v1/merge_history1 creditOfficial Stack Exchange API route `/users/{ids}/merges`.
Social Media
6 APIs