Posts
Fetch posts with or without comments.
GET https://api.scored.co/api/v2/post/post.json
Parameters
| Value | Type | Required | Description |
|---|---|---|---|
| id | int | true | ID of requested post |
| comments | boolean | false | Include comments |
| commentSort | string | false | Sorting method for comments |
Comment Sorting
The commentSort parameter accepts the following values:
- top
- controversial
- new
- old
Next
Reference
Captcha