Stack Exchange · Example Payload

Stack Exchange Get Questions Example

AnswersCodeCommunityDeveloper ToolsKnowledge BaseQ&AQuestionsStack Exchange

Stack Exchange Get Questions Example is an example object payload from Stack Exchange, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

itemshas_morequota_maxquota_remainingtotalpagepage_size

Example Payload

Raw ↑
{
  "items": [
    {
      "question_id": 11227809,
      "title": "Why is processing a sorted array faster than processing an unsorted array?",
      "score": 26234,
      "view_count": 1893456,
      "answer_count": 27,
      "accepted_answer_id": 11227902,
      "is_answered": true,
      "creation_date": 1345224568,
      "last_activity_date": 1745800000,
      "owner": {
        "user_id": 997372,
        "display_name": "GManNickG",
        "reputation": 100234,
        "user_type": "registered",
        "profile_image": "https://www.gravatar.com/avatar/example",
        "link": "https://stackoverflow.com/users/997372"
      },
      "tags": ["java", "c++", "performance", "cpu-architecture", "branch-prediction"],
      "link": "https://stackoverflow.com/questions/11227809",
      "bounty_amount": null
    }
  ],
  "has_more": true,
  "quota_max": 300,
  "quota_remaining": 298,
  "total": 23000000,
  "page": 1,
  "page_size": 1
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/stack-exchange-get-questions-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.