GET /questions/{id}

stackexchange.com:mathoverflow-api

Summary: Get question by ID
Operation ID: getQuestion
Auth: none

Retrieves detailed information for a specific MathOverflow question by its ID. Returns the complete question object including title, body content, tags, author details, score, view count, answer count, and timestamps. Use this when you know the exact question ID and need full details — unlike the bulk /questions endpoint which returns summaries, this returns complete question bodies.

Original spec description

Get a specific question by ID.

Usage Tips

- `site=mathoverflow` is required - The `{id}` path parameter is the question ID (numeric) - Use `filter` parameter to include additional fields like question body HTML - Returns a list with one item (for consistency with other endpoints) - Question IDs are visible in MathOverflow URLs: /questions/{id}/title-slug

Parameters (2)

id (integer, path, required)

Question ID

site (string, query, required, default: mathoverflow)

Site name

Examples (3)

TitleTypeURLAction
Get question by ID 1 curl https://api.stackexchange.com/2.3/questions/1?site=mathoverflow
Get question by ID 100 curl https://api.stackexchange.com/2.3/questions/100?site=mathoverflow
Get question by ID 50000 curl https://api.stackexchange.com/2.3/questions/50000?site=mathoverflow

Probe History

Latency

Status Codes

TimeStatusLatencySize
2026-03-23 10:33:16.596141 200 227ms
2026-03-23 10:28:17.556326 200 277ms
2026-03-23 10:19:51.472482 200 238ms

Response Changes

WhenOldNew
2026-03-23 10:28:17.556326 9b36c3077e09 69d2dc5e0182
2026-03-23 10:33:16.596141 69d2dc5e0182 b947391c1381