GET answers

stackexchange.com:mathoverflow-api

Summary: Get all answers on MathOverflow
Operation ID: getAnswers
Auth: none

Returns a list of MathOverflow answers with their metadata including body content, author info, scores, and timestamps. Each answer includes the `question_id` it belongs to. Use this endpoint to browse recent answers, find highly-voted solutions, or discover accepted answers across the site. Unlike `/questions/{id}/answers`, this returns answers from all questions.

Original spec description

Returns all answers on MathOverflow

Usage Tips

- `site=mathoverflow` is required - Answers include `is_accepted` flag — filter for accepted solutions - `sort=votes` finds the highest-quality answers - `sort=creation` shows newest answers (good for tracking recent solutions) - Each answer has `question_id` — use it to fetch the full question context - Answer bodies are included by default (unlike questions which need a filter)

Parameters (11)

filter (string, query, optional)

Filter to apply to results

fromdate (integer, query, optional)

Start date (Unix timestamp)

key (string, query, optional)

API key for higher rate limits

max (integer, query, optional)

Maximum value for sort field (Unix timestamp)

min (integer, query, optional)

Minimum value for sort field (Unix timestamp)

order (string, query, optional, default: desc)

Sort order

Constraints: {'enum': ['asc', 'desc']}

page (integer, query, optional, default: 1)

Page number for pagination

pagesize (integer, query, optional, default: 30)

Number of items per page (max 100)

Constraints: {'maximum': 100}

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

Site to query (mathoverflow for MathOverflow)

sort (string, query, optional)

Sort field

Constraints: {'enum': ['activity', 'votes', 'creation', 'relevance']}

todate (integer, query, optional)

End date (Unix timestamp)

Examples (4)

TitleTypeURLAction
Get recent answers from MathOverflow curl https://api.stackexchange.com/2.3/answers?site=mathoverflow
Get answers with pagination curl https://api.stackexchange.com/2.3/answers?site=mathoverflow&page=1&pagesize=10
Get top-voted answers curl https://api.stackexchange.com/2.3/answers?site=mathoverflow&sort=votes&order=desc
Get all answers on MathOverflow probe-gate https://api.stackexchange.com/2.3/answers?site=mathoverflow&order=desc&sort=activity&pagesize=30&page=1

Probe History

Latency

Status Codes

TimeStatusLatencySize
2026-03-23 10:46:52.850032 200 339ms
2026-03-23 09:44:38.699179 200 412ms
2026-03-23 09:32:04.567380 200 454ms
2026-03-23 09:08:40.067262 200 326ms

Response Changes

WhenOldNew
2026-03-23 09:32:04.567380 02f8ed0f8229 80dd560c6afd
2026-03-23 09:44:38.699179 80dd560c6afd 74f32590608c
2026-03-23 10:46:52.850032 74f32590608c e6b064e512d8