Emoji V1
All Emojis V1
Get all custom emojis for a subreddit. Returns emoji names, URLs, and permissions. Requires bearer token.
GET /api/v1/communities/{name}/emojis
Get all custom emojis for a subreddit. Returns emoji names, URLs, and permissions. Requires bearer token.
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
name | string | Yes | Subreddit name (e.g. test). |
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
proxy | string | No | Proxy (ip:port:user:pass). Optional if stored in Token Vault. |
bearer | string | No | Reddit bearer token (token_v2). Optional if stored in Token Vault. |
Authentication
| Header | Value |
|---|---|
X-RapidAPI-Key | Your RapidAPI key |
X-RapidAPI-Host | red-crawler1.p.rapidapi.com |
Example request
cURL
curl -X GET "https://red-crawler1.p.rapidapi.com/api/v1/communities/test/emojis?proxy=<proxy>&bearer=<bearer>" \
-H "X-RapidAPI-Key: YOUR_RAPIDAPI_KEY" \
-H "X-RapidAPI-Host: red-crawler1.p.rapidapi.com"JavaScript
const res = await fetch("https://red-crawler1.p.rapidapi.com/api/v1/communities/test/emojis?proxy=<proxy>&bearer=<bearer>", {
method: "GET",
headers: {
"X-RapidAPI-Key": "YOUR_RAPIDAPI_KEY",
"X-RapidAPI-Host": "red-crawler1.p.rapidapi.com"
}
});
const data = await res.json();
console.log(data);Python
import requests
url = "https://red-crawler1.p.rapidapi.com/api/v1/communities/test/emojis?proxy=<proxy>&bearer=<bearer>"
headers = {
"X-RapidAPI-Key": "YOUR_RAPIDAPI_KEY",
"X-RapidAPI-Host": "red-crawler1.p.rapidapi.com"
}
resp = requests.get(url, headers=headers)
print(resp.json())Example response
HTTP 200 — captured from a live call to the gateway.
{
"success": true,
"data": {
"snoomojis": {
"cake": {
"url": "https://www.reddit.com/r/test/comments/1sys4r2/image_post/",
"user_flair_allowed": true,
"post_flair_allowed": true,
"mod_flair_only": false,
"created_by": "t2_exampleu"
},
"cat_blep": {
"url": "https://www.reddit.com/r/test/comments/1sys4r2/image_post/",
"user_flair_allowed": true,
"post_flair_allowed": true,
"mod_flair_only": false,
"created_by": "t2_exampleu"
},
"doge": {
"url": "https://www.reddit.com/r/test/comments/1sys4r2/image_post/",
"user_flair_allowed": true,
"post_flair_allowed": true,
"mod_flair_only": false,
"created_by": "t2_exampleu"
},
"downvote": {
"url": "https://www.reddit.com/r/test/comments/1sys4r2/image_post/",
"user_flair_allowed": true,
"post_flair_allowed": true,
"mod_flair_only": false,
"created_by": "t2_exampleu"
},
"hamster": {
"url": "https://www.reddit.com/r/test/comments/1sys4r2/image_post/",
"user_flair_allowed": true,
"post_flair_allowed": true,
"mod_flair_only": false,
"created_by": "t2_exampleu"
},
"illuminati": {
"url": "https://www.reddit.com/r/test/comments/1sys4r2/image_post/",
"user_flair_allowed": true,
"post_flair_allowed": true,
"mod_flair_only": false,
"created_by": "t2_exampleu"
},
"kappa": {
"url": "https://www.reddit.com/r/test/comments/1sys4r2/image_post/",
"user_flair_allowed": true,
"post_flair_allowed": true,
"mod_flair_only": false,
"created_by": "t2_exampleu"
},
"karma": {
"url": "https://www.reddit.com/r/test/comments/1sys4r2/image_post/",
"user_flair_allowed": true,
"post_flair_allowed": true,
"mod_flair_only": false,
"created_by": "t2_exampleu"
},
"orly": {
"url": "https://www.reddit.com/r/test/comments/1sys4r2/image_post/",
"user_flair_allowed": true,
"post_flair_allowed": true,
"mod_flair_only": false,
"created_by": "t2_exampleu"
},
"partyparrot": {
"url": "https://www.reddit.com/r/test/comments/1sys4r2/image_post/",
"user_flair_allowed": true,
"post_flair_allowed": true,
"mod_flair_only": false,
"created_by": "t2_exampleu"
},
"pupper": {
"url": "https://www.reddit.com/r/test/comments/1sys4r2/image_post/",
"user_flair_allowed": true,
"post_flair_allowed": true,
"mod_flair_only": false,
"created_by": "t2_exampleu"
},
"redditgold": {
"url": "https://www.reddit.com/r/test/comments/1sys4r2/image_post/",
"user_flair_allowed": true,
"post_flair_allowed": true,
"mod_flair_only": false,
"created_by": "t2_exampleu"
},
"sloth": {
"url": "https://www.reddit.com/r/test/comments/1sys4r2/image_post/",
"user_flair_allowed": true,
"post_flair_allowed": true,
"mod_flair_only": false,
"created_by": "t2_exampleu"
},
"snoo": {
"url": "https://www.reddit.com/r/test/comments/1sys4r2/image_post/",
"user_flair_allowed": true,
"post_flair_allowed": true,
"mod_flair_only": false,
"created_by": "t2_exampleu"
},
"snoo_angry": {
"url": "https://www.reddit.com/r/test/comments/1sys4r2/image_post/",
"user_flair_allowed": true,
"post_flair_allowed": true,
"mod_flair_only": false,
"created_by": "t2_exampleu"
},
"snoo_biblethump": {
"url": "https://www.reddit.com/r/test/comments/1sys4r2/image_post/",
"user_flair_allowed": true,
"post_flair_allowed": true,
"mod_flair_only": false,
"created_by": "t2_exampleu"
},
"snoo_dealwithit": {
"url": "https://www.reddit.com/r/test/comments/1sys4r2/image_post/",
"user_flair_allowed": true,
"post_flair_allowed": true,
"mod_flair_only": false,
"created_by": "t2_exampleu"
},
"snoo_disapproval": {
"url": "https://www.reddit.com/r/test/comments/1sys4r2/image_post/",
"user_flair_allowed": true,
"post_flair_allowed": true,
"mod_flair_only": false,
"created_by": "t2_exampleu"
},
"snoo_facepalm": {
"url": "https://www.reddit.com/r/test/comments/1sys4r2/image_post/",
"user_flair_allowed": true,
"post_flair_allowed": true,
"mod_flair_only": false,
"created_by": "t2_exampleu"
},
"snoo_feelsbadman": {
"url": "https://www.reddit.com/r/test/comments/1sys4r2/image_post/",
"user_flair_allowed": true,
"post_flair_allowed": true,
"mod_flair_only": false,
"created_by": "t2_exampleu"
},
"snoo_feelsgoodman": {
"url": "https://www.reddit.com/r/test/comments/1sys4r2/image_post/",
"user_flair_allowed": true,
"post_flair_allowed": true,
"mod_flair_only": false,
"created_by": "t2_exampleu"
},
"snoo_hearteyes": {
"url": "https://www.reddit.com/r/test/comments/1sys4r2/image_post/",
"user_flair_allowed": true,
"post_flair_allowed": true,
"mod_flair_only": false,
"created_by": "t2_exampleu"
},
"snoo_hug": {
"url": "https://www.reddit.com/r/test/comments/1sys4r2/image_post/",
"user_flair_allowed": true,
"post_flair_allowed": true,
"mod_flair_only": false,
"created_by": "t2_exampleu"
},
"snoo_joy": {
"url": "https://www.reddit.com/r/test/comments/1sys4r2/image_post/",
"user_flair_allowed": true,
"post_flair_allowed": true,
"mod_flair_only": false,
"created_by": "t2_exampleu"
},
"snoo_putback": {
"url": "https://www.reddit.com/r/test/comments/1sys4r2/image_post/",
"user_flair_allowed": true,
"post_flair_allowed": true,
"mod_flair_only": false,
"created_by": "t2_exampleu"
},
"snoo_sad": {
"url": "https://www.reddit.com/r/test/comments/1sys4r2/image_post/",
"user_flair_allowed": true,
"post_flair_allowed": true,
"mod_flair_only": false,
"created_by": "t2_exampleu"
},
"snoo_scream": {
"url": "https://www.reddit.com/r/test/comments/1sys4r2/image_post/",
"user_flair_allowed": true,
"post_flair_allowed": true,
"mod_flair_only": false,
"created_by": "t2_exampleu"
},
"snoo_shrug": {
"url": "https://www.reddit.com/r/test/comments/1sys4r2/image_post/",
"user_flair_allowed": true,
"post_flair_allowed": true,
"mod_flair_only": false,
"created_by": "t2_exampleu"
},
"snoo_simple_smile": {
"url": "https://www.reddit.com/r/test/comments/1sys4r2/image_post/",
"user_flair_allowed": true,
"post_flair_allowed": true,
"mod_flair_only": false,
"created_by": "t2_exampleu"
},
"snoo_smile": {
"url": "https://www.reddit.com/r/test/comments/1sys4r2/image_post/",
"user_flair_allowed": true,
"post_flair_allowed": true,
"mod_flair_only": false,
"created_by": "t2_exampleu"
},
"snoo_surprised": {
"url": "https://www.reddit.com/r/test/comments/1sys4r2/image_post/",
"user_flair_allowed": true,
"post_flair_allowed": true,
"mod_flair_only": false,
"created_by": "t2_exampleu"
},
"snoo_tableflip": {
"url": "https://www.reddit.com/r/test/comments/1sys4r2/image_post/",
"user_flair_allowed": true,
"post_flair_allowed": true,
"mod_flair_only": false,
"created_by": "t2_exampleu"
},
"snoo_thoughtful": {
"url": "https://www.reddit.com/r/test/comments/1sys4r2/image_post/",
"user_flair_allowed": true,
"post_flair_allowed": true,
"mod_flair_only": false,
"created_by": "t2_exampleu"
},
"snoo_tongue": {
"url": "https://www.reddit.com/r/test/comments/1sys4r2/image_post/",
"user_flair_allowed": true,
"post_flair_allowed": true,
"mod_flair_only": false,
"created_by": "t2_exampleu"
},
"snoo_trollface": {
"url": "https://www.reddit.com/r/test/comments/1sys4r2/image_post/",
"user_flair_allowed": true,
"post_flair_allowed": true,
"mod_flair_only": false,
"created_by": "t2_exampleu"
},
"snoo_wink": {
"url": "https://www.reddit.com/r/test/comments/1sys4r2/image_post/",
"user_flair_allowed": true,
"post_flair_allowed": true,
"mod_flair_only": false,
"created_by": "t2_exampleu"
},
"table": {
"url": "https://www.reddit.com/r/test/comments/1sys4r2/image_post/",
"user_flair_allowed": true,
"post_flair_allowed": true,
"mod_flair_only": false,
"created_by": "t2_exampleu"
},
"table_flip": {
"url": "https://www.reddit.com/r/test/comments/1sys4r2/image_post/",
"user_flair_allowed": true,
"post_flair_allowed": true,
"mod_flair_only": false,
"created_by": "t2_exampleu"
},
"upvote": {
"url": "https://www.reddit.com/r/test/comments/1sys4r2/image_post/",
"user_flair_allowed": true,
"post_flair_allowed": true,
"mod_flair_only": false,
"created_by": "t2_exampleu"
}
},
"t5_2qh23": {}
},
"error": null,
"timestamp": "2026-04-29T08:59:11.362368+00:00"
}