Answers - mozilla/buddyup GitHub Wiki
/api/2/answer
Returns a list of all answers.
Example
{
"count": 529000,
"next": "https://support.allizom.org/api/2/answer/?page=2",
"previous": null,
"results": [
{
"id": 600212,
"question": 1010268,
"content": "and another comment",
"created": "2014-11-18T14:42:35Z",
"creator": "BigGreenDog",
"updated": "2014-11-18T14:42:35Z",
"updated_by": null,
"is_spam": false,
"num_helpful_votes": 0,
"num_unhelpful_votes": 0
}
]
}