Stack Overflow · JSON Structure

Stack Overflow Question Structure

Structure of a Stack Overflow question with programming context

Type: object Properties: 14
AnswersCodeDeveloper CommunityDeveloper ToolsKnowledge BaseProgrammingQ&AQuestionsStack Overflow

Stack Overflow Question Structure is a JSON Structure definition published by Stack Overflow, describing 14 properties.

Properties

question_id title body score view_count answer_count accepted_answer_id is_answered creation_date last_activity_date owner tags link bounty_amount

Meta-schema:

JSON Structure

Raw ↑
{
  "title": "Stack Overflow Question Structure",
  "description": "Structure of a Stack Overflow question with programming context",
  "type": "object",
  "properties": {
    "question_id": {"type": "integer", "description": "Unique question identifier"},
    "title": {"type": "string", "description": "Question title"},
    "body": {"type": "string", "description": "HTML question body"},
    "score": {"type": "integer", "description": "Net vote score"},
    "view_count": {"type": "integer", "description": "Total views"},
    "answer_count": {"type": "integer", "description": "Number of answers"},
    "accepted_answer_id": {"type": "integer", "description": "Accepted answer ID"},
    "is_answered": {"type": "boolean", "description": "Has accepted answer"},
    "creation_date": {"type": "integer", "description": "Unix creation timestamp"},
    "last_activity_date": {"type": "integer", "description": "Unix last activity timestamp"},
    "owner": {
      "type": "object",
      "properties": {
        "user_id": {"type": "integer"},
        "display_name": {"type": "string"},
        "reputation": {"type": "integer"},
        "user_type": {"type": "string"},
        "profile_image": {"type": "string"},
        "link": {"type": "string"}
      }
    },
    "tags": {"type": "array", "items": {"type": "string"}, "description": "Programming language and topic tags"},
    "link": {"type": "string", "description": "URL to question"},
    "bounty_amount": {"type": "integer", "description": "Active bounty amount"}
  }
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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 JSON Structure
curl "https://apis.io/api/v1/json-structures/stack-overflow-question-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?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.