Superuser: Get Question Answers
Superuser via Parse · developer_tools
Fetch answers for a specific question by its numeric ID. Returns answer bodies with HTML, scores, and acceptance status. Paginates via integer page parameter. Access questions, answers, comments, and hot network questions from Super User (superuser.com) using the Stack Exchange API. Fulfilled by Parse from superuser.com.
- developer-tools
- education
- parse
- platform-key
- reviews-ratings
- superuser
- superuser-com
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- developer_tools
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/74566749-b32c-4dfc-a5d7-aec25f0d0027/get_question_answers
- Interface artifact
- sha256:9561817fae529d0226463f270eed23dedf6182e0182ced4e0e3aaef9955b8d8c
- Manifest digest
- sha256:2858b9fa8dded9303353e4b9e78487a782de2aee99afc8eda779bcf4285f4049
Request fields
- page (integer): Page number for pagination.
- sort (string): Sort order for answers.: Allowed values: activity, votes, creation
- order (string): Result ordering.: Allowed values: asc, desc
- pagesize (integer): Number of items per page (max 100).
- question_id (string, required): Numeric ID of the question (e.g. 560866).
Example queries
- {"page":"1","sort":"activity","order":"asc","pagesize":"30","question_id":"943585"}