Summary: Get site info for MathOverflow Operation ID: getSiteInfo Auth: none
Returns metadata about the MathOverflow site including total questions, answers, comments, tags, and active users. Also includes site configuration like markdown version and API revision. Use this to get high-level statistics about the community or to verify the site is responding before making other calls.
Original spec description
Returns information about the MathOverflow site including statistics
Usage Tips
- `site=mathoverflow` is required
- Returns single item with `total_questions`, `total_answers`, `total_comments`, `total_tags`
- `new_active_users` shows recent community growth
- `api_revision` indicates current API version
- Useful for dashboards showing community health metrics
- Call this first to validate your `site` parameter is correct