GET /search

stackexchange.com:mathoverflow-api

Summary: Search questions on MathOverflow
Operation ID: searchQuestions
Auth: none

Searches MathOverflow questions by keywords in their titles. Returns questions matching the search terms with all their metadata. This is the primary text search endpoint — use it when looking for questions about specific mathematical concepts. For more complex queries including tag combinations, use `/search/advanced`.

Original spec description

Searches for questions by title and body content

Usage Tips

- `site=mathoverflow` is required - `intitle` parameter searches for terms in question titles (space-separated = AND) - Does NOT search question bodies by default — use `/search/advanced` with `q` for full-text - Results are relevance-ranked by default - Combine with `tagged` to narrow by topic - Search terms are stemmed: 'homology' matches 'homological'

Parameters (15)

answers (integer, query, optional)

0 for unanswered, 1 for answered

Constraints: {'enum': [0, 1]}

filter (string, query, optional)

Filter to apply to results

fromdate (integer, query, optional)

Start date (Unix timestamp)

intitle (string, query, optional)

Text to search for in question titles

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)

nottagged (string, query, optional)

Semicolon delimited list of tags to exclude

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']}

tagged (string, query, optional)

Semicolon delimited list of tags to include

todate (integer, query, optional)

End date (Unix timestamp)

Examples (3)

TitleTypeURLAction
Search questions by title text curl https://api.stackexchange.com/2.3/search?intitle=algebraic+geometry&site=mathoverflow
Search by tags with sorting and pagination curl https://api.stackexchange.com/2.3/search?tagged=number-theory%3Bprime-numbers&sort=creation&order=desc&pagesize=10&site=mathoverflow
Paginated search with vote sorting curl https://api.stackexchange.com/2.3/search?intitle=Riemann+hypothesis&page=2&pagesize=15&sort=votes&order=desc&site=mathoverflow

Probe History

Latency

Status Codes

TimeStatusLatencySize
2026-03-23 10:43:53.215742 200 299ms
2026-03-23 10:17:36.956927 200 403ms
2026-03-23 09:25:39.273222 200 418ms

Response Changes

WhenOldNew
2026-03-23 10:17:36.956927 bf61eaecdcf6 121d06845f63
2026-03-23 10:43:53.215742 121d06845f63 39ba0816e56a