https://github.com/theabbie/random-gag
Random 9gag post API
https://github.com/theabbie/random-gag
9gag random theabbie
Last synced: 3 months ago
JSON representation
Random 9gag post API
- Host: GitHub
- URL: https://github.com/theabbie/random-gag
- Owner: theabbie
- License: mit
- Created: 2020-11-19T05:03:21.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-12T04:28:22.000Z (almost 5 years ago)
- Last Synced: 2025-01-31T12:49:46.722Z (8 months ago)
- Topics: 9gag, random, theabbie
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/random-gag
- Size: 21.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Random 9gag post API

>**Random 9gag post API**## Example
```js
var rg = require("random-gag");
(async function() {
await rg(); //or, "await rg(gag_id)" to fetch specific post
})();
```**Sample Output**
```js
{
"id": "a8Gg8XV",
"url": "http://9gag.com/gag/a8Gg8XV",
"status": "0",
"title": "Run!!!",
"description": "",
"type": "Animated",
"version": 0,
"nsfw": 0,
"upVoteCount": 8012,
"downVoteCount": 305,
"totalVoteCount": 8317,
"viewsCount": 0,
"score": 0,
"reportedStatus": 0,
"creationTs": 1605591553,
"albumWebUrl": "",
"hasImageTile": 0,
"postTile": {
"h800": {
"width": 640,
"height": 1136,
"images": [
{
"width": 640,
"height": 800,
"url": "https://img-9gag-fun.9cache.com/photo/a8Gg8XV_h800_offset0.jpg",
"webpUrl": "https://img-9gag-fun.9cache.com/photo/a8Gg8XV_h800wp_offset0.webp"
},
{
"width": 640,
"height": 336,
"url": "https://img-9gag-fun.9cache.com/photo/a8Gg8XV_h800_offset1.jpg",
"webpUrl": "https://img-9gag-fun.9cache.com/photo/a8Gg8XV_h800wp_offset1.webp"
}
]
}
},
"promoted": 0,
"isVoteMasked": 0,
"sortTs": 1,
"orderId": 0,
"hasLongPostCover": 0,
"images": {
"image700": {
"width": 460,
"height": 816,
"url": "https://img-9gag-fun.9cache.com/photo/a8Gg8XV_460s.jpg"
},
"image460": {
"width": 460,
"height": 816,
"url": "https://img-9gag-fun.9cache.com/photo/a8Gg8XV_460s.jpg",
"webpUrl": "https://img-9gag-fun.9cache.com/photo/a8Gg8XV_460swp.webp"
},
"imageFbThumbnail": {
"width": 220,
"height": 220,
"url": "https://img-9gag-fun.9cache.com/photo/a8Gg8XV_fbthumbnail.jpg"
},
"image700ba": {
"width": 460,
"height": 816,
"url": "https://img-9gag-fun.9cache.com/photo/a8Gg8XV_460s.jpg"
},
"image460sa": {
"width": 460,
"height": 816,
"url": "https://img-9gag-fun.9cache.com/photo/a8Gg8XV_460s.jpg"
},
"image460sv": {
"width": 460,
"height": 816,
"url": "https://img-9gag-fun.9cache.com/photo/a8Gg8XV_460sv.mp4",
"hasAudio": 1,
"duration": 14,
"vp8Url": "https://img-9gag-fun.9cache.com/photo/a8Gg8XV_460svwm.webm",
"h265Url": "https://img-9gag-fun.9cache.com/photo/a8Gg8XV_460svh265.mp4",
"vp9Url": "https://img-9gag-fun.9cache.com/photo/a8Gg8XV_460svvp9.webm"
}
},
"colors": {
"placeholder": "#515562"
},
"sourceDomain": "",
"sourceUrl": "",
"externalUrl": "",
"channel": "",
"isVoted": "0",
"userScore": 0,
"creator": {
"userId": "-1",
"userName": "",
"profileUrl": "",
"avatarUrlSmall": ""
},
"commentsCount": 237,
"fbShares": 0,
"tweetCount": 0,
"created": "",
"comment": {
"listType": "comment",
"updateTs": 1605727239,
"latestCommentText": "Deep down, we all know that he is running from a police"
},
"commentOpClientId": "",
"commentOpSignature": "",
"commentSystem": "comment-system",
"topComments": {
"comments": []
},
"targetedAdTags": {},
"postSection": {
"name": "Sport ",
"url": "https://9gag.com/sport",
"imageUrl": "https://miscmedia-9gag-fun.9cache.com/images/thumbnail-facebook/1557286774.0983_eGARyH_100x100.jpg",
"webpUrl": "https://miscmedia-9gag-fun.9cache.com/images/thumbnail-facebook/1557286774.0983_eGARyH_100x100wp.webp"
},
"tags": [
{
"key": "Grant Holloway",
"url": "https://9gag.com/tag/grant-holloway"
}
]
}
```## Contributing
Thank you for your interest in contributing, If you feel like there's something missing or any new feature can be added, just create a PR and I will see the rest.
## Help
You can contact me on social media, Everything about me can be found [here](https://theabbie.github.io)
## Installation
### Requirements
* Node.Js installed
### Dev Dependencies
* Axios
* Unshorten.it## Credits
* [9gag](https://9gag.com) For Creating an excellent platform.
## Contact
Contact me anywhere, just visit [my portfolio](https://theabbie.github.io)
## License
This project is licensed under MIT License, See [LICENSE](/LICENSE) for more information