diff --git a/cogs/emote.py b/cogs/emote.py index d31e174..77e7278 100644 --- a/cogs/emote.py +++ b/cogs/emote.py @@ -127,7 +127,7 @@ class Emotes(commands.Cog): You can use it like this: `add :thonkang:` (if you already have that emote) `add rollsafe https://image.noelshack.com/fichiers/2017/06/1486495269-rollsafe.png` - `add speedtest ` + `add speedtest ` With a file attachment: `add name` will upload a new emote using the first attachment as the image and call it `name` @@ -204,7 +204,7 @@ class Emotes(commands.Cog): @staticmethod def format_emote_filename(filename): - """format a filename to an emote name as nextcord does when you upload an emote image""" + """format a filename to an emote name as discord does when you upload an emote image""" left, sep, right = posixpath.splitext(filename)[0].rpartition('-') return (left or right).replace(' ', '') @@ -270,7 +270,7 @@ class Emotes(commands.Cog): name = f'{name}.{"gif" if emote.animated else "png"}' - # place some level of trust on nextcord's CDN to actually give us images + # place some level of trust on discord's CDN to actually give us images data = await self.fetch_safe(str(emote.url), validate_headers=False) if type(data) is str: # error case await context.send(f'{emote}: {data}') diff --git a/cogs/meta.py b/cogs/meta.py index d9538b1..07e3fdc 100644 --- a/cogs/meta.py +++ b/cogs/meta.py @@ -3,72 +3,74 @@ import contextlib -import discord -from discord.ext import commands +import nextcord +from nextcord.ext import commands import utils + class Meta(commands.Cog): - # TODO does this need to be configurable? - INVITE_DURATION_SECONDS = 60 * 60 * 3 - MAX_INVITE_USES = 5 + # TODO does this need to be configurable? + INVITE_DURATION_SECONDS = 60 * 60 * 3 + MAX_INVITE_USES = 5 - def __init__(self, bot): - self.bot = bot - self.support_channel = None - self.task = bot.loop.create_task(self.cache_invite_channel()) + def __init__(self, bot): + self.bot = bot + self.support_channel = None + self.task = bot.loop.create_task(self.cache_invite_channel()) - def cog_unload(self): - self.task.cancel() + def cog_unload(self): + self.task.cancel() - async def cache_invite_channel(self): - self.support_channel = ch = await self.bot.fetch_channel(self.bot.config['support_server_invite_channel']) - return ch + async def cache_invite_channel(self): + self.support_channel = ch = await self.bot.fetch_channel(self.bot.config['support_server_invite_channel']) + return ch - @commands.command() - async def support(self, context): - """Directs you to the support server.""" - ch = self.support_channel or await self.cache_invite_channel() + @commands.command() + async def support(self, context): + """Directs you to the support server.""" + ch = self.support_channel or await self.cache_invite_channel() - reason = f'Created for {context.author} (ID: {context.author.id})' - invite = await ch.create_invite( - max_age=self.INVITE_DURATION_SECONDS, - max_uses=self.MAX_INVITE_USES, - reason=reason, - ) + reason = f'Created for {context.author} (ID: {context.author.id})' + invite = await ch.create_invite( + max_age=self.INVITE_DURATION_SECONDS, + max_uses=self.MAX_INVITE_USES, + reason=reason, + ) - try: - await context.author.send(f'Official support server invite: {invite}') - except discord.Forbidden: - with contextlib.suppress(discord.HTTPException): - await context.message.add_reaction(utils.SUCCESS_EMOJIS[True]) - with contextlib.suppress(discord.HTTPException): - await context.send('Unable to send invite in DMs. Please allow DMs from server members.') - else: - try: - await context.message.add_reaction('📬') - except discord.HTTPException: - with contextlib.suppress(discord.HTTPException): - await context.send('📬') + try: + await context.author.send(f'Official support server invite: {invite}') + except nextcord.Forbidden: + with contextlib.suppress(nextcord.HTTPException): + await context.message.add_reaction(utils.SUCCESS_EMOJIS[True]) + with contextlib.suppress(nextcord.HTTPException): + await context.send('Unable to send invite in DMs. Please allow DMs from server members.') + else: + try: + await context.message.add_reaction('📬') + except nextcord.HTTPException: + with contextlib.suppress(nextcord.HTTPException): + await context.send('📬') - @commands.command(aliases=['inv']) - async def invite(self, context): - """Gives you a link to add me to your server.""" - permissions = discord.Permissions() - permissions.update(**dict.fromkeys(( - 'read_messages', - 'send_messages', - 'add_reactions', - 'external_emojis', - 'manage_emojis', - 'embed_links', - 'attach_files', - ), True)) + @commands.command(aliases=['inv']) + async def invite(self, context): + """Gives you a link to add me to your server.""" + permissions = nextcord.Permissions() + permissions.update(**dict.fromkeys(( + 'read_messages', + 'send_messages', + 'add_reactions', + 'external_emojis', + 'manage_emojis', + 'embed_links', + 'attach_files', + ), True)) + + await context.send('<%s>' % nextcord.utils.oauth_url(self.bot.user.id, permissions)) - await context.send('<%s>' % discord.utils.oauth_url(self.bot.user.id, permissions)) def setup(bot): - bot.add_cog(Meta(bot)) + bot.add_cog(Meta(bot)) - if not bot.config.get('support_server_invite_channel'): - bot.remove_command('support') + if not bot.config.get('support_server_invite_channel'): + bot.remove_command('support') diff --git a/data/ec-emotes-final.json b/data/ec-emotes-final.json index bc803af..9d3de70 100644 --- a/data/ec-emotes-final.json +++ b/data/ec-emotes-final.json @@ -1,101488 +1,101488 @@ { - "__": { - "name": "__", - "id": "475227736332304384", - "author": "263627264774766605", - "animated": false, - "created": 1533373521, - "modified": 1533892035, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "___": { - "name": "___", - "id": "593576861255204898", - "author": "370348275355615242", - "animated": false, - "created": 1561590152, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "____": { - "name": "____", - "id": "678524816143417384", - "author": "481139373216235520", - "animated": false, - "created": 1581843322, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "0_________0": { - "name": "0_________0", - "id": "723940947548831868", - "author": "641063962749960233", - "animated": true, - "created": 1592671372, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "0____0": { - "name": "0____0", - "id": "723940861628645426", - "author": "641063962749960233", - "animated": true, - "created": 1592671351, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "0___0": { - "name": "0___0", - "id": "723940677565546506", - "author": "641063962749960233", - "animated": true, - "created": 1592671307, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "0__0": { - "name": "0__0", - "id": "713926655256821831", - "author": "705387196332376155", - "animated": false, - "created": 1590283778, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "0_0": { - "name": "0_0", - "id": "723940295825424465", - "author": "641063962749960233", - "animated": true, - "created": 1592671216, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "00": { - "name": "00", - "id": "660209881273466943", - "author": "631964191409963013", - "animated": false, - "created": 1577476701, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "00000": { - "name": "00000", - "id": "723940536771149874", - "author": "641063962749960233", - "animated": true, - "created": 1592671274, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "0001": { - "name": "0001", - "id": "766246600108277780", - "author": "729609090128674837", - "animated": true, - "created": 1602757825, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "001": { - "name": "001", - "id": "782256403598278656", - "author": "337270514256969731", - "animated": false, - "created": 1606574860, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "002": { - "name": "002", - "id": "715046637772341329", - "author": "292434792174321665", - "animated": false, - "created": 1590550803, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "002lurk": { - "name": "002lurk", - "id": "779983907860250625", - "author": "536918500686692362", - "animated": false, - "created": 1606033055, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "002ooh": { - "name": "002ooh", - "id": "705658771501744229", - "author": "635437272300257280", - "animated": false, - "created": 1588312561, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "003": { - "name": "003", - "id": "788397064698200075", - "author": "715373648520806432", - "animated": false, - "created": 1608038908, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "004": { - "name": "004", - "id": "788397089255718952", - "author": "715373648520806432", - "animated": false, - "created": 1608038913, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "0_0_flushed": { - "name": "0_0_flushed", - "id": "705813555420725290", - "author": "687741600092389378", - "animated": false, - "created": 1588349465, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "01": { - "name": "01", - "id": "636279838172381193", - "author": "384342022955466753", - "animated": true, - "created": 1571771335, - "modified": 1571771722, - "preserve": false, - "description": "I don't know how i got this name. whatever https://senpai.cf/ https://invite.gg/rikka @everyone @here", - "nsfw": "SFW" - }, - "02": { - "name": "02", - "id": "446341755290386432", - "author": "347339395415670784", - "animated": true, - "created": 1526500967, - "modified": 1568677551, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "02angry": { - "name": "02angry", - "id": "773297278689083462", - "author": "719989463043932171", - "animated": false, - "created": 1604438838, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "02bounce": { - "name": "02bounce", - "id": "492046054452363274", - "author": "140516693242937345", - "animated": true, - "created": 1525387939, - "modified": 1567132568, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "02Cry": { - "name": "02Cry", - "id": "779989782742827028", - "author": "536918500686692362", - "animated": false, - "created": 1606034455, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "02darling": { - "name": "02darling", - "id": "773302963770753044", - "author": "719989463043932171", - "animated": true, - "created": 1604440193, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "02dead": { - "name": "02dead", - "id": "515829771595284488", - "author": "93708224343068672", - "animated": false, - "created": 1543053801, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "02Excite": { - "name": "02Excite", - "id": "779989565171564575", - "author": "536918500686692362", - "animated": true, - "created": 1606034404, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "02eyes": { - "name": "02eyes", - "id": "766503344385687602", - "author": "433099839274745876", - "animated": false, - "created": 1602819038, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "02gasm": { - "name": "02gasm", - "id": "738702428656107551", - "author": "428461954064056340", - "animated": false, - "created": 1596190783, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "02Happy": { - "name": "02Happy", - "id": "778923028200423424", - "author": "673817916461940756", - "animated": false, - "created": 1605780121, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "02_heart": { - "name": "02_heart", - "id": "786186398034165801", - "author": "676134602837852172", - "animated": false, - "created": 1607511844, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "02hype": { - "name": "02hype", - "id": "697087378342543522", - "author": "243926985129066496", - "animated": true, - "created": 1586268982, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "02hyper": { - "name": "02hyper", - "id": "731561764696621096", - "author": "326712445148200960", - "animated": true, - "created": 1594488316, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "02love": { - "name": "02love", - "id": "714927353192775781", - "author": "203208699500560385", - "animated": false, - "created": 1590522363, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "02NotLikeThis": { - "name": "02NotLikeThis", - "id": "703965773433012315", - "author": "526520005882281990", - "animated": true, - "created": 1587908919, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "02Pat": { - "name": "02Pat", - "id": "779989729188904961", - "author": "536918500686692362", - "animated": true, - "created": 1606034443, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "02shrug": { - "name": "02shrug", - "id": "773961165603733534", - "author": "567140961650737162", - "animated": false, - "created": 1604597121, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "02smug": { - "name": "02smug", - "id": "783234874420625418", - "author": "741200634384220191", - "animated": false, - "created": 1606808145, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "02uwu": { - "name": "02uwu", - "id": "775771944498102272", - "author": "521800936553971719", - "animated": false, - "created": 1605028844, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "03": { - "name": "03", - "id": "700419960261836801", - "author": "426425345420296192", - "animated": false, - "created": 1587063531, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "04": { - "name": "04", - "id": "700419979694309507", - "author": "426425345420296192", - "animated": false, - "created": 1587063536, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "05": { - "name": "05", - "id": "661048035513466900", - "author": "147077474222604288", - "animated": false, - "created": 1577676533, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "06": { - "name": "06", - "id": "700420003895181342", - "author": "426425345420296192", - "animated": false, - "created": 1587063542, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "07": { - "name": "07", - "id": "728713768657354803", - "author": "410178205409083402", - "animated": false, - "created": 1593809301, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "0EggplantFap": { - "name": "0EggplantFap", - "id": "615368682666721290", - "author": "282932131192373248", - "animated": true, - "created": 1566785727, - "modified": 1614720565, - "preserve": false, - "description": null, - "nsfw": "MOD_NSFW" - }, - "0iq": { - "name": "0iq", - "id": "653052640162218003", - "author": "579925225060171778", - "animated": false, - "created": 1575770282, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "0k": { - "name": "0k", - "id": "779813221506744351", - "author": "435166381189758998", - "animated": false, - "created": 1605992360, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "0_KEKDisco": { - "name": "0_KEKDisco", - "id": "772536224706986014", - "author": "600654380307447839", - "animated": true, - "created": 1604257389, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "0PepeRicardo": { - "name": "0PepeRicardo", - "id": "618254676756004897", - "author": "269206837306327042", - "animated": true, - "created": 1567473801, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "0Ping": { - "name": "0Ping", - "id": "783247683531046932", - "author": "663447617715568650", - "animated": true, - "created": 1606811199, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "0swagCatblush": { - "name": "0swagCatblush", - "id": "766741353974595647", - "author": "760225035959926784", - "animated": false, - "created": 1602875784, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "1_": { - "name": "1_", - "id": "733964874132226078", - "author": "462391077391958016", - "animated": true, - "created": 1595061262, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "10": { - "name": "10", - "id": "636280709484642341", - "author": "384342022955466753", - "animated": true, - "created": 1571771543, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "100bro": { - "name": "100bro", - "id": "758463234294153237", - "author": "383723642489405441", - "animated": false, - "created": 1600902126, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "100gay": { - "name": "100gay", - "id": "492046060219531264", - "author": "140516693242937345", - "animated": false, - "created": 1529145034, - "modified": 1537383339, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "100Gold": { - "name": "100Gold", - "id": "492046061712572426", - "author": "140516693242937345", - "animated": false, - "created": 1525387939, - "modified": 1537383339, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "100oof": { - "name": "100oof", - "id": "492046062429667348", - "author": "140516693242937345", - "animated": false, - "created": 1531210087, - "modified": 1537383339, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "1010": { - "name": "1010", - "id": "760252241310908458", - "author": "302106586401472512", - "animated": false, - "created": 1601328659, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "11": { - "name": "11", - "id": "666819795278102558", - "author": "592210361256509470", - "animated": true, - "created": 1579052628, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "111": { - "name": "111", - "id": "687546238492868613", - "author": "422399591539802112", - "animated": false, - "created": 1583994197, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "1146_dance": { - "name": "1146_dance", - "id": "775805674910515261", - "author": "530171228162621440", - "animated": true, - "created": 1605036886, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "11beat": { - "name": "11beat", - "id": "780249702457147432", - "author": "488054792325824532", - "animated": true, - "created": 1606096425, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "12": { - "name": "12", - "id": "712161130143023174", - "author": "635598212756930580", - "animated": true, - "created": 1589862844, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "12321": { - "name": "12321", - "id": "721491333105188945", - "author": "512426694624280577", - "animated": false, - "created": 1592087338, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "125": { - "name": "125", - "id": "787391657749643305", - "author": "287959452051832833", - "animated": true, - "created": 1607799200, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "1296_FeelsStrongMen": { - "name": "1296_FeelsStrongMen", - "id": "780895427292561439", - "author": "586365354713022478", - "animated": false, - "created": 1606250378, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "12tbag": { - "name": "12tbag", - "id": "683094119270449153", - "author": "227165235293847552", - "animated": true, - "created": 1582932729, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "13": { - "name": "13", - "id": "425980051486539776", - "author": "322847839145164811", - "animated": false, - "created": 1525387939, - "modified": 1533892035, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "13_3": { - "name": "13_3", - "id": "789978719237701694", - "author": "209280535174971393", - "animated": false, - "created": 1608416004, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "1349_Pepe_Comfy": { - "name": "1349_Pepe_Comfy", - "id": "783234613660483594", - "author": "741200634384220191", - "animated": false, - "created": 1606808083, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "14": { - "name": "14", - "id": "714023798625665054", - "author": "529227757423558687", - "animated": true, - "created": 1590306939, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "15": { - "name": "15", - "id": "721932736289570876", - "author": "418989117163175948", - "animated": false, - "created": 1592192577, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "16": { - "name": "16", - "id": "782740953333104650", - "author": "748023719833894942", - "animated": true, - "created": 1606690385, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "1633_PartyCat": { - "name": "1633_PartyCat", - "id": "769180601382600714", - "author": "441080835349676034", - "animated": true, - "created": 1603457346, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "18": { - "name": "18", - "id": "772496025196691486", - "author": "739554902425993296", - "animated": true, - "created": 1604247804, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "1853_suzuki": { - "name": "1853_suzuki", - "id": "783880853456420895", - "author": "697542753449672775", - "animated": true, - "created": 1606962159, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "1898_Patpat": { - "name": "1898_Patpat", - "id": "783880916270317599", - "author": "697542753449672775", - "animated": true, - "created": 1606962174, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "19": { - "name": "19", - "id": "745492998988496967", - "author": "558803847372472320", - "animated": false, - "created": 1597809781, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "1907_Pepe_Box": { - "name": "1907_Pepe_Box", - "id": "783234688281739344", - "author": "741200634384220191", - "animated": false, - "created": 1606808101, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "1bearmad": { - "name": "1bearmad", - "id": "771010660746264626", - "author": "671855434386112535", - "animated": true, - "created": 1603893666, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "1c59b6fd4bd9dc7d17da21ed74197cf8": { - "name": "1c59b6fd4bd9dc7d17da21ed74197cf8", - "id": "783225285466128384", - "author": "164381759352471552", - "animated": false, - "created": 1606805859, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "1catboy": { - "name": "1catboy", - "id": "785980792865816637", - "author": "667884783954821159", - "animated": false, - "created": 1607462823, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "1catgrl": { - "name": "1catgrl", - "id": "785980733943971891", - "author": "667884783954821159", - "animated": false, - "created": 1607462809, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "1dance": { - "name": "1dance", - "id": "684391439806890009", - "author": "637777592103075840", - "animated": true, - "created": 1583242034, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "1mora": { - "name": "1mora", - "id": "772244188858679317", - "author": "209280535174971393", - "animated": false, - "created": 1604187762, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "1uhh": { - "name": "1uhh", - "id": "773451583568609290", - "author": "736497741697646653", - "animated": true, - "created": 1604475627, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "1yt": { - "name": "1yt", - "id": "470499248568270848", - "author": "408697806858223626", - "animated": true, - "created": 1532246162, - "modified": 1533892035, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "2_": { - "name": "2_", - "id": "782740964569514015", - "author": "748023719833894942", - "animated": true, - "created": 1606690388, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "20": { - "name": "20", - "id": "722925126555009034", - "author": "325349477122572290", - "animated": false, - "created": 1592429181, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "200iq": { - "name": "200iq", - "id": "675533791921569804", - "author": "666438406104023060", - "animated": true, - "created": 1581130207, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "20201011_134319": { - "name": "20201011_134319", - "id": "764947769148178473", - "author": "756906411295768647", - "animated": false, - "created": 1602448160, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "20201125_005947": { - "name": "20201125_005947", - "id": "781036809785835520", - "author": "219580469933506560", - "animated": false, - "created": 1606284086, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "20201127_143245": { - "name": "20201127_143245", - "id": "781968569361367101", - "author": "707435993585942539", - "animated": false, - "created": 1606506235, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "20201209_132823": { - "name": "20201209_132823", - "id": "786298401628880986", - "author": "219580469933506560", - "animated": false, - "created": 1607538547, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "20201209_175600": { - "name": "20201209_175600", - "id": "786365626339950613", - "author": "219580469933506560", - "animated": true, - "created": 1607554575, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "203": { - "name": "203", - "id": "784974574810300456", - "author": "507735062955950080", - "animated": false, - "created": 1607222922, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "20enojado": { - "name": "20enojado", - "id": "783887337159393301", - "author": "488054792325824532", - "animated": false, - "created": 1606963705, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "20Espiando": { - "name": "20Espiando", - "id": "765527411982729260", - "author": "622566487697260587", - "animated": true, - "created": 1602586358, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "20Feliz": { - "name": "20Feliz", - "id": "765284649877372958", - "author": "622566487697260587", - "animated": false, - "created": 1602528479, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "20no": { - "name": "20no", - "id": "764679120083877908", - "author": "371341644131336199", - "animated": true, - "created": 1602384109, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "20si": { - "name": "20si", - "id": "764679043614244874", - "author": "371341644131336199", - "animated": true, - "created": 1602384091, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "20wink": { - "name": "20wink", - "id": "781313021850812427", - "author": "293107176355004416", - "animated": false, - "created": 1606349940, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "21": { - "name": "21", - "id": "720535781885607998", - "author": "344254722544500748", - "animated": false, - "created": 1591859517, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "22": { - "name": "22", - "id": "787436691009830913", - "author": "731734695750008892", - "animated": false, - "created": 1607809937, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "23": { - "name": "23", - "id": "699504162794373180", - "author": "462938031725215746", - "animated": true, - "created": 1586845188, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "23126958A1F84121ABD9155ED76F36C3": { - "name": "23126958A1F84121ABD9155ED76F36C3", - "id": "788732806468730921", - "author": "721415443700514847", - "animated": false, - "created": 1608118955, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "24": { - "name": "24", - "id": "751440114466553897", - "author": "659611986413355018", - "animated": true, - "created": 1599227684, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "2545_Kuma_RainbowHype": { - "name": "2545_Kuma_RainbowHype", - "id": "783880889616039936", - "author": "697542753449672775", - "animated": true, - "created": 1606962168, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "26": { - "name": "26", - "id": "769905488996859937", - "author": "677987166076272704", - "animated": false, - "created": 1603630172, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "2622_hithard": { - "name": "2622_hithard", - "id": "783880839661879326", - "author": "697542753449672775", - "animated": true, - "created": 1606962156, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "27": { - "name": "27", - "id": "782741173563293696", - "author": "748023719833894942", - "animated": true, - "created": 1606690438, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "28": { - "name": "28", - "id": "766239161559941142", - "author": "729609090128674837", - "animated": true, - "created": 1602756052, - "modified": 1616959783, - "preserve": false, - "description": null, - "nsfw": "MOD_NSFW" - }, - "2bgasm": { - "name": "2bgasm", - "id": "708243012915822622", - "author": "636836242297716743", - "animated": false, - "created": 1588928692, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "2chibi4": { - "name": "2chibi4", - "id": "782672870227968012", - "author": "700050219995496568", - "animated": false, - "created": 1606674153, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "2DHead": { - "name": "2DHead", - "id": "782155925108293643", - "author": "496037931140513800", - "animated": false, - "created": 1606550904, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "2DKaosFrustrated": { - "name": "2DKaosFrustrated", - "id": "789953835321786420", - "author": "768741691250311180", - "animated": true, - "created": 1608410071, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "2D_KermitDarkSideSlap": { - "name": "2D_KermitDarkSideSlap", - "id": "789953976463654953", - "author": "768741691250311180", - "animated": true, - "created": 1608410104, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "2DkizunaWhat": { - "name": "2DkizunaWhat", - "id": "789953930250944522", - "author": "768741691250311180", - "animated": false, - "created": 1608410093, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "2Dwoah": { - "name": "2Dwoah", - "id": "782156452957126666", - "author": "496037931140513800", - "animated": false, - "created": 1606551030, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "2DYESH": { - "name": "2DYESH", - "id": "789953770809196564", - "author": "768741691250311180", - "animated": false, - "created": 1608410055, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "2haaaw": { - "name": "2haaaw", - "id": "775782717060415499", - "author": "489049747349438465", - "animated": false, - "created": 1605031413, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "2head": { - "name": "2head", - "id": "746034366760878131", - "author": "205686573457604609", - "animated": false, - "created": 1597938853, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "2leggedcat": { - "name": "2leggedcat", - "id": "786155799256367145", - "author": "676134602837852172", - "animated": true, - "created": 1607504548, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "2n5": { - "name": "2n5", - "id": "736951788300664863", - "author": "425046879047385108", - "animated": true, - "created": 1595773398, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "3_": { - "name": "3_", - "id": "772832503793975356", - "author": "620305064661090314", - "animated": true, - "created": 1604328027, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "300ping": { - "name": "300ping", - "id": "509695074423144462", - "author": "335734618118422528", - "animated": true, - "created": 1541591201, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "3040_suspepe": { - "name": "3040_suspepe", - "id": "783234533457526794", - "author": "741200634384220191", - "animated": false, - "created": 1606808064, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "31": { - "name": "31", - "id": "782950447924772884", - "author": "408747500288213006", - "animated": true, - "created": 1606740333, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "32": { - "name": "32", - "id": "782741023632654367", - "author": "748023719833894942", - "animated": true, - "created": 1606690402, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "33": { - "name": "33", - "id": "705545708379439254", - "author": "518908793866944532", - "animated": true, - "created": 1588285605, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "33_lov": { - "name": "33_lov", - "id": "749714475086774454", - "author": "581707733779218456", - "animated": false, - "created": 1598816260, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "34": { - "name": "34", - "id": "782741050698760233", - "author": "748023719833894942", - "animated": true, - "created": 1606690409, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "3435": { - "name": "3435", - "id": "780160483109372016", - "author": "732410810718093312", - "animated": true, - "created": 1606075153, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "35": { - "name": "35", - "id": "782741007946219562", - "author": "748023719833894942", - "animated": true, - "created": 1606690399, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "38": { - "name": "38", - "id": "782741139416940544", - "author": "748023719833894942", - "animated": true, - "created": 1606690430, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "39": { - "name": "39", - "id": "782742655075090453", - "author": "748023719833894942", - "animated": true, - "created": 1606690791, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "3967_AmongUsRun": { - "name": "3967_AmongUsRun", - "id": "781820317051650078", - "author": "389791835041693696", - "animated": false, - "created": 1606470889, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "3DBlast": { - "name": "3DBlast", - "id": "549186399375589396", - "author": "216550726929874944", - "animated": true, - "created": 1551006641, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "3Deyes": { - "name": "3Deyes", - "id": "492046083208511508", - "author": "140516693242937345", - "animated": false, - "created": 1525387939, - "modified": 1537383344, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "3haaaw": { - "name": "3haaaw", - "id": "782351043929178132", - "author": "311133475191390210", - "animated": false, - "created": 1606597424, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "3head": { - "name": "3head", - "id": "535933762865987604", - "author": "244775812103012363", - "animated": false, - "created": 1547846966, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "3oneeye": { - "name": "3oneeye", - "id": "789183972684464169", - "author": "514488539174404120", - "animated": false, - "created": 1608226521, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "3ttangry": { - "name": "3ttangry", - "id": "784328333159694367", - "author": "749094526655791224", - "animated": false, - "created": 1607068846, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "42": { - "name": "42", - "id": "782740991081578516", - "author": "748023719833894942", - "animated": true, - "created": 1606690395, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "420DC": { - "name": "420DC", - "id": "788811678275862579", - "author": "496114314944577537", - "animated": false, - "created": 1608137759, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "4580_bellesbanana": { - "name": "4580_bellesbanana", - "id": "758656800660258857", - "author": "714174249975414787", - "animated": true, - "created": 1600948276, - "modified": 1616959789, - "preserve": false, - "description": null, - "nsfw": "MOD_NSFW" - }, - "46": { - "name": "46", - "id": "731553531718533292", - "author": "708921719049551873", - "animated": true, - "created": 1594486353, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "4621_disapproval": { - "name": "4621_disapproval", - "id": "780896578402910258", - "author": "586365354713022478", - "animated": false, - "created": 1606250652, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "4766_pepegod": { - "name": "4766_pepegod", - "id": "783234776777097216", - "author": "741200634384220191", - "animated": false, - "created": 1606808122, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "49": { - "name": "49", - "id": "782740894536564756", - "author": "748023719833894942", - "animated": true, - "created": 1606690371, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "4ajhearteyes": { - "name": "4ajhearteyes", - "id": "785658159610986557", - "author": "720337269889826846", - "animated": false, - "created": 1607385902, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "4bittroll": { - "name": "4bittroll", - "id": "781678886807273482", - "author": "661309228325011478", - "animated": false, - "created": 1606437169, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "4_blackplayboy": { - "name": "4_blackplayboy", - "id": "784832183659266049", - "author": "252655876177920000", - "animated": false, - "created": 1607188974, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "4catwink": { - "name": "4catwink", - "id": "765169377367818241", - "author": "322669940136214528", - "animated": false, - "created": 1602500995, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "4dthink": { - "name": "4dthink", - "id": "754579977155903489", - "author": "325346618364788737", - "animated": true, - "created": 1599976286, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "4_fireplayboy": { - "name": "4_fireplayboy", - "id": "784832073105670184", - "author": "252655876177920000", - "animated": false, - "created": 1607188947, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "4head": { - "name": "4head", - "id": "473702065013653515", - "author": "262063733440774144", - "animated": false, - "created": 1533009773, - "modified": 1533892035, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "4headApproved": { - "name": "4headApproved", - "id": "777663549253353522", - "author": "365184840209006604", - "animated": false, - "created": 1605479838, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "4headping": { - "name": "4headping", - "id": "771777161039839273", - "author": "245607870463213570", - "animated": false, - "created": 1604076414, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "4headsparkles": { - "name": "4headsparkles", - "id": "752976436259848323", - "author": "365184840209006604", - "animated": true, - "created": 1599593972, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "4headspeak": { - "name": "4headspeak", - "id": "749316328095219873", - "author": "245607870463213570", - "animated": false, - "created": 1598721334, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "4headstamp": { - "name": "4headstamp", - "id": "777620075514953740", - "author": "245607870463213570", - "animated": false, - "created": 1605469473, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "4headweird": { - "name": "4headweird", - "id": "576720499183190016", - "author": "256056872254177281", - "animated": false, - "created": 1557571282, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "4k": { - "name": "4k", - "id": "738246132269842532", - "author": "434852481693122570", - "animated": false, - "created": 1596081993, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "4kpapa": { - "name": "4kpapa", - "id": "782489414029803581", - "author": "754517959417790494", - "animated": false, - "created": 1606630414, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "4_lightyellowplayboy": { - "name": "4_lightyellowplayboy", - "id": "784831704589271041", - "author": "252655876177920000", - "animated": false, - "created": 1607188859, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "4_neonplayboy": { - "name": "4_neonplayboy", - "id": "784832307898089532", - "author": "252655876177920000", - "animated": false, - "created": 1607189003, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "4_orangebutterfly": { - "name": "4_orangebutterfly", - "id": "784831635639107584", - "author": "252655876177920000", - "animated": false, - "created": 1607188843, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "4_pinkpastelplayboy": { - "name": "4_pinkpastelplayboy", - "id": "784831969107902504", - "author": "252655876177920000", - "animated": false, - "created": 1607188923, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "4_pinkplayboy": { - "name": "4_pinkplayboy", - "id": "784832012652511284", - "author": "252655876177920000", - "animated": false, - "created": 1607188933, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "4_purpleplayboy": { - "name": "4_purpleplayboy", - "id": "784831909402247239", - "author": "252655876177920000", - "animated": false, - "created": 1607188908, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "4_redplayboy": { - "name": "4_redplayboy", - "id": "784831557042700288", - "author": "252655876177920000", - "animated": false, - "created": 1607188824, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "4weird": { - "name": "4weird", - "id": "739856398103347380", - "author": "255538055555842049", - "animated": false, - "created": 1596465911, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "4_whiteplayboy": { - "name": "4_whiteplayboy", - "id": "784832141972340757", - "author": "252655876177920000", - "animated": false, - "created": 1607188964, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "5_": { - "name": "5_", - "id": "782741110648733757", - "author": "748023719833894942", - "animated": true, - "created": 1606690423, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "50": { - "name": "50", - "id": "782741100464570388", - "author": "748023719833894942", - "animated": true, - "created": 1606690421, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "51": { - "name": "51", - "id": "782740786609389569", - "author": "748023719833894942", - "animated": true, - "created": 1606690346, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "52": { - "name": "52", - "id": "782740676428431362", - "author": "748023719833894942", - "animated": true, - "created": 1606690319, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "5203_pink_flame": { - "name": "5203_pink_flame", - "id": "780895785897558027", - "author": "586365354713022478", - "animated": true, - "created": 1606250463, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "531791624317960192": { - "name": "531791624317960192", - "id": "788124543428329522", - "author": "353109234201788427", - "animated": true, - "created": 1607973933, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "59": { - "name": "59", - "id": "769906318135001088", - "author": "677987166076272704", - "animated": false, - "created": 1603630370, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "5aajemoji_192": { - "name": "5aajemoji_192", - "id": "782673528750211082", - "author": "700050219995496568", - "animated": true, - "created": 1606674310, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "5aamemoji_195": { - "name": "5aamemoji_195", - "id": "782673492948156471", - "author": "700050219995496568", - "animated": true, - "created": 1606674302, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "5aanemoji_195": { - "name": "5aanemoji_195", - "id": "782673477412585473", - "author": "700050219995496568", - "animated": true, - "created": 1606674298, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "5aaoemoji_193": { - "name": "5aaoemoji_193", - "id": "782673461457453086", - "author": "700050219995496568", - "animated": true, - "created": 1606674294, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "5aapemoji_193": { - "name": "5aapemoji_193", - "id": "782673450808377424", - "author": "700050219995496568", - "animated": true, - "created": 1606674292, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "5Head": { - "name": "5Head", - "id": "494285303344005131", - "author": "254056639777210368", - "animated": false, - "created": 1537917225, - "modified": 1537917412, - "preserve": false, - "description": "5Head. any moxxers?", - "nsfw": "SFW" - }, - "5__PeepoSadChat": { - "name": "5__PeepoSadChat", - "id": "751898673797005402", - "author": "606237964883853364", - "animated": true, - "created": 1599337013, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "5_SadgeCry": { - "name": "5_SadgeCry", - "id": "772426279752433664", - "author": "600654380307447839", - "animated": true, - "created": 1604231176, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "6_": { - "name": "6_", - "id": "782742634690379796", - "author": "748023719833894942", - "animated": true, - "created": 1606690786, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "60": { - "name": "60", - "id": "766721581954105354", - "author": "668570549680734210", - "animated": false, - "created": 1602871070, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "61": { - "name": "61", - "id": "769906307099918377", - "author": "677987166076272704", - "animated": false, - "created": 1603630367, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "627842836003553310": { - "name": "627842836003553310", - "id": "786522215998423070", - "author": "426282697422274561", - "animated": true, - "created": 1607591909, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "63": { - "name": "63", - "id": "782740666047660085", - "author": "748023719833894942", - "animated": true, - "created": 1606690317, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "6303_monkaSTEER": { - "name": "6303_monkaSTEER", - "id": "779988467009585183", - "author": "536918500686692362", - "animated": true, - "created": 1606034142, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "65": { - "name": "65", - "id": "769905511767867413", - "author": "677987166076272704", - "animated": false, - "created": 1603630178, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "6648_squid_kick": { - "name": "6648_squid_kick", - "id": "781403311261483020", - "author": "530565384563064832", - "animated": false, - "created": 1606371467, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "666": { - "name": "666", - "id": "726906756273275001", - "author": "650368273040408615", - "animated": true, - "created": 1593378476, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "6776_Bouncy_Zero": { - "name": "6776_Bouncy_Zero", - "id": "783880878538620999", - "author": "697542753449672775", - "animated": true, - "created": 1606962165, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "69": { - "name": "69", - "id": "689599754979639402", - "author": "614919553415381011", - "animated": false, - "created": 1584483793, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "69420": { - "name": "69420", - "id": "781917468155052033", - "author": "479017973462466571", - "animated": false, - "created": 1606494051, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "7_": { - "name": "7_", - "id": "782741158509019146", - "author": "748023719833894942", - "animated": true, - "created": 1606690434, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "70": { - "name": "70", - "id": "769906260191477780", - "author": "677987166076272704", - "animated": false, - "created": 1603630356, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "705658771501744229": { - "name": "705658771501744229", - "id": "781405080494276639", - "author": "530565384563064832", - "animated": false, - "created": 1606371889, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "714896920933564425": { - "name": "714896920933564425", - "id": "786869660679012363", - "author": "675231616213188608", - "animated": false, - "created": 1607674746, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "714897013065646183": { - "name": "714897013065646183", - "id": "786869292956254218", - "author": "675231616213188608", - "animated": false, - "created": 1607674658, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "7190_linkpepehype": { - "name": "7190_linkpepehype", - "id": "758657275870183474", - "author": "714174249975414787", - "animated": false, - "created": 1600948389, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "72": { - "name": "72", - "id": "769906236816621600", - "author": "677987166076272704", - "animated": false, - "created": 1603630351, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "737061417668182067": { - "name": "737061417668182067", - "id": "781260380064055296", - "author": "612333820141633549", - "animated": false, - "created": 1606337389, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "741756008845672609": { - "name": "741756008845672609", - "id": "781259996042100756", - "author": "612333820141633549", - "animated": false, - "created": 1606337298, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "742106882885288108": { - "name": "742106882885288108", - "id": "781260156524560435", - "author": "612333820141633549", - "animated": false, - "created": 1606337336, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "742425266013601802": { - "name": "742425266013601802", - "id": "781260537598181417", - "author": "612333820141633549", - "animated": false, - "created": 1606337427, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "745002501232787586": { - "name": "745002501232787586", - "id": "786948856519983158", - "author": "718818001633280071", - "animated": true, - "created": 1607693628, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "7517_uzi_recolored2": { - "name": "7517_uzi_recolored2", - "id": "787857137408933908", - "author": "390631075266822145", - "animated": true, - "created": 1607910179, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "752500738092957716": { - "name": "752500738092957716", - "id": "788397237926887464", - "author": "715373648520806432", - "animated": false, - "created": 1608038949, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "752500938799054948": { - "name": "752500938799054948", - "id": "788397303064559628", - "author": "715373648520806432", - "animated": false, - "created": 1608038964, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "752501019447001179": { - "name": "752501019447001179", - "id": "788397347217735730", - "author": "715373648520806432", - "animated": false, - "created": 1608038975, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "752501187995107328": { - "name": "752501187995107328", - "id": "788397740450119751", - "author": "715373648520806432", - "animated": false, - "created": 1608039069, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "752503389849387078": { - "name": "752503389849387078", - "id": "788397789209165874", - "author": "715373648520806432", - "animated": false, - "created": 1608039080, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "752503870718083152": { - "name": "752503870718083152", - "id": "788397777998053387", - "author": "715373648520806432", - "animated": false, - "created": 1608039078, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "760534772459634718": { - "name": "760534772459634718", - "id": "788397766501335070", - "author": "715373648520806432", - "animated": false, - "created": 1608039075, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "760534776787501096": { - "name": "760534776787501096", - "id": "788397753872678942", - "author": "715373648520806432", - "animated": false, - "created": 1608039072, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "761577144400609281": { - "name": "761577144400609281", - "id": "782510862379253780", - "author": "532364636100755476", - "animated": false, - "created": 1606635528, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "768128377822773320": { - "name": "768128377822773320", - "id": "781259890768871494", - "author": "612333820141633549", - "animated": false, - "created": 1606337273, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "7698_mega_laugh": { - "name": "7698_mega_laugh", - "id": "780895223995564083", - "author": "586365354713022478", - "animated": false, - "created": 1606250329, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "77": { - "name": "77", - "id": "754488000364282007", - "author": "434852481693122570", - "animated": false, - "created": 1599954357, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "778277615928606720": { - "name": "778277615928606720", - "id": "790069172599128065", - "author": "490732419985571840", - "animated": false, - "created": 1608437569, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "778277640091074560": { - "name": "778277640091074560", - "id": "790066394209058816", - "author": "490732419985571840", - "animated": false, - "created": 1608436907, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "778277696475365427": { - "name": "778277696475365427", - "id": "790070647891689512", - "author": "490732419985571840", - "animated": false, - "created": 1608437921, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "778277806789754910": { - "name": "778277806789754910", - "id": "790072552210825228", - "author": "490732419985571840", - "animated": false, - "created": 1608438375, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "781": { - "name": "781", - "id": "784335229392650260", - "author": "431225704563081216", - "animated": false, - "created": 1607070491, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "784611288462000219": { - "name": "784611288462000219", - "id": "784808559942303784", - "author": "627172517630574629", - "animated": false, - "created": 1607183341, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "7974_rimuru_lewd_hearteyes": { - "name": "7974_rimuru_lewd_hearteyes", - "id": "783234903772626954", - "author": "741200634384220191", - "animated": false, - "created": 1606808152, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "7_maaChadDanga": { - "name": "7_maaChadDanga", - "id": "784423410347278357", - "author": "428959374866907139", - "animated": true, - "created": 1607091515, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "7u7": { - "name": "7u7", - "id": "575193658307903516", - "author": "273193585913102347", - "animated": false, - "created": 1557207254, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "7w7": { - "name": "7w7", - "id": "711022771756335174", - "author": "606545936310861836", - "animated": false, - "created": 1589591439, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "83271c0d2396372ae6b592cec90d0ede": { - "name": "83271c0d2396372ae6b592cec90d0ede", - "id": "784442908324921365", - "author": "711751154119475291", - "animated": false, - "created": 1607096165, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "8934_Pepe_King": { - "name": "8934_Pepe_King", - "id": "783234635970117635", - "author": "741200634384220191", - "animated": false, - "created": 1606808089, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "8ono": { - "name": "8ono", - "id": "788397920860241920", - "author": "715373648520806432", - "animated": false, - "created": 1608039112, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "8uwu": { - "name": "8uwu", - "id": "714627593617276958", - "author": "521802133796945962", - "animated": false, - "created": 1590450895, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "900iq": { - "name": "900iq", - "id": "781695162304430140", - "author": "257252090642956288", - "animated": false, - "created": 1606441050, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "911": { - "name": "911", - "id": "553961006976729088", - "author": "524601164457705513", - "animated": true, - "created": 1552144996, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "9294_Pepepunch": { - "name": "9294_Pepepunch", - "id": "783234813158359061", - "author": "741200634384220191", - "animated": false, - "created": 1606808131, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "9381_doomer": { - "name": "9381_doomer", - "id": "780895159500013578", - "author": "586365354713022478", - "animated": false, - "created": 1606250314, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "94": { - "name": "94", - "id": "771011504647962644", - "author": "700117364485914704", - "animated": false, - "created": 1603893867, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "9751_feelssickman": { - "name": "9751_feelssickman", - "id": "783234744564842506", - "author": "741200634384220191", - "animated": false, - "created": 1606808114, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "9791_pepe": { - "name": "9791_pepe", - "id": "783234847661490176", - "author": "741200634384220191", - "animated": false, - "created": 1606808139, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "99": { - "name": "99", - "id": "782740624343695380", - "author": "748023719833894942", - "animated": true, - "created": 1606690307, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "9a": { - "name": "9a", - "id": "759101053668687893", - "author": "573511947404705803", - "animated": true, - "created": 1601054194, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "9_TomTea": { - "name": "9_TomTea", - "id": "780653186755198986", - "author": "746647694789050430", - "animated": false, - "created": 1606192623, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "_A": { - "name": "_A", - "id": "770885414659162152", - "author": "705490775932403795", - "animated": false, - "created": 1603863805, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "_a_": { - "name": "_a_", - "id": "780874069977333772", - "author": "701103722453008518", - "animated": false, - "created": 1606245287, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "a_": { - "name": "a_", - "id": "734436736905642125", - "author": "567140961650737162", - "animated": false, - "created": 1595173763, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "a1": { - "name": "a1", - "id": "744011018631643239", - "author": "434852481693122570", - "animated": false, - "created": 1597456450, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "a2": { - "name": "a2", - "id": "788733089047773204", - "author": "721415443700514847", - "animated": true, - "created": 1608119022, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "a7zan": { - "name": "a7zan", - "id": "785225855970443286", - "author": "402526604842106881", - "animated": false, - "created": 1607282833, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "aa": { - "name": "aa", - "id": "571118426429587456", - "author": "570335320948867096", - "animated": false, - "created": 1556235643, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "aa_": { - "name": "aa_", - "id": "756954750037000192", - "author": "710984655238856725", - "animated": true, - "created": 1600542476, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "a_aa": { - "name": "a_aa", - "id": "782651818743824414", - "author": "701858933131706409", - "animated": false, - "created": 1606669134, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "aaa": { - "name": "aaa", - "id": "460523478916005888", - "author": "373175307311513610", - "animated": true, - "created": 1529882153, - "modified": 1533892035, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "AAAA": { - "name": "AAAA", - "id": "592420061336043530", - "author": "410185061485379584", - "animated": false, - "created": 1561314349, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "AAAAA": { - "name": "AAAAA", - "id": "782740228183162901", - "author": "748023719833894942", - "animated": false, - "created": 1606690213, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "aaaaaa": { - "name": "aaaaaa", - "id": "620686499431841793", - "author": "412045486103724032", - "animated": true, - "created": 1560742710, - "modified": 1568058479, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "AAAAAAA": { - "name": "AAAAAAA", - "id": "680805290933092470", - "author": "472536024963219476", - "animated": false, - "created": 1582387030, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "AAAAAAAA": { - "name": "AAAAAAAA", - "id": "626090092410437633", - "author": "438644880152068127", - "animated": false, - "created": 1569341910, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "AAAAAAAAA": { - "name": "AAAAAAAAA", - "id": "611074727393361920", - "author": "173173971179536385", - "animated": false, - "created": 1565761968, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "aaaaaaaaaa": { - "name": "aaaaaaaaaa", - "id": "729056031363039385", - "author": "610238556006383825", - "animated": true, - "created": 1593890903, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "aaaaaaaaaaa": { - "name": "aaaaaaaaaaa", - "id": "747521287135559761", - "author": "586974374675087361", - "animated": false, - "created": 1598293363, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "aaaah": { - "name": "aaaah", - "id": "747587856494755970", - "author": "419604866080702465", - "animated": false, - "created": 1598309234, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "aaaahhh": { - "name": "aaaahhh", - "id": "784630867981107210", - "author": "527926961427972107", - "animated": false, - "created": 1607140976, - "modified": 1607156345, - "preserve": false, - "description": null, - "nsfw": "MOD_NSFW" - }, - "Aaaaxd": { - "name": "Aaaaxd", - "id": "759839485252337735", - "author": "595965015572480040", - "animated": false, - "created": 1601230250, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "aaacat": { - "name": "aaacat", - "id": "536258260005683200", - "author": "467899004320088084", - "animated": false, - "created": 1547924332, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "aaah": { - "name": "aaah", - "id": "746051626048946289", - "author": "450903155572736000", - "animated": false, - "created": 1597942968, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "aaahhh": { - "name": "aaahhh", - "id": "784340180399947796", - "author": "527926961427972107", - "animated": false, - "created": 1607071671, - "modified": 1607071946, - "preserve": false, - "description": null, - "nsfw": "MOD_NSFW" - }, - "aaatun": { - "name": "aaatun", - "id": "728361748264124556", - "author": "385806801624367115", - "animated": false, - "created": 1593725373, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "AAbobthink": { - "name": "AAbobthink", - "id": "771010736087629875", - "author": "700117364485914704", - "animated": true, - "created": 1603893684, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "aadiosmaster": { - "name": "aadiosmaster", - "id": "770292442301333575", - "author": "406558013848289281", - "animated": true, - "created": 1603722429, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "aa_flufficatboba": { - "name": "aa_flufficatboba", - "id": "788732918985523240", - "author": "721415443700514847", - "animated": true, - "created": 1608118981, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "aa_flufficatbubble": { - "name": "aa_flufficatbubble", - "id": "788732911356084275", - "author": "721415443700514847", - "animated": true, - "created": 1608118980, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "aah": { - "name": "aah", - "id": "744770708168638535", - "author": "383723642489405441", - "animated": false, - "created": 1597637574, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "aahegao": { - "name": "aahegao", - "id": "775859448870076426", - "author": "299745288573288459", - "animated": false, - "created": 1605049707, - "modified": 1608620685, - "preserve": false, - "description": null, - "nsfw": "MOD_NSFW" - }, - "aahh": { - "name": "aahh", - "id": "763910627886235659", - "author": "187972637505486848", - "animated": true, - "created": 1602200886, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "aahhh": { - "name": "aahhh", - "id": "784347247365849128", - "author": "527926961427972107", - "animated": false, - "created": 1607073356, - "modified": 1607081689, - "preserve": false, - "description": null, - "nsfw": "MOD_NSFW" - }, - "aahk6": { - "name": "aahk6", - "id": "788397723824291880", - "author": "715373648520806432", - "animated": false, - "created": 1608039065, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "aalastor": { - "name": "aalastor", - "id": "780681272053727232", - "author": "370757129268887553", - "animated": false, - "created": 1606199319, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "aamimir": { - "name": "aamimir", - "id": "784646092725551165", - "author": "702536106834526259", - "animated": false, - "created": 1607144606, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "aamwah": { - "name": "aamwah", - "id": "788398443198545921", - "author": "715373648520806432", - "animated": true, - "created": 1608039236, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "aaplease": { - "name": "aaplease", - "id": "777591863733256212", - "author": "516321078339960864", - "animated": true, - "created": 1605462747, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "a_awkward": { - "name": "a_awkward", - "id": "776285321573826590", - "author": "559540041123233793", - "animated": true, - "created": 1605151243, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Abacho": { - "name": "Abacho", - "id": "711000120694669342", - "author": "521802133796945962", - "animated": false, - "created": 1589586038, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "abajo": { - "name": "abajo", - "id": "772634616460476427", - "author": "280897857764982784", - "animated": false, - "created": 1604280847, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "aban": { - "name": "aban", - "id": "783036626091245568", - "author": "384071676960309259", - "animated": true, - "created": 1606760879, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "abazo": { - "name": "abazo", - "id": "765430779269349426", - "author": "512509857606139905", - "animated": false, - "created": 1602563318, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Abbachio_sip": { - "name": "Abbachio_sip", - "id": "783175806771789884", - "author": "242691348560478209", - "animated": false, - "created": 1606794063, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "aBearConga": { - "name": "aBearConga", - "id": "768454823413547069", - "author": "268138992606773248", - "animated": true, - "created": 1603284307, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "aBearWalk": { - "name": "aBearWalk", - "id": "768454872138907658", - "author": "268138992606773248", - "animated": true, - "created": 1603284318, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "abe_confused": { - "name": "abe_confused", - "id": "789058335088574484", - "author": "527449870873657344", - "animated": false, - "created": 1608196567, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "abEgwaaaa": { - "name": "abEgwaaaa", - "id": "786949221295063070", - "author": "718818001633280071", - "animated": true, - "created": 1607693715, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "abeja": { - "name": "abeja", - "id": "729408949543108648", - "author": "444542802794119168", - "animated": true, - "created": 1593975045, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "abell": { - "name": "abell", - "id": "492046102342795284", - "author": "140516693242937345", - "animated": true, - "created": 1525885096, - "modified": 1537383349, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "aber": { - "name": "aber", - "id": "540606048017317908", - "author": "343239064918687745", - "animated": false, - "created": 1548960925, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "aberwe": { - "name": "aberwe", - "id": "704926743005495367", - "author": "595304660068204555", - "animated": false, - "created": 1588138032, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "abitch_dancing": { - "name": "abitch_dancing", - "id": "787577629665787914", - "author": "733232897879703572", - "animated": true, - "created": 1607843539, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "abitch_shock": { - "name": "abitch_shock", - "id": "787577784356044800", - "author": "733232897879703572", - "animated": true, - "created": 1607843576, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ablobangel": { - "name": "ablobangel", - "id": "492046103370399745", - "author": "140516693242937345", - "animated": true, - "created": 1531976452, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "ablobangery": { - "name": "ablobangery", - "id": "528470531205234700", - "author": "140516693242937345", - "animated": true, - "created": 1546067593, - "modified": 1546067606, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "ablobaww": { - "name": "ablobaww", - "id": "492046105031213096", - "author": "140516693242937345", - "animated": true, - "created": 1531983828, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "ablobblewobble": { - "name": "ablobblewobble", - "id": "505189587589791745", - "author": "140516693242937345", - "animated": true, - "created": 1540516988, - "modified": 1540516994, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "ablobblush": { - "name": "ablobblush", - "id": "492046107300593705", - "author": "308162538648895489", - "animated": true, - "created": 1525387939, - "modified": 1537383350, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "ablobbounce": { - "name": "ablobbounce", - "id": "492046108575399947", - "author": "140516693242937345", - "animated": true, - "created": 1525387939, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "ablobcatattention": { - "name": "ablobcatattention", - "id": "492046110324686859", - "author": "140516693242937345", - "animated": true, - "created": 1531979176, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "ablobcatattentionreverse": { - "name": "ablobcatattentionreverse", - "id": "492046111700418579", - "author": "140516693242937345", - "animated": true, - "created": 1531979176, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "ablobcatknitsweats": { - "name": "ablobcatknitsweats", - "id": "492046114112143361", - "author": "140516693242937345", - "animated": true, - "created": 1531979183, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "ablobcatparhteyboys": { - "name": "ablobcatparhteyboys", - "id": "492046115605053441", - "author": "140516693242937345", - "animated": true, - "created": 1531979177, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "ablobcatpeek": { - "name": "ablobcatpeek", - "id": "492046117119459328", - "author": "140516693242937345", - "animated": true, - "created": 1525387939, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "ablobcatrainbow": { - "name": "ablobcatrainbow", - "id": "492046118817890309", - "author": "140516693242937345", - "animated": true, - "created": 1531979165, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "ablobcatrave": { - "name": "ablobcatrave", - "id": "492046121045196831", - "author": "140516693242937345", - "animated": true, - "created": 1531979177, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "ablobcatreach": { - "name": "ablobcatreach", - "id": "492046123993792522", - "author": "140516693242937345", - "animated": true, - "created": 1531979172, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "ablobcatreachreverse": { - "name": "ablobcatreachreverse", - "id": "492046125378043904", - "author": "140516693242937345", - "animated": true, - "created": 1531979177, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "ablobcatsipsweats": { - "name": "ablobcatsipsweats", - "id": "492046127835774977", - "author": "140516693242937345", - "animated": true, - "created": 1531979152, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "ablobcatsleep": { - "name": "ablobcatsleep", - "id": "492046129324752906", - "author": "140516693242937345", - "animated": true, - "created": 1525387939, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "ablobcatthirsty": { - "name": "ablobcatthirsty", - "id": "492046131308658688", - "author": "140516693242937345", - "animated": true, - "created": 1525387939, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "ablobcatwink": { - "name": "ablobcatwink", - "id": "492046133233844234", - "author": "140516693242937345", - "animated": true, - "created": 1531979172, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "ablobcheer": { - "name": "ablobcheer", - "id": "492046134278225920", - "author": "140516693242937345", - "animated": true, - "created": 1532108945, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "ablobcool": { - "name": "ablobcool", - "id": "492046137373622302", - "author": "308162538648895489", - "animated": true, - "created": 1525387939, - "modified": 1537383357, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "ablobcouple": { - "name": "ablobcouple", - "id": "492046138531250176", - "author": "140516693242937345", - "animated": true, - "created": 1532108931, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "ablobcrossedarms": { - "name": "ablobcrossedarms", - "id": "528521507526410241", - "author": "308162538648895489", - "animated": true, - "created": 1546079746, - "modified": 1546079872, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "ablobcry": { - "name": "ablobcry", - "id": "492046139617443840", - "author": "216762127967453184", - "animated": true, - "created": 1525387939, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "ablobdab": { - "name": "ablobdab", - "id": "528521115153465344", - "author": "308162538648895489", - "animated": true, - "created": 1546079653, - "modified": 1546079872, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "ablobdevil": { - "name": "ablobdevil", - "id": "492046141056221195", - "author": "140516693242937345", - "animated": true, - "created": 1532108950, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "ablobdizzy": { - "name": "ablobdizzy", - "id": "492046142570364949", - "author": "140516693242937345", - "animated": true, - "created": 1525387939, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "ablobdrool": { - "name": "ablobdrool", - "id": "492046143333597196", - "author": "140516693242937345", - "animated": true, - "created": 1532109338, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "ablobeyes": { - "name": "ablobeyes", - "id": "492046144885620746", - "author": "140516693242937345", - "animated": true, - "created": 1532109324, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "ablobflushed": { - "name": "ablobflushed", - "id": "492046146903212034", - "author": "140516693242937345", - "animated": true, - "created": 1531976687, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "ablobgift": { - "name": "ablobgift", - "id": "492046148807426059", - "author": "140516693242937345", - "animated": true, - "created": 1531976525, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "ablobglare": { - "name": "ablobglare", - "id": "517559259756756993", - "author": "256056872254177281", - "animated": true, - "created": 1543466143, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ablobglarezoom": { - "name": "ablobglarezoom", - "id": "492046150199934976", - "author": "216762127967453184", - "animated": true, - "created": 1525387939, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "ablobglarezoombutfast": { - "name": "ablobglarezoombutfast", - "id": "492046151793508382", - "author": "216762127967453184", - "animated": true, - "created": 1525387939, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "ablobgrimace": { - "name": "ablobgrimace", - "id": "492046152624242718", - "author": "140516693242937345", - "animated": true, - "created": 1531976495, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "ablobgrin": { - "name": "ablobgrin", - "id": "492046154192912394", - "author": "140516693242937345", - "animated": true, - "created": 1532108931, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "ablobhairflip": { - "name": "ablobhairflip", - "id": "528521118819287050", - "author": "308162538648895489", - "animated": true, - "created": 1546079654, - "modified": 1546079872, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "ablobhammer": { - "name": "ablobhammer", - "id": "492046155920834590", - "author": "140516693242937345", - "animated": true, - "created": 1531976429, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "ablobheadshake": { - "name": "ablobheadshake", - "id": "492046157581778945", - "author": "140516693242937345", - "animated": true, - "created": 1531976692, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "ablobheart": { - "name": "ablobheart", - "id": "492046159364227093", - "author": "308162538648895489", - "animated": true, - "created": 1525387939, - "modified": 1537383362, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "ablobhearteyes": { - "name": "ablobhearteyes", - "id": "492046160736026625", - "author": "140516693242937345", - "animated": true, - "created": 1532109044, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "ablobhungry": { - "name": "ablobhungry", - "id": "492046162321342464", - "author": "140516693242937345", - "animated": true, - "created": 1532108950, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "ablobjoy": { - "name": "ablobjoy", - "id": "492046163713720320", - "author": "140516693242937345", - "animated": true, - "created": 1531976698, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "ablobkiss": { - "name": "ablobkiss", - "id": "492046164770816011", - "author": "140516693242937345", - "animated": true, - "created": 1532109350, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "abloblamp": { - "name": "abloblamp", - "id": "492046166331228190", - "author": "140516693242937345", - "animated": true, - "created": 1532108968, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "abloblove": { - "name": "abloblove", - "id": "759763494031065128", - "author": "567390950838501376", - "animated": true, - "created": 1601212132, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "abloblurk": { - "name": "abloblurk", - "id": "492046166956048395", - "author": "140516693242937345", - "animated": true, - "created": 1532108963, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "ablobmaracas": { - "name": "ablobmaracas", - "id": "492046168382242820", - "author": "140516693242937345", - "animated": true, - "created": 1532109331, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "ablobmelt": { - "name": "ablobmelt", - "id": "492046170793705482", - "author": "140516693242937345", - "animated": true, - "created": 1532108943, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "ablobnervous": { - "name": "ablobnervous", - "id": "492046171943075840", - "author": "140516693242937345", - "animated": true, - "created": 1532108956, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "ablobnogood": { - "name": "ablobnogood", - "id": "492046172869885963", - "author": "140516693242937345", - "animated": true, - "created": 1532109086, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "ablobnom": { - "name": "ablobnom", - "id": "492046174597939220", - "author": "140516693242937345", - "animated": true, - "created": 1525387939, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "ablobnwn": { - "name": "ablobnwn", - "id": "492046176263340032", - "author": "140516693242937345", - "animated": true, - "created": 1531976525, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "abloboh": { - "name": "abloboh", - "id": "528521116008841216", - "author": "308162538648895489", - "animated": true, - "created": 1546079653, - "modified": 1546079872, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "ablobonfire": { - "name": "ablobonfire", - "id": "492046177345208322", - "author": "140516693242937345", - "animated": true, - "created": 1531976435, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "ablobowo": { - "name": "ablobowo", - "id": "492046179748806696", - "author": "140516693242937345", - "animated": true, - "created": 1531976476, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "ablobparty1": { - "name": "ablobparty1", - "id": "416322811632680960", - "author": "277807051537776642", - "animated": true, - "created": 1525387939, - "modified": 1545345987, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "ablobparty10": { - "name": "ablobparty10", - "id": "525443243077402624", - "author": "277807051537776642", - "animated": true, - "created": 1545345831, - "modified": 1545345987, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "ablobparty2": { - "name": "ablobparty2", - "id": "525442736812458014", - "author": "277807051537776642", - "animated": true, - "created": 1545345710, - "modified": 1545345987, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "ablobparty3": { - "name": "ablobparty3", - "id": "525442864797319171", - "author": "277807051537776642", - "animated": true, - "created": 1545345741, - "modified": 1545345987, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "ablobparty4": { - "name": "ablobparty4", - "id": "525442784174276620", - "author": "277807051537776642", - "animated": true, - "created": 1545345722, - "modified": 1545345987, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "ablobparty5": { - "name": "ablobparty5", - "id": "525442686916886528", - "author": "277807051537776642", - "animated": true, - "created": 1545345698, - "modified": 1545345987, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "ablobparty6": { - "name": "ablobparty6", - "id": "520016488158199809", - "author": "277807051537776642", - "animated": true, - "created": 1544051992, - "modified": 1545345987, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "ablobparty7": { - "name": "ablobparty7", - "id": "525443038009622531", - "author": "277807051537776642", - "animated": true, - "created": 1545345782, - "modified": 1545345987, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "ablobparty8": { - "name": "ablobparty8", - "id": "525443104875216906", - "author": "277807051537776642", - "animated": true, - "created": 1545345798, - "modified": 1545345987, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "ablobparty9": { - "name": "ablobparty9", - "id": "525443168519585822", - "author": "277807051537776642", - "animated": true, - "created": 1545345813, - "modified": 1545345987, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "ablobpartysunglasses": { - "name": "ablobpartysunglasses", - "id": "492046180948246539", - "author": "300088143422685185", - "animated": true, - "created": 1533446562, - "modified": 1537383368, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "ablobpats": { - "name": "ablobpats", - "id": "492046182541950996", - "author": "140516693242937345", - "animated": true, - "created": 1525387939, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "ablobpeek": { - "name": "ablobpeek", - "id": "492046184030928897", - "author": "140516693242937345", - "animated": true, - "created": 1525387939, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "ablobping": { - "name": "ablobping", - "id": "528521117229383682", - "author": "308162538648895489", - "animated": true, - "created": 1546079653, - "modified": 1546079872, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "ablobpopcorn": { - "name": "ablobpopcorn", - "id": "492046185180299265", - "author": "140516693242937345", - "animated": true, - "created": 1529929266, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "ablobraisehand": { - "name": "ablobraisehand", - "id": "492046186794975238", - "author": "140516693242937345", - "animated": true, - "created": 1531976403, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "ablobreach": { - "name": "ablobreach", - "id": "492046187751538689", - "author": "140516693242937345", - "animated": true, - "created": 1531976447, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "ablobreachreverse": { - "name": "ablobreachreverse", - "id": "492046189475266590", - "author": "140516693242937345", - "animated": true, - "created": 1532108944, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "ablobrollbounce": { - "name": "ablobrollbounce", - "id": "492046190813118490", - "author": "140516693242937345", - "animated": true, - "created": 1531976403, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "ablobrollingeyes": { - "name": "ablobrollingeyes", - "id": "492046191664693259", - "author": "140516693242937345", - "animated": true, - "created": 1531976416, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "ablobsadcloud": { - "name": "ablobsadcloud", - "id": "492046193367449600", - "author": "140516693242937345", - "animated": true, - "created": 1532108919, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "ablobsadpats": { - "name": "ablobsadpats", - "id": "492046194529402896", - "author": "140516693242937345", - "animated": true, - "created": 1532109069, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "ablobsalute": { - "name": "ablobsalute", - "id": "492046196433616926", - "author": "140516693242937345", - "animated": true, - "created": 1532108961, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "ablobscream": { - "name": "ablobscream", - "id": "492046198157475862", - "author": "140516693242937345", - "animated": true, - "created": 1532109073, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "ablobshake": { - "name": "ablobshake", - "id": "492046200359485455", - "author": "140516693242937345", - "animated": true, - "created": 1532108968, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "ablobsigh": { - "name": "ablobsigh", - "id": "492046202297253918", - "author": "140516693242937345", - "animated": true, - "created": 1531976716, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "ablobsleep": { - "name": "ablobsleep", - "id": "492046203496693760", - "author": "140516693242937345", - "animated": true, - "created": 1531976519, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "ablobsmile": { - "name": "ablobsmile", - "id": "492046204452995073", - "author": "140516693242937345", - "animated": true, - "created": 1531976459, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "ablobspinsweats": { - "name": "ablobspinsweats", - "id": "492046206365859860", - "author": "140516693242937345", - "animated": true, - "created": 1532221915, - "modified": 1537383374, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "ablobsunglasses": { - "name": "ablobsunglasses", - "id": "492046207510642693", - "author": "140516693242937345", - "animated": true, - "created": 1531976459, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "ablobsweating": { - "name": "ablobsweating", - "id": "492046211659071508", - "author": "140516693242937345", - "animated": true, - "created": 1532109330, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "ablobsweats": { - "name": "ablobsweats", - "id": "492046213147918356", - "author": "140516693242937345", - "animated": true, - "created": 1525387939, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "ablobthinking": { - "name": "ablobthinking", - "id": "492046214523781120", - "author": "140516693242937345", - "animated": true, - "created": 1531976597, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "ablobthinkingeyes": { - "name": "ablobthinkingeyes", - "id": "492046215798587404", - "author": "140516693242937345", - "animated": true, - "created": 1532109079, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "ablobthinkingfast": { - "name": "ablobthinkingfast", - "id": "492046217573040128", - "author": "140516693242937345", - "animated": true, - "created": 1532109037, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "ablobtonguewink": { - "name": "ablobtonguewink", - "id": "492046218982064131", - "author": "140516693242937345", - "animated": true, - "created": 1532109343, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "ablobtrash": { - "name": "ablobtrash", - "id": "492046220127371276", - "author": "140516693242937345", - "animated": true, - "created": 1532310679, - "modified": 1537383377, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "ablobtriggered": { - "name": "ablobtriggered", - "id": "528521508474191872", - "author": "308162538648895489", - "animated": true, - "created": 1546079747, - "modified": 1546079872, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "ablobunamused": { - "name": "ablobunamused", - "id": "492046221691715604", - "author": "140516693242937345", - "animated": true, - "created": 1531976525, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "ablobuwu": { - "name": "ablobuwu", - "id": "492046222778040331", - "author": "140516693242937345", - "animated": true, - "created": 1532109338, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "ablobwave": { - "name": "ablobwave", - "id": "525207171689086996", - "author": "140516693242937345", - "animated": true, - "created": 1545289547, - "modified": 1545289578, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "ablobwavereverse": { - "name": "ablobwavereverse", - "id": "492046226750177290", - "author": "140516693242937345", - "animated": true, - "created": 1532109306, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "ablobweary": { - "name": "ablobweary", - "id": "492046228134166558", - "author": "140516693242937345", - "animated": true, - "created": 1532109087, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "ablobwhee": { - "name": "ablobwhee", - "id": "492046230197633043", - "author": "140516693242937345", - "animated": true, - "created": 1531976513, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "ablobwink": { - "name": "ablobwink", - "id": "492046232462819358", - "author": "140516693242937345", - "animated": true, - "created": 1531976447, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "abomb": { - "name": "abomb", - "id": "769659102904713217", - "author": "439911438971174912", - "animated": true, - "created": 1603571431, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "aBootyRainbowDance": { - "name": "aBootyRainbowDance", - "id": "784470132147093578", - "author": "772637906304892958", - "animated": true, - "created": 1607102654, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "abortion": { - "name": "abortion", - "id": "766279497317089311", - "author": "245607870463213570", - "animated": true, - "created": 1602765669, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "abraso": { - "name": "abraso", - "id": "778537458408620063", - "author": "540565311645024267", - "animated": false, - "created": 1605688194, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "abrazo": { - "name": "abrazo", - "id": "719323914802561095", - "author": "591464461483900939", - "animated": true, - "created": 1591570585, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "abrazo3": { - "name": "abrazo3", - "id": "784187170427502602", - "author": "746455541685026831", - "animated": false, - "created": 1607035191, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "abue": { - "name": "abue", - "id": "768888177610981408", - "author": "450903155572736000", - "animated": false, - "created": 1603387626, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "abuen": { - "name": "abuen", - "id": "783008466024923207", - "author": "427135249152212992", - "animated": false, - "created": 1606754166, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "abueno": { - "name": "abueno", - "id": "698224251924250685", - "author": "676163766185885710", - "animated": false, - "created": 1586540034, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Abuenoadiosmaster": { - "name": "Abuenoadiosmaster", - "id": "698438831526903808", - "author": "547194213666914304", - "animated": false, - "created": 1586591193, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "abuenoadiosmaster1": { - "name": "abuenoadiosmaster1", - "id": "786333085130031104", - "author": "291628634920452096", - "animated": false, - "created": 1607546816, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "abuenoadiosmaster2": { - "name": "abuenoadiosmaster2", - "id": "787491418355531826", - "author": "466410686411702273", - "animated": false, - "created": 1607822985, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "abuenoadiosmasterhd": { - "name": "abuenoadiosmasterhd", - "id": "787030221873741834", - "author": "212026049427537920", - "animated": false, - "created": 1607713027, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "abuenogracias": { - "name": "abuenogracias", - "id": "729740090766524476", - "author": "604418537368584192", - "animated": false, - "created": 1594053997, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "abuenopasaber": { - "name": "abuenopasaber", - "id": "763588427832623154", - "author": "450903155572736000", - "animated": false, - "created": 1602124068, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "abuepet": { - "name": "abuepet", - "id": "788542690832809985", - "author": "435166381189758998", - "animated": true, - "created": 1608073628, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "abYuriKiss1": { - "name": "abYuriKiss1", - "id": "786949236905607198", - "author": "718818001633280071", - "animated": true, - "created": 1607693718, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "abYuriKiss2": { - "name": "abYuriKiss2", - "id": "786949247676317716", - "author": "718818001633280071", - "animated": true, - "created": 1607693721, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "acallar": { - "name": "acallar", - "id": "782772104033468426", - "author": "485868607989874728", - "animated": false, - "created": 1606697812, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "acariciar": { - "name": "acariciar", - "id": "757479277154533426", - "author": "580939801243549697", - "animated": true, - "created": 1600667533, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "acasaplatita": { - "name": "acasaplatita", - "id": "788940273311809547", - "author": "341325341765402626", - "animated": false, - "created": 1608168419, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "a_cashfly": { - "name": "a_cashfly", - "id": "780896961061847051", - "author": "434521154745663488", - "animated": true, - "created": 1606250744, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "a_cashgun": { - "name": "a_cashgun", - "id": "780896990204264448", - "author": "434521154745663488", - "animated": true, - "created": 1606250750, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "acatnod": { - "name": "acatnod", - "id": "786153717271232522", - "author": "676134602837852172", - "animated": true, - "created": 1607504052, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "accessdenied": { - "name": "accessdenied", - "id": "789632952791072788", - "author": "728867770783105026", - "animated": false, - "created": 1608333566, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "accessgranted": { - "name": "accessgranted", - "id": "789632922629832775", - "author": "728867770783105026", - "animated": false, - "created": 1608333559, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ace": { - "name": "ace", - "id": "698623097347113051", - "author": "203208699500560385", - "animated": false, - "created": 1586635126, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "aceinthewronghole": { - "name": "aceinthewronghole", - "id": "763597699907190866", - "author": "509632626018091019", - "animated": true, - "created": 1602126278, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "acepto": { - "name": "acepto", - "id": "782662532082565120", - "author": "648612548509433866", - "animated": false, - "created": 1606671688, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "acolorshiftblob": { - "name": "acolorshiftblob", - "id": "492046234782269442", - "author": "140516693242937345", - "animated": true, - "created": 1532109056, - "modified": 1537383381, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "Acosador": { - "name": "Acosador", - "id": "748209813921726515", - "author": "724114278063407136", - "animated": false, - "created": 1598457521, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "acosador1": { - "name": "acosador1", - "id": "788570059512872972", - "author": "519557637994446888", - "animated": false, - "created": 1608080153, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "acosador2": { - "name": "acosador2", - "id": "788572923404353556", - "author": "519557637994446888", - "animated": false, - "created": 1608080836, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "acosador3": { - "name": "acosador3", - "id": "788573110881353758", - "author": "519557637994446888", - "animated": false, - "created": 1608080880, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "acosador4": { - "name": "acosador4", - "id": "788901264284712971", - "author": "519557637994446888", - "animated": false, - "created": 1608159118, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "acosador5": { - "name": "acosador5", - "id": "788901424847257620", - "author": "519557637994446888", - "animated": false, - "created": 1608159156, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "acosador6": { - "name": "acosador6", - "id": "788901611690131456", - "author": "519557637994446888", - "animated": false, - "created": 1608159201, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ACOSP_Blushy": { - "name": "ACOSP_Blushy", - "id": "779987170299609098", - "author": "536918500686692362", - "animated": false, - "created": 1606033832, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ACOSP_FuckYeahBaby": { - "name": "ACOSP_FuckYeahBaby", - "id": "758010858482958440", - "author": "700117364485914704", - "animated": false, - "created": 1600794271, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ACOSP_SurpriseEyes": { - "name": "ACOSP_SurpriseEyes", - "id": "770369463727947828", - "author": "456930635173462018", - "animated": true, - "created": 1603740793, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ACOSP_Wtf": { - "name": "ACOSP_Wtf", - "id": "770369849808781363", - "author": "456930635173462018", - "animated": true, - "created": 1603740885, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "action_kill": { - "name": "action_kill", - "id": "782698960425844786", - "author": "496037931140513800", - "animated": false, - "created": 1606680374, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "adamthisisepic": { - "name": "adamthisisepic", - "id": "785607584660717609", - "author": "376553492833239051", - "animated": false, - "created": 1607373844, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "addcalc": { - "name": "addcalc", - "id": "718148146366251079", - "author": "95579127389618176", - "animated": true, - "created": 1591290260, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "adefecio": { - "name": "adefecio", - "id": "765428114138333185", - "author": "396034260089176086", - "animated": false, - "created": 1602562683, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "a_diamante1": { - "name": "a_diamante1", - "id": "780897050551386142", - "author": "434521154745663488", - "animated": true, - "created": 1606250765, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "a_diamante4": { - "name": "a_diamante4", - "id": "780897084500869200", - "author": "434521154745663488", - "animated": true, - "created": 1606250773, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "adiel": { - "name": "adiel", - "id": "725686897774428202", - "author": "399671914114711562", - "animated": false, - "created": 1593087639, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "adios": { - "name": "adios", - "id": "706684757383315546", - "author": "434852481693122570", - "animated": true, - "created": 1588557175, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "adiosfeo": { - "name": "adiosfeo", - "id": "787726835181289492", - "author": "586219689466658816", - "animated": false, - "created": 1607879112, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "adiosmaster": { - "name": "adiosmaster", - "id": "752969202557517994", - "author": "314536284725051393", - "animated": false, - "created": 1599592247, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "adiospopo": { - "name": "adiospopo", - "id": "784945790958960650", - "author": "450903155572736000", - "animated": false, - "created": 1607216060, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Adiosputos": { - "name": "Adiosputos", - "id": "786673765861163008", - "author": "640273123165470720", - "animated": false, - "created": 1607628041, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "adioss": { - "name": "adioss", - "id": "768284772501553222", - "author": "387356039638679553", - "animated": false, - "created": 1603243763, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "adios_tontos": { - "name": "adios_tontos", - "id": "785975591358169139", - "author": "706216515963453531", - "animated": false, - "created": 1607461583, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "adioz": { - "name": "adioz", - "id": "780793907964936192", - "author": "546444302348320778", - "animated": true, - "created": 1606226174, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "adirelad": { - "name": "adirelad", - "id": "788397946894942208", - "author": "297961554673008641", - "animated": false, - "created": 1608039118, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "admin": { - "name": "admin", - "id": "700987722269065256", - "author": "517462606634549387", - "animated": false, - "created": 1587198896, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "admin_": { - "name": "admin_", - "id": "790007053644202036", - "author": "701103722453008518", - "animated": false, - "created": 1608422759, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "aDogRunning": { - "name": "aDogRunning", - "id": "786153746030788648", - "author": "676134602837852172", - "animated": true, - "created": 1607504059, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "adontfeelsoblob": { - "name": "adontfeelsoblob", - "id": "492046238829772821", - "author": "140516693242937345", - "animated": true, - "created": 1531976740, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "ae": { - "name": "ae", - "id": "777625440193740820", - "author": "730519813184815126", - "animated": false, - "created": 1605470752, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ae_": { - "name": "ae_", - "id": "779458949275451422", - "author": "701103722453008518", - "animated": false, - "created": 1605907895, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "aea": { - "name": "aea", - "id": "730247369945513985", - "author": "547227067222196256", - "animated": false, - "created": 1594174940, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "aE_Banned": { - "name": "aE_Banned", - "id": "785760067717693450", - "author": "586886106289668127", - "animated": true, - "created": 1607410198, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "aes": { - "name": "aes", - "id": "770838668562137118", - "author": "449827658386112522", - "animated": true, - "created": 1603852660, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "aeskek": { - "name": "aeskek", - "id": "722889003900207235", - "author": "425046879047385108", - "animated": false, - "created": 1592420569, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "aessad": { - "name": "aessad", - "id": "763360298925031456", - "author": "98425391647031296", - "animated": false, - "created": 1602069677, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "aestheticHearts": { - "name": "aestheticHearts", - "id": "786591056812572682", - "author": "745373578664476892", - "animated": true, - "created": 1607608322, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "aesturtle": { - "name": "aesturtle", - "id": "781206334715854899", - "author": "451876555107336192", - "animated": false, - "created": 1606324504, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "aesweird": { - "name": "aesweird", - "id": "576880151942660146", - "author": "98425391647031296", - "animated": false, - "created": 1557609346, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "aeswird": { - "name": "aeswird", - "id": "679042149865488387", - "author": "438644880152068127", - "animated": false, - "created": 1581966665, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "AetherDamn": { - "name": "AetherDamn", - "id": "781390004206829608", - "author": "397110788285792269", - "animated": false, - "created": 1606368294, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "aetherweird": { - "name": "aetherweird", - "id": "775775903116034048", - "author": "209280535174971393", - "animated": false, - "created": 1605029788, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "aeturtle": { - "name": "aeturtle", - "id": "781206276754767872", - "author": "451876555107336192", - "animated": true, - "created": 1606324490, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "aflushed1": { - "name": "aflushed1", - "id": "787419118839005194", - "author": "703829756835266590", - "animated": true, - "created": 1607805747, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "A_flybat1": { - "name": "A_flybat1", - "id": "780896859220475935", - "author": "434521154745663488", - "animated": false, - "created": 1606250719, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "agarrado": { - "name": "agarrado", - "id": "788936186475184168", - "author": "213367124608024577", - "animated": false, - "created": 1608167444, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "agarrar": { - "name": "agarrar", - "id": "680887285205434368", - "author": "479370177209696267", - "animated": false, - "created": 1582406579, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "agarrarape": { - "name": "agarrarape", - "id": "750934652121776129", - "author": "479370177209696267", - "animated": false, - "created": 1599107172, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "AGDekuHeadbang": { - "name": "AGDekuHeadbang", - "id": "787124455776059403", - "author": "345411293043359744", - "animated": true, - "created": 1607735494, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ageblobcat": { - "name": "ageblobcat", - "id": "492046244017995778", - "author": "140516693242937345", - "animated": true, - "created": 1531979152, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "aGES_CowboyRiding": { - "name": "aGES_CowboyRiding", - "id": "786155753307504652", - "author": "676134602837852172", - "animated": true, - "created": 1607504537, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "aGES_Frog": { - "name": "aGES_Frog", - "id": "786155766368698379", - "author": "676134602837852172", - "animated": true, - "created": 1607504540, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "aGES_Kek": { - "name": "aGES_Kek", - "id": "786155776565313566", - "author": "676134602837852172", - "animated": true, - "created": 1607504543, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "aGES_Pepe": { - "name": "aGES_Pepe", - "id": "786155788329549907", - "author": "676134602837852172", - "animated": true, - "created": 1607504546, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "aGES_Vibing": { - "name": "aGES_Vibing", - "id": "786155737147375646", - "author": "676134602837852172", - "animated": true, - "created": 1607504533, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "aGES_WaddleR": { - "name": "aGES_WaddleR", - "id": "786155676325642280", - "author": "676134602837852172", - "animated": true, - "created": 1607504519, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "aggressiveBLUSH": { - "name": "aggressiveBLUSH", - "id": "784441824168771604", - "author": "711751154119475291", - "animated": false, - "created": 1607095905, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "AggressiveSip": { - "name": "AggressiveSip", - "id": "782740245540110357", - "author": "748023719833894942", - "animated": false, - "created": 1606690217, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "aggy": { - "name": "aggy", - "id": "788804803307241503", - "author": "369569353965764608", - "animated": false, - "created": 1608136120, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "AGHeadSlam": { - "name": "AGHeadSlam", - "id": "787124390696452126", - "author": "345411293043359744", - "animated": true, - "created": 1607735478, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "agiota": { - "name": "agiota", - "id": "764512948076150814", - "author": "729015115411750943", - "animated": false, - "created": 1602344491, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "AGKannaCool": { - "name": "AGKannaCool", - "id": "787124971939299359", - "author": "345411293043359744", - "animated": false, - "created": 1607735617, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "AGKannaKMS": { - "name": "AGKannaKMS", - "id": "787124231149453322", - "author": "345411293043359744", - "animated": false, - "created": 1607735440, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "AGKannaTriggerSip": { - "name": "AGKannaTriggerSip", - "id": "787124881170104341", - "author": "345411293043359744", - "animated": true, - "created": 1607735595, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "agony": { - "name": "agony", - "id": "771011066305052692", - "author": "700117364485914704", - "animated": false, - "created": 1603893762, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "agoogle100": { - "name": "agoogle100", - "id": "492046245364236298", - "author": "140516693242937345", - "animated": true, - "created": 1532108943, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "agooglebee": { - "name": "agooglebee", - "id": "492046246437978137", - "author": "140516693242937345", - "animated": true, - "created": 1532109068, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "agooglebell": { - "name": "agooglebell", - "id": "492046248145190915", - "author": "140516693242937345", - "animated": true, - "created": 1531976501, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "agooglebomb": { - "name": "agooglebomb", - "id": "492046250380623892", - "author": "140516693242937345", - "animated": true, - "created": 1532108788, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "agooglebrokenheart": { - "name": "agooglebrokenheart", - "id": "492046251806949376", - "author": "140516693242937345", - "animated": true, - "created": 1531976591, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "agooglecake": { - "name": "agooglecake", - "id": "492046253035618324", - "author": "140516693242937345", - "animated": true, - "created": 1532109349, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "agooglecat": { - "name": "agooglecat", - "id": "492046254537179136", - "author": "140516693242937345", - "animated": true, - "created": 1532108789, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "agooglecheers": { - "name": "agooglecheers", - "id": "492046255837544458", - "author": "140516693242937345", - "animated": true, - "created": 1532109092, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "agoogleclap": { - "name": "agoogleclap", - "id": "492046256831725580", - "author": "140516693242937345", - "animated": true, - "created": 1531976519, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "agooglehearts": { - "name": "agooglehearts", - "id": "492046257867456522", - "author": "140516693242937345", - "animated": true, - "created": 1531976404, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "agooglemonkey": { - "name": "agooglemonkey", - "id": "492046258811305985", - "author": "140516693242937345", - "animated": true, - "created": 1531976525, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "agoogleoctopus": { - "name": "agoogleoctopus", - "id": "492046260447084544", - "author": "140516693242937345", - "animated": true, - "created": 1531976484, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "agooglepeach": { - "name": "agooglepeach", - "id": "492046261914959893", - "author": "140516693242937345", - "animated": true, - "created": 1531976687, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "agooglepoop": { - "name": "agooglepoop", - "id": "492046263504863258", - "author": "140516693242937345", - "animated": true, - "created": 1531976464, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "agooglerainbowheart": { - "name": "agooglerainbowheart", - "id": "492046264863817729", - "author": "140516693242937345", - "animated": true, - "created": 1531976453, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "agooglesnail": { - "name": "agooglesnail", - "id": "492046265933103124", - "author": "140516693242937345", - "animated": true, - "created": 1532109049, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "agooglesun": { - "name": "agooglesun", - "id": "492046267401109515", - "author": "140516693242937345", - "animated": true, - "created": 1531976608, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "agoogletada": { - "name": "agoogletada", - "id": "492046268525445131", - "author": "140516693242937345", - "animated": true, - "created": 1531976422, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "agooglethumbsup": { - "name": "agooglethumbsup", - "id": "492046269783474176", - "author": "140516693242937345", - "animated": true, - "created": 1532109332, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "agoogleturtle": { - "name": "agoogleturtle", - "id": "492046271318589441", - "author": "140516693242937345", - "animated": true, - "created": 1531976632, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "agooglewine": { - "name": "agooglewine", - "id": "492046273462140958", - "author": "140516693242937345", - "animated": true, - "created": 1532108945, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "AGPLv3": { - "name": "AGPLv3", - "id": "624353729931378688", - "author": "140516693242937345", - "animated": false, - "created": 1568927929, - "modified": 1568927930, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "AGREED": { - "name": "AGREED", - "id": "768933002264051753", - "author": "218149302789341195", - "animated": false, - "created": 1603398313, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "AGSigh": { - "name": "AGSigh", - "id": "787124733761814529", - "author": "345411293043359744", - "animated": true, - "created": 1607735560, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "AGSubaThink": { - "name": "AGSubaThink", - "id": "787124683152818206", - "author": "345411293043359744", - "animated": false, - "created": 1607735548, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "AGTruckKun": { - "name": "AGTruckKun", - "id": "787124337818730536", - "author": "345411293043359744", - "animated": true, - "created": 1607735466, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "AGTsuyuGun": { - "name": "AGTsuyuGun", - "id": "787124555218944010", - "author": "345411293043359744", - "animated": false, - "created": 1607735518, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "agua": { - "name": "agua", - "id": "747487572439335043", - "author": "705544956835659826", - "animated": false, - "created": 1598285325, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Aguacate": { - "name": "Aguacate", - "id": "684441211552923708", - "author": "631590594736685076", - "animated": false, - "created": 1583253901, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "AGUnamused": { - "name": "AGUnamused", - "id": "787124629743468566", - "author": "345411293043359744", - "animated": false, - "created": 1607735535, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "agura": { - "name": "agura", - "id": "756366461747855390", - "author": "383723642489405441", - "animated": false, - "created": 1600402217, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "AGZeroTwoBlush": { - "name": "AGZeroTwoBlush", - "id": "786151868987736064", - "author": "676134602837852172", - "animated": false, - "created": 1607503611, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "AGZeroTwoPleading": { - "name": "AGZeroTwoPleading", - "id": "786151838046093372", - "author": "676134602837852172", - "animated": false, - "created": 1607503604, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "AH": { - "name": "AH", - "id": "655316588928434176", - "author": "369138668050317312", - "animated": false, - "created": 1576310050, - "modified": 1576310132, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "aha": { - "name": "aha", - "id": "771210688197689384", - "author": "358457900546654209", - "animated": false, - "created": 1603941356, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "a_happy": { - "name": "a_happy", - "id": "788781497623642143", - "author": "527449870873657344", - "animated": false, - "created": 1608130563, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "aheagaoblob": { - "name": "aheagaoblob", - "id": "782430972359868426", - "author": "570335320948867096", - "animated": false, - "created": 1606616480, - "modified": 1606632548, - "preserve": false, - "description": null, - "nsfw": "MOD_NSFW" - }, - "A_heart3_pink": { - "name": "A_heart3_pink", - "id": "787786717179543604", - "author": "718528973860110718", - "animated": true, - "created": 1607893389, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "A_heart3_white": { - "name": "A_heart3_white", - "id": "787786845953589309", - "author": "718528973860110718", - "animated": true, - "created": 1607893420, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "A_heartrainbow2": { - "name": "A_heartrainbow2", - "id": "787786544471736360", - "author": "718528973860110718", - "animated": true, - "created": 1607893348, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Ahegao": { - "name": "Ahegao", - "id": "548716875870109697", - "author": "215916654603796481", - "animated": false, - "created": 1550894698, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "AhegaoFace": { - "name": "AhegaoFace", - "id": "784469838746746911", - "author": "772637906304892958", - "animated": true, - "created": 1607102584, - "modified": 1607103429, - "preserve": false, - "description": null, - "nsfw": "MOD_NSFW" - }, - "Ahem": { - "name": "Ahem", - "id": "784438361494519849", - "author": "711751154119475291", - "animated": false, - "created": 1607095079, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ahh": { - "name": "ahh", - "id": "734505680765190206", - "author": "705052717176979529", - "animated": false, - "created": 1595190200, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ahha": { - "name": "ahha", - "id": "450283894072410113", - "author": "178479454501208071", - "animated": false, - "created": 1527440846, - "modified": 1533892035, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ahhaha": { - "name": "ahhaha", - "id": "788539144803582004", - "author": "569937267012010015", - "animated": false, - "created": 1608072782, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ahhh": { - "name": "ahhh", - "id": "735137225301426257", - "author": "705052717176979529", - "animated": false, - "created": 1595340772, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ahhhh": { - "name": "ahhhh", - "id": "780839494390906922", - "author": "727325977755254874", - "animated": false, - "created": 1606237042, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ahhhhhh": { - "name": "ahhhhhh", - "id": "783880828253241366", - "author": "697542753449672775", - "animated": true, - "created": 1606962153, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Ahoy": { - "name": "Ahoy", - "id": "738455057413963816", - "author": "237450946572058624", - "animated": false, - "created": 1596131805, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ahoy1": { - "name": "ahoy1", - "id": "788539074520416257", - "author": "569937267012010015", - "animated": false, - "created": 1608072766, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ahshitherewegoagain": { - "name": "ahshitherewegoagain", - "id": "586763578225328161", - "author": "95579127389618176", - "animated": true, - "created": 1559965738, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ai": { - "name": "ai", - "id": "757991771434254427", - "author": "667087966857986088", - "animated": false, - "created": 1600789721, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ai_": { - "name": "ai_", - "id": "714966827859443792", - "author": "418989117163175948", - "animated": false, - "created": 1590531775, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "AIBRUH": { - "name": "AIBRUH", - "id": "780841881290276904", - "author": "727325977755254874", - "animated": false, - "created": 1606237611, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "aicap": { - "name": "aicap", - "id": "747775324703686746", - "author": "425046879047385108", - "animated": false, - "created": 1598353930, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "aichi": { - "name": "aichi", - "id": "782290249527066644", - "author": "293107176355004416", - "animated": false, - "created": 1606582929, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "aichiasesino": { - "name": "aichiasesino", - "id": "788134396552937503", - "author": "309121569836498944", - "animated": false, - "created": 1607976283, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "aightimout": { - "name": "aightimout", - "id": "786711086031437855", - "author": "658316782934949889", - "animated": true, - "created": 1607636939, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Ainani": { - "name": "Ainani", - "id": "717460525071466526", - "author": "294946270861328385", - "animated": false, - "created": 1591126319, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "AinsleySmile": { - "name": "AinsleySmile", - "id": "786644338217451521", - "author": "460101997455081482", - "animated": false, - "created": 1607621025, - "modified": 1607982544, - "preserve": false, - "description": "AinsleySmile", - "nsfw": "SFW" - }, - "Aio": { - "name": "Aio", - "id": "763861226747854890", - "author": "514531116145704963", - "animated": true, - "created": 1602189108, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "aisleeb": { - "name": "aisleeb", - "id": "738751987339755590", - "author": "425046879047385108", - "animated": false, - "created": 1596202599, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "aisleep": { - "name": "aisleep", - "id": "597394766212235267", - "author": "256056872254177281", - "animated": false, - "created": 1562500411, - "modified": 1562500481, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "AISmuggered": { - "name": "AISmuggered", - "id": "772559726650982420", - "author": "727325977755254874", - "animated": true, - "created": 1604262992, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ai_tea": { - "name": "ai_tea", - "id": "782673335372873768", - "author": "700050219995496568", - "animated": false, - "created": 1606674264, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "aiuda": { - "name": "aiuda", - "id": "677670811368161286", - "author": "461818566510116895", - "animated": false, - "created": 1581639712, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "AiylaSpeak": { - "name": "AiylaSpeak", - "id": "782242719647924274", - "author": "425046879047385108", - "animated": false, - "created": 1606571597, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Aizawa": { - "name": "Aizawa", - "id": "787564967775174656", - "author": "242691348560478209", - "animated": false, - "created": 1607840520, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "aj": { - "name": "aj", - "id": "765310291877036042", - "author": "736497741697646653", - "animated": false, - "created": 1602534592, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "aja": { - "name": "aja", - "id": "789607248191160353", - "author": "704662972739616809", - "animated": false, - "created": 1608327438, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ajakeblob": { - "name": "ajakeblob", - "id": "492046278432391178", - "author": "140516693242937345", - "animated": true, - "created": 1531976428, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "Aj_Angry": { - "name": "Aj_Angry", - "id": "786694402327707708", - "author": "725108124817817601", - "animated": false, - "created": 1607632961, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ajari": { - "name": "ajari", - "id": "620686506092265482", - "author": "256056872254177281", - "animated": true, - "created": 1546626708, - "modified": 1568058485, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Aj_Astonished": { - "name": "Aj_Astonished", - "id": "786693230897004554", - "author": "725108124817817601", - "animated": false, - "created": 1607632682, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Aj_Bad": { - "name": "Aj_Bad", - "id": "786693647956967446", - "author": "725108124817817601", - "animated": false, - "created": 1607632781, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Aj_Confused": { - "name": "Aj_Confused", - "id": "786692387107635211", - "author": "725108124817817601", - "animated": false, - "created": 1607632481, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Aj_Cool": { - "name": "Aj_Cool", - "id": "786692469010071552", - "author": "725108124817817601", - "animated": false, - "created": 1607632500, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Aj_Cry": { - "name": "Aj_Cry", - "id": "786692582867468290", - "author": "725108124817817601", - "animated": false, - "created": 1607632527, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Aj_Hamburger": { - "name": "Aj_Hamburger", - "id": "786694836363067423", - "author": "725108124817817601", - "animated": false, - "created": 1607633065, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Aj_Happy": { - "name": "Aj_Happy", - "id": "786698624993984563", - "author": "725108124817817601", - "animated": false, - "created": 1607633968, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Aj_Laugh": { - "name": "Aj_Laugh", - "id": "786691571591544892", - "author": "725108124817817601", - "animated": false, - "created": 1607632286, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Aj_Ninja": { - "name": "Aj_Ninja", - "id": "786694269540368422", - "author": "725108124817817601", - "animated": false, - "created": 1607632930, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Aj_Sadness": { - "name": "Aj_Sadness", - "id": "786694506858414140", - "author": "725108124817817601", - "animated": false, - "created": 1607632986, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Aj_Shy": { - "name": "Aj_Shy", - "id": "786692671607144478", - "author": "725108124817817601", - "animated": false, - "created": 1607632549, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Aj_Smile": { - "name": "Aj_Smile", - "id": "786695122712526889", - "author": "725108124817817601", - "animated": false, - "created": 1607633133, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Aj_Tongue": { - "name": "Aj_Tongue", - "id": "786692238876475392", - "author": "725108124817817601", - "animated": false, - "created": 1607632445, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Aj_Vampire": { - "name": "Aj_Vampire", - "id": "786694060165169163", - "author": "725108124817817601", - "animated": false, - "created": 1607632880, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ak47": { - "name": "ak47", - "id": "767067574155739187", - "author": "657689355166679052", - "animated": false, - "created": 1602953561, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "akaspeak": { - "name": "akaspeak", - "id": "749318654264475738", - "author": "365184840209006604", - "animated": false, - "created": 1598721888, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "akaspeak2": { - "name": "akaspeak2", - "id": "764149212131622914", - "author": "365184840209006604", - "animated": false, - "created": 1602257769, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "akaspeak3": { - "name": "akaspeak3", - "id": "778378748448997376", - "author": "365184840209006604", - "animated": false, - "created": 1605650355, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "AkenoSmile": { - "name": "AkenoSmile", - "id": "783881939908165715", - "author": "697542753449672775", - "animated": false, - "created": 1606962418, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "aKermitSip": { - "name": "aKermitSip", - "id": "784469177796657162", - "author": "772637906304892958", - "animated": true, - "created": 1607102426, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "a_kill": { - "name": "a_kill", - "id": "788779167999066212", - "author": "527449870873657344", - "animated": false, - "created": 1608130008, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "akkermit": { - "name": "akkermit", - "id": "783814387621167105", - "author": "162457009147346945", - "animated": false, - "created": 1606946312, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Akko": { - "name": "Akko", - "id": "777370286173454337", - "author": "549041904092971040", - "animated": true, - "created": 1605409919, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "AkkoCry": { - "name": "AkkoCry", - "id": "738433567100764201", - "author": "369911225393610752", - "animated": true, - "created": 1596126681, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "AkkoLewd": { - "name": "AkkoLewd", - "id": "570070643438125057", - "author": "140516693242937345", - "animated": false, - "created": 1555985832, - "modified": 1555985837, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "AkkoWoah": { - "name": "AkkoWoah", - "id": "787997869901873173", - "author": "294383386393575426", - "animated": true, - "created": 1607943732, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "akrep": { - "name": "akrep", - "id": "781814696469725225", - "author": "586886106289668127", - "animated": false, - "created": 1606469549, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ak_tsundere": { - "name": "ak_tsundere", - "id": "782673125279793192", - "author": "700050219995496568", - "animated": false, - "created": 1606674214, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "akuREEE": { - "name": "akuREEE", - "id": "769879060222312450", - "author": "299638454323773440", - "animated": false, - "created": 1603623871, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "akuuhS": { - "name": "akuuhS", - "id": "783842093713850390", - "author": "251798547249364992", - "animated": false, - "created": 1606952918, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Ala": { - "name": "Ala", - "id": "702951900894461963", - "author": "521802133796945962", - "animated": false, - "created": 1587667193, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "alacaza": { - "name": "alacaza", - "id": "789578648872681543", - "author": "764963344317677609", - "animated": true, - "created": 1608320620, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "alalunavoy": { - "name": "alalunavoy", - "id": "783859881844801546", - "author": "411204117323710466", - "animated": true, - "created": 1606957159, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "alan": { - "name": "alan", - "id": "719684483149987882", - "author": "543583694200242217", - "animated": false, - "created": 1591656552, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Alastor": { - "name": "Alastor", - "id": "675686986383884298", - "author": "521802133796945962", - "animated": false, - "created": 1581166731, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "alastorha": { - "name": "alastorha", - "id": "784880646543638589", - "author": "496037931140513800", - "animated": false, - "created": 1607200528, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "alastorlul": { - "name": "alastorlul", - "id": "784880554717085736", - "author": "496037931140513800", - "animated": false, - "created": 1607200506, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "albedocry": { - "name": "albedocry", - "id": "787347197049176065", - "author": "670922756115791892", - "animated": false, - "created": 1607788600, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "alert": { - "name": "alert", - "id": "749713906498273382", - "author": "298325671044841472", - "animated": true, - "created": 1598816124, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "alert2": { - "name": "alert2", - "id": "787756203450171402", - "author": "747341741732003851", - "animated": true, - "created": 1607886114, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "alertt": { - "name": "alertt", - "id": "781233305977880628", - "author": "495518017434681365", - "animated": false, - "created": 1606330934, - "modified": 1606331339, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "alex": { - "name": "alex", - "id": "737187140588535868", - "author": "661789191470055436", - "animated": false, - "created": 1595829510, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Alexball": { - "name": "Alexball", - "id": "781975137469202462", - "author": "610207676822978590", - "animated": false, - "created": 1606507801, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ali1": { - "name": "ali1", - "id": "783179928664670259", - "author": "476918199061839902", - "animated": true, - "created": 1606795045, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ali2": { - "name": "ali2", - "id": "783179950206353408", - "author": "476918199061839902", - "animated": true, - "created": 1606795050, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ali3": { - "name": "ali3", - "id": "783180058394886205", - "author": "476918199061839902", - "animated": true, - "created": 1606795076, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ali4": { - "name": "ali4", - "id": "783180065814872075", - "author": "476918199061839902", - "animated": true, - "created": 1606795078, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "alice": { - "name": "alice", - "id": "742466680634212352", - "author": "371341644131336199", - "animated": false, - "created": 1597088251, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "alicespin": { - "name": "alicespin", - "id": "713959175507542026", - "author": "620744223267749888", - "animated": true, - "created": 1590291532, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "alienpls": { - "name": "alienpls", - "id": "568204577552334858", - "author": "472173615752806402", - "animated": true, - "created": 1555540928, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "AlienPls3": { - "name": "AlienPls3", - "id": "772565975651975220", - "author": "270645096758640641", - "animated": true, - "created": 1604264482, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "alinapose": { - "name": "alinapose", - "id": "785957799862861904", - "author": "353109234201788427", - "animated": false, - "created": 1607457342, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "alitbag": { - "name": "alitbag", - "id": "679889081270009886", - "author": "227165235293847552", - "animated": true, - "created": 1582168588, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "allah": { - "name": "allah", - "id": "773973203256737802", - "author": "381866876483141632", - "animated": false, - "created": 1604599991, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "allenBaka": { - "name": "allenBaka", - "id": "532652741043027968", - "author": "140516693242937345", - "animated": false, - "created": 1547064709, - "modified": 1547065459, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "allenHug": { - "name": "allenHug", - "id": "526901965905461249", - "author": "140516693242937345", - "animated": false, - "created": 1545693618, - "modified": 1545693621, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "allenSenpai": { - "name": "allenSenpai", - "id": "520498898712789017", - "author": "140516693242937345", - "animated": false, - "created": 1544167008, - "modified": 1544167079, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "alliaxzongzi": { - "name": "alliaxzongzi", - "id": "775537280689242132", - "author": "756906411295768647", - "animated": false, - "created": 1604972896, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Allowed": { - "name": "Allowed", - "id": "755620080015900743", - "author": "580939801243549697", - "animated": true, - "created": 1600224265, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "allowednarco": { - "name": "allowednarco", - "id": "737022706712707072", - "author": "585585626863370260", - "animated": false, - "created": 1595790306, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "alm": { - "name": "alm", - "id": "780547221748711474", - "author": "512509857606139905", - "animated": false, - "created": 1606167359, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "alogued": { - "name": "alogued", - "id": "766303802076561438", - "author": "704662972739616809", - "animated": false, - "created": 1602771463, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "aloguedfeliz": { - "name": "aloguedfeliz", - "id": "788458025450602506", - "author": "675595213728645120", - "animated": false, - "created": 1608053459, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "aloola": { - "name": "aloola", - "id": "778299895756619776", - "author": "756324535158046854", - "animated": false, - "created": 1605631555, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "alounever4": { - "name": "alounever4", - "id": "780537941599846412", - "author": "209280535174971393", - "animated": false, - "created": 1606165147, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "alousleep": { - "name": "alousleep", - "id": "778030432331497513", - "author": "209280535174971393", - "animated": false, - "created": 1605567310, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "alouspeak": { - "name": "alouspeak", - "id": "743849884062449765", - "author": "209280535174971393", - "animated": false, - "created": 1597418032, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "alouwifi": { - "name": "alouwifi", - "id": "781253310828249138", - "author": "209280535174971393", - "animated": false, - "created": 1606335704, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "alrato": { - "name": "alrato", - "id": "784540047877472257", - "author": "512509857606139905", - "animated": false, - "created": 1607119323, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "alright": { - "name": "alright", - "id": "782742149669191722", - "author": "748023719833894942", - "animated": false, - "created": 1606690671, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "altoke": { - "name": "altoke", - "id": "707669433656672297", - "author": "419678613303197730", - "animated": false, - "created": 1588791941, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "AltokeMiRey": { - "name": "AltokeMiRey", - "id": "762360727745855509", - "author": "545612393049489418", - "animated": false, - "created": 1601831361, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "aLulSlide": { - "name": "aLulSlide", - "id": "784469915150843926", - "author": "772637906304892958", - "animated": true, - "created": 1607102602, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "aLurk": { - "name": "aLurk", - "id": "786153681590550528", - "author": "676134602837852172", - "animated": true, - "created": 1607504043, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "alv": { - "name": "alv", - "id": "710324498666094613", - "author": "595304660068204555", - "animated": false, - "created": 1589424957, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "alwayswatching": { - "name": "alwayswatching", - "id": "782739411686522894", - "author": "748023719833894942", - "animated": false, - "created": 1606690018, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "am10": { - "name": "am10", - "id": "768085216609959967", - "author": "643505644158189569", - "animated": false, - "created": 1603196186, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ama": { - "name": "ama", - "id": "781295637991653376", - "author": "727283870461984839", - "animated": false, - "created": 1606345795, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "amaa": { - "name": "amaa", - "id": "762112812297486357", - "author": "435166381189758998", - "animated": false, - "created": 1601772253, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "amazon": { - "name": "amazon", - "id": "771755765253275659", - "author": "644980013220757531", - "animated": false, - "created": 1604071313, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Amber": { - "name": "Amber", - "id": "775707247597715496", - "author": "546381043364659211", - "animated": false, - "created": 1605013419, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "AmberDollDance": { - "name": "AmberDollDance", - "id": "771724326712901682", - "author": "394146105060753409", - "animated": true, - "created": 1604063817, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "amberweird": { - "name": "amberweird", - "id": "774732168844279819", - "author": "209280535174971393", - "animated": false, - "created": 1604780943, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ameanalise": { - "name": "ameanalise", - "id": "781276413692608524", - "author": "288070232264933406", - "animated": false, - "created": 1606341212, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ameasuste": { - "name": "ameasuste", - "id": "748032017186422804", - "author": "599290730476863744", - "animated": false, - "created": 1598415130, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "amegablobsweats": { - "name": "amegablobsweats", - "id": "492046290989875220", - "author": "140516693242937345", - "animated": true, - "created": 1531976615, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "amelia": { - "name": "amelia", - "id": "788539525612961852", - "author": "569937267012010015", - "animated": true, - "created": 1608072873, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Ameliazoiuda": { - "name": "Ameliazoiuda", - "id": "779748426312712264", - "author": "444261303218077709", - "animated": false, - "created": 1605976911, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "amen": { - "name": "amen", - "id": "720577991813365811", - "author": "659745923139633152", - "animated": false, - "created": 1591869581, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ameno": { - "name": "ameno", - "id": "660509612931285013", - "author": "399348446525390849", - "animated": false, - "created": 1577548163, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ameowglarezoom": { - "name": "ameowglarezoom", - "id": "492046293494005765", - "author": "140516693242937345", - "animated": true, - "created": 1532217011, - "modified": 1537383394, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "ameowsipb": { - "name": "ameowsipb", - "id": "492046294785851414", - "author": "140516693242937345", - "animated": true, - "created": 1531984468, - "modified": 1537383395, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "ameowsipzoom": { - "name": "ameowsipzoom", - "id": "492046296509710368", - "author": "140516693242937345", - "animated": true, - "created": 1532216935, - "modified": 1537383395, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "ameroll": { - "name": "ameroll", - "id": "788161913636519997", - "author": "515897683219578900", - "animated": true, - "created": 1607982844, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "amgry": { - "name": "amgry", - "id": "773680801720172594", - "author": "738859004712976456", - "animated": false, - "created": 1604530277, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "amheyurcutest": { - "name": "amheyurcutest", - "id": "784815864234901554", - "author": "627172517630574629", - "animated": false, - "created": 1607185083, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Amik": { - "name": "Amik", - "id": "779041945838026792", - "author": "753015942409093144", - "animated": true, - "created": 1605808473, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "a_milkdance2": { - "name": "a_milkdance2", - "id": "783880603627946025", - "author": "697542753449672775", - "animated": true, - "created": 1606962099, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "a_milkmochadance": { - "name": "a_milkmochadance", - "id": "783880589861322782", - "author": "697542753449672775", - "animated": true, - "created": 1606962096, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "a_MilkMochaGoodnight": { - "name": "a_MilkMochaGoodnight", - "id": "783880572392177704", - "author": "697542753449672775", - "animated": true, - "created": 1606962092, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "amimir": { - "name": "amimir", - "id": "690615868505194517", - "author": "323996592627646475", - "animated": false, - "created": 1584726054, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "A_minuscula": { - "name": "A_minuscula", - "id": "756613408094159000", - "author": "497775828256423956", - "animated": true, - "created": 1600461093, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "amish": { - "name": "amish", - "id": "789400596036976651", - "author": "405583972463017987", - "animated": true, - "created": 1608278168, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "amlo": { - "name": "amlo", - "id": "701943793993121793", - "author": "418175999365349399", - "animated": false, - "created": 1587426842, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "amongdance": { - "name": "amongdance", - "id": "756959479660019822", - "author": "419623768835620865", - "animated": true, - "created": 1600543603, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "amongDead": { - "name": "amongDead", - "id": "757223575508877343", - "author": "182850025007742976", - "animated": false, - "created": 1600606569, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "AMONGGERS": { - "name": "AMONGGERS", - "id": "778475618215788564", - "author": "364295643784806410", - "animated": false, - "created": 1605673450, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "among_us": { - "name": "among_us", - "id": "762766808351506442", - "author": "706584445922312262", - "animated": true, - "created": 1601928178, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "amongus": { - "name": "amongus", - "id": "756503435448156264", - "author": "399671914114711562", - "animated": false, - "created": 1600434874, - "modified": 1600434927, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "AmongUsDance": { - "name": "AmongUsDance", - "id": "771010830753726484", - "author": "700117364485914704", - "animated": true, - "created": 1603893706, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "amongus_red": { - "name": "amongus_red", - "id": "789004668378152960", - "author": "773865344313589761", - "animated": false, - "created": 1608183772, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "amor": { - "name": "amor", - "id": "766661960674050058", - "author": "704662972739616809", - "animated": false, - "created": 1602856855, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "amused": { - "name": "amused", - "id": "492046297877184522", - "author": "140516693242937345", - "animated": false, - "created": 1529226378, - "modified": 1537383395, - "preserve": true, - "description": "\"That's a quality emoji. It's kind of sly. And would be fantastic when flirting.\"\nDXsmiley, 2018-03-23", - "nsfw": "SFW" - }, - "amyblush": { - "name": "amyblush", - "id": "782150510027079720", - "author": "496037931140513800", - "animated": false, - "created": 1606549613, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "anal": { - "name": "anal", - "id": "695029745183621130", - "author": "386509699136356354", - "animated": false, - "created": 1585778404, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "analise": { - "name": "analise", - "id": "680803626486202373", - "author": "579430695546650673", - "animated": false, - "created": 1582386633, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ancap": { - "name": "ancap", - "id": "767235710679777309", - "author": "518610005906423820", - "animated": false, - "created": 1602993648, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "an_cry": { - "name": "an_cry", - "id": "789001601150746635", - "author": "527449870873657344", - "animated": true, - "created": 1608183040, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "andalucia": { - "name": "andalucia", - "id": "774600547629137951", - "author": "220864614190153729", - "animated": false, - "created": 1604749562, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ANGELDANCE": { - "name": "ANGELDANCE", - "id": "786807682854027264", - "author": "740457917374922765", - "animated": true, - "created": 1607659969, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ANGERY": { - "name": "ANGERY", - "id": "434821586588270612", - "author": "140516693242937345", - "animated": false, - "created": 1525387939, - "modified": 1533892035, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Angery_": { - "name": "Angery_", - "id": "783176957390225439", - "author": "242691348560478209", - "animated": false, - "created": 1606794337, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Angery_2": { - "name": "Angery_2", - "id": "783178305901166602", - "author": "242691348560478209", - "animated": false, - "created": 1606794659, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "angeryboi": { - "name": "angeryboi", - "id": "679072016489250869", - "author": "385806801624367115", - "animated": false, - "created": 1581973785, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "angeryBOYE": { - "name": "angeryBOYE", - "id": "492046302394318869", - "author": "140516693242937345", - "animated": false, - "created": 1532224383, - "modified": 1537383397, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "angerybug": { - "name": "angerybug", - "id": "682286033316085880", - "author": "438644880152068127", - "animated": false, - "created": 1582740066, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "AngeryCat": { - "name": "AngeryCat", - "id": "752205480893612072", - "author": "284917889847525376", - "animated": false, - "created": 1599410162, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "angry": { - "name": "angry", - "id": "713822842675789956", - "author": "447821193312206848", - "animated": true, - "created": 1590259028, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "angryako": { - "name": "angryako", - "id": "786110577624743947", - "author": "522749177168658432", - "animated": false, - "created": 1607493767, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "angrybork": { - "name": "angrybork", - "id": "783657016660983828", - "author": "521800936553971719", - "animated": false, - "created": 1606908792, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "angrycat": { - "name": "angrycat", - "id": "734630096895213569", - "author": "462391077391958016", - "animated": false, - "created": 1595219863, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "angry_fb": { - "name": "angry_fb", - "id": "783252172119998494", - "author": "496037931140513800", - "animated": false, - "created": 1606812270, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "angryjailbot": { - "name": "angryjailbot", - "id": "782167663580282890", - "author": "496037931140513800", - "animated": false, - "created": 1606553703, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "angryjoe": { - "name": "angryjoe", - "id": "789838329549291581", - "author": "586219689466658816", - "animated": false, - "created": 1608382532, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "angrykei": { - "name": "angrykei", - "id": "788152390435733524", - "author": "311133475191390210", - "animated": false, - "created": 1607980573, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "angrylett": { - "name": "angrylett", - "id": "772210710813737070", - "author": "708404644052729879", - "animated": false, - "created": 1604179780, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "angrypalca": { - "name": "angrypalca", - "id": "767645436252782592", - "author": "356267162148798465", - "animated": false, - "created": 1603091334, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "angrypalcate": { - "name": "angrypalcate", - "id": "782787055062351913", - "author": "708404644052729879", - "animated": false, - "created": 1606701377, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "angrypanda": { - "name": "angrypanda", - "id": "789593102280294400", - "author": "457800274887573515", - "animated": false, - "created": 1608324065, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "angryping": { - "name": "angryping", - "id": "763049062987464716", - "author": "450903155572736000", - "animated": true, - "created": 1601995473, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Angry_Sergal": { - "name": "Angry_Sergal", - "id": "784531716936957982", - "author": "441317661100605440", - "animated": false, - "created": 1607117337, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "AngryShiba": { - "name": "AngryShiba", - "id": "777395914074619914", - "author": "236691358574837760", - "animated": true, - "created": 1605416029, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "angryturtle": { - "name": "angryturtle", - "id": "781206370778873886", - "author": "451876555107336192", - "animated": false, - "created": 1606324512, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "angrywaut": { - "name": "angrywaut", - "id": "734927216227516418", - "author": "638128638700552192", - "animated": false, - "created": 1595290702, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "angustia": { - "name": "angustia", - "id": "777619433954738206", - "author": "426002740162854922", - "animated": false, - "created": 1605469320, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "angy": { - "name": "angy", - "id": "719631747536519188", - "author": "353555262436802562", - "animated": false, - "created": 1591643978, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "AngyCat": { - "name": "AngyCat", - "id": "782740062994563103", - "author": "748023719833894942", - "animated": false, - "created": 1606690173, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "AnimatedSexFucking": { - "name": "AnimatedSexFucking", - "id": "786654869330460752", - "author": "364221992364408833", - "animated": true, - "created": 1607623536, - "modified": 1607626086, - "preserve": false, - "description": null, - "nsfw": "MOD_NSFW" - }, - "AnimatedWordFuckYou": { - "name": "AnimatedWordFuckYou", - "id": "786731415814537226", - "author": "364221992364408833", - "animated": true, - "created": 1607641786, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "anime": { - "name": "anime", - "id": "709794515321487361", - "author": "603571711186698251", - "animated": false, - "created": 1589298599, - "modified": 1603645710, - "preserve": false, - "description": null, - "nsfw": "MOD_NSFW" - }, - "AnimeDance": { - "name": "AnimeDance", - "id": "785105910880010250", - "author": "725675719774044181", - "animated": true, - "created": 1607254235, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "anime_heyhey": { - "name": "anime_heyhey", - "id": "783880819269435413", - "author": "697542753449672775", - "animated": true, - "created": 1606962151, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "anime_ping": { - "name": "anime_ping", - "id": "782673980976660500", - "author": "700050219995496568", - "animated": true, - "created": 1606674418, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "anime_rage": { - "name": "anime_rage", - "id": "783880803716956161", - "author": "697542753449672775", - "animated": true, - "created": 1606962147, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "anime_suit": { - "name": "anime_suit", - "id": "786037744295346176", - "author": "688167964381675580", - "animated": false, - "created": 1607476402, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "annie": { - "name": "annie", - "id": "788970917292015636", - "author": "508004255974817802", - "animated": false, - "created": 1608175725, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "anniesleep": { - "name": "anniesleep", - "id": "784497296330063892", - "author": "508004255974817802", - "animated": false, - "created": 1607109130, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "announcement": { - "name": "announcement", - "id": "782742066144477244", - "author": "748023719833894942", - "animated": false, - "created": 1606690651, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ano": { - "name": "ano", - "id": "682783772369879060", - "author": "626787420687564824", - "animated": true, - "created": 1582858736, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ansparkles": { - "name": "ansparkles", - "id": "733375667529580636", - "author": "589147367551270912", - "animated": true, - "created": 1594920784, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "antihorny": { - "name": "antihorny", - "id": "709503842554871911", - "author": "467098286642167819", - "animated": false, - "created": 1589229298, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "antonlook": { - "name": "antonlook", - "id": "762768475160182794", - "author": "220655677432004618", - "animated": false, - "created": 1601928576, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "anweird": { - "name": "anweird", - "id": "591292416284164096", - "author": "98425391647031296", - "animated": false, - "created": 1561045497, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "anyaded": { - "name": "anyaded", - "id": "787295235020816446", - "author": "460802435217358848", - "animated": false, - "created": 1607776211, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "anyakek": { - "name": "anyakek", - "id": "785382926480179210", - "author": "460802435217358848", - "animated": false, - "created": 1607320281, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Aoji": { - "name": "Aoji", - "id": "781223670936109097", - "author": "525464605108076567", - "animated": false, - "created": 1606328637, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "aok": { - "name": "aok", - "id": "773821983916818442", - "author": "714174249975414787", - "animated": true, - "created": 1604563938, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "apa": { - "name": "apa", - "id": "758722558353997854", - "author": "391932219741962241", - "animated": true, - "created": 1600963954, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "apartyblob": { - "name": "apartyblob", - "id": "492046313811345414", - "author": "140516693242937345", - "animated": true, - "created": 1531976460, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "apartyblobcat": { - "name": "apartyblobcat", - "id": "492046315006459922", - "author": "140516693242937345", - "animated": true, - "created": 1531979170, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "a_paw": { - "name": "a_paw", - "id": "788447472078028841", - "author": "284819168791101450", - "animated": true, - "created": 1608050926, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "apeepodetective": { - "name": "apeepodetective", - "id": "784500952048467999", - "author": "112471608865624064", - "animated": true, - "created": 1607110002, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ApegardYTheo": { - "name": "ApegardYTheo", - "id": "779933412177215489", - "author": "741850493088694343", - "animated": false, - "created": 1606021016, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "apegay": { - "name": "apegay", - "id": "722818740349304953", - "author": "479370177209696267", - "animated": false, - "created": 1592403817, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "aPensive": { - "name": "aPensive", - "id": "766173508149182484", - "author": "450903155572736000", - "animated": true, - "created": 1602740399, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "apepolehacefaltasuex": { - "name": "apepolehacefaltasuex", - "id": "786625217152942150", - "author": "471787957528035338", - "animated": true, - "created": 1607616466, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "aPES2_ChristmasWave": { - "name": "aPES2_ChristmasWave", - "id": "785941325455425538", - "author": "355983241200795648", - "animated": true, - "created": 1607453414, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "aPES3_LookAround": { - "name": "aPES3_LookAround", - "id": "786782471823818804", - "author": "353109234201788427", - "animated": true, - "created": 1607653959, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "aPES4_Nope": { - "name": "aPES4_Nope", - "id": "786155694087864320", - "author": "676134602837852172", - "animated": true, - "created": 1607504523, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "aPES4_WidePeepoLove": { - "name": "aPES4_WidePeepoLove", - "id": "785940989662986290", - "author": "355983241200795648", - "animated": true, - "created": 1607453334, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "aPES_GaConga": { - "name": "aPES_GaConga", - "id": "786156813388873739", - "author": "676134602837852172", - "animated": true, - "created": 1607504790, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "aPES_GhostDance": { - "name": "aPES_GhostDance", - "id": "786156784795910154", - "author": "676134602837852172", - "animated": true, - "created": 1607504783, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "aPES_WideEyes": { - "name": "aPES_WideEyes", - "id": "786156768421478441", - "author": "676134602837852172", - "animated": true, - "created": 1607504779, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "apex": { - "name": "apex", - "id": "788007025300471808", - "author": "674019507064274964", - "animated": false, - "created": 1607945915, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "aphotoblob": { - "name": "aphotoblob", - "id": "492046316004835330", - "author": "140516693242937345", - "animated": true, - "created": 1532109307, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "aplastar": { - "name": "aplastar", - "id": "663233528326258688", - "author": "417138170430357524", - "animated": false, - "created": 1578197646, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "aplauso": { - "name": "aplauso", - "id": "679179671413325825", - "author": "517462606634549387", - "animated": true, - "created": 1581999452, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Aplausos": { - "name": "Aplausos", - "id": "735997314845507636", - "author": "725796425371353158", - "animated": true, - "created": 1595545834, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "apm": { - "name": "apm", - "id": "787993176824086528", - "author": "304413971350552588", - "animated": true, - "created": 1607942613, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "apocdrop": { - "name": "apocdrop", - "id": "733416296036958228", - "author": "73375128251011072", - "animated": false, - "created": 1594930471, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "apoco": { - "name": "apoco", - "id": "780982899649675294", - "author": "753681432718737480", - "animated": false, - "created": 1606271233, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "apogfish": { - "name": "apogfish", - "id": "781261963346575431", - "author": "324036670309662721", - "animated": true, - "created": 1606337767, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "apollyon": { - "name": "apollyon", - "id": "786065408469106740", - "author": "429160506893402122", - "animated": false, - "created": 1607482997, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "apoyo": { - "name": "apoyo", - "id": "787982437803360266", - "author": "586219689466658816", - "animated": false, - "created": 1607940053, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "appaweird": { - "name": "appaweird", - "id": "788126929638129705", - "author": "353109234201788427", - "animated": false, - "created": 1607974502, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "approaching": { - "name": "approaching", - "id": "782741686731276298", - "author": "748023719833894942", - "animated": false, - "created": 1606690560, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "apssad": { - "name": "apssad", - "id": "764833358513176579", - "author": "425046879047385108", - "animated": false, - "created": 1602420882, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "apssparkles": { - "name": "apssparkles", - "id": "701984514586705930", - "author": "438644880152068127", - "animated": true, - "created": 1587436550, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "apsweird": { - "name": "apsweird", - "id": "585664398303952906", - "author": "205929421444612097", - "animated": false, - "created": 1559703673, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "apu": { - "name": "apu", - "id": "750038946821701702", - "author": "655227024453140512", - "animated": false, - "created": 1598893620, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "apuntar": { - "name": "apuntar", - "id": "771240661394784256", - "author": "370757129268887553", - "animated": false, - "created": 1603948502, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "aqua": { - "name": "aqua", - "id": "683479991048208473", - "author": "640680859867021335", - "animated": false, - "created": 1583024728, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "aqua_cry": { - "name": "aqua_cry", - "id": "693226088213774426", - "author": "421672017549590529", - "animated": true, - "created": 1585348379, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "aquacry": { - "name": "aquacry", - "id": "675733561197985803", - "author": "461818566510116895", - "animated": false, - "created": 1581177835, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "aquaYay": { - "name": "aquaYay", - "id": "738989561300123729", - "author": "389222063438823424", - "animated": true, - "created": 1596259241, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ara": { - "name": "ara", - "id": "704872006515949668", - "author": "595304660068204555", - "animated": false, - "created": 1588124982, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "AraAra": { - "name": "AraAra", - "id": "713750463421612062", - "author": "353109234201788427", - "animated": false, - "created": 1590241771, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "arainblob": { - "name": "arainblob", - "id": "492046318035009576", - "author": "140516693242937345", - "animated": true, - "created": 1532108969, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "AraNani": { - "name": "AraNani", - "id": "781201303027580959", - "author": "408449302461939722", - "animated": false, - "created": 1606323304, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "arara": { - "name": "arara", - "id": "731260434845270016", - "author": "691239435768954911", - "animated": false, - "created": 1594416473, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ararara": { - "name": "ararara", - "id": "785208746187292673", - "author": "410983710083776522", - "animated": false, - "created": 1607278753, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "arch": { - "name": "arch", - "id": "753642354342363247", - "author": "723268667579826267", - "animated": false, - "created": 1599752739, - "modified": 1600668103, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "ardillafornai": { - "name": "ardillafornai", - "id": "686717191693008966", - "author": "320354548105609217", - "animated": true, - "created": 1583796537, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Aredano": { - "name": "Aredano", - "id": "775474215692009502", - "author": "657032893172023363", - "animated": false, - "created": 1604957860, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "areia": { - "name": "areia", - "id": "788530242339340338", - "author": "325346618364788737", - "animated": false, - "created": 1608070660, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "arepa": { - "name": "arepa", - "id": "766487122730811472", - "author": "661789191470055436", - "animated": false, - "created": 1602815170, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "aresbest": { - "name": "aresbest", - "id": "782291849959178260", - "author": "399348446525390849", - "animated": false, - "created": 1606583311, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "argamen": { - "name": "argamen", - "id": "780878057543172136", - "author": "723326259056345171", - "animated": false, - "created": 1606246237, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "argas": { - "name": "argas", - "id": "786349168746299392", - "author": "450382573290389504", - "animated": false, - "created": 1607550651, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "argentina": { - "name": "argentina", - "id": "703703681169621033", - "author": "410533390257750036", - "animated": false, - "created": 1587846431, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ari": { - "name": "ari", - "id": "709571617193459799", - "author": "554077299348078614", - "animated": true, - "created": 1589245456, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "armageddonblade": { - "name": "armageddonblade", - "id": "786050886412926977", - "author": "429160506893402122", - "animated": false, - "created": 1607479535, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "armaros": { - "name": "armaros", - "id": "720987016300462140", - "author": "245607870463213570", - "animated": false, - "created": 1591967100, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "armasleep": { - "name": "armasleep", - "id": "776525240352243722", - "author": "245607870463213570", - "animated": false, - "created": 1605208444, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "armasleep2": { - "name": "armasleep2", - "id": "781909197457326080", - "author": "209280535174971393", - "animated": false, - "created": 1606492079, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "armleft": { - "name": "armleft", - "id": "785988212131627038", - "author": "245607870463213570", - "animated": false, - "created": 1607464592, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "armright": { - "name": "armright", - "id": "785988262141493268", - "author": "245607870463213570", - "animated": false, - "created": 1607464604, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "army": { - "name": "army", - "id": "786406168061935627", - "author": "740675355072921650", - "animated": false, - "created": 1607564241, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ArnosGrapeFish": { - "name": "ArnosGrapeFish", - "id": "723994164815200337", - "author": "328327250682576897", - "animated": true, - "created": 1592684060, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ArnosGrapeFish2x": { - "name": "ArnosGrapeFish2x", - "id": "783460868309778442", - "author": "328327250682576897", - "animated": true, - "created": 1606862027, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ArnosGrapeFishBOOM": { - "name": "ArnosGrapeFishBOOM", - "id": "783460959720833044", - "author": "328327250682576897", - "animated": true, - "created": 1606862049, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ArnosGrapeFishPing": { - "name": "ArnosGrapeFishPing", - "id": "783460913399332894", - "author": "328327250682576897", - "animated": true, - "created": 1606862037, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ArnosGrapeFishRainbow": { - "name": "ArnosGrapeFishRainbow", - "id": "783460434002706452", - "author": "328327250682576897", - "animated": true, - "created": 1606861923, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ArnosGrapeFishRainbow1": { - "name": "ArnosGrapeFishRainbow1", - "id": "783460685333266443", - "author": "328327250682576897", - "animated": true, - "created": 1606861983, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ArnosGrapeFishRainbow2": { - "name": "ArnosGrapeFishRainbow2", - "id": "783460663229284393", - "author": "328327250682576897", - "animated": true, - "created": 1606861978, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ArnosGrapeFishRainbow3": { - "name": "ArnosGrapeFishRainbow3", - "id": "783460617520152606", - "author": "328327250682576897", - "animated": true, - "created": 1606861967, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ArnosGrapeFishRainbow4": { - "name": "ArnosGrapeFishRainbow4", - "id": "783460574134534144", - "author": "328327250682576897", - "animated": true, - "created": 1606861956, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ArnosGrapeFishRainbow5": { - "name": "ArnosGrapeFishRainbow5", - "id": "783460527883943937", - "author": "328327250682576897", - "animated": true, - "created": 1606861945, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ArnosGrapeHeart": { - "name": "ArnosGrapeHeart", - "id": "783460822206513192", - "author": "328327250682576897", - "animated": true, - "created": 1606862016, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "arose": { - "name": "arose", - "id": "788398719057264690", - "author": "715373648520806432", - "animated": true, - "created": 1608039302, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "arriba": { - "name": "arriba", - "id": "764342208580681738", - "author": "676818445068927006", - "animated": false, - "created": 1602303783, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "arrivederci": { - "name": "arrivederci", - "id": "780515952844472330", - "author": "742896971387240540", - "animated": false, - "created": 1606159904, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "arrow": { - "name": "arrow", - "id": "766002826421600286", - "author": "680929882150404170", - "animated": false, - "created": 1602699705, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "arrow_simp": { - "name": "arrow_simp", - "id": "786950192246816779", - "author": "718818001633280071", - "animated": false, - "created": 1607693946, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "arroz": { - "name": "arroz", - "id": "729801482236461146", - "author": "705592580196270120", - "animated": false, - "created": 1594068633, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "arthur": { - "name": "arthur", - "id": "519589724671836160", - "author": "181354489738035201", - "animated": false, - "created": 1543950243, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ArtiaLick": { - "name": "ArtiaLick", - "id": "780647233208844320", - "author": "180314252777750528", - "animated": true, - "created": 1606191204, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "artichamp": { - "name": "artichamp", - "id": "771616317740548107", - "author": "466061790627889167", - "animated": false, - "created": 1604038066, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "artiweird": { - "name": "artiweird", - "id": "771616095781126165", - "author": "466061790627889167", - "animated": false, - "created": 1604038013, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Arturdead": { - "name": "Arturdead", - "id": "782747154576965642", - "author": "589147367551270912", - "animated": false, - "created": 1606691864, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "a_sad": { - "name": "a_sad", - "id": "788781636996038688", - "author": "527449870873657344", - "animated": false, - "created": 1608130597, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "asad": { - "name": "asad", - "id": "758061125118984264", - "author": "718841556852932670", - "animated": true, - "created": 1600806256, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "aSClicklickFAST": { - "name": "aSClicklickFAST", - "id": "786153629571874816", - "author": "676134602837852172", - "animated": true, - "created": 1607504031, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "asco": { - "name": "asco", - "id": "766307978923212913", - "author": "676818445068927006", - "animated": false, - "created": 1602772459, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "a_scream": { - "name": "a_scream", - "id": "778725998630797333", - "author": "515770221475135499", - "animated": true, - "created": 1605733146, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "aSCteeth": { - "name": "aSCteeth", - "id": "786153653731983370", - "author": "676134602837852172", - "animated": true, - "created": 1607504037, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "aSCWWTF": { - "name": "aSCWWTF", - "id": "786153613855686666", - "author": "676134602837852172", - "animated": true, - "created": 1607504027, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "asd": { - "name": "asd", - "id": "731031144484831332", - "author": "273171975931822082", - "animated": false, - "created": 1594361806, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ASdiscodoge": { - "name": "ASdiscodoge", - "id": "768504020494581822", - "author": "386304762519224347", - "animated": true, - "created": 1603296036, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "asefrio": { - "name": "asefrio", - "id": "756247964879552532", - "author": "711748993117585449", - "animated": false, - "created": 1600373965, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "aserules": { - "name": "aserules", - "id": "782691589561909249", - "author": "687796517700239361", - "animated": false, - "created": 1606678616, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "asfhspasda": { - "name": "asfhspasda", - "id": "788810900504576010", - "author": "350309116427763722", - "animated": true, - "created": 1608137574, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "asgasm": { - "name": "asgasm", - "id": "776808159977013279", - "author": "746647694789050430", - "animated": false, - "created": 1605275897, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ash": { - "name": "ash", - "id": "695494913311113237", - "author": "628070207293882377", - "animated": false, - "created": 1585889309, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ashuda": { - "name": "ashuda", - "id": "770058261793603585", - "author": "638896902875906059", - "animated": false, - "created": 1603666596, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "asies": { - "name": "asies", - "id": "597593121924186113", - "author": "467098286642167819", - "animated": false, - "created": 1562547703, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ASKIMPATATA": { - "name": "ASKIMPATATA", - "id": "785499805630988369", - "author": "276877342008279041", - "animated": false, - "created": 1607348147, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "aslan": { - "name": "aslan", - "id": "781814720943620106", - "author": "586886106289668127", - "animated": false, - "created": 1606469554, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "a_smile": { - "name": "a_smile", - "id": "788781329021796392", - "author": "527449870873657344", - "animated": false, - "created": 1608130523, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "as_Music_Listening1": { - "name": "as_Music_Listening1", - "id": "786267731724992532", - "author": "559261533218144275", - "animated": true, - "created": 1607531235, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "aSodaGG": { - "name": "aSodaGG", - "id": "784470506676944896", - "author": "772637906304892958", - "animated": true, - "created": 1607102743, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "asosretrol": { - "name": "asosretrol", - "id": "767749903824060426", - "author": "761590261502574682", - "animated": false, - "created": 1603116241, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "a_sos_re_troll": { - "name": "a_sos_re_troll", - "id": "785962903529455656", - "author": "563512512847544320", - "animated": false, - "created": 1607458558, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "asosretroll": { - "name": "asosretroll", - "id": "754707317219655825", - "author": "701059709100097636", - "animated": false, - "created": 1600006646, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "aspritebottle": { - "name": "aspritebottle", - "id": "782108058012745749", - "author": "690953891482828890", - "animated": true, - "created": 1606539492, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "asrielaaah": { - "name": "asrielaaah", - "id": "779730706372624414", - "author": "564111150443266125", - "animated": false, - "created": 1605972687, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "AsrielHolyGod": { - "name": "AsrielHolyGod", - "id": "785219618741813329", - "author": "521802133796945962", - "animated": false, - "created": 1607281345, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Asrielpaws": { - "name": "Asrielpaws", - "id": "789572914532843570", - "author": "521802133796945962", - "animated": false, - "created": 1608319252, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "AsrielPium": { - "name": "AsrielPium", - "id": "699733904579625094", - "author": "521802133796945962", - "animated": false, - "created": 1586899963, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "AsrielYey": { - "name": "AsrielYey", - "id": "697243919511060590", - "author": "521802133796945962", - "animated": false, - "created": 1586306304, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ass": { - "name": "ass", - "id": "766802701886947338", - "author": "268138992606773248", - "animated": true, - "created": 1602890410, - "modified": 1602912774, - "preserve": false, - "description": null, - "nsfw": "MOD_NSFW" - }, - "assualt": { - "name": "assualt", - "id": "787419736564039711", - "author": "703829756835266590", - "animated": true, - "created": 1607805894, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "asteriscosemuereasterisco": { - "name": "asteriscosemuereasterisco", - "id": "786301408286081044", - "author": "685852503673143300", - "animated": false, - "created": 1607539264, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "astolfo": { - "name": "astolfo", - "id": "745463167756533800", - "author": "403668500515651585", - "animated": false, - "created": 1597802669, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "astolfolick": { - "name": "astolfolick", - "id": "673289715088097317", - "author": "95579127389618176", - "animated": true, - "created": 1580595177, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "asumakina": { - "name": "asumakina", - "id": "774140143937912842", - "author": "704742786225668206", - "animated": false, - "created": 1604639793, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "asustado": { - "name": "asustado", - "id": "760252290794913833", - "author": "302106586401472512", - "animated": false, - "created": 1601328671, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "asustao": { - "name": "asustao", - "id": "583960836687659009", - "author": "343239064918687745", - "animated": true, - "created": 1559297513, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "asweat": { - "name": "asweat", - "id": "786333891081797633", - "author": "494688594603147284", - "animated": true, - "created": 1607547009, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ata": { - "name": "ata", - "id": "782050771138904085", - "author": "729015115411750943", - "animated": true, - "created": 1606525833, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "athinkingwithblobs": { - "name": "athinkingwithblobs", - "id": "492046335026003979", - "author": "140516693242937345", - "animated": true, - "created": 1531976485, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "aThonk": { - "name": "aThonk", - "id": "782113910333505537", - "author": "690953891482828890", - "animated": true, - "created": 1606540887, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "atrevida": { - "name": "atrevida", - "id": "765744244996309023", - "author": "704662972739616809", - "animated": false, - "created": 1602638054, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "AuE_WhiteVentAngel": { - "name": "AuE_WhiteVentAngel", - "id": "786186024022704138", - "author": "676134602837852172", - "animated": true, - "created": 1607511754, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "augh": { - "name": "augh", - "id": "783358877655367696", - "author": "330070979927605260", - "animated": true, - "created": 1606837710, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "aunndance": { - "name": "aunndance", - "id": "773361909746499584", - "author": "739936426799661086", - "animated": true, - "created": 1604454247, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "auroraoncrack": { - "name": "auroraoncrack", - "id": "780257533092167711", - "author": "209280535174971393", - "animated": false, - "created": 1606098292, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "autiskek": { - "name": "autiskek", - "id": "749254576128917614", - "author": "428461954064056340", - "animated": true, - "created": 1598706611, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "autism": { - "name": "autism", - "id": "674699901556228126", - "author": "400940653179174913", - "animated": false, - "created": 1580931391, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "autisthenk": { - "name": "autisthenk", - "id": "759410309882183701", - "author": "428461954064056340", - "animated": true, - "created": 1601127927, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "avanrish": { - "name": "avanrish", - "id": "778171037942284299", - "author": "336186693210210305", - "animated": true, - "created": 1605600833, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "avapeek": { - "name": "avapeek", - "id": "776126107333165058", - "author": "182850025007742976", - "animated": false, - "created": 1605113283, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "av_avatar": { - "name": "av_avatar", - "id": "785980665786269746", - "author": "667884783954821159", - "animated": false, - "created": 1607462793, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "aver": { - "name": "aver", - "id": "611680088227971115", - "author": "408562137451986946", - "animated": true, - "created": 1565906297, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "avostambiensosretrol": { - "name": "avostambiensosretrol", - "id": "783182226711904267", - "author": "368558529268809728", - "animated": false, - "created": 1606795593, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "avr": { - "name": "avr", - "id": "766798062126628884", - "author": "717411677598908487", - "animated": false, - "created": 1602889304, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "awa": { - "name": "awa", - "id": "645756633858834453", - "author": "437137381494358026", - "animated": false, - "created": 1574030779, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "awaa": { - "name": "awaa", - "id": "776990064856006677", - "author": "417138170430357524", - "animated": true, - "created": 1605319267, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "awaaa": { - "name": "awaaa", - "id": "789375597255065621", - "author": "508054192758194176", - "animated": true, - "created": 1608272208, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "awantaa": { - "name": "awantaa", - "id": "712857209880707083", - "author": "691239435768954911", - "animated": false, - "created": 1590028803, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "awaw": { - "name": "awaw", - "id": "783235063990845511", - "author": "741200634384220191", - "animated": false, - "created": 1606808191, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "awawa": { - "name": "awawa", - "id": "769349966404517908", - "author": "187972637505486848", - "animated": true, - "created": 1603497725, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "away": { - "name": "away", - "id": "492046344811446306", - "author": "249750282324410368", - "animated": false, - "created": 1536211708, - "modified": 1537383407, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "away2": { - "name": "away2", - "id": "492046345956229120", - "author": "249750282324410368", - "animated": false, - "created": 1536212234, - "modified": 1537383407, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "A_Weno": { - "name": "A_Weno", - "id": "774480442492715009", - "author": "687902310315458594", - "animated": false, - "created": 1604720926, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "aweno": { - "name": "aweno", - "id": "698782555159265310", - "author": "610238556006383825", - "animated": true, - "created": 1586673144, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "aWhale": { - "name": "aWhale", - "id": "540067841219624970", - "author": "403597576223326228", - "animated": true, - "created": 1548832607, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "awildaniiappeared": { - "name": "awildaniiappeared", - "id": "783043919671197716", - "author": "353109234201788427", - "animated": true, - "created": 1606762618, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "awks": { - "name": "awks", - "id": "733788765486841996", - "author": "733749046174548039", - "animated": true, - "created": 1595019274, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "awkward_cat": { - "name": "awkward_cat", - "id": "785499708058501150", - "author": "434603155695730709", - "animated": false, - "created": 1607348124, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "awkwardchamp": { - "name": "awkwardchamp", - "id": "693744376123490345", - "author": "167267224787222528", - "animated": true, - "created": 1585471948, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Awoo": { - "name": "Awoo", - "id": "634346265169231919", - "author": "324215644981559296", - "animated": true, - "created": 1571310335, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "awooo": { - "name": "awooo", - "id": "775037791180554270", - "author": "303963315061915648", - "animated": false, - "created": 1604853809, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "aworrypat": { - "name": "aworrypat", - "id": "717512779279368225", - "author": "205929421444612097", - "animated": true, - "created": 1591138777, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "aww": { - "name": "aww", - "id": "669748382859919370", - "author": "195763464570929161", - "animated": false, - "created": 1579750857, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "awwshake": { - "name": "awwshake", - "id": "537930585277071361", - "author": "203208699500560385", - "animated": true, - "created": 1548323045, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "awww": { - "name": "awww", - "id": "781710870291939388", - "author": "495518017434681365", - "animated": false, - "created": 1606444795, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "axcorball": { - "name": "axcorball", - "id": "784257144224088064", - "author": "544012397623377930", - "animated": false, - "created": 1607051874, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "axlickintense": { - "name": "axlickintense", - "id": "783748046290026536", - "author": "742349989795201065", - "animated": true, - "created": 1606930495, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ay": { - "name": "ay", - "id": "782780108816515132", - "author": "608094111651725322", - "animated": false, - "created": 1606699721, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "aya": { - "name": "aya", - "id": "695361100736102410", - "author": "676163766185885710", - "animated": false, - "created": 1585857405, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "aya2a": { - "name": "aya2a", - "id": "708780535274537132", - "author": "511549289558966285", - "animated": true, - "created": 1589056848, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ayadance": { - "name": "ayadance", - "id": "709472892705833031", - "author": "410533390257750036", - "animated": true, - "created": 1589221919, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ayamefukkireta": { - "name": "ayamefukkireta", - "id": "779160162237677568", - "author": "466061790627889167", - "animated": true, - "created": 1605836658, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ayawaaah": { - "name": "ayawaaah", - "id": "780936187661385748", - "author": "293107176355004416", - "animated": false, - "created": 1606260096, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "AYAYA": { - "name": "AYAYA", - "id": "569080809114566656", - "author": "269691188875886593", - "animated": false, - "created": 1555749837, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ayayaJAM": { - "name": "ayayaJAM", - "id": "750925198659944478", - "author": "270645096758640641", - "animated": true, - "created": 1599104918, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "AYAYALove": { - "name": "AYAYALove", - "id": "784017350038913044", - "author": "281376741979717632", - "animated": true, - "created": 1606994702, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "AYAYAShake": { - "name": "AYAYAShake", - "id": "776851057950064712", - "author": "569482187699781653", - "animated": true, - "created": 1605286125, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ayayay": { - "name": "ayayay", - "id": "726573435307687978", - "author": "386952931783606274", - "animated": false, - "created": 1593299006, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "AY_dragonASCV": { - "name": "AY_dragonASCV", - "id": "781739171747201045", - "author": "664666006991405057", - "animated": true, - "created": 1606451542, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ayegbye": { - "name": "ayegbye", - "id": "782113238682173460", - "author": "690953891482828890", - "animated": true, - "created": 1606540727, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "aysi": { - "name": "aysi", - "id": "758149930598137877", - "author": "450903155572736000", - "animated": false, - "created": 1600827429, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ayup_cry": { - "name": "ayup_cry", - "id": "783094626592489544", - "author": "595676691368771584", - "animated": false, - "created": 1606774708, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "aywey": { - "name": "aywey", - "id": "655218087087439872", - "author": "445896929138835458", - "animated": false, - "created": 1576286565, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ayy": { - "name": "ayy", - "id": "773381703795867678", - "author": "736497741697646653", - "animated": true, - "created": 1604458967, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "azazel": { - "name": "azazel", - "id": "780887181652525056", - "author": "479370177209696267", - "animated": true, - "created": 1606248412, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "azFlying_Hearts_Gray": { - "name": "azFlying_Hearts_Gray", - "id": "782812259277471804", - "author": "760975697392173067", - "animated": true, - "created": 1606707386, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "azn": { - "name": "azn", - "id": "776851218541969479", - "author": "309406390491807755", - "animated": false, - "created": 1605286163, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "azulpet": { - "name": "azulpet", - "id": "767015633791090688", - "author": "600344332662472714", - "animated": true, - "created": 1602941177, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "b_": { - "name": "b_", - "id": "763305781998780447", - "author": "752168287256838185", - "animated": true, - "created": 1602056680, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "B9E3CAF0423241528A8CC755D6F09CB7": { - "name": "B9E3CAF0423241528A8CC755D6F09CB7", - "id": "788732790229041152", - "author": "721415443700514847", - "animated": false, - "created": 1608118951, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "babababa": { - "name": "babababa", - "id": "783239566756806686", - "author": "762903203804741693", - "animated": true, - "created": 1606809264, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bababui": { - "name": "bababui", - "id": "765003335673446410", - "author": "648998562293874700", - "animated": true, - "created": 1602461408, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "baba_uwu": { - "name": "baba_uwu", - "id": "784860839202390017", - "author": "506459837169795092", - "animated": true, - "created": 1607195806, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "babe": { - "name": "babe", - "id": "782511577307807794", - "author": "532364636100755476", - "animated": true, - "created": 1606635698, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "babey": { - "name": "babey", - "id": "752386886554746922", - "author": "299927423125028864", - "animated": false, - "created": 1599453412, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "babybottle": { - "name": "babybottle", - "id": "782699724770771024", - "author": "702673961858760797", - "animated": true, - "created": 1606680556, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "baby_rage": { - "name": "baby_rage", - "id": "784860779802787851", - "author": "506459837169795092", - "animated": false, - "created": 1607195792, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "BabyRage": { - "name": "BabyRage", - "id": "640927614932090890", - "author": "224647503037988874", - "animated": false, - "created": 1572879451, - "modified": 1572884956, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "babyshark": { - "name": "babyshark", - "id": "784317853217980416", - "author": "713483831780573275", - "animated": true, - "created": 1607066348, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "backstab": { - "name": "backstab", - "id": "705053412579999876", - "author": "479370177209696267", - "animated": false, - "created": 1588168232, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bad": { - "name": "bad", - "id": "741175574256550001", - "author": "296473943408115723", - "animated": true, - "created": 1596780427, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "badga": { - "name": "badga", - "id": "786287567405318144", - "author": "435166381189758998", - "animated": false, - "created": 1607535964, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bae_booty": { - "name": "bae_booty", - "id": "785304009589522443", - "author": "758927412758183957", - "animated": false, - "created": 1607301466, - "modified": 1607331469, - "preserve": false, - "description": null, - "nsfw": "MOD_NSFW" - }, - "baguette": { - "name": "baguette", - "id": "731561148339454036", - "author": "527886142524096552", - "animated": true, - "created": 1594488169, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bahh": { - "name": "bahh", - "id": "774022702553235506", - "author": "543468933974589440", - "animated": false, - "created": 1604611792, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ba_hi": { - "name": "ba_hi", - "id": "782675938055553065", - "author": "700050219995496568", - "animated": false, - "created": 1606674885, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ba_hide": { - "name": "ba_hide", - "id": "782675920770170910", - "author": "700050219995496568", - "animated": false, - "created": 1606674881, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bai": { - "name": "bai", - "id": "710903911749386280", - "author": "265918130549817344", - "animated": false, - "created": 1589563100, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "baibchek": { - "name": "baibchek", - "id": "779540828929654826", - "author": "427135249152212992", - "animated": false, - "created": 1605927417, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "baila": { - "name": "baila", - "id": "747927633169219647", - "author": "725437449895149619", - "animated": false, - "created": 1598390243, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bailable": { - "name": "bailable", - "id": "785556614492979201", - "author": "701103722453008518", - "animated": true, - "created": 1607361691, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "baile": { - "name": "baile", - "id": "684192951441686586", - "author": "477213575501578251", - "animated": true, - "created": 1583194711, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "baile_abeja": { - "name": "baile_abeja", - "id": "780532721519951872", - "author": "701103722453008518", - "animated": true, - "created": 1606163902, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bailedeltroleo": { - "name": "bailedeltroleo", - "id": "765076477905207357", - "author": "337776631210967040", - "animated": true, - "created": 1602478846, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bailedetroleo": { - "name": "bailedetroleo", - "id": "775394504147730442", - "author": "475156812329517068", - "animated": true, - "created": 1604938856, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bailefachero": { - "name": "bailefachero", - "id": "780244616036745256", - "author": "672660494724759553", - "animated": true, - "created": 1606095212, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "baileuwu": { - "name": "baileuwu", - "id": "612740205866254361", - "author": "612662916029874177", - "animated": true, - "created": 1566159049, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bainha": { - "name": "bainha", - "id": "788529787634581534", - "author": "325346618364788737", - "animated": false, - "created": 1608070551, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "baited": { - "name": "baited", - "id": "749240085832138762", - "author": "425046879047385108", - "animated": false, - "created": 1598703156, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "baited1": { - "name": "baited1", - "id": "776529990640467988", - "author": "747555334410731672", - "animated": false, - "created": 1605209577, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bajadon": { - "name": "bajadon", - "id": "720720462274887772", - "author": "609791313847517223", - "animated": false, - "created": 1591903548, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bajon": { - "name": "bajon", - "id": "787858027059347476", - "author": "609791313847517223", - "animated": false, - "created": 1607910391, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "baka": { - "name": "baka", - "id": "472201187832234004", - "author": "140516693242937345", - "animated": false, - "created": 1532651936, - "modified": 1533892035, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bakacat": { - "name": "bakacat", - "id": "779819003312340994", - "author": "302106586401472512", - "animated": false, - "created": 1605993739, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "BAKA_DIE": { - "name": "BAKA_DIE", - "id": "784441631171412019", - "author": "711751154119475291", - "animated": false, - "created": 1607095859, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "baldbyakuya": { - "name": "baldbyakuya", - "id": "788066638418280489", - "author": "655530342928613417", - "animated": false, - "created": 1607960128, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "BaldiBaile": { - "name": "BaldiBaile", - "id": "782910179868016640", - "author": "741850493088694343", - "animated": true, - "created": 1606730732, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "baldsmile": { - "name": "baldsmile", - "id": "789650851617570886", - "author": "738859004712976456", - "animated": false, - "created": 1608337834, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "baliable": { - "name": "baliable", - "id": "785556570829357096", - "author": "701103722453008518", - "animated": true, - "created": 1607361681, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "balik_aphr": { - "name": "balik_aphr", - "id": "781814748459040828", - "author": "586886106289668127", - "animated": false, - "created": 1606469561, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bambada_0": { - "name": "bambada_0", - "id": "597625355096031233", - "author": "140516693242937345", - "animated": false, - "created": 1562555387, - "modified": 1562618033, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "bambada_1": { - "name": "bambada_1", - "id": "597625362196856854", - "author": "140516693242937345", - "animated": false, - "created": 1562555389, - "modified": 1562618033, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "bambada_10": { - "name": "bambada_10", - "id": "597625400943706146", - "author": "140516693242937345", - "animated": false, - "created": 1562555398, - "modified": 1562618033, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "bambada_11": { - "name": "bambada_11", - "id": "597625405146398739", - "author": "140516693242937345", - "animated": false, - "created": 1562555400, - "modified": 1562618033, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "bambada_12": { - "name": "bambada_12", - "id": "597625409789755412", - "author": "140516693242937345", - "animated": false, - "created": 1562555401, - "modified": 1562618033, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "bambada_13": { - "name": "bambada_13", - "id": "597625413551915019", - "author": "140516693242937345", - "animated": false, - "created": 1562555401, - "modified": 1562618033, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "bambada_14": { - "name": "bambada_14", - "id": "597625416928198677", - "author": "140516693242937345", - "animated": false, - "created": 1562555402, - "modified": 1562618033, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "bambada_15": { - "name": "bambada_15", - "id": "597625421814824980", - "author": "140516693242937345", - "animated": false, - "created": 1562555403, - "modified": 1562618033, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "bambada_2": { - "name": "bambada_2", - "id": "597625367376822284", - "author": "140516693242937345", - "animated": false, - "created": 1562555391, - "modified": 1562618033, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "bambada_3": { - "name": "bambada_3", - "id": "597625371650818068", - "author": "140516693242937345", - "animated": false, - "created": 1562555391, - "modified": 1562618033, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "bambada_4": { - "name": "bambada_4", - "id": "597625375123570701", - "author": "140516693242937345", - "animated": false, - "created": 1562555392, - "modified": 1562618033, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "bambada_5": { - "name": "bambada_5", - "id": "597625379196502016", - "author": "140516693242937345", - "animated": false, - "created": 1562555393, - "modified": 1562618033, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "bambada_6": { - "name": "bambada_6", - "id": "597625384460353536", - "author": "140516693242937345", - "animated": false, - "created": 1562555394, - "modified": 1562618033, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "bambada_7": { - "name": "bambada_7", - "id": "597625388155273246", - "author": "140516693242937345", - "animated": false, - "created": 1562555395, - "modified": 1562618033, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "bambada_8": { - "name": "bambada_8", - "id": "597625392043524116", - "author": "140516693242937345", - "animated": false, - "created": 1562555397, - "modified": 1562618033, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "bambada_9": { - "name": "bambada_9", - "id": "597625397030420491", - "author": "140516693242937345", - "animated": false, - "created": 1562555397, - "modified": 1562618033, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "Ban": { - "name": "Ban", - "id": "415613977133842467", - "author": "201852729730007041", - "animated": false, - "created": 1525387940, - "modified": 1533892035, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "BananaBaile": { - "name": "BananaBaile", - "id": "782905939246055425", - "author": "741850493088694343", - "animated": true, - "created": 1606729721, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "banban": { - "name": "banban", - "id": "786156830597578762", - "author": "676134602837852172", - "animated": false, - "created": 1607504794, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "banbo": { - "name": "banbo", - "id": "776391793277009930", - "author": "650561615372222484", - "animated": false, - "created": 1605176628, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bancat": { - "name": "bancat", - "id": "781677654708584458", - "author": "488694672441737236", - "animated": true, - "created": 1606436875, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bandwagoned": { - "name": "bandwagoned", - "id": "776602179888742411", - "author": "438644880152068127", - "animated": false, - "created": 1605226788, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bandy": { - "name": "bandy", - "id": "765239649789935636", - "author": "676818445068927006", - "animated": false, - "created": 1602517750, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "baneado": { - "name": "baneado", - "id": "689261316187488263", - "author": "614919553415381011", - "animated": false, - "created": 1584403103, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bang": { - "name": "bang", - "id": "615646597665128449", - "author": "338050616850907146", - "animated": true, - "created": 1566851987, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "BanHammer": { - "name": "BanHammer", - "id": "469979029374500885", - "author": "205558873908707329", - "animated": false, - "created": 1532122132, - "modified": 1533892035, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "banido": { - "name": "banido", - "id": "736740409639698543", - "author": "463131128870731780", - "animated": false, - "created": 1595723001, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "banned": { - "name": "banned", - "id": "774524066761015296", - "author": "450903155572736000", - "animated": false, - "created": 1604731327, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "BAnneR": { - "name": "BAnneR", - "id": "788530016245645312", - "author": "756143897134235779", - "animated": false, - "created": 1608070606, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "baramon": { - "name": "baramon", - "id": "786781111396466728", - "author": "665573758756716554", - "animated": false, - "created": 1607653635, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "barbaraweird": { - "name": "barbaraweird", - "id": "774732224138182697", - "author": "209280535174971393", - "animated": false, - "created": 1604780956, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "barkbark": { - "name": "barkbark", - "id": "782742054987366421", - "author": "748023719833894942", - "animated": false, - "created": 1606690648, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "barney": { - "name": "barney", - "id": "788929142938140712", - "author": "756906411295768647", - "animated": false, - "created": 1608165765, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "barneywhy": { - "name": "barneywhy", - "id": "789928520640888832", - "author": "756906411295768647", - "animated": false, - "created": 1608404035, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "barny": { - "name": "barny", - "id": "772281784636276776", - "author": "610207676822978590", - "animated": false, - "created": 1604196725, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bas": { - "name": "bas", - "id": "788232646227394570", - "author": "741850493088694343", - "animated": false, - "created": 1607999707, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "basak_aphr": { - "name": "basak_aphr", - "id": "781814771863126017", - "author": "586886106289668127", - "animated": false, - "created": 1606469567, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Based": { - "name": "Based", - "id": "696896509844652061", - "author": "455539312784834570", - "animated": false, - "created": 1586223475, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ba_sleep": { - "name": "ba_sleep", - "id": "782675853078298666", - "author": "700050219995496568", - "animated": false, - "created": 1606674864, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bastaaa": { - "name": "bastaaa", - "id": "785908732747972608", - "author": "569937267012010015", - "animated": false, - "created": 1607445643, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bata": { - "name": "bata", - "id": "540078941642162176", - "author": "420979511786733568", - "animated": true, - "created": 1548835253, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "BathoryCry": { - "name": "BathoryCry", - "id": "781344927723290685", - "author": "448827482179895304", - "animated": false, - "created": 1606357547, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "BathoryLurk": { - "name": "BathoryLurk", - "id": "781344966697418802", - "author": "448827482179895304", - "animated": false, - "created": 1606357556, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "BathoryPout": { - "name": "BathoryPout", - "id": "781345007142567936", - "author": "448827482179895304", - "animated": false, - "created": 1606357566, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "BathorySip": { - "name": "BathorySip", - "id": "781345046795780146", - "author": "448827482179895304", - "animated": false, - "created": 1606357575, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "batseng": { - "name": "batseng", - "id": "773494529361182760", - "author": "343310328089804803", - "animated": false, - "created": 1604485866, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "battlethenk": { - "name": "battlethenk", - "id": "759375410633900032", - "author": "567390950838501376", - "animated": false, - "created": 1601119606, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Baymax": { - "name": "Baymax", - "id": "782159012937334784", - "author": "496037931140513800", - "animated": false, - "created": 1606551640, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bayon": { - "name": "bayon", - "id": "786301965716946954", - "author": "749338977126842398", - "animated": false, - "created": 1607539398, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bb": { - "name": "bb", - "id": "774663372335480832", - "author": "650561615372222484", - "animated": false, - "created": 1604764540, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bba7": { - "name": "bba7", - "id": "783568619123638272", - "author": "557761229595344903", - "animated": false, - "created": 1606887716, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bban": { - "name": "bban", - "id": "782493946743881769", - "author": "512509857606139905", - "animated": false, - "created": 1606631495, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bbocchi": { - "name": "bbocchi", - "id": "784349766280019974", - "author": "431225704563081216", - "animated": false, - "created": 1607073956, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "BBoomer": { - "name": "BBoomer", - "id": "677719065263079446", - "author": "625810429075128355", - "animated": true, - "created": 1581651217, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bdevilskull": { - "name": "bdevilskull", - "id": "788397908621131826", - "author": "715373648520806432", - "animated": false, - "created": 1608039109, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bean": { - "name": "bean", - "id": "752348207257878601", - "author": "285148358815776768", - "animated": false, - "created": 1599444190, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "beanblobcat": { - "name": "beanblobcat", - "id": "492046363031371776", - "author": "140516693242937345", - "animated": false, - "created": 1531979225, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "beaned": { - "name": "beaned", - "id": "737034852213456896", - "author": "277662370359410689", - "animated": false, - "created": 1595793202, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "beans": { - "name": "beans", - "id": "774509563188740117", - "author": "125807113569042432", - "animated": false, - "created": 1604727869, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bearcop": { - "name": "bearcop", - "id": "512106967515529216", - "author": "140516693242937345", - "animated": true, - "created": 1542166253, - "modified": 1542166257, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "bearcop1": { - "name": "bearcop1", - "id": "492046366562844690", - "author": "308162538648895489", - "animated": true, - "created": 1531367442, - "modified": 1537383412, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "bearcop2": { - "name": "bearcop2", - "id": "492046369037746186", - "author": "308162538648895489", - "animated": true, - "created": 1531367499, - "modified": 1537383412, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "bearcop3": { - "name": "bearcop3", - "id": "492046370249637889", - "author": "308162538648895489", - "animated": true, - "created": 1531367522, - "modified": 1537383413, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "bearcop4": { - "name": "bearcop4", - "id": "492046371529162813", - "author": "308162538648895489", - "animated": true, - "created": 1531367543, - "modified": 1537383413, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "Bear_CS": { - "name": "Bear_CS", - "id": "782674011246297111", - "author": "700050219995496568", - "animated": false, - "created": 1606674425, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "BearHuggie": { - "name": "BearHuggie", - "id": "772627602401656852", - "author": "727325977755254874", - "animated": true, - "created": 1604279175, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bearkiss": { - "name": "bearkiss", - "id": "781542047730368512", - "author": "756368101788090420", - "animated": true, - "created": 1606404544, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bearshug": { - "name": "bearshug", - "id": "786178442756489276", - "author": "676134602837852172", - "animated": false, - "created": 1607509947, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "beautiful": { - "name": "beautiful", - "id": "766817079788699648", - "author": "757412481504247850", - "animated": false, - "created": 1602893838, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "BebeBaile": { - "name": "BebeBaile", - "id": "782904354087895052", - "author": "741850493088694343", - "animated": true, - "created": 1606729343, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bebebear": { - "name": "bebebear", - "id": "786678631678214244", - "author": "718818001633280071", - "animated": false, - "created": 1607629201, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bebecatto": { - "name": "bebecatto", - "id": "786678619967062067", - "author": "718818001633280071", - "animated": false, - "created": 1607629198, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bebela": { - "name": "bebela", - "id": "781565153874280500", - "author": "221784867514351616", - "animated": false, - "created": 1606410053, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bebewhale": { - "name": "bebewhale", - "id": "786678610123030538", - "author": "718818001633280071", - "animated": false, - "created": 1607629196, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "beboez": { - "name": "beboez", - "id": "569092516696031232", - "author": "216550726929874944", - "animated": false, - "created": 1555752629, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "beboezaf": { - "name": "beboezaf", - "id": "761447044673437706", - "author": "167786416988749824", - "animated": false, - "created": 1601613522, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bebolook": { - "name": "bebolook", - "id": "571743427772022804", - "author": "216550726929874944", - "animated": false, - "created": 1556384655, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bebomamay": { - "name": "bebomamay", - "id": "696420804921131068", - "author": "256056872254177281", - "animated": false, - "created": 1586110058, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "beborain": { - "name": "beborain", - "id": "571742604933333013", - "author": "216550726929874944", - "animated": false, - "created": 1556384459, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bebowat": { - "name": "bebowat", - "id": "605348966246252544", - "author": "174520685526384640", - "animated": false, - "created": 1564396840, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "beboweird": { - "name": "beboweird", - "id": "599244548606001153", - "author": "239333423095742464", - "animated": false, - "created": 1562941433, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bebowhat": { - "name": "bebowhat", - "id": "620686516338819133", - "author": "216550726929874944", - "animated": false, - "created": 1555801821, - "modified": 1568058492, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bebowtf": { - "name": "bebowtf", - "id": "611792835355607043", - "author": "427050223689531392", - "animated": false, - "created": 1565933178, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bec": { - "name": "bec", - "id": "570087614477107211", - "author": "508276261219598347", - "animated": false, - "created": 1555989879, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bee": { - "name": "bee", - "id": "773942975721635870", - "author": "684477455028846624", - "animated": false, - "created": 1604592784, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "beeboweird": { - "name": "beeboweird", - "id": "728713962845241485", - "author": "281563194843987968", - "animated": false, - "created": 1593809347, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "beeebolook": { - "name": "beeebolook", - "id": "654887619573972993", - "author": "186324887596564480", - "animated": false, - "created": 1576207775, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "BegoneHornyTeen": { - "name": "BegoneHornyTeen", - "id": "673023697740890115", - "author": "547861735391100931", - "animated": false, - "created": 1580531753, - "modified": 1586458774, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "beheaded": { - "name": "beheaded", - "id": "781905972599193651", - "author": "209280535174971393", - "animated": false, - "created": 1606491311, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "beidouweird": { - "name": "beidouweird", - "id": "774732267218010172", - "author": "209280535174971393", - "animated": false, - "created": 1604780966, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bellascarebear": { - "name": "bellascarebear", - "id": "782112920845811752", - "author": "690953891482828890", - "animated": true, - "created": 1606540651, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "belly_dancer_kneel": { - "name": "belly_dancer_kneel", - "id": "787732899599220776", - "author": "532025158865780756", - "animated": false, - "created": 1607880558, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bellydancerlift": { - "name": "bellydancerlift", - "id": "787739830318399548", - "author": "532025158865780756", - "animated": true, - "created": 1607882211, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bennettweird": { - "name": "bennettweird", - "id": "774732302429323315", - "author": "209280535174971393", - "animated": false, - "created": 1604780974, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "beo": { - "name": "beo", - "id": "775509780806631434", - "author": "645482510930673675", - "animated": false, - "created": 1604966340, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Bepis1": { - "name": "Bepis1", - "id": "492046384430579723", - "author": "140516693242937345", - "animated": false, - "created": 1525502040, - "modified": 1537383416, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "bepis2": { - "name": "bepis2", - "id": "492046385076502540", - "author": "140516693242937345", - "animated": false, - "created": 1532762851, - "modified": 1537383416, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "bepis3": { - "name": "bepis3", - "id": "492046386531926036", - "author": "140516693242937345", - "animated": false, - "created": 1532146423, - "modified": 1537383417, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "BERN": { - "name": "BERN", - "id": "788487565715046410", - "author": "717187106874720287", - "animated": false, - "created": 1608060485, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "beso": { - "name": "beso", - "id": "714713473237516349", - "author": "712063705537445948", - "animated": true, - "created": 1590471370, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "beyal": { - "name": "beyal", - "id": "782741636370792488", - "author": "748023719833894942", - "animated": false, - "created": 1606690548, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bgs": { - "name": "bgs", - "id": "680726971143159828", - "author": "97209058150326272", - "animated": false, - "created": 1582368357, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "biblia": { - "name": "biblia", - "id": "755244269010288701", - "author": "661789191470055436", - "animated": false, - "created": 1600134665, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bichocry": { - "name": "bichocry", - "id": "789013888028114975", - "author": "512509857606139905", - "animated": false, - "created": 1608185970, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bien": { - "name": "bien", - "id": "775340069951242251", - "author": "592187940138909707", - "animated": true, - "created": 1604925878, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "big": { - "name": "big", - "id": "724335179862114486", - "author": "418147326603821066", - "animated": true, - "created": 1592765364, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bigbigcry": { - "name": "bigbigcry", - "id": "733893816951635978", - "author": "269206837306327042", - "animated": true, - "created": 1595044321, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bigboi": { - "name": "bigboi", - "id": "718788172334759967", - "author": "479370177209696267", - "animated": true, - "created": 1591442854, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bigbrain": { - "name": "bigbrain", - "id": "573326997451833344", - "author": "140516693242937345", - "animated": false, - "created": 1556762208, - "modified": 1556762230, - "preserve": true, - "description": "200IQ", - "nsfw": "SFW" - }, - "bigbraintime": { - "name": "bigbraintime", - "id": "774325195502649354", - "author": "622067125170995240", - "animated": false, - "created": 1604683912, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bigchungus": { - "name": "bigchungus", - "id": "770091441636245504", - "author": "496037931140513800", - "animated": false, - "created": 1603674507, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "BigCry": { - "name": "BigCry", - "id": "571940221663313930", - "author": "196665012071170048", - "animated": false, - "created": 1556431575, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "BigSpender": { - "name": "BigSpender", - "id": "730900322897100842", - "author": "425046879047385108", - "animated": true, - "created": 1594330616, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "BigThonk": { - "name": "BigThonk", - "id": "786037227674140692", - "author": "755134252642992158", - "animated": false, - "created": 1607476279, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "billionaires": { - "name": "billionaires", - "id": "788487380368621588", - "author": "717187106874720287", - "animated": false, - "created": 1608060440, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bingShrug": { - "name": "bingShrug", - "id": "631356088868143115", - "author": "140516693242937345", - "animated": false, - "created": 1570597421, - "modified": 1570597427, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "bingus": { - "name": "bingus", - "id": "754574521180225658", - "author": "472631495815725056", - "animated": false, - "created": 1599974985, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "birb": { - "name": "birb", - "id": "705000675850977360", - "author": "327627555085484044", - "animated": true, - "created": 1588155659, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "birbdone": { - "name": "birbdone", - "id": "751374530038988884", - "author": "298827100016607232", - "animated": true, - "created": 1599212048, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "birbgun": { - "name": "birbgun", - "id": "734013386828021780", - "author": "521325315276931083", - "animated": false, - "created": 1595072828, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "birblove": { - "name": "birblove", - "id": "790003075070951486", - "author": "293107176355004416", - "animated": false, - "created": 1608421810, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "birbriot": { - "name": "birbriot", - "id": "746467249619075192", - "author": "176760162579644428", - "animated": true, - "created": 1598042061, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "birdance": { - "name": "birdance", - "id": "774880945190469633", - "author": "450903155572736000", - "animated": true, - "created": 1604816414, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "birdstonks": { - "name": "birdstonks", - "id": "783779765084487680", - "author": "452856221591142410", - "animated": true, - "created": 1606938057, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "birrytu": { - "name": "birrytu", - "id": "762511471849766912", - "author": "308452846834155530", - "animated": false, - "created": 1601867301, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bisquit": { - "name": "bisquit", - "id": "759765263267921940", - "author": "226339499523702785", - "animated": true, - "created": 1601212554, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bitch": { - "name": "bitch", - "id": "752721286123356208", - "author": "362374840201510914", - "animated": false, - "created": 1599533139, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bitcoin": { - "name": "bitcoin", - "id": "773821559718543361", - "author": "714174249975414787", - "animated": false, - "created": 1604563836, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bite": { - "name": "bite", - "id": "701254597066489856", - "author": "593868661110997013", - "animated": false, - "created": 1587262524, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "biteagle": { - "name": "biteagle", - "id": "787993435658387466", - "author": "304413971350552588", - "animated": true, - "created": 1607942675, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bitemore": { - "name": "bitemore", - "id": "775142265814515742", - "author": "353978827157929987", - "animated": true, - "created": 1604878717, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Bkek": { - "name": "Bkek", - "id": "786155665156079616", - "author": "676134602837852172", - "animated": true, - "created": 1607504516, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Bkn": { - "name": "Bkn", - "id": "771748800329941032", - "author": "352617359036514304", - "animated": false, - "created": 1604069652, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bkn2": { - "name": "bkn2", - "id": "787300675633414155", - "author": "352617359036514304", - "animated": false, - "created": 1607777508, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bl": { - "name": "bl", - "id": "726772495872557119", - "author": "425046879047385108", - "animated": false, - "created": 1593346465, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "black": { - "name": "black", - "id": "705656258564194374", - "author": "635437272300257280", - "animated": false, - "created": 1588311962, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "blackbutterfly": { - "name": "blackbutterfly", - "id": "785980911073099806", - "author": "667884783954821159", - "animated": false, - "created": 1607462852, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "blackdepressed": { - "name": "blackdepressed", - "id": "785974187365629982", - "author": "632211012551966750", - "animated": false, - "created": 1607461249, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "blackhearts": { - "name": "blackhearts", - "id": "786001856333742102", - "author": "782187259801632768", - "animated": true, - "created": 1607467845, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "blackpb": { - "name": "blackpb", - "id": "786870732487393280", - "author": "675231616213188608", - "animated": false, - "created": 1607675002, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "blacktick": { - "name": "blacktick", - "id": "786868432246538258", - "author": "675231616213188608", - "animated": true, - "created": 1607674453, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "BlackVerified": { - "name": "BlackVerified", - "id": "786521585073913886", - "author": "426282697422274561", - "animated": true, - "created": 1607591758, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bladeofmarmora": { - "name": "bladeofmarmora", - "id": "782163386552156171", - "author": "496037931140513800", - "animated": false, - "created": 1606552683, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "blank": { - "name": "blank", - "id": "492046396568895489", - "author": "334452113264607232", - "animated": false, - "created": 1527378693, - "modified": 1537383419, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blanketlove": { - "name": "blanketlove", - "id": "787810126152728637", - "author": "660670358050832404", - "animated": false, - "created": 1607898971, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "blank_stare": { - "name": "blank_stare", - "id": "786709767967211602", - "author": "658316782934949889", - "animated": false, - "created": 1607636625, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bleach": { - "name": "bleach", - "id": "786228560339402754", - "author": "494688594603147284", - "animated": true, - "created": 1607521896, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bleckless": { - "name": "bleckless", - "id": "785597064834580555", - "author": "353109234201788427", - "animated": false, - "created": 1607371336, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bleedingrose": { - "name": "bleedingrose", - "id": "786419601055023104", - "author": "267730425005342720", - "animated": true, - "created": 1607567443, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bleh": { - "name": "bleh", - "id": "724545556160053299", - "author": "491814839585472544", - "animated": false, - "created": 1592815522, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "blelele": { - "name": "blelele", - "id": "768504276531281921", - "author": "659846965089009667", - "animated": true, - "created": 1603296097, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "BlessedPatrick": { - "name": "BlessedPatrick", - "id": "784552489877897216", - "author": "496037931140513800", - "animated": false, - "created": 1607122289, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "blhappier": { - "name": "blhappier", - "id": "752257553676763177", - "author": "353109234201788427", - "animated": false, - "created": 1599422577, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "blhappy": { - "name": "blhappy", - "id": "752255465014165625", - "author": "353109234201788427", - "animated": false, - "created": 1599422079, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bl_hearts4": { - "name": "bl_hearts4", - "id": "786002348044451891", - "author": "782187259801632768", - "animated": true, - "created": 1607467963, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "blindroo": { - "name": "blindroo", - "id": "756362254072676433", - "author": "728030515726123028", - "animated": false, - "created": 1600401214, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "blink": { - "name": "blink", - "id": "749912242736070666", - "author": "567390950838501376", - "animated": true, - "created": 1598863411, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "blinkblink": { - "name": "blinkblink", - "id": "786150918730809364", - "author": "676134602837852172", - "animated": true, - "created": 1607503385, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "blinkdog": { - "name": "blinkdog", - "id": "788709904990208030", - "author": "586219689466658816", - "animated": true, - "created": 1608113495, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "blinks": { - "name": "blinks", - "id": "776268202900586536", - "author": "730519813184815126", - "animated": true, - "created": 1605147162, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "BlmoBurnInHell": { - "name": "BlmoBurnInHell", - "id": "782114555974385675", - "author": "690953891482828890", - "animated": false, - "created": 1606541041, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "blob": { - "name": "blob", - "id": "453089124103225345", - "author": "252311668615282689", - "animated": false, - "created": 1528109665, - "modified": 1556076011, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "blobastonished": { - "name": "blobastonished", - "id": "492046409478963222", - "author": "140516693242937345", - "animated": false, - "created": 1531976465, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobattention": { - "name": "blobattention", - "id": "492046412087951363", - "author": "297081700431691776", - "animated": true, - "created": 1525387940, - "modified": 1537383423, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobaww": { - "name": "blobaww", - "id": "492046415854567444", - "author": "216762127967453184", - "animated": false, - "created": 1525387940, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobbingmachine": { - "name": "blobbingmachine", - "id": "563395413512683533", - "author": "203208699500560385", - "animated": true, - "created": 1554394334, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "blobblush": { - "name": "blobblush", - "id": "492046417880416257", - "author": "216762127967453184", - "animated": false, - "created": 1525387940, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobblushlaugh": { - "name": "blobblushlaugh", - "id": "492046418845106177", - "author": "140516693242937345", - "animated": false, - "created": 1531976434, - "modified": 1537383424, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobbowing": { - "name": "blobbowing", - "id": "492046420560576513", - "author": "140516693242937345", - "animated": false, - "created": 1531976434, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobbunnynomblobcat": { - "name": "blobbunnynomblobcat", - "id": "492046422980689921", - "author": "140516693242937345", - "animated": false, - "created": 1531979328, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobby": { - "name": "blobby", - "id": "691615842357739532", - "author": "410983710083776522", - "animated": true, - "created": 1584964466, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "blobcatadorable": { - "name": "blobcatadorable", - "id": "492046428965699603", - "author": "140516693242937345", - "animated": false, - "created": 1531979347, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatangel": { - "name": "blobcatangel", - "id": "492046429922000896", - "author": "140516693242937345", - "animated": false, - "created": 1531979250, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatangery": { - "name": "blobcatangery", - "id": "492046431348064266", - "author": "140516693242937345", - "animated": false, - "created": 1531979219, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatangry": { - "name": "blobcatangry", - "id": "492046432531120138", - "author": "140516693242937345", - "animated": false, - "created": 1531979112, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatanimeeyes": { - "name": "blobcatanimeeyes", - "id": "492046433738817537", - "author": "140516693242937345", - "animated": false, - "created": 1531979328, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatb1nzy": { - "name": "blobcatb1nzy", - "id": "492046435953672223", - "author": "140516693242937345", - "animated": false, - "created": 1531979108, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatbaguettehero": { - "name": "blobcatbaguettehero", - "id": "492046437555765252", - "author": "140516693242937345", - "animated": false, - "created": 1531979274, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatbirthday": { - "name": "blobcatbirthday", - "id": "492046439908900876", - "author": "140516693242937345", - "animated": false, - "created": 1531979220, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatbleach": { - "name": "blobcatbleach", - "id": "492046442014179329", - "author": "140516693242937345", - "animated": false, - "created": 1531979334, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatblush": { - "name": "blobcatblush", - "id": "492046444992397323", - "author": "140516693242937345", - "animated": false, - "created": 1531979225, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatbolbscream": { - "name": "blobcatbolbscream", - "id": "492046447580020763", - "author": "140516693242937345", - "animated": false, - "created": 1531979340, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatbughunter": { - "name": "blobcatbughunter", - "id": "492046449710989312", - "author": "140516693242937345", - "animated": false, - "created": 1531979370, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatburglar": { - "name": "blobcatburglar", - "id": "492046450822479872", - "author": "140516693242937345", - "animated": false, - "created": 1531979376, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatbusiness": { - "name": "blobcatbusiness", - "id": "492046452265189397", - "author": "140516693242937345", - "animated": false, - "created": 1531979381, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatcactus": { - "name": "blobcatcactus", - "id": "492046453846442004", - "author": "140516693242937345", - "animated": false, - "created": 1531979269, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatcaged": { - "name": "blobcatcaged", - "id": "492046455129899008", - "author": "140516693242937345", - "animated": false, - "created": 1531979101, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatcheer": { - "name": "blobcatcheer", - "id": "492046456103108615", - "author": "140516693242937345", - "animated": false, - "created": 1531979309, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatchristmasglowsticks": { - "name": "blobcatchristmasglowsticks", - "id": "492046457465995264", - "author": "140516693242937345", - "animated": false, - "created": 1531979261, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatchristmastreeeee": { - "name": "blobcatchristmastreeeee", - "id": "492046459051704338", - "author": "140516693242937345", - "animated": false, - "created": 1531979285, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatcoffee": { - "name": "blobcatcoffee", - "id": "492046460213264404", - "author": "140516693242937345", - "animated": false, - "created": 1531979159, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatcookie": { - "name": "blobcatcookie", - "id": "492046461123559425", - "author": "140516693242937345", - "animated": false, - "created": 1531979364, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatcooljazz": { - "name": "blobcatcooljazz", - "id": "492046462658674719", - "author": "140516693242937345", - "animated": false, - "created": 1531979370, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatcouple": { - "name": "blobcatcouple", - "id": "492046463304466433", - "author": "140516693242937345", - "animated": false, - "created": 1531979279, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatdeficit": { - "name": "blobcatdeficit", - "id": "492046467876388885", - "author": "140516693242937345", - "animated": false, - "created": 1531979382, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatdevil": { - "name": "blobcatdevil", - "id": "492046469457641482", - "author": "140516693242937345", - "animated": false, - "created": 1531979201, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatdizzy": { - "name": "blobcatdizzy", - "id": "492046470426525698", - "author": "140516693242937345", - "animated": false, - "created": 1531979107, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatdoggocouple": { - "name": "blobcatdoggocouple", - "id": "492046471571701771", - "author": "140516693242937345", - "animated": false, - "created": 1531979395, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatdrool": { - "name": "blobcatdrool", - "id": "492046472192196610", - "author": "140516693242937345", - "animated": false, - "created": 1531979226, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatfacepalm": { - "name": "blobcatfacepalm", - "id": "492046477883998208", - "author": "140516693242937345", - "animated": false, - "created": 1531979189, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatfearful": { - "name": "blobcatfearful", - "id": "492046479507324968", - "author": "140516693242937345", - "animated": false, - "created": 1531979208, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatfingerguns": { - "name": "blobcatfingerguns", - "id": "492046480375545867", - "author": "140516693242937345", - "animated": false, - "created": 1531979237, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatfireeyes": { - "name": "blobcatfireeyes", - "id": "492046481579048970", - "author": "140516693242937345", - "animated": false, - "created": 1531979340, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatfluffangry": { - "name": "blobcatfluffangry", - "id": "492046483361628160", - "author": "140516693242937345", - "animated": false, - "created": 1531979274, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatfluffevil": { - "name": "blobcatfluffevil", - "id": "492046484288831498", - "author": "140516693242937345", - "animated": false, - "created": 1531979310, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatfluffhappy": { - "name": "blobcatfluffhappy", - "id": "492046485685272586", - "author": "140516693242937345", - "animated": false, - "created": 1531979278, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatfluffowo": { - "name": "blobcatfluffowo", - "id": "492046487908515870", - "author": "140516693242937345", - "animated": false, - "created": 1531979315, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatfluffpats": { - "name": "blobcatfluffpats", - "id": "492046488822611968", - "author": "140516693242937345", - "animated": false, - "created": 1531979309, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatfluffpout": { - "name": "blobcatfluffpout", - "id": "492046491003650054", - "author": "140516693242937345", - "animated": false, - "created": 1531979315, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatfrowning": { - "name": "blobcatfrowning", - "id": "492046493205921802", - "author": "140516693242937345", - "animated": false, - "created": 1531979102, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatfrowningbig": { - "name": "blobcatfrowningbig", - "id": "492046495122587663", - "author": "140516693242937345", - "animated": false, - "created": 1531979316, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatfunny": { - "name": "blobcatfunny", - "id": "492046496036814848", - "author": "140516693242937345", - "animated": false, - "created": 1531979153, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatghostbuster": { - "name": "blobcatghostbuster", - "id": "492046497177796609", - "author": "140516693242937345", - "animated": false, - "created": 1531979334, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatghostdead": { - "name": "blobcatghostdead", - "id": "492046498255732747", - "author": "140516693242937345", - "animated": false, - "created": 1531979251, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatglare": { - "name": "blobcatglare", - "id": "492046499350577180", - "author": "140516693242937345", - "animated": false, - "created": 1531979113, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatglowsticks": { - "name": "blobcatglowsticks", - "id": "492046500541759488", - "author": "140516693242937345", - "animated": false, - "created": 1531979219, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatgoogly": { - "name": "blobcatgoogly", - "id": "492046501871222794", - "author": "140516693242937345", - "animated": false, - "created": 1531979126, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatgooglypolice": { - "name": "blobcatgooglypolice", - "id": "527654239204409344", - "author": "140516693242937345", - "animated": false, - "created": 1545872974, - "modified": 1545873015, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatgreen": { - "name": "blobcatgreen", - "id": "492046503163199489", - "author": "140516693242937345", - "animated": false, - "created": 1531979358, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatgrimacing": { - "name": "blobcatgrimacing", - "id": "492046504224358404", - "author": "140516693242937345", - "animated": false, - "created": 1531979388, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcathairflip": { - "name": "blobcathairflip", - "id": "492046506946461696", - "author": "140516693242937345", - "animated": false, - "created": 1531979214, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcathappy": { - "name": "blobcathappy", - "id": "492046507827134465", - "author": "140516693242937345", - "animated": false, - "created": 1531979153, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatheadphones": { - "name": "blobcatheadphones", - "id": "492046508963790848", - "author": "140516693242937345", - "animated": false, - "created": 1531979273, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatheart": { - "name": "blobcatheart", - "id": "492046509764902933", - "author": "140516693242937345", - "animated": false, - "created": 1531979242, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatheartbroken": { - "name": "blobcatheartbroken", - "id": "492046511664922644", - "author": "140516693242937345", - "animated": false, - "created": 1531979335, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcathearteyes": { - "name": "blobcathearteyes", - "id": "492046513208295484", - "author": "140516693242937345", - "animated": false, - "created": 1531979102, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcathighfive": { - "name": "blobcathighfive", - "id": "492046516421263381", - "author": "140516693242937345", - "animated": false, - "created": 1531979226, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcathissing": { - "name": "blobcathissing", - "id": "492046517507719177", - "author": "140516693242937345", - "animated": false, - "created": 1531979243, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcathyper": { - "name": "blobcathyper", - "id": "492046519592026112", - "author": "140516693242937345", - "animated": false, - "created": 1531979302, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatjoyboxhero": { - "name": "blobcatjoyboxhero", - "id": "492046525191421964", - "author": "140516693242937345", - "animated": false, - "created": 1531979308, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatjustright": { - "name": "blobcatjustright", - "id": "492046526361894912", - "author": "140516693242937345", - "animated": false, - "created": 1531979382, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatkfcsweats": { - "name": "blobcatkfcsweats", - "id": "492046529859682324", - "author": "140516693242937345", - "animated": false, - "created": 1531979327, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatkirby": { - "name": "blobcatkirby", - "id": "492046530992144384", - "author": "140516693242937345", - "animated": false, - "created": 1531979196, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatkissblush": { - "name": "blobcatkissblush", - "id": "492046532066148352", - "author": "140516693242937345", - "animated": false, - "created": 1531979231, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatkissheart": { - "name": "blobcatkissheart", - "id": "492046533038964767", - "author": "140516693242937345", - "animated": false, - "created": 1531979243, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatknife": { - "name": "blobcatknife", - "id": "492046536100937728", - "author": "140516693242937345", - "animated": false, - "created": 1531979218, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatmeltnomblobcatmelt": { - "name": "blobcatmeltnomblobcatmelt", - "id": "492046542044397608", - "author": "140516693242937345", - "animated": false, - "created": 1531979376, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatmeltthumbsup": { - "name": "blobcatmeltthumbsup", - "id": "492046543738765363", - "author": "140516693242937345", - "animated": false, - "created": 1531979376, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatmorning": { - "name": "blobcatmorning", - "id": "492046546297159703", - "author": "140516693242937345", - "animated": false, - "created": 1531979164, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatmorningcoffee": { - "name": "blobcatmorningcoffee", - "id": "492046547429621772", - "author": "140516693242937345", - "animated": false, - "created": 1531979352, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatmoustache": { - "name": "blobcatmoustache", - "id": "492046549027913738", - "author": "140516693242937345", - "animated": false, - "created": 1531979196, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatnauseated": { - "name": "blobcatnauseated", - "id": "492046550369959939", - "author": "140516693242937345", - "animated": false, - "created": 1531979090, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatnervous": { - "name": "blobcatnervous", - "id": "492046553695911938", - "author": "140516693242937345", - "animated": false, - "created": 1531979286, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatneutral": { - "name": "blobcatneutral", - "id": "492046555084357642", - "author": "140516693242937345", - "animated": false, - "created": 1531979095, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatnight": { - "name": "blobcatnight", - "id": "492046556908748822", - "author": "140516693242937345", - "animated": false, - "created": 1531979132, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatninja": { - "name": "blobcatninja", - "id": "492046558528012291", - "author": "140516693242937345", - "animated": false, - "created": 1531979095, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatninjacaged": { - "name": "blobcatninjacaged", - "id": "492046561707163648", - "author": "140516693242937345", - "animated": false, - "created": 1531979353, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatnomblobbunny": { - "name": "blobcatnomblobbunny", - "id": "492046563158261760", - "author": "140516693242937345", - "animated": false, - "created": 1531979328, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatnomblobcat": { - "name": "blobcatnomblobcat", - "id": "492046564559159308", - "author": "140516693242937345", - "animated": false, - "created": 1531979127, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatnomblobdoggo": { - "name": "blobcatnomblobdoggo", - "id": "492046566157451276", - "author": "140516693242937345", - "animated": false, - "created": 1531979284, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatnomcandycane": { - "name": "blobcatnomcandycane", - "id": "492046567415742476", - "author": "140516693242937345", - "animated": false, - "created": 1531979262, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatnomcookie": { - "name": "blobcatnomcookie", - "id": "492046568526970890", - "author": "140516693242937345", - "animated": false, - "created": 1531979094, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatnomcookieblob": { - "name": "blobcatnomcookieblob", - "id": "492046569525477398", - "author": "140516693242937345", - "animated": false, - "created": 1531979304, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatnomdisk": { - "name": "blobcatnomdisk", - "id": "492046571240685578", - "author": "140516693242937345", - "animated": false, - "created": 1531979322, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatnomeggplant": { - "name": "blobcatnomeggplant", - "id": "492046572478136340", - "author": "140516693242937345", - "animated": false, - "created": 1531979188, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatnomfish": { - "name": "blobcatnomfish", - "id": "492046573711130624", - "author": "140516693242937345", - "animated": false, - "created": 1531979164, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatnomouth": { - "name": "blobcatnomouth", - "id": "492046574676082698", - "author": "140516693242937345", - "animated": false, - "created": 1531979101, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatnompeach": { - "name": "blobcatnompeach", - "id": "492046576236101661", - "author": "140516693242937345", - "animated": false, - "created": 1531979339, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatnompizza": { - "name": "blobcatnompizza", - "id": "492046577674747905", - "author": "140516693242937345", - "animated": false, - "created": 1531979328, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatnompopsicle": { - "name": "blobcatnompopsicle", - "id": "492046578928844800", - "author": "140516693242937345", - "animated": false, - "created": 1531979309, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatnomrevenge": { - "name": "blobcatnomrevenge", - "id": "492046579914506240", - "author": "140516693242937345", - "animated": false, - "created": 1531979369, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatnomstrawberry": { - "name": "blobcatnomstrawberry", - "id": "492046581063745569", - "author": "140516693242937345", - "animated": false, - "created": 1531979340, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatnomtomato": { - "name": "blobcatnomtomato", - "id": "492046582485876748", - "author": "140516693242937345", - "animated": false, - "created": 1531979352, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatnomwatermelon": { - "name": "blobcatnomwatermelon", - "id": "492046584360730625", - "author": "140516693242937345", - "animated": false, - "created": 1531979352, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatnoplease": { - "name": "blobcatnoplease", - "id": "492046585346129940", - "author": "140516693242937345", - "animated": false, - "created": 1531979213, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatnotlike": { - "name": "blobcatnotlike", - "id": "492046586419871763", - "author": "140516693242937345", - "animated": false, - "created": 1531979119, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatnotlikethis": { - "name": "blobcatnotlikethis", - "id": "492046588600909824", - "author": "140516693242937345", - "animated": false, - "created": 1531979279, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatokhand": { - "name": "blobcatokhand", - "id": "492046591343984670", - "author": "140516693242937345", - "animated": false, - "created": 1531979231, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatonfire": { - "name": "blobcatonfire", - "id": "492046592547880960", - "author": "140516693242937345", - "animated": false, - "created": 1531979255, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatopenmouth": { - "name": "blobcatopenmouth", - "id": "492046593445330944", - "author": "140516693242937345", - "animated": false, - "created": 1531979188, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatorange": { - "name": "blobcatorange", - "id": "492046594779119616", - "author": "140516693242937345", - "animated": false, - "created": 1531979357, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatoutage": { - "name": "blobcatoutage", - "id": "492046596645584898", - "author": "140516693242937345", - "animated": false, - "created": 1531979201, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatpawtongueleft": { - "name": "blobcatpawtongueleft", - "id": "492046600768847892", - "author": "140516693242937345", - "animated": false, - "created": 1531979237, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatpawtongueright": { - "name": "blobcatpawtongueright", - "id": "492046601876144149", - "author": "140516693242937345", - "animated": false, - "created": 1531979231, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatpeekaboo": { - "name": "blobcatpeekaboo", - "id": "492046605151895553", - "author": "140516693242937345", - "animated": false, - "created": 1531979273, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatpenguin": { - "name": "blobcatpenguin", - "id": "492046606271512587", - "author": "140516693242937345", - "animated": false, - "created": 1531979296, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatpensive": { - "name": "blobcatpensive", - "id": "492046608104554516", - "author": "140516693242937345", - "animated": false, - "created": 1531979261, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatphoto": { - "name": "blobcatphoto", - "id": "492046609044209665", - "author": "140516693242937345", - "animated": false, - "created": 1531979201, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatpinged": { - "name": "blobcatpinged", - "id": "492046611686359061", - "author": "140516693242937345", - "animated": false, - "created": 1531979114, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatpingedaww": { - "name": "blobcatpingedaww", - "id": "492046613431320576", - "author": "140516693242937345", - "animated": false, - "created": 1531979363, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatpingedreeee": { - "name": "blobcatpingedreeee", - "id": "492046614475833354", - "author": "140516693242937345", - "animated": false, - "created": 1531979316, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatpolice": { - "name": "blobcatpolice", - "id": "492046618053574666", - "author": "140516693242937345", - "animated": false, - "created": 1531979244, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatpolicedonut": { - "name": "blobcatpolicedonut", - "id": "492046619697479680", - "author": "140516693242937345", - "animated": false, - "created": 1531979291, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatpolicepeek": { - "name": "blobcatpolicepeek", - "id": "492046620704374804", - "author": "140516693242937345", - "animated": false, - "created": 1531979249, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatpopcorn": { - "name": "blobcatpopcorn", - "id": "492046621492772864", - "author": "140516693242937345", - "animated": false, - "created": 1531979297, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatpopcornsweats": { - "name": "blobcatpopcornsweats", - "id": "492046623053185039", - "author": "140516693242937345", - "animated": false, - "created": 1531979323, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatpopsicle": { - "name": "blobcatpopsicle", - "id": "492046624701284352", - "author": "140516693242937345", - "animated": false, - "created": 1531979113, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatpresentgreen": { - "name": "blobcatpresentgreen", - "id": "492046627813588993", - "author": "140516693242937345", - "animated": false, - "created": 1531979266, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatpresentpink": { - "name": "blobcatpresentpink", - "id": "492046629013291018", - "author": "140516693242937345", - "animated": false, - "created": 1531979267, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatpresentred": { - "name": "blobcatpresentred", - "id": "492046629709414402", - "author": "140516693242937345", - "animated": false, - "created": 1531979268, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatpurple": { - "name": "blobcatpurple", - "id": "492046631059849242", - "author": "140516693242937345", - "animated": false, - "created": 1531979353, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatpusheen": { - "name": "blobcatpusheen", - "id": "492046632238710785", - "author": "140516693242937345", - "animated": false, - "created": 1531979195, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatreach": { - "name": "blobcatreach", - "id": "492046633719169044", - "author": "140516693242937345", - "animated": false, - "created": 1531979195, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatreading": { - "name": "blobcatreading", - "id": "492046634696310804", - "author": "140516693242937345", - "animated": false, - "created": 1531979238, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatreinderp": { - "name": "blobcatreinderp", - "id": "492046639536537601", - "author": "140516693242937345", - "animated": false, - "created": 1531979291, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatsadlife": { - "name": "blobcatsadlife", - "id": "492046642300846090", - "author": "140516693242937345", - "animated": false, - "created": 1531979389, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatsadpats": { - "name": "blobcatsadpats", - "id": "492046642896306216", - "author": "140516693242937345", - "animated": false, - "created": 1531979346, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatsaitama": { - "name": "blobcatsaitama", - "id": "492046644246872064", - "author": "140516693242937345", - "animated": false, - "created": 1531979339, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatsalute": { - "name": "blobcatsalute", - "id": "492046645261893653", - "author": "140516693242937345", - "animated": false, - "created": 1531979268, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatsanta": { - "name": "blobcatsanta", - "id": "492046646419652609", - "author": "140516693242937345", - "animated": false, - "created": 1531979255, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatscared": { - "name": "blobcatscared", - "id": "492046648046911488", - "author": "140516693242937345", - "animated": false, - "created": 1531979345, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatscience": { - "name": "blobcatscience", - "id": "492046650081148928", - "author": "140516693242937345", - "animated": false, - "created": 1531979364, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatscream": { - "name": "blobcatscream", - "id": "492046651880505344", - "author": "140516693242937345", - "animated": false, - "created": 1531979107, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatshocked": { - "name": "blobcatshocked", - "id": "492046653302374411", - "author": "140516693242937345", - "animated": false, - "created": 1531979208, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatshrug": { - "name": "blobcatshrug", - "id": "492046654631837696", - "author": "140516693242937345", - "animated": false, - "created": 1531979238, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatsipsweats": { - "name": "blobcatsipsweats", - "id": "492046658763489281", - "author": "140516693242937345", - "animated": false, - "created": 1531979278, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatsleep": { - "name": "blobcatsleep", - "id": "492046660437016586", - "author": "140516693242937345", - "animated": false, - "created": 1531979184, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatsleepless": { - "name": "blobcatsleepless", - "id": "492046661154111506", - "author": "140516693242937345", - "animated": false, - "created": 1531979297, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatsneezing": { - "name": "blobcatsneezing", - "id": "492046664580857868", - "author": "140516693242937345", - "animated": false, - "created": 1531979195, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatsnuggle": { - "name": "blobcatsnuggle", - "id": "492046666833330176", - "author": "140516693242937345", - "animated": false, - "created": 1531979207, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatsparklyeyes": { - "name": "blobcatsparklyeyes", - "id": "492046672982179840", - "author": "140516693242937345", - "animated": false, - "created": 1531979346, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatstabbystab": { - "name": "blobcatstabbystab", - "id": "492046675070943234", - "author": "140516693242937345", - "animated": false, - "created": 1531979323, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatstalkerpeek": { - "name": "blobcatstalkerpeek", - "id": "492046676501069834", - "author": "140516693242937345", - "animated": false, - "created": 1531979365, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatsweats": { - "name": "blobcatsweats", - "id": "492046679697260564", - "author": "140516693242937345", - "animated": false, - "created": 1531979232, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcattableflip": { - "name": "blobcattableflip", - "id": "492046681932693514", - "author": "140516693242937345", - "animated": false, - "created": 1531979250, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatthinking": { - "name": "blobcatthinking", - "id": "492046685963419649", - "author": "140516693242937345", - "animated": false, - "created": 1531979280, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatthinkingeyes": { - "name": "blobcatthinkingeyes", - "id": "492046688005914635", - "author": "140516693242937345", - "animated": false, - "created": 1531979088, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatthinkingglare": { - "name": "blobcatthinkingglare", - "id": "492046689771978752", - "author": "140516693242937345", - "animated": false, - "created": 1531979346, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatthinkingsmirk": { - "name": "blobcatthinkingsmirk", - "id": "492046691034464256", - "author": "140516693242937345", - "animated": false, - "created": 1531979120, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatthinkOwO": { - "name": "blobcatthinkOwO", - "id": "492046691873193988", - "author": "140516693242937345", - "animated": false, - "created": 1531979088, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatthinksmart": { - "name": "blobcatthinksmart", - "id": "492046694603816968", - "author": "140516693242937345", - "animated": false, - "created": 1531979375, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatthonking": { - "name": "blobcatthonking", - "id": "492046696201846794", - "author": "140516693242937345", - "animated": false, - "created": 1531979249, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatthumbsdown": { - "name": "blobcatthumbsdown", - "id": "492046697149497364", - "author": "140516693242937345", - "animated": false, - "created": 1531979183, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatthumbsup": { - "name": "blobcatthumbsup", - "id": "492046698298867723", - "author": "140516693242937345", - "animated": false, - "created": 1531979183, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcattriumph": { - "name": "blobcattriumph", - "id": "492046703646736387", - "author": "140516693242937345", - "animated": false, - "created": 1531979292, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatunamused": { - "name": "blobcatunamused", - "id": "492046704896507920", - "author": "140516693242937345", - "animated": false, - "created": 1531979334, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatupsidedown": { - "name": "blobcatupsidedown", - "id": "492046706351800321", - "author": "140516693242937345", - "animated": false, - "created": 1531979230, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatverysad": { - "name": "blobcatverysad", - "id": "492046709405253635", - "author": "140516693242937345", - "animated": false, - "created": 1531979322, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatwaitwhat": { - "name": "blobcatwaitwhat", - "id": "492046710676258852", - "author": "140516693242937345", - "animated": false, - "created": 1531979200, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatwavereverse": { - "name": "blobcatwavereverse", - "id": "492046712530010123", - "author": "140516693242937345", - "animated": false, - "created": 1531979255, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatwhatsthis": { - "name": "blobcatwhatsthis", - "id": "492046713750814731", - "author": "140516693242937345", - "animated": false, - "created": 1531979159, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatwhistle": { - "name": "blobcatwhistle", - "id": "492046714757185555", - "author": "140516693242937345", - "animated": false, - "created": 1531979094, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatwinktongue": { - "name": "blobcatwinktongue", - "id": "492046717663969280", - "author": "140516693242937345", - "animated": false, - "created": 1531979158, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatwolfiri": { - "name": "blobcatwolfiri", - "id": "492046724299489281", - "author": "140516693242937345", - "animated": false, - "created": 1531979113, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatwumpus": { - "name": "blobcatwumpus", - "id": "492046725196808195", - "author": "140516693242937345", - "animated": false, - "created": 1531979369, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatyandere": { - "name": "blobcatyandere", - "id": "492046729470935040", - "author": "140516693242937345", - "animated": false, - "created": 1531979364, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcatzippermouth": { - "name": "blobcatzippermouth", - "id": "492046732629245983", - "author": "140516693242937345", - "animated": false, - "created": 1531979335, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobconfounded": { - "name": "blobconfounded", - "id": "492046737599496196", - "author": "140516693242937345", - "animated": false, - "created": 1532109038, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobconfused": { - "name": "blobconfused", - "id": "492046739403046912", - "author": "140516693242937345", - "animated": false, - "created": 1532109343, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobcry": { - "name": "blobcry", - "id": "789323961318113280", - "author": "609791313847517223", - "animated": false, - "created": 1608259897, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "blobdance": { - "name": "blobdance", - "id": "475090201568477184", - "author": "307314706312593408", - "animated": true, - "created": 1533340730, - "modified": 1533892036, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "blob_dancing": { - "name": "blob_dancing", - "id": "784679353107742722", - "author": "732455822881193984", - "animated": true, - "created": 1607152536, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "blobdancing": { - "name": "blobdancing", - "id": "786629903281029199", - "author": "521800936553971719", - "animated": true, - "created": 1607617583, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "blobderpyhappy": { - "name": "blobderpyhappy", - "id": "492046759607140353", - "author": "140516693242937345", - "animated": false, - "created": 1531976513, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobdetective": { - "name": "blobdetective", - "id": "492046760546533383", - "author": "140516693242937345", - "animated": false, - "created": 1531976704, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobeatblob": { - "name": "blobeatblob", - "id": "786153595530641408", - "author": "676134602837852172", - "animated": true, - "created": 1607504023, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "blobexpressionless": { - "name": "blobexpressionless", - "id": "492046768125640714", - "author": "232591992322785281", - "animated": false, - "created": 1531423468, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobeyesdown": { - "name": "blobeyesdown", - "id": "492046769509761024", - "author": "140516693242937345", - "animated": false, - "created": 1531976627, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobfacepalm": { - "name": "blobfacepalm", - "id": "492046771783204875", - "author": "140516693242937345", - "animated": false, - "created": 1532109069, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobfancy": { - "name": "blobfancy", - "id": "786228384887341087", - "author": "494688594603147284", - "animated": true, - "created": 1607521854, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "blobfingerguns": { - "name": "blobfingerguns", - "id": "492046774211575809", - "author": "140516693242937345", - "animated": false, - "created": 1526804467, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobfistbumpL": { - "name": "blobfistbumpL", - "id": "492046775763337235", - "author": "140516693242937345", - "animated": false, - "created": 1531976603, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobfistbumpR": { - "name": "blobfistbumpR", - "id": "492046777369886750", - "author": "140516693242937345", - "animated": false, - "created": 1531976501, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobflagagender": { - "name": "blobflagagender", - "id": "492046779878080532", - "author": "140516693242937345", - "animated": false, - "created": 1532309967, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobflagasexual": { - "name": "blobflagasexual", - "id": "492046782122164238", - "author": "140516693242937345", - "animated": false, - "created": 1532309967, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobflagbearbrotherhood": { - "name": "blobflagbearbrotherhood", - "id": "492046784043155476", - "author": "140516693242937345", - "animated": false, - "created": 1532309975, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobflagbisexual": { - "name": "blobflagbisexual", - "id": "492046784932347955", - "author": "140516693242937345", - "animated": false, - "created": 1532309979, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobflaggayprideofsouthafrica": { - "name": "blobflaggayprideofsouthafrica", - "id": "492046787486679085", - "author": "140516693242937345", - "animated": false, - "created": 1532309985, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobflaggenderfluid": { - "name": "blobflaggenderfluid", - "id": "492046789688426496", - "author": "140516693242937345", - "animated": false, - "created": 1532309967, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobflaggenderqueer": { - "name": "blobflaggenderqueer", - "id": "492046791752286218", - "author": "140516693242937345", - "animated": false, - "created": 1532309978, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobflagintersex": { - "name": "blobflagintersex", - "id": "492046792628895767", - "author": "140516693242937345", - "animated": false, - "created": 1532309979, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobflaglesbian": { - "name": "blobflaglesbian", - "id": "492046794591567887", - "author": "140516693242937345", - "animated": false, - "created": 1532309985, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobflaglipsticklesbian": { - "name": "blobflaglipsticklesbian", - "id": "492046797448019978", - "author": "140516693242937345", - "animated": false, - "created": 1532309987, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobflagnonbinary": { - "name": "blobflagnonbinary", - "id": "492046799754887178", - "author": "140516693242937345", - "animated": false, - "created": 1532309975, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobflagpansexual": { - "name": "blobflagpansexual", - "id": "492046800434495510", - "author": "140516693242937345", - "animated": false, - "created": 1532309973, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobflagpolyamory": { - "name": "blobflagpolyamory", - "id": "492046802791694338", - "author": "140516693242937345", - "animated": false, - "created": 1532309987, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobflagpolysexual": { - "name": "blobflagpolysexual", - "id": "492046804448444417", - "author": "140516693242937345", - "animated": false, - "created": 1532309973, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobflagtransgender": { - "name": "blobflagtransgender", - "id": "492046806037954571", - "author": "140516693242937345", - "animated": false, - "created": 1532309974, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobflagtwink": { - "name": "blobflagtwink", - "id": "492046807451566081", - "author": "140516693242937345", - "animated": false, - "created": 1532309980, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobfrowning": { - "name": "blobfrowning", - "id": "492046812249718794", - "author": "140516693242937345", - "animated": false, - "created": 1531976476, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobfrowningbig": { - "name": "blobfrowningbig", - "id": "492046813918920704", - "author": "140516693242937345", - "animated": false, - "created": 1532108925, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobgentlecat": { - "name": "blobgentlecat", - "id": "492046817090076702", - "author": "140516693242937345", - "animated": false, - "created": 1531979208, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobghostcatreach": { - "name": "blobghostcatreach", - "id": "492046818977251338", - "author": "140516693242937345", - "animated": false, - "created": 1531979303, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobglare": { - "name": "blobglare", - "id": "492046822139887645", - "author": "140516693242937345", - "animated": false, - "created": 1525387940, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobglassesdown": { - "name": "blobglassesdown", - "id": "492046823784185889", - "author": "140516693242937345", - "animated": false, - "created": 1531976045, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobhahablood": { - "name": "blobhahablood", - "id": "492046831551905795", - "author": "140516693242937345", - "animated": false, - "created": 1532145988, - "modified": 1537383523, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobheart": { - "name": "blobheart", - "id": "492046835595345930", - "author": "216762127967453184", - "animated": false, - "created": 1525387940, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobhearteyes": { - "name": "blobhearteyes", - "id": "492046836790591488", - "author": "140516693242937345", - "animated": false, - "created": 1531976735, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobhighfive": { - "name": "blobhighfive", - "id": "492046840007753739", - "author": "140516693242937345", - "animated": false, - "created": 1531976506, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobhyperthink": { - "name": "blobhyperthink", - "id": "492046845577789461", - "author": "140516693242937345", - "animated": false, - "created": 1532109325, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobhyperthinkfast": { - "name": "blobhyperthinkfast", - "id": "492046846789812225", - "author": "140516693242937345", - "animated": false, - "created": 1531976488, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobhypesquad": { - "name": "blobhypesquad", - "id": "492046848152961025", - "author": "140516693242937345", - "animated": false, - "created": 1531976417, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobjustright": { - "name": "blobjustright", - "id": "515877550195474436", - "author": "142865409752825859", - "animated": false, - "created": 1543065192, - "modified": 1556319430, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobkissblush": { - "name": "blobkissblush", - "id": "492046853916065792", - "author": "140516693242937345", - "animated": false, - "created": 1532109319, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobkissheart": { - "name": "blobkissheart", - "id": "492046855987920897", - "author": "140516693242937345", - "animated": false, - "created": 1531976728, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobmago": { - "name": "blobmago", - "id": "778307768175820812", - "author": "488054792325824532", - "animated": false, - "created": 1605633432, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "blobmas": { - "name": "blobmas", - "id": "785694711447814184", - "author": "494688594603147284", - "animated": true, - "created": 1607394616, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "blobmelt": { - "name": "blobmelt", - "id": "515857584746528788", - "author": "167786416988749824", - "animated": false, - "created": 1543060432, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "blobmindblown": { - "name": "blobmindblown", - "id": "492046861792837678", - "author": "140516693242937345", - "animated": false, - "created": 1532108789, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobmorning": { - "name": "blobmorning", - "id": "492046864800153611", - "author": "300088143422685185", - "animated": false, - "created": 1533902879, - "modified": 1537383531, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobmoustache": { - "name": "blobmoustache", - "id": "492046866884722688", - "author": "140516693242937345", - "animated": false, - "created": 1531976476, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobnauseated": { - "name": "blobnauseated", - "id": "492046867572588546", - "author": "140516693242937345", - "animated": false, - "created": 1532109085, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "BlobNo1": { - "name": "BlobNo1", - "id": "786155648558563338", - "author": "676134602837852172", - "animated": false, - "created": 1607504512, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "BlobNo2": { - "name": "BlobNo2", - "id": "786155633187225610", - "author": "676134602837852172", - "animated": false, - "created": 1607504509, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "BlobNo3": { - "name": "BlobNo3", - "id": "786155623451590658", - "author": "676134602837852172", - "animated": false, - "created": 1607504506, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "BlobNo4": { - "name": "BlobNo4", - "id": "786155612781936681", - "author": "676134602837852172", - "animated": false, - "created": 1607504504, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "BlobNo5": { - "name": "BlobNo5", - "id": "786155603809533962", - "author": "676134602837852172", - "animated": false, - "created": 1607504502, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "blobnom": { - "name": "blobnom", - "id": "773509592445485106", - "author": "358487826754699265", - "animated": true, - "created": 1604489458, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "blobnomchristmas": { - "name": "blobnomchristmas", - "id": "492046883234119711", - "author": "140516693242937345", - "animated": false, - "created": 1532109045, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobnomcookie": { - "name": "blobnomcookie", - "id": "492046886006685706", - "author": "140516693242937345", - "animated": false, - "created": 1531976548, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobnotsureif": { - "name": "blobnotsureif", - "id": "492046891895226400", - "author": "140516693242937345", - "animated": false, - "created": 1532109318, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobopenmouth": { - "name": "blobopenmouth", - "id": "492046897536565279", - "author": "140516693242937345", - "animated": false, - "created": 1531976410, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobowo": { - "name": "blobowo", - "id": "492046903253401611", - "author": "140516693242937345", - "animated": false, - "created": 1531976403, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobowothink": { - "name": "blobowothink", - "id": "492046906441334785", - "author": "432671294811668490", - "animated": false, - "created": 1534654636, - "modified": 1537383541, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobpain": { - "name": "blobpain", - "id": "656353374232641557", - "author": "376012343777427457", - "animated": false, - "created": 1576557238, - "modified": 1576558257, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobparty": { - "name": "blobparty", - "id": "492046909247193103", - "author": "232591992322785281", - "animated": true, - "created": 1531423173, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobpat": { - "name": "blobpat", - "id": "782955411875430460", - "author": "544004454257524746", - "animated": true, - "created": 1606741516, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "blobpats": { - "name": "blobpats", - "id": "646895193483903056", - "author": "376012343777427457", - "animated": false, - "created": 1574302240, - "modified": 1574304811, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobpeek": { - "name": "blobpeek", - "id": "778049159709327360", - "author": "328893511896399882", - "animated": false, - "created": 1605571775, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "blobpensive": { - "name": "blobpensive", - "id": "779021148326461460", - "author": "313469126817611778", - "animated": true, - "created": 1605803515, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "blobpolice": { - "name": "blobpolice", - "id": "613256423933214722", - "author": "140516693242937345", - "animated": false, - "created": 1566282125, - "modified": 1566282133, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobpoliceangry": { - "name": "blobpoliceangry", - "id": "492046920903294978", - "author": "140516693242937345", - "animated": false, - "created": 1531976747, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobpopsicle": { - "name": "blobpopsicle", - "id": "492046925454114820", - "author": "140516693242937345", - "animated": false, - "created": 1532109343, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobrageangry": { - "name": "blobrageangry", - "id": "786660065453146192", - "author": "616299723539873828", - "animated": false, - "created": 1607624775, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "blobreach": { - "name": "blobreach", - "id": "492046931254575107", - "author": "140516693242937345", - "animated": false, - "created": 1531976403, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobreachdrool": { - "name": "blobreachdrool", - "id": "492046933679013888", - "author": "140516693242937345", - "animated": false, - "created": 1532108962, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobreachreverse": { - "name": "blobreachreverse", - "id": "492046934933110795", - "author": "140516693242937345", - "animated": false, - "created": 1532108969, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobrollingeyes": { - "name": "blobrollingeyes", - "id": "492046938162724884", - "author": "140516693242937345", - "animated": false, - "created": 1532109061, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobrooangel": { - "name": "blobrooangel", - "id": "492046941413441542", - "author": "140516693242937345", - "animated": false, - "created": 1532309948, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobrooblind": { - "name": "blobrooblind", - "id": "492046944022036494", - "author": "140516693242937345", - "animated": false, - "created": 1532309962, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobroocryreach": { - "name": "blobroocryreach", - "id": "492046951882162176", - "author": "140516693242937345", - "animated": false, - "created": 1532309955, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobroodevil": { - "name": "blobroodevil", - "id": "492046954587619349", - "author": "140516693242937345", - "animated": false, - "created": 1532309948, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobrooducksip": { - "name": "blobrooducksip", - "id": "492046957083361290", - "author": "140516693242937345", - "animated": false, - "created": 1532309954, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobrooneutral": { - "name": "blobrooneutral", - "id": "492046958127611904", - "author": "140516693242937345", - "animated": false, - "created": 1532309950, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobroopolice": { - "name": "blobroopolice", - "id": "492046959209611279", - "author": "140516693242937345", - "animated": false, - "created": 1532309966, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobroopopcorn": { - "name": "blobroopopcorn", - "id": "492046960560439321", - "author": "140516693242937345", - "animated": false, - "created": 1532309953, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobrooscientist": { - "name": "blobrooscientist", - "id": "492046963068370974", - "author": "140516693242937345", - "animated": false, - "created": 1532309966, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobroosellout": { - "name": "blobroosellout", - "id": "492046964645691395", - "author": "140516693242937345", - "animated": false, - "created": 1532309961, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobsad": { - "name": "blobsad", - "id": "492046969053773825", - "author": "98425391647031296", - "animated": false, - "created": 1525387940, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobsadcloud": { - "name": "blobsadcloud", - "id": "492046971079753728", - "author": "140516693242937345", - "animated": false, - "created": 1532108920, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobsadpats": { - "name": "blobsadpats", - "id": "537414396712976395", - "author": "140516693242937345", - "animated": false, - "created": 1548199976, - "modified": 1548199989, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobsadreach": { - "name": "blobsadreach", - "id": "492046974418419723", - "author": "140516693242937345", - "animated": false, - "created": 1532109044, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobsalute": { - "name": "blobsalute", - "id": "506602734422720541", - "author": "140516693242937345", - "animated": false, - "created": 1540853914, - "modified": 1540853921, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobshrug": { - "name": "blobshrug", - "id": "492046980499898389", - "author": "140516693242937345", - "animated": false, - "created": 1532109307, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobsleeping": { - "name": "blobsleeping", - "id": "492046985457565698", - "author": "140516693242937345", - "animated": false, - "created": 1531976447, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobsleepless": { - "name": "blobsleepless", - "id": "492046987403853834", - "author": "140516693242937345", - "animated": false, - "created": 1532109063, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobsmilehappy": { - "name": "blobsmilehappy", - "id": "492046989845069824", - "author": "140516693242937345", - "animated": false, - "created": 1531976484, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobsmilehappyeyes": { - "name": "blobsmilehappyeyes", - "id": "492046991212412942", - "author": "140516693242937345", - "animated": false, - "created": 1532109086, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobsmileopenmouth": { - "name": "blobsmileopenmouth", - "id": "492046992948723712", - "author": "140516693242937345", - "animated": false, - "created": 1531976470, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobsmileopenmouth2": { - "name": "blobsmileopenmouth2", - "id": "492046994269798400", - "author": "140516693242937345", - "animated": false, - "created": 1531976603, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobsmilesweat": { - "name": "blobsmilesweat", - "id": "492046995192545291", - "author": "140516693242937345", - "animated": false, - "created": 1531976591, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobsmilesweat2": { - "name": "blobsmilesweat2", - "id": "492046996564213760", - "author": "140516693242937345", - "animated": false, - "created": 1531976453, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobsneezing": { - "name": "blobsneezing", - "id": "492047001320423424", - "author": "140516693242937345", - "animated": false, - "created": 1531976680, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobsob": { - "name": "blobsob", - "id": "492047003233157120", - "author": "216762127967453184", - "animated": false, - "created": 1525387940, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobsplosion": { - "name": "blobsplosion", - "id": "492047004281864204", - "author": "140516693242937345", - "animated": false, - "created": 1532109073, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobsunglasses": { - "name": "blobsunglasses", - "id": "506201514390585364", - "author": "140516693242937345", - "animated": false, - "created": 1540758254, - "modified": 1540758259, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobsurprised": { - "name": "blobsurprised", - "id": "492047009432338443", - "author": "140516693242937345", - "animated": false, - "created": 1531976050, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobsweat": { - "name": "blobsweat", - "id": "456779263702597632", - "author": "339752841612623872", - "animated": false, - "created": 1528989463, - "modified": 1533892036, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "blobsweats": { - "name": "blobsweats", - "id": "528414243788292096", - "author": "140516693242937345", - "animated": false, - "created": 1546054173, - "modified": 1546054180, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobthinking": { - "name": "blobthinking", - "id": "492047012544643084", - "author": "140516693242937345", - "animated": false, - "created": 1531976710, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobthinkingcool": { - "name": "blobthinkingcool", - "id": "492047014159187969", - "author": "140516693242937345", - "animated": false, - "created": 1531976044, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobthinkingdown": { - "name": "blobthinkingdown", - "id": "492047015719731203", - "author": "140516693242937345", - "animated": false, - "created": 1532109349, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobthinkingeyes": { - "name": "blobthinkingeyes", - "id": "492047017271623680", - "author": "140516693242937345", - "animated": false, - "created": 1532109037, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobthinkingfast": { - "name": "blobthinkingfast", - "id": "492047018693492747", - "author": "140516693242937345", - "animated": false, - "created": 1531976495, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobthinkingglare": { - "name": "blobthinkingglare", - "id": "492047019762909192", - "author": "228520248733597696", - "animated": false, - "created": 1532001752, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobthinkingsmirk": { - "name": "blobthinkingsmirk", - "id": "492047021469990912", - "author": "140516693242937345", - "animated": false, - "created": 1531976579, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobthinksmart": { - "name": "blobthinksmart", - "id": "492047023080603668", - "author": "140516693242937345", - "animated": false, - "created": 1531976434, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobthonkang": { - "name": "blobthonkang", - "id": "492047025328750602", - "author": "140516693242937345", - "animated": false, - "created": 1531976484, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobthumbsdown": { - "name": "blobthumbsdown", - "id": "492047026654150658", - "author": "140516693242937345", - "animated": false, - "created": 1531976584, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobthumbsup": { - "name": "blobthumbsup", - "id": "492047027941670923", - "author": "140516693242937345", - "animated": false, - "created": 1531976620, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobtonguewink": { - "name": "blobtonguewink", - "id": "492047035478966282", - "author": "140516693242937345", - "animated": false, - "created": 1532109086, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobunamused": { - "name": "blobunamused", - "id": "492047041200128019", - "author": "140516693242937345", - "animated": false, - "created": 1532109307, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobupsidedown": { - "name": "blobupsidedown", - "id": "492047049743794185", - "author": "140516693242937345", - "animated": false, - "created": 1532108938, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobvomiting": { - "name": "blobvomiting", - "id": "492047053296500737", - "author": "140516693242937345", - "animated": false, - "created": 1532108782, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobwaitwhat": { - "name": "blobwaitwhat", - "id": "492047054420312065", - "author": "140516693242937345", - "animated": false, - "created": 1532109350, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobwave": { - "name": "blobwave", - "id": "774291068220211231", - "author": "403597576223326228", - "animated": false, - "created": 1604675776, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "blobwaveoutage": { - "name": "blobwaveoutage", - "id": "492047056374857739", - "author": "140516693242937345", - "animated": false, - "created": 1533904304, - "modified": 1537383576, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobwavereverse": { - "name": "blobwavereverse", - "id": "492047057922818058", - "author": "216762127967453184", - "animated": false, - "created": 1525387941, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobweary": { - "name": "blobweary", - "id": "492047059336167430", - "author": "140516693242937345", - "animated": false, - "created": 1531976627, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobxd": { - "name": "blobxd", - "id": "492047066462158878", - "author": "140516693242937345", - "animated": false, - "created": 1532108939, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blobzippermouth": { - "name": "blobzippermouth", - "id": "492047070669176842", - "author": "140516693242937345", - "animated": false, - "created": 1532108938, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "block": { - "name": "block", - "id": "654101483934973972", - "author": "338050616850907146", - "animated": false, - "created": 1576020346, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "blondsnugie": { - "name": "blondsnugie", - "id": "786150592149061644", - "author": "745612575454134283", - "animated": false, - "created": 1607503307, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Bloob": { - "name": "Bloob", - "id": "751480337686593566", - "author": "370195856034496512", - "animated": true, - "created": 1599237274, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bloopcat": { - "name": "bloopcat", - "id": "783186602574741534", - "author": "581699248568139776", - "animated": false, - "created": 1606796637, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "blping": { - "name": "blping", - "id": "720357558488924211", - "author": "281563194843987968", - "animated": false, - "created": 1591817025, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "blsparkles": { - "name": "blsparkles", - "id": "665659934859329566", - "author": "112471608865624064", - "animated": true, - "created": 1578776095, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "blubblush": { - "name": "blubblush", - "id": "476402072405803010", - "author": "181354489738035201", - "animated": false, - "created": 1533653505, - "modified": 1533892036, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "blubcoy": { - "name": "blubcoy", - "id": "464147823038824450", - "author": "168765617095180289", - "animated": false, - "created": 1530746264, - "modified": 1543099439, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "blubew": { - "name": "blubew", - "id": "476404412877766666", - "author": "181354489738035201", - "animated": false, - "created": 1533654063, - "modified": 1533892036, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "blue": { - "name": "blue", - "id": "632188886319235072", - "author": "300750461894656011", - "animated": false, - "created": 1570795976, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bluearrow": { - "name": "bluearrow", - "id": "788733075315621888", - "author": "721415443700514847", - "animated": true, - "created": 1608119019, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "BlueDog": { - "name": "BlueDog", - "id": "786155592372584488", - "author": "676134602837852172", - "animated": true, - "created": 1607504499, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bluefire": { - "name": "bluefire", - "id": "775729161083551755", - "author": "727511071790989460", - "animated": true, - "created": 1605018644, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "blueplayboy": { - "name": "blueplayboy", - "id": "784831815566491689", - "author": "252655876177920000", - "animated": false, - "created": 1607188886, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "BlueStud": { - "name": "BlueStud", - "id": "782149151587958814", - "author": "496037931140513800", - "animated": true, - "created": 1606549289, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bluethenk": { - "name": "bluethenk", - "id": "748836130572599357", - "author": "428461954064056340", - "animated": false, - "created": 1598606846, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "blu_golpear": { - "name": "blu_golpear", - "id": "692217469644832819", - "author": "287711579749744642", - "animated": true, - "created": 1585107905, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "blurplethonk": { - "name": "blurplethonk", - "id": "492047078361661441", - "author": "300088143422685185", - "animated": false, - "created": 1532581122, - "modified": 1537383581, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "blurpleturtle": { - "name": "blurpleturtle", - "id": "781205791721128007", - "author": "451876555107336192", - "animated": false, - "created": 1606324374, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "BlurredVision": { - "name": "BlurredVision", - "id": "786693874822807552", - "author": "699301086787272756", - "animated": false, - "created": 1607632835, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Blurriest": { - "name": "Blurriest", - "id": "640317305380667424", - "author": "373893861950488576", - "animated": false, - "created": 1572733942, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "blurry": { - "name": "blurry", - "id": "551262951605141514", - "author": "265292354863235082", - "animated": false, - "created": 1551501729, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "blurrymicro": { - "name": "blurrymicro", - "id": "658479784204173341", - "author": "239333423095742464", - "animated": false, - "created": 1577064214, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "blurrywreckless": { - "name": "blurrywreckless", - "id": "788242917549670410", - "author": "353109234201788427", - "animated": false, - "created": 1608002156, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "blurrywreckless2": { - "name": "blurrywreckless2", - "id": "788243332253483039", - "author": "353109234201788427", - "animated": false, - "created": 1608002255, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "blush": { - "name": "blush", - "id": "766742049373421610", - "author": "760225035959926784", - "animated": false, - "created": 1602875950, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "blush1": { - "name": "blush1", - "id": "758910941924163615", - "author": "676818445068927006", - "animated": true, - "created": 1601008868, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "BlushBlob": { - "name": "BlushBlob", - "id": "786590790856081448", - "author": "745373578664476892", - "animated": true, - "created": 1607608258, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "blush_cowboy": { - "name": "blush_cowboy", - "id": "785500166785990697", - "author": "434603155695730709", - "animated": false, - "created": 1607348233, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "blushcri": { - "name": "blushcri", - "id": "781692877058736129", - "author": "574870314928832533", - "animated": false, - "created": 1606440505, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "blushed": { - "name": "blushed", - "id": "771606742282666014", - "author": "441817898286055426", - "animated": true, - "created": 1604035783, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "blush_eoto_002": { - "name": "blush_eoto_002", - "id": "783880780555223101", - "author": "697542753449672775", - "animated": false, - "created": 1606962141, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "blush_heart": { - "name": "blush_heart", - "id": "784871349163786240", - "author": "768942663491649588", - "animated": false, - "created": 1607198311, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "blushingmoyai": { - "name": "blushingmoyai", - "id": "747950154878943333", - "author": "420702436479467530", - "animated": false, - "created": 1598395613, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "blush_moon": { - "name": "blush_moon", - "id": "784871229222813756", - "author": "768942663491649588", - "animated": false, - "created": 1607198283, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "blushsumi": { - "name": "blushsumi", - "id": "785679717353259018", - "author": "371341644131336199", - "animated": true, - "created": 1607391042, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "blushyturtle": { - "name": "blushyturtle", - "id": "781206238011981906", - "author": "451876555107336192", - "animated": false, - "created": 1606324481, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "blweird": { - "name": "blweird", - "id": "590993938924437504", - "author": "98425391647031296", - "animated": false, - "created": 1560974335, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "blwird": { - "name": "blwird", - "id": "787973602372485140", - "author": "112471608865624064", - "animated": false, - "created": 1607937946, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "blwtf": { - "name": "blwtf", - "id": "752252847629926550", - "author": "353109234201788427", - "animated": false, - "created": 1599421455, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "BMOCry": { - "name": "BMOCry", - "id": "590032334255030273", - "author": "140516693242937345", - "animated": true, - "created": 1560745070, - "modified": 1560745079, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "bmodance": { - "name": "bmodance", - "id": "590032339745243147", - "author": "140516693242937345", - "animated": true, - "created": 1560745072, - "modified": 1560745079, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "bmodance2": { - "name": "bmodance2", - "id": "590032344828870662", - "author": "140516693242937345", - "animated": true, - "created": 1560745073, - "modified": 1560745079, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "bob": { - "name": "bob", - "id": "612761101653770251", - "author": "431666089810853898", - "animated": false, - "created": 1566164031, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Bobbaile": { - "name": "Bobbaile", - "id": "774833217160216586", - "author": "741850493088694343", - "animated": true, - "created": 1604805034, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bobble": { - "name": "bobble", - "id": "758953314448179221", - "author": "728030515726123028", - "animated": true, - "created": 1601018970, - "modified": 1601019002, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bobbybola": { - "name": "bobbybola", - "id": "727535481637830666", - "author": "369482011896840192", - "animated": false, - "created": 1593528375, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bobcholo": { - "name": "bobcholo", - "id": "775618808298733578", - "author": "426002740162854922", - "animated": false, - "created": 1604992334, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bobcry": { - "name": "bobcry", - "id": "786319010031075410", - "author": "512509857606139905", - "animated": false, - "created": 1607543461, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bobdance": { - "name": "bobdance", - "id": "685524566193209387", - "author": "252898854393872394", - "animated": true, - "created": 1583512193, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bobdance2": { - "name": "bobdance2", - "id": "779515291327135746", - "author": "565682823722434560", - "animated": true, - "created": 1605921328, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bobdo": { - "name": "bobdo", - "id": "749596859366113301", - "author": "343310328089804803", - "animated": true, - "created": 1598788218, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bobdobemoving": { - "name": "bobdobemoving", - "id": "782739397887000619", - "author": "748023719833894942", - "animated": true, - "created": 1606690015, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bobtoronja": { - "name": "bobtoronja", - "id": "784060310930980885", - "author": "565682823722434560", - "animated": false, - "created": 1607004945, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bobyorando": { - "name": "bobyorando", - "id": "786314916923441163", - "author": "269206837306327042", - "animated": false, - "created": 1607542485, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "boca": { - "name": "boca", - "id": "677399270537691136", - "author": "512272020839464960", - "animated": true, - "created": 1581574971, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bocchi": { - "name": "bocchi", - "id": "784349581387366410", - "author": "431225704563081216", - "animated": false, - "created": 1607073912, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "BocchiCry": { - "name": "BocchiCry", - "id": "773953577684172850", - "author": "551188005281464342", - "animated": false, - "created": 1604595312, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bocchi_hi": { - "name": "bocchi_hi", - "id": "658292971292327956", - "author": "481597842109235200", - "animated": true, - "created": 1577019674, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bodyodyody": { - "name": "bodyodyody", - "id": "787060732352790569", - "author": "671834928157294603", - "animated": true, - "created": 1607720301, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "boga_aphr": { - "name": "boga_aphr", - "id": "781814796315000882", - "author": "586886106289668127", - "animated": false, - "created": 1606469572, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "boi": { - "name": "boi", - "id": "492047087060516871", - "author": "263867246168899585", - "animated": true, - "created": 1536817668, - "modified": 1537383584, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Boii": { - "name": "Boii", - "id": "789283077523898418", - "author": "762387276595724308", - "animated": false, - "created": 1608250149, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bokita": { - "name": "bokita", - "id": "742112612548083782", - "author": "283498239095865355", - "animated": false, - "created": 1597003834, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bokubenmega": { - "name": "bokubenmega", - "id": "775406222920646656", - "author": "438078850140864532", - "animated": false, - "created": 1604941649, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bolado": { - "name": "bolado", - "id": "786688221857841222", - "author": "714546696063025255", - "animated": false, - "created": 1607631488, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bolas": { - "name": "bolas", - "id": "729751012734140476", - "author": "441789665142374410", - "animated": false, - "created": 1594056599, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bolb": { - "name": "bolb", - "id": "492047087651913739", - "author": "140516693242937345", - "animated": false, - "created": 1531977988, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "bolbangery": { - "name": "bolbangery", - "id": "492047089677893667", - "author": "140516693242937345", - "animated": false, - "created": 1531975867, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "bolbattention": { - "name": "bolbattention", - "id": "492047091632308271", - "author": "308162538648895489", - "animated": true, - "created": 1525387941, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "bolbattentionreverse": { - "name": "bolbattentionreverse", - "id": "492047093167554564", - "author": "308162538648895489", - "animated": true, - "created": 1525387941, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "bolbaww": { - "name": "bolbaww", - "id": "492047095063117835", - "author": "140516693242937345", - "animated": false, - "created": 1531978005, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "bolbbughunter": { - "name": "bolbbughunter", - "id": "492047096271208458", - "author": "140516693242937345", - "animated": false, - "created": 1531978023, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "bolbcat": { - "name": "bolbcat", - "id": "492047097529630720", - "author": "140516693242937345", - "animated": false, - "created": 1531975873, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "bolbcheer": { - "name": "bolbcheer", - "id": "492047098439532546", - "author": "140516693242937345", - "animated": false, - "created": 1531975843, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "bolbchristmas": { - "name": "bolbchristmas", - "id": "492047099513274368", - "author": "140516693242937345", - "animated": false, - "created": 1531978011, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "bolbcuddle": { - "name": "bolbcuddle", - "id": "492047100457254922", - "author": "140516693242937345", - "animated": false, - "created": 1531975879, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "bolbdance": { - "name": "bolbdance", - "id": "492047102185177088", - "author": "140516693242937345", - "animated": true, - "created": 1531978018, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "bolbdead": { - "name": "bolbdead", - "id": "492047103045140491", - "author": "140516693242937345", - "animated": false, - "created": 1531977986, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "bolbdevil": { - "name": "bolbdevil", - "id": "492047104387055627", - "author": "140516693242937345", - "animated": false, - "created": 1531978005, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "bolbdoggo": { - "name": "bolbdoggo", - "id": "492047105716912129", - "author": "140516693242937345", - "animated": false, - "created": 1531975880, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "bolbfacingforward": { - "name": "bolbfacingforward", - "id": "492047106807431178", - "author": "140516693242937345", - "animated": false, - "created": 1531977998, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "bolbfacingforwardupsidedown": { - "name": "bolbfacingforwardupsidedown", - "id": "492047108988338176", - "author": "140516693242937345", - "animated": false, - "created": 1531977999, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "bolbfairy": { - "name": "bolbfairy", - "id": "492047110489899009", - "author": "140516693242937345", - "animated": false, - "created": 1531977987, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "bolbfast": { - "name": "bolbfast", - "id": "492047111546732544", - "author": "140516693242937345", - "animated": false, - "created": 1531975843, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "bolbfearful": { - "name": "bolbfearful", - "id": "492047112784052235", - "author": "140516693242937345", - "animated": false, - "created": 1531977998, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "bolbfrown": { - "name": "bolbfrown", - "id": "492047114289807360", - "author": "140516693242937345", - "animated": false, - "created": 1531975844, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "bolbhairflip": { - "name": "bolbhairflip", - "id": "492047115841699840", - "author": "140516693242937345", - "animated": false, - "created": 1531975861, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "bolbhammer": { - "name": "bolbhammer", - "id": "492047117594918942", - "author": "140516693242937345", - "animated": false, - "created": 1531975879, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "bolbhd": { - "name": "bolbhd", - "id": "492047119402795030", - "author": "140516693242937345", - "animated": false, - "created": 1531975855, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "bolbHeart": { - "name": "bolbHeart", - "id": "492047120967139338", - "author": "140516693242937345", - "animated": false, - "created": 1531978022, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "bolbhero": { - "name": "bolbhero", - "id": "492047121801936908", - "author": "140516693242937345", - "animated": false, - "created": 1531975856, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "bolbhyper": { - "name": "bolbhyper", - "id": "492047123043581952", - "author": "140516693242937345", - "animated": false, - "created": 1531975872, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "bolbingwithportals": { - "name": "bolbingwithportals", - "id": "492047124016398346", - "author": "140516693242937345", - "animated": false, - "created": 1531975860, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "bolbinnocent": { - "name": "bolbinnocent", - "id": "492047125262106648", - "author": "140516693242937345", - "animated": false, - "created": 1531977994, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "bolbknife": { - "name": "bolbknife", - "id": "492047126860398623", - "author": "140516693242937345", - "animated": false, - "created": 1531978010, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "bolbknight": { - "name": "bolbknight", - "id": "492047128600903701", - "author": "140516693242937345", - "animated": false, - "created": 1531977993, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "bolblul": { - "name": "bolblul", - "id": "492047130131693588", - "author": "140516693242937345", - "animated": false, - "created": 1531975872, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "bolbmelt": { - "name": "bolbmelt", - "id": "492047131490779137", - "author": "140516693242937345", - "animated": false, - "created": 1531975867, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "bolbmush": { - "name": "bolbmush", - "id": "492047132891545610", - "author": "140516693242937345", - "animated": false, - "created": 1531978006, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "bolbnerd": { - "name": "bolbnerd", - "id": "492047133893984259", - "author": "140516693242937345", - "animated": false, - "created": 1531975856, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "bolbokhand": { - "name": "bolbokhand", - "id": "492047134837964806", - "author": "140516693242937345", - "animated": false, - "created": 1531977980, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "bolbonfire": { - "name": "bolbonfire", - "id": "492047137119404032", - "author": "140516693242937345", - "animated": false, - "created": 1531975874, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "bolbopenmouth": { - "name": "bolbopenmouth", - "id": "492047138046476298", - "author": "140516693242937345", - "animated": false, - "created": 1531975845, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "bolbparty": { - "name": "bolbparty", - "id": "492047138927411200", - "author": "140516693242937345", - "animated": true, - "created": 1531977987, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "bolbpeek": { - "name": "bolbpeek", - "id": "492047140303142912", - "author": "140516693242937345", - "animated": false, - "created": 1531975863, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "bolbpopcorn": { - "name": "bolbpopcorn", - "id": "492047141171363851", - "author": "140516693242937345", - "animated": false, - "created": 1531977999, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "bolbpopsicle": { - "name": "bolbpopsicle", - "id": "492047142463209498", - "author": "140516693242937345", - "animated": false, - "created": 1531978024, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "bolbpride": { - "name": "bolbpride", - "id": "492047143658586135", - "author": "140516693242937345", - "animated": false, - "created": 1531975849, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "bolbpumpkin": { - "name": "bolbpumpkin", - "id": "492047145302491136", - "author": "140516693242937345", - "animated": false, - "created": 1531977987, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "bolbsad": { - "name": "bolbsad", - "id": "492047146489741313", - "author": "140516693242937345", - "animated": false, - "created": 1531975849, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "bolbsalute": { - "name": "bolbsalute", - "id": "492047147320082432", - "author": "140516693242937345", - "animated": false, - "created": 1531975879, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "bolbscream": { - "name": "bolbscream", - "id": "492047148460933121", - "author": "140516693242937345", - "animated": false, - "created": 1531975849, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "bolbshakin": { - "name": "bolbshakin", - "id": "492047149278822410", - "author": "140516693242937345", - "animated": true, - "created": 1531978017, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "bolbsmile": { - "name": "bolbsmile", - "id": "492047150553890836", - "author": "140516693242937345", - "animated": false, - "created": 1531975850, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "bolbsquad": { - "name": "bolbsquad", - "id": "492047151774564362", - "author": "140516693242937345", - "animated": false, - "created": 1531975886, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "bolbstarboard": { - "name": "bolbstarboard", - "id": "492047152940449792", - "author": "140516693242937345", - "animated": false, - "created": 1531977980, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "bolbsummer": { - "name": "bolbsummer", - "id": "492047153925980181", - "author": "140516693242937345", - "animated": false, - "created": 1531978024, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "bolbsun": { - "name": "bolbsun", - "id": "492047155096322048", - "author": "140516693242937345", - "animated": false, - "created": 1531978023, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "bolbsunglasses": { - "name": "bolbsunglasses", - "id": "492047155976994831", - "author": "140516693242937345", - "animated": false, - "created": 1531978005, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "bolbsweat": { - "name": "bolbsweat", - "id": "492047157332017152", - "author": "140516693242937345", - "animated": false, - "created": 1531977981, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "bolbthinking": { - "name": "bolbthinking", - "id": "492047159357603840", - "author": "140516693242937345", - "animated": false, - "created": 1531975842, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "bolbthumbsdown": { - "name": "bolbthumbsdown", - "id": "492047160444190720", - "author": "140516693242937345", - "animated": false, - "created": 1531975884, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "bolbthumbsup": { - "name": "bolbthumbsup", - "id": "492047161316343809", - "author": "140516693242937345", - "animated": false, - "created": 1531975885, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "bolbthump": { - "name": "bolbthump", - "id": "492047162734280714", - "author": "140516693242937345", - "animated": false, - "created": 1531975867, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "bolbturtle": { - "name": "bolbturtle", - "id": "492047163979988992", - "author": "140516693242937345", - "animated": false, - "created": 1531977993, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "bolbupsidedown": { - "name": "bolbupsidedown", - "id": "492047165338812416", - "author": "140516693242937345", - "animated": false, - "created": 1531975850, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "bolbwaitwhat": { - "name": "bolbwaitwhat", - "id": "492047166555160608", - "author": "140516693242937345", - "animated": false, - "created": 1531975873, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "bolbwave": { - "name": "bolbwave", - "id": "492047167989481503", - "author": "140516693242937345", - "animated": false, - "created": 1531975868, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "bolbwavereverse": { - "name": "bolbwavereverse", - "id": "492047169445167114", - "author": "140516693242937345", - "animated": false, - "created": 1531975868, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "bolbwawawa": { - "name": "bolbwawawa", - "id": "492047170594275349", - "author": "140516693242937345", - "animated": false, - "created": 1531978004, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "bolbweird": { - "name": "bolbweird", - "id": "492047172158881802", - "author": "140516693242937345", - "animated": false, - "created": 1531977994, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "bolbwink": { - "name": "bolbwink", - "id": "492047172708204545", - "author": "140516693242937345", - "animated": false, - "created": 1531978010, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "bolbwitch": { - "name": "bolbwitch", - "id": "492047174511886336", - "author": "140516693242937345", - "animated": false, - "created": 1531977993, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "bolbwolf": { - "name": "bolbwolf", - "id": "492047175933493270", - "author": "140516693242937345", - "animated": false, - "created": 1531975884, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "bolbworried": { - "name": "bolbworried", - "id": "492047176986394634", - "author": "140516693242937345", - "animated": false, - "created": 1531975855, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "bolbwota": { - "name": "bolbwota", - "id": "492047178123051018", - "author": "140516693242937345", - "animated": false, - "created": 1531978010, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "bolbwut": { - "name": "bolbwut", - "id": "492047179410702338", - "author": "140516693242937345", - "animated": false, - "created": 1531975854, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "bolbxd": { - "name": "bolbxd", - "id": "492047180190973952", - "author": "140516693242937345", - "animated": false, - "created": 1531977981, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "bolbXDDD": { - "name": "bolbXDDD", - "id": "492047181046612005", - "author": "140516693242937345", - "animated": true, - "created": 1531978016, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "bolbyoudontsay": { - "name": "bolbyoudontsay", - "id": "492047182086668304", - "author": "140516693242937345", - "animated": false, - "created": 1531975844, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "boltgun1": { - "name": "boltgun1", - "id": "771383091708559381", - "author": "702536106834526259", - "animated": false, - "created": 1603982460, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "boltpat": { - "name": "boltpat", - "id": "764564497410949130", - "author": "466410686411702273", - "animated": true, - "created": 1602356781, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "boltund": { - "name": "boltund", - "id": "764564431719628870", - "author": "702536106834526259", - "animated": false, - "created": 1602356765, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "boludademagireco1": { - "name": "boludademagireco1", - "id": "715727739335868477", - "author": "293107176355004416", - "animated": false, - "created": 1590713190, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bomdia": { - "name": "bomdia", - "id": "770454523196997662", - "author": "466061790627889167", - "animated": false, - "created": 1603761072, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bonesy": { - "name": "bonesy", - "id": "782156081031020564", - "author": "496037931140513800", - "animated": false, - "created": 1606550941, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bongo": { - "name": "bongo", - "id": "726290688249167923", - "author": "277652625694916609", - "animated": true, - "created": 1593231594, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bongoboom": { - "name": "bongoboom", - "id": "788059170352005150", - "author": "303963315061915648", - "animated": true, - "created": 1607958347, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bongobun": { - "name": "bongobun", - "id": "781235880778137631", - "author": "495518017434681365", - "animated": true, - "created": 1606331548, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bongocat": { - "name": "bongocat", - "id": "503323655707820032", - "author": "252506099641614336", - "animated": true, - "created": 1540072181, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "BongocatFat": { - "name": "BongocatFat", - "id": "778982657374552125", - "author": "619907069364928533", - "animated": true, - "created": 1605794338, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bongoexplode": { - "name": "bongoexplode", - "id": "522816238955659264", - "author": "289408516966318081", - "animated": true, - "created": 1544719504, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "BongoFat": { - "name": "BongoFat", - "id": "772558989829079066", - "author": "727325977755254874", - "animated": true, - "created": 1604262816, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bongoPing": { - "name": "bongoPing", - "id": "786156868854218762", - "author": "676134602837852172", - "animated": true, - "created": 1607504803, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bongorasnt": { - "name": "bongorasnt", - "id": "765617414183452714", - "author": "113673621368471556", - "animated": true, - "created": 1602607816, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bongori": { - "name": "bongori", - "id": "782311098178732072", - "author": "351894832857481216", - "animated": true, - "created": 1606587900, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Bongos": { - "name": "Bongos", - "id": "772629677721911327", - "author": "727325977755254874", - "animated": true, - "created": 1604279670, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bongosmash": { - "name": "bongosmash", - "id": "782113818695565353", - "author": "690953891482828890", - "animated": true, - "created": 1606540865, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bonk": { - "name": "bonk", - "id": "624937493535522839", - "author": "240308839243710464", - "animated": false, - "created": 1569067109, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bonkbonk": { - "name": "bonkbonk", - "id": "754617544459157525", - "author": "567390950838501376", - "animated": true, - "created": 1599985242, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bonkcat": { - "name": "bonkcat", - "id": "733500828698279946", - "author": "356941401638043678", - "animated": true, - "created": 1594950625, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bonkdoge": { - "name": "bonkdoge", - "id": "781233561730023456", - "author": "495518017434681365", - "animated": true, - "created": 1606330995, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Bonked": { - "name": "Bonked", - "id": "752247702926131240", - "author": "606237964883853364", - "animated": false, - "created": 1599420228, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "boo": { - "name": "boo", - "id": "763142870235480105", - "author": "480872753524768798", - "animated": false, - "created": 1602017840, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Boob": { - "name": "Boob", - "id": "707819134192320514", - "author": "288793693861838848", - "animated": true, - "created": 1588827632, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "boobjiggle": { - "name": "boobjiggle", - "id": "788398382532132917", - "author": "715373648520806432", - "animated": true, - "created": 1608039222, - "modified": 1608043586, - "preserve": false, - "description": null, - "nsfw": "MOD_NSFW" - }, - "boobs": { - "name": "boobs", - "id": "561895305138798592", - "author": "323940748145721345", - "animated": false, - "created": 1554036680, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "boogie": { - "name": "boogie", - "id": "787075259718172723", - "author": "775799676459941928", - "animated": true, - "created": 1607723765, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "boomachrist": { - "name": "boomachrist", - "id": "786467700640710706", - "author": "508004255974817802", - "animated": false, - "created": 1607578911, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "boomer": { - "name": "boomer", - "id": "640587592680734741", - "author": "417138170430357524", - "animated": false, - "created": 1572798383, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "boop": { - "name": "boop", - "id": "534600336812539904", - "author": "254720524054167552", - "animated": true, - "created": 1547529052, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "boost": { - "name": "boost", - "id": "723074573943177247", - "author": "635688402452217863", - "animated": false, - "created": 1592464812, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "boostbas": { - "name": "boostbas", - "id": "786270858267328522", - "author": "586886106289668127", - "animated": false, - "created": 1607531980, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "boostbasla": { - "name": "boostbasla", - "id": "786270928312991775", - "author": "586886106289668127", - "animated": false, - "created": 1607531997, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "booty": { - "name": "booty", - "id": "714879554140766308", - "author": "185220251955363840", - "animated": true, - "created": 1590510967, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bop": { - "name": "bop", - "id": "783737042336088064", - "author": "365650837277507594", - "animated": true, - "created": 1606927872, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Bop2": { - "name": "Bop2", - "id": "784049363730300978", - "author": "613683732276314114", - "animated": true, - "created": 1607002335, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "boppin": { - "name": "boppin", - "id": "771571850710089738", - "author": "763240979091292180", - "animated": true, - "created": 1604027464, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bored": { - "name": "bored", - "id": "688722097622482954", - "author": "285148358815776768", - "animated": false, - "created": 1584274543, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "borgar": { - "name": "borgar", - "id": "775542390739304458", - "author": "107236928348225536", - "animated": true, - "created": 1604974114, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bororo": { - "name": "bororo", - "id": "783910158895546398", - "author": "265244466548441088", - "animated": false, - "created": 1606969146, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "borraeso": { - "name": "borraeso", - "id": "725832053735555082", - "author": "295057074797150208", - "animated": false, - "created": 1593122247, - "modified": 1593122318, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "borriest": { - "name": "borriest", - "id": "746874584384536618", - "author": "353109234201788427", - "animated": false, - "created": 1598139177, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "borry": { - "name": "borry", - "id": "546568881641357312", - "author": "256056872254177281", - "animated": false, - "created": 1550382576, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "borryangry": { - "name": "borryangry", - "id": "711972718366687324", - "author": "294946270861328385", - "animated": false, - "created": 1589817924, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "borrycap": { - "name": "borrycap", - "id": "767464232681340989", - "author": "425046879047385108", - "animated": false, - "created": 1603048132, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "borrygasm": { - "name": "borrygasm", - "id": "775152871217299496", - "author": "353109234201788427", - "animated": false, - "created": 1604881246, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "borrygun": { - "name": "borrygun", - "id": "785106460014411816", - "author": "353109234201788427", - "animated": false, - "created": 1607254366, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "borryweird": { - "name": "borryweird", - "id": "716261173007220777", - "author": "425046879047385108", - "animated": false, - "created": 1590840371, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "borsed": { - "name": "borsed", - "id": "782286793255944212", - "author": "245607870463213570", - "animated": false, - "created": 1606582105, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bot": { - "name": "bot", - "id": "492047184934600704", - "author": "340745895932854272", - "animated": false, - "created": 1535302238, - "modified": 1542169016, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "Bota": { - "name": "Bota", - "id": "595287048114667531", - "author": "344522465566785537", - "animated": false, - "created": 1561997892, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bounce": { - "name": "bounce", - "id": "777732095212126239", - "author": "283282932888502272", - "animated": true, - "created": 1605496181, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bouncyarrow": { - "name": "bouncyarrow", - "id": "788733063144144896", - "author": "721415443700514847", - "animated": true, - "created": 1608119016, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "boupadoru": { - "name": "boupadoru", - "id": "783143768840470528", - "author": "546444302348320778", - "animated": false, - "created": 1606786424, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "boutriste": { - "name": "boutriste", - "id": "780792830309564426", - "author": "384854161864523776", - "animated": true, - "created": 1606225917, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "b_over18": { - "name": "b_over18", - "id": "786872605922820106", - "author": "675231616213188608", - "animated": true, - "created": 1607675448, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bow": { - "name": "bow", - "id": "788732819072614430", - "author": "721415443700514847", - "animated": true, - "created": 1608118958, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Bowser": { - "name": "Bowser", - "id": "774018715611168810", - "author": "727325977755254874", - "animated": true, - "created": 1604610842, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "BowserBaile": { - "name": "BowserBaile", - "id": "782909592740429825", - "author": "741850493088694343", - "animated": true, - "created": 1606730592, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bqsparkles": { - "name": "bqsparkles", - "id": "682632063865585672", - "author": "167729432784535562", - "animated": true, - "created": 1582822566, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bqspeak": { - "name": "bqspeak", - "id": "749359770997358702", - "author": "425046879047385108", - "animated": false, - "created": 1598731691, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bqweird": { - "name": "bqweird", - "id": "584937550351695890", - "author": "258074344725413889", - "animated": false, - "created": 1559530379, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "branch": { - "name": "branch", - "id": "492047188885504021", - "author": "150657331212976128", - "animated": false, - "created": 1525387941, - "modified": 1537383608, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "bravo": { - "name": "bravo", - "id": "727156758224699402", - "author": "653806638695710721", - "animated": true, - "created": 1593438081, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "braxiensad": { - "name": "braxiensad", - "id": "789344759784800307", - "author": "601131588654465051", - "animated": false, - "created": 1608264856, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "brazil": { - "name": "brazil", - "id": "764144516511957024", - "author": "313012274149326849", - "animated": true, - "created": 1602256650, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bread": { - "name": "bread", - "id": "783253737565192215", - "author": "389814953562996736", - "animated": false, - "created": 1606812645, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bread2": { - "name": "bread2", - "id": "745376165069324329", - "author": "383723642489405441", - "animated": false, - "created": 1597781926, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "breadaww": { - "name": "breadaww", - "id": "762651567018082315", - "author": "219512427513905153", - "animated": false, - "created": 1601900703, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "breadbanhammer": { - "name": "breadbanhammer", - "id": "766592330224107520", - "author": "336186693210210305", - "animated": false, - "created": 1602840254, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "breaddc": { - "name": "breaddc", - "id": "763700394298703922", - "author": "595685349431181343", - "animated": false, - "created": 1602150762, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "breadfish": { - "name": "breadfish", - "id": "768503492859920395", - "author": "336186693210210305", - "animated": false, - "created": 1603295910, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "BreadGun": { - "name": "BreadGun", - "id": "714643128606392390", - "author": "176760162579644428", - "animated": false, - "created": 1590454599, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "breadknife": { - "name": "breadknife", - "id": "743784919200694306", - "author": "182850025007742976", - "animated": false, - "created": 1597402543, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "breadlove": { - "name": "breadlove", - "id": "737556556945686559", - "author": "521325315276931083", - "animated": false, - "created": 1595917607, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "breadnice": { - "name": "breadnice", - "id": "748590183380811857", - "author": "336186693210210305", - "animated": false, - "created": 1598548207, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "breadsleep": { - "name": "breadsleep", - "id": "780145053351936041", - "author": "589147367551270912", - "animated": false, - "created": 1606071475, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "breadspin": { - "name": "breadspin", - "id": "759680363361730561", - "author": "589147367551270912", - "animated": true, - "created": 1601192312, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "breadsweat": { - "name": "breadsweat", - "id": "747312664685969419", - "author": "176760162579644428", - "animated": false, - "created": 1598243623, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "breadwave": { - "name": "breadwave", - "id": "741314232251056188", - "author": "182850025007742976", - "animated": true, - "created": 1596813486, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "break": { - "name": "break", - "id": "775984697615581184", - "author": "503924871353335814", - "animated": false, - "created": 1605079569, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "breakdown": { - "name": "breakdown", - "id": "785646109917052939", - "author": "347831312457138177", - "animated": false, - "created": 1607383029, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "brilliant": { - "name": "brilliant", - "id": "786813514475110461", - "author": "671684177246027787", - "animated": false, - "created": 1607661360, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bringe": { - "name": "bringe", - "id": "703009647069626429", - "author": "425046879047385108", - "animated": false, - "created": 1587680961, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bro": { - "name": "bro", - "id": "699096049893113998", - "author": "688035124926873687", - "animated": false, - "created": 1586747887, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "broke": { - "name": "broke", - "id": "733668715656249376", - "author": "73375128251011072", - "animated": true, - "created": 1594990652, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "broke_help": { - "name": "broke_help", - "id": "784441158142525471", - "author": "711751154119475291", - "animated": false, - "created": 1607095746, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "BRONCA": { - "name": "BRONCA", - "id": "761666222898151474", - "author": "524761288795095041", - "animated": false, - "created": 1601665778, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "brrr": { - "name": "brrr", - "id": "732571768623202315", - "author": "326646259383402496", - "animated": true, - "created": 1594729120, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "brrrrr": { - "name": "brrrrr", - "id": "789147436039012452", - "author": "170245053283958784", - "animated": true, - "created": 1608217810, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "brruh": { - "name": "brruh", - "id": "786186234325237800", - "author": "521800936553971719", - "animated": false, - "created": 1607511804, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bru": { - "name": "bru", - "id": "786811449812320307", - "author": "219580469933506560", - "animated": false, - "created": 1607660868, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bruh": { - "name": "bruh", - "id": "416057796388454400", - "author": "140516693242937345", - "animated": false, - "created": 1525387941, - "modified": 1533892036, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bruh_": { - "name": "bruh_", - "id": "774791605717565500", - "author": "645482510930673675", - "animated": false, - "created": 1604795113, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bruh1": { - "name": "bruh1", - "id": "777918837156610119", - "author": "747555334410731672", - "animated": false, - "created": 1605540703, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bruh2": { - "name": "bruh2", - "id": "676040204003311629", - "author": "209280535174971393", - "animated": false, - "created": 1581250945, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bruh3": { - "name": "bruh3", - "id": "695550519527079936", - "author": "224732589548634113", - "animated": false, - "created": 1585902566, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Bruh_Anasui": { - "name": "Bruh_Anasui", - "id": "783178485492350986", - "author": "242691348560478209", - "animated": false, - "created": 1606794702, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bruhaps": { - "name": "bruhaps", - "id": "779373920205013033", - "author": "727325977755254874", - "animated": false, - "created": 1605887622, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bruh_fish": { - "name": "bruh_fish", - "id": "787379230656561152", - "author": "647119346157748236", - "animated": false, - "created": 1607796237, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bruhh": { - "name": "bruhh", - "id": "702533192648753174", - "author": "256056872254177281", - "animated": false, - "created": 1587567365, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "BruhMoment": { - "name": "BruhMoment", - "id": "567170652885483552", - "author": "282932131192373248", - "animated": false, - "created": 1555294421, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bruhmomento": { - "name": "bruhmomento", - "id": "765402532813078548", - "author": "405580754035277834", - "animated": true, - "created": 1602556584, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bruhRoo": { - "name": "bruhRoo", - "id": "754013267235438643", - "author": "376012343777427457", - "animated": false, - "created": 1599841171, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bruhwhat": { - "name": "bruhwhat", - "id": "757974547357237378", - "author": "203208699500560385", - "animated": true, - "created": 1600785614, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bruhwut": { - "name": "bruhwut", - "id": "781465972225343539", - "author": "495518017434681365", - "animated": false, - "created": 1606386406, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Bruno_love": { - "name": "Bruno_love", - "id": "783176104940273684", - "author": "242691348560478209", - "animated": false, - "created": 1606794134, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "brutal": { - "name": "brutal", - "id": "653917359416803348", - "author": "213367124608024577", - "animated": false, - "created": 1575976447, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "brutt": { - "name": "brutt", - "id": "785677348485070869", - "author": "785674727581810708", - "animated": true, - "created": 1607390477, - "modified": 1607404358, - "preserve": false, - "description": null, - "nsfw": "MOD_NSFW" - }, - "bruuh": { - "name": "bruuh", - "id": "674290516862697503", - "author": "209280535174971393", - "animated": true, - "created": 1580833787, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bruuhh": { - "name": "bruuhh", - "id": "782039814848774144", - "author": "291628634920452096", - "animated": false, - "created": 1606523221, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bruuuh": { - "name": "bruuuh", - "id": "681777142513926154", - "author": "239333423095742464", - "animated": true, - "created": 1582618738, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bts": { - "name": "bts", - "id": "727398713865142312", - "author": "705592580196270120", - "animated": false, - "created": 1593495767, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bud": { - "name": "bud", - "id": "780885793883029574", - "author": "574870314928832533", - "animated": false, - "created": 1606248081, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "buenardo": { - "name": "buenardo", - "id": "689142540934447137", - "author": "629874013685940234", - "animated": false, - "created": 1584374785, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "buenatula": { - "name": "buenatula", - "id": "737773090678898738", - "author": "585585626863370260", - "animated": false, - "created": 1595969212, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "buendia": { - "name": "buendia", - "id": "788888388501635073", - "author": "704742786225668206", - "animated": false, - "created": 1608156048, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bueno": { - "name": "bueno", - "id": "730812876666699796", - "author": "345055079088390146", - "animated": false, - "created": 1594309767, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bufffb": { - "name": "bufffb", - "id": "785123896499503104", - "author": "167267224787222528", - "animated": false, - "created": 1607258523, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "BugcatCapooBaile": { - "name": "BugcatCapooBaile", - "id": "782910575302541322", - "author": "741850493088694343", - "animated": true, - "created": 1606730827, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bugcatderp": { - "name": "bugcatderp", - "id": "783781761305280542", - "author": "452856221591142410", - "animated": true, - "created": 1606938540, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bugcatroll": { - "name": "bugcatroll", - "id": "784004726827253772", - "author": "452856221591142410", - "animated": true, - "created": 1606991693, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "buhogenerico": { - "name": "buhogenerico", - "id": "782304003396075530", - "author": "351894832857481216", - "animated": false, - "created": 1606586208, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bullyanonimo": { - "name": "bullyanonimo", - "id": "781652758990290944", - "author": "368558529268809728", - "animated": false, - "created": 1606430940, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bum": { - "name": "bum", - "id": "762180897603584010", - "author": "547194213666914304", - "animated": true, - "created": 1601788486, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "b_under18": { - "name": "b_under18", - "id": "786871557435162654", - "author": "675231616213188608", - "animated": true, - "created": 1607675198, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bunny": { - "name": "bunny", - "id": "713822784165380146", - "author": "447821193312206848", - "animated": true, - "created": 1590259014, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bunnyblergh": { - "name": "bunnyblergh", - "id": "787993809547427841", - "author": "304413971350552588", - "animated": true, - "created": 1607942764, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bunny_hewwo": { - "name": "bunny_hewwo", - "id": "786149921262665779", - "author": "745612575454134283", - "animated": false, - "created": 1607503147, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bunnyLove": { - "name": "bunnyLove", - "id": "787810890325295144", - "author": "660670358050832404", - "animated": true, - "created": 1607899153, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bunyan_shook": { - "name": "bunyan_shook", - "id": "781520427297275916", - "author": "758589722758479873", - "animated": false, - "created": 1606399389, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bup": { - "name": "bup", - "id": "758677499697299546", - "author": "264195450859552779", - "animated": false, - "created": 1600953211, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "burger": { - "name": "burger", - "id": "769099912360230992", - "author": "530372765824450572", - "animated": false, - "created": 1603438108, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "burnnn": { - "name": "burnnn", - "id": "784656450286911498", - "author": "530852609934753812", - "animated": true, - "created": 1607147076, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "burro": { - "name": "burro", - "id": "760147125517680680", - "author": "588875540178534410", - "animated": false, - "created": 1601303597, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Busted": { - "name": "Busted", - "id": "759506795169054720", - "author": "373893861950488576", - "animated": false, - "created": 1601150930, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "busted0": { - "name": "busted0", - "id": "761540541237428235", - "author": "425046879047385108", - "animated": false, - "created": 1601635813, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "busy": { - "name": "busy", - "id": "782741627432992769", - "author": "748023719833894942", - "animated": false, - "created": 1606690546, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "busyhanako": { - "name": "busyhanako", - "id": "782746717593534505", - "author": "748023719833894942", - "animated": false, - "created": 1606691760, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "butt": { - "name": "butt", - "id": "757128225184022528", - "author": "508099396118904833", - "animated": true, - "created": 1600583835, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "butterfly1": { - "name": "butterfly1", - "id": "788397854045503508", - "author": "715373648520806432", - "animated": false, - "created": 1608039096, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "butterfly_orange": { - "name": "butterfly_orange", - "id": "787682480370090024", - "author": "733232897879703572", - "animated": true, - "created": 1607868537, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "butwhy": { - "name": "butwhy", - "id": "758809753865551895", - "author": "179258923436474368", - "animated": false, - "created": 1600984743, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "bye": { - "name": "bye", - "id": "620686527202197535", - "author": "405127894726344714", - "animated": false, - "created": 1525387941, - "modified": 1568058522, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "byeee": { - "name": "byeee", - "id": "782742020271243268", - "author": "748023719833894942", - "animated": false, - "created": 1606690640, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "c_": { - "name": "c_", - "id": "741898870308470844", - "author": "464961710462205952", - "animated": true, - "created": 1596952874, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "c4d": { - "name": "c4d", - "id": "756645750552657950", - "author": "516080464369418271", - "animated": false, - "created": 1600468804, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cabbage": { - "name": "cabbage", - "id": "771604177787813929", - "author": "693799838567104513", - "animated": false, - "created": 1604035171, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cabeza": { - "name": "cabeza", - "id": "788805377356464128", - "author": "491289507434463253", - "animated": false, - "created": 1608136257, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cabosad": { - "name": "cabosad", - "id": "758155405904838677", - "author": "316209084208644096", - "animated": false, - "created": 1600828734, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cac": { - "name": "cac", - "id": "724502457387974656", - "author": "528990209589903376", - "animated": false, - "created": 1592805246, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "caca": { - "name": "caca", - "id": "679295839474155523", - "author": "640621838396817454", - "animated": false, - "created": 1582027149, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cachetesdegato": { - "name": "cachetesdegato", - "id": "781961414444056586", - "author": "406308174497316865", - "animated": true, - "created": 1606504529, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Cackleohmygawd": { - "name": "Cackleohmygawd", - "id": "788398701185728522", - "author": "715373648520806432", - "animated": false, - "created": 1608039298, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cafe": { - "name": "cafe", - "id": "575502715887681566", - "author": "567454833586602022", - "animated": false, - "created": 1557280940, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cagaste": { - "name": "cagaste", - "id": "704754659218292766", - "author": "486690618723008522", - "animated": false, - "created": 1588097004, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cagaste2": { - "name": "cagaste2", - "id": "765603256114085908", - "author": "708404644052729879", - "animated": false, - "created": 1602604440, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Cagastes": { - "name": "Cagastes", - "id": "759806777495126026", - "author": "362688701928701953", - "animated": false, - "created": 1601222452, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cagastexd": { - "name": "cagastexd", - "id": "783139705452757015", - "author": "700844233212559372", - "animated": false, - "created": 1606785455, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cague1": { - "name": "cague1", - "id": "781370415099674635", - "author": "604314705175117838", - "animated": true, - "created": 1606363624, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cakengon": { - "name": "cakengon", - "id": "750740301567623250", - "author": "343310328089804803", - "animated": true, - "created": 1599060836, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cakesida": { - "name": "cakesida", - "id": "748733694172463164", - "author": "343310328089804803", - "animated": true, - "created": 1598582423, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "calaca": { - "name": "calaca", - "id": "773714834793562132", - "author": "558803847372472320", - "animated": true, - "created": 1604538391, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "calamardo": { - "name": "calamardo", - "id": "789206281205448735", - "author": "546474895660548136", - "animated": true, - "created": 1608231840, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "CalamardoBaile": { - "name": "CalamardoBaile", - "id": "782906254816706560", - "author": "741850493088694343", - "animated": true, - "created": 1606729796, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "calla": { - "name": "calla", - "id": "693098419543080975", - "author": "676163766185885710", - "animated": false, - "created": 1585317940, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "calla_cagada": { - "name": "calla_cagada", - "id": "773712938690936882", - "author": "468192500025262081", - "animated": false, - "created": 1604537939, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "callacagada": { - "name": "callacagada", - "id": "756948950581510225", - "author": "586974374675087361", - "animated": false, - "created": 1600541093, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "callado": { - "name": "callado", - "id": "788068428543295488", - "author": "740457917374922765", - "animated": false, - "created": 1607960555, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "callao": { - "name": "callao", - "id": "786790704037756978", - "author": "351853576571846676", - "animated": false, - "created": 1607655921, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "callaolacra": { - "name": "callaolacra", - "id": "753108804249452574", - "author": "719334547723911232", - "animated": false, - "created": 1599625531, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "callate": { - "name": "callate", - "id": "673595498388783116", - "author": "477144142351302656", - "animated": false, - "created": 1580668082, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "callatejoto": { - "name": "callatejoto", - "id": "785940740538761256", - "author": "512509857606139905", - "animated": false, - "created": 1607453274, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Callate_Pinche_Puto": { - "name": "Callate_Pinche_Puto", - "id": "781225062463438849", - "author": "525464605108076567", - "animated": false, - "created": 1606328969, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "callateputa": { - "name": "callateputa", - "id": "784907517733503017", - "author": "753681432718737480", - "animated": false, - "created": 1607206935, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "CallieSad": { - "name": "CallieSad", - "id": "781173885176512563", - "author": "645583495715880960", - "animated": false, - "created": 1606316767, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "callistare": { - "name": "callistare", - "id": "786036042230267915", - "author": "231031562114826242", - "animated": false, - "created": 1607475996, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "calmbully": { - "name": "calmbully", - "id": "783524953047433226", - "author": "353109234201788427", - "animated": false, - "created": 1606877306, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "calmhours": { - "name": "calmhours", - "id": "782742607943827466", - "author": "748023719833894942", - "animated": false, - "created": 1606690780, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "calp": { - "name": "calp", - "id": "492047205839011840", - "author": "140516693242937345", - "animated": false, - "created": 1531727966, - "modified": 1537383612, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "calvo_inteligente": { - "name": "calvo_inteligente", - "id": "786600549708857394", - "author": "234097420898664448", - "animated": false, - "created": 1607610585, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "caminar": { - "name": "caminar", - "id": "720903496437727243", - "author": "661485249343258625", - "animated": true, - "created": 1591947187, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "camnelga": { - "name": "camnelga", - "id": "772370633715351593", - "author": "466061790627889167", - "animated": false, - "created": 1604217909, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "CamnelPls": { - "name": "CamnelPls", - "id": "781988902759694387", - "author": "727325977755254874", - "animated": true, - "created": 1606511083, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "campeon": { - "name": "campeon", - "id": "782317680535404594", - "author": "543468933974589440", - "animated": true, - "created": 1606589469, - "modified": 1606590082, - "preserve": false, - "description": null, - "nsfw": "MOD_NSFW" - }, - "canariada": { - "name": "canariada", - "id": "654061867173412889", - "author": "399348446525390849", - "animated": false, - "created": 1576010901, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cancheesythrowitback": { - "name": "cancheesythrowitback", - "id": "785605891411542067", - "author": "376553492833239051", - "animated": true, - "created": 1607373440, - "modified": 1607373879, - "preserve": false, - "description": null, - "nsfw": "MOD_NSFW" - }, - "caneladance": { - "name": "caneladance", - "id": "781869783028465664", - "author": "406558013848289281", - "animated": true, - "created": 1606482682, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "canelita": { - "name": "canelita", - "id": "758442917005623297", - "author": "308794315834916864", - "animated": true, - "created": 1600897282, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "canilickyou": { - "name": "canilickyou", - "id": "788058830751268914", - "author": "353109234201788427", - "animated": true, - "created": 1607958266, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "canilickyouaf": { - "name": "canilickyouaf", - "id": "788058866155520021", - "author": "353109234201788427", - "animated": true, - "created": 1607958275, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cansado": { - "name": "cansado", - "id": "784835098846822430", - "author": "751637071059222629", - "animated": false, - "created": 1607189669, - "modified": 1607191834, - "preserve": false, - "description": null, - "nsfw": "MOD_NSFW" - }, - "canserbero": { - "name": "canserbero", - "id": "697269598525063239", - "author": "461818566510116895", - "animated": false, - "created": 1586312427, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cantabria": { - "name": "cantabria", - "id": "789845201891622963", - "author": "293107176355004416", - "animated": false, - "created": 1608384170, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "caosball": { - "name": "caosball", - "id": "769914592800276531", - "author": "653806638695710721", - "animated": false, - "created": 1603632343, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cap": { - "name": "cap", - "id": "732095496910405664", - "author": "528990209589903376", - "animated": false, - "created": 1594615568, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "capitaliste": { - "name": "capitaliste", - "id": "771159734958424084", - "author": "113673621368471556", - "animated": false, - "created": 1603929208, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "capivara": { - "name": "capivara", - "id": "785574820456300584", - "author": "152231214198161409", - "animated": false, - "created": 1607366032, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "capping": { - "name": "capping", - "id": "783227053457539082", - "author": "164381759352471552", - "animated": false, - "created": 1606806281, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "captainpoggers": { - "name": "captainpoggers", - "id": "775484068598382624", - "author": "293107176355004416", - "animated": false, - "created": 1604960209, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "caraalho": { - "name": "caraalho", - "id": "786421407159549962", - "author": "265244466548441088", - "animated": false, - "created": 1607567874, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "carai": { - "name": "carai", - "id": "776915599551889418", - "author": "257634165044936706", - "animated": true, - "created": 1605301513, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "caratroleador": { - "name": "caratroleador", - "id": "785927782580092969", - "author": "512509857606139905", - "animated": false, - "created": 1607450185, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cardlos": { - "name": "cardlos", - "id": "762369592713543710", - "author": "293107176355004416", - "animated": false, - "created": 1601833475, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Carl": { - "name": "Carl", - "id": "782644366081785856", - "author": "344313085730750464", - "animated": false, - "created": 1606667357, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "carldelet": { - "name": "carldelet", - "id": "781205825360101408", - "author": "451876555107336192", - "animated": true, - "created": 1606324383, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "carlfuse": { - "name": "carlfuse", - "id": "781206151294353480", - "author": "451876555107336192", - "animated": true, - "created": 1606324460, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "carlhug": { - "name": "carlhug", - "id": "781205859756802068", - "author": "451876555107336192", - "animated": false, - "created": 1606324391, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "carlos": { - "name": "carlos", - "id": "745094695759380551", - "author": "356941401638043678", - "animated": false, - "created": 1597714819, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "carlpat": { - "name": "carlpat", - "id": "781206406429671495", - "author": "451876555107336192", - "animated": false, - "created": 1606324521, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "carrotfish": { - "name": "carrotfish", - "id": "786153497338970113", - "author": "676134602837852172", - "animated": true, - "created": 1607503999, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "carryme": { - "name": "carryme", - "id": "775153262428553216", - "author": "353109234201788427", - "animated": false, - "created": 1604881339, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "carsenojao": { - "name": "carsenojao", - "id": "782482500588404787", - "author": "736438830386774087", - "animated": false, - "created": 1606628766, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cat": { - "name": "cat", - "id": "592761412036591635", - "author": "165763144868691968", - "animated": true, - "created": 1561395733, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cat_2": { - "name": "cat_2", - "id": "773594324653834302", - "author": "651225309814980629", - "animated": false, - "created": 1604509659, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cat2": { - "name": "cat2", - "id": "776331553550630922", - "author": "729792613523390526", - "animated": true, - "created": 1605162265, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cat3": { - "name": "cat3", - "id": "789752157393780736", - "author": "643620576316882964", - "animated": true, - "created": 1608361987, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cataaa": { - "name": "cataaa", - "id": "695984752749969479", - "author": "410983710083776522", - "animated": true, - "created": 1586006095, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cataaaa": { - "name": "cataaaa", - "id": "752594292345929814", - "author": "112471608865624064", - "animated": true, - "created": 1599502862, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "catban": { - "name": "catban", - "id": "530753423239282688", - "author": "168765617095180289", - "animated": true, - "created": 1546611877, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "catbang": { - "name": "catbang", - "id": "788817088100827196", - "author": "301460301914701835", - "animated": true, - "created": 1608139049, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "catbeg": { - "name": "catbeg", - "id": "788816848681435146", - "author": "301460301914701835", - "animated": true, - "created": 1608138992, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "catben": { - "name": "catben", - "id": "614025944423727161", - "author": "425046879047385108", - "animated": true, - "created": 1566465593, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "catblablabla": { - "name": "catblablabla", - "id": "785948283176616006", - "author": "755134252642992158", - "animated": true, - "created": 1607455073, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cat_blep_small": { - "name": "cat_blep_small", - "id": "786314692875780146", - "author": "684477455028846624", - "animated": false, - "created": 1607542431, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "CatBlush": { - "name": "CatBlush", - "id": "764009495365287976", - "author": "700117364485914704", - "animated": false, - "created": 1602224458, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "catbobbing": { - "name": "catbobbing", - "id": "785956874167386143", - "author": "303945333526888450", - "animated": true, - "created": 1607457121, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "catbonk": { - "name": "catbonk", - "id": "758744132281040906", - "author": "400301748205387776", - "animated": true, - "created": 1600969097, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "CatBop": { - "name": "CatBop", - "id": "768874022855114794", - "author": "231378289934073857", - "animated": true, - "created": 1603384252, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "catClap": { - "name": "catClap", - "id": "691255612700360755", - "author": "145754764414550017", - "animated": true, - "created": 1584878581, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "catclapf": { - "name": "catclapf", - "id": "769755179704254464", - "author": "358457900546654209", - "animated": true, - "created": 1603594336, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "catclown": { - "name": "catclown", - "id": "788817108598259752", - "author": "301460301914701835", - "animated": false, - "created": 1608139054, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "catcry": { - "name": "catcry", - "id": "724411947910430840", - "author": "587270287633022998", - "animated": false, - "created": 1592783667, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cat_cutekitty": { - "name": "cat_cutekitty", - "id": "785814405748228097", - "author": "721959648307052617", - "animated": true, - "created": 1607423154, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "catdance": { - "name": "catdance", - "id": "686922524168421377", - "author": "156556164119658496", - "animated": true, - "created": 1583845492, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "catDead": { - "name": "catDead", - "id": "786155557719506944", - "author": "676134602837852172", - "animated": false, - "created": 1607504491, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "catfingerguns": { - "name": "catfingerguns", - "id": "773930706576343042", - "author": "619907069364928533", - "animated": false, - "created": 1604589859, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "catfiteme": { - "name": "catfiteme", - "id": "774163419934621716", - "author": "319125585458626562", - "animated": false, - "created": 1604645342, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "catgood": { - "name": "catgood", - "id": "739406190152515594", - "author": "460802435217358848", - "animated": false, - "created": 1596358573, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "catgun": { - "name": "catgun", - "id": "721724091656175668", - "author": "468625477595299869", - "animated": true, - "created": 1592142832, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "catheadbang": { - "name": "catheadbang", - "id": "769276440864227368", - "author": "456930635173462018", - "animated": true, - "created": 1603480196, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cathowl": { - "name": "cathowl", - "id": "786153512135426079", - "author": "676134602837852172", - "animated": true, - "created": 1607504003, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "catjam": { - "name": "catjam", - "id": "739847724534464592", - "author": "107236928348225536", - "animated": true, - "created": 1596463843, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "catjam2": { - "name": "catjam2", - "id": "789330995224117318", - "author": "453303780449189888", - "animated": true, - "created": 1608261574, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "catjamfast": { - "name": "catjamfast", - "id": "747886764617629769", - "author": "113776037812240388", - "animated": true, - "created": 1598380499, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "catkiss": { - "name": "catkiss", - "id": "730588397206503515", - "author": "688035124926873687", - "animated": true, - "created": 1594256247, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cat_left": { - "name": "cat_left", - "id": "785814307602300938", - "author": "721959648307052617", - "animated": false, - "created": 1607423130, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "catlick": { - "name": "catlick", - "id": "762829649319034911", - "author": "567390950838501376", - "animated": true, - "created": 1601943161, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "CatLike": { - "name": "CatLike", - "id": "788744103844118559", - "author": "744920706961244251", - "animated": false, - "created": 1608121648, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cat_long1": { - "name": "cat_long1", - "id": "786950126643970108", - "author": "718818001633280071", - "animated": false, - "created": 1607693931, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cat_long2": { - "name": "cat_long2", - "id": "786950137654018059", - "author": "718818001633280071", - "animated": false, - "created": 1607693933, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cat_long3": { - "name": "cat_long3", - "id": "786950148113956866", - "author": "718818001633280071", - "animated": false, - "created": 1607693936, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cat_meow": { - "name": "cat_meow", - "id": "785813820823306270", - "author": "721959648307052617", - "animated": true, - "created": 1607423014, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cat_nod": { - "name": "cat_nod", - "id": "770910413986594816", - "author": "602992958001905697", - "animated": true, - "created": 1603869765, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "catNod": { - "name": "catNod", - "id": "740391558339100734", - "author": "269546067966689280", - "animated": false, - "created": 1596593503, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "catnom": { - "name": "catnom", - "id": "775796503565434931", - "author": "566002006511190047", - "animated": true, - "created": 1605034700, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "catOk": { - "name": "catOk", - "id": "720145121441611827", - "author": "353109234201788427", - "animated": false, - "created": 1591766376, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "catpat": { - "name": "catpat", - "id": "781375009401602058", - "author": "544004454257524746", - "animated": true, - "created": 1606364719, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cat_paw": { - "name": "cat_paw", - "id": "786149823366692864", - "author": "745612575454134283", - "animated": true, - "created": 1607503123, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cat_peeko": { - "name": "cat_peeko", - "id": "788732899729080330", - "author": "721415443700514847", - "animated": true, - "created": 1608118977, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "catpog": { - "name": "catpog", - "id": "780247638360064000", - "author": "549044527017623573", - "animated": true, - "created": 1606095933, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "catpunch": { - "name": "catpunch", - "id": "788271731097206804", - "author": "740457917374922765", - "animated": true, - "created": 1608009026, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "catrave": { - "name": "catrave", - "id": "742337143330046012", - "author": "73375128251011072", - "animated": true, - "created": 1597057367, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "catsad": { - "name": "catsad", - "id": "678036805773295656", - "author": "417410689108541441", - "animated": false, - "created": 1581726971, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "catshrug": { - "name": "catshrug", - "id": "786228078933180507", - "author": "494688594603147284", - "animated": true, - "created": 1607521781, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cat_shy": { - "name": "cat_shy", - "id": "772426877099835392", - "author": "298508203447156737", - "animated": false, - "created": 1604231318, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "catsith": { - "name": "catsith", - "id": "781241722155302952", - "author": "495518017434681365", - "animated": true, - "created": 1606332941, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cat_smore": { - "name": "cat_smore", - "id": "787023755297816626", - "author": "688167964381675580", - "animated": true, - "created": 1607711485, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "catspin": { - "name": "catspin", - "id": "783280207351250964", - "author": "684477455028846624", - "animated": true, - "created": 1606818954, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "CatStare": { - "name": "CatStare", - "id": "785657978065911858", - "author": "720337269889826846", - "animated": true, - "created": 1607385858, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "catstyle": { - "name": "catstyle", - "id": "765796255455510548", - "author": "358457900546654209", - "animated": true, - "created": 1602650455, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "catThink": { - "name": "catThink", - "id": "738141549501743196", - "author": "532025158865780756", - "animated": false, - "created": 1596057059, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "catuum": { - "name": "catuum", - "id": "781464169039134742", - "author": "495518017434681365", - "animated": true, - "created": 1606385976, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "catvibbin": { - "name": "catvibbin", - "id": "785814256612016178", - "author": "721959648307052617", - "animated": true, - "created": 1607423118, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "catvibe": { - "name": "catvibe", - "id": "746980531396280321", - "author": "662694008937512972", - "animated": true, - "created": 1598164437, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "catwerk": { - "name": "catwerk", - "id": "782038848989298699", - "author": "291628634920452096", - "animated": true, - "created": 1606522991, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "CatWhip": { - "name": "CatWhip", - "id": "775796633027608627", - "author": "566002006511190047", - "animated": true, - "created": 1605034731, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "catwitdarag": { - "name": "catwitdarag", - "id": "786297902766096454", - "author": "219580469933506560", - "animated": false, - "created": 1607538428, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cave": { - "name": "cave", - "id": "787993047698898955", - "author": "304413971350552588", - "animated": true, - "created": 1607942582, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "CBAdmin": { - "name": "CBAdmin", - "id": "785924980834566185", - "author": "304706961390174217", - "animated": false, - "created": 1607449517, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cbas": { - "name": "cbas", - "id": "771163488051265542", - "author": "702536106834526259", - "animated": false, - "created": 1603930103, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "CBHearts": { - "name": "CBHearts", - "id": "787861769204400128", - "author": "330507597268516874", - "animated": true, - "created": 1607911283, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cbjoy": { - "name": "cbjoy", - "id": "781205492240220172", - "author": "451876555107336192", - "animated": false, - "created": 1606324303, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "CBPepeSaberDance": { - "name": "CBPepeSaberDance", - "id": "760182490399768626", - "author": "608232907563204629", - "animated": true, - "created": 1601312029, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "CBWoke": { - "name": "CBWoke", - "id": "774690432369295391", - "author": "306232865270661140", - "animated": true, - "created": 1604770992, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cb_yellowpink_star": { - "name": "cb_yellowpink_star", - "id": "788732624038133781", - "author": "721415443700514847", - "animated": false, - "created": 1608118911, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "c_catblush": { - "name": "c_catblush", - "id": "783880508555788320", - "author": "697542753449672775", - "animated": false, - "created": 1606962077, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "c_catcute": { - "name": "c_catcute", - "id": "783880553061416960", - "author": "697542753449672775", - "animated": true, - "created": 1606962087, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "CCintenseshake": { - "name": "CCintenseshake", - "id": "782673897073147956", - "author": "700050219995496568", - "animated": true, - "created": 1606674398, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "c_cryingcat": { - "name": "c_cryingcat", - "id": "783880540549414913", - "author": "697542753449672775", - "animated": false, - "created": 1606962084, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ccsparkles": { - "name": "ccsparkles", - "id": "742085768524070963", - "author": "281251143139721226", - "animated": true, - "created": 1596997434, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ccweird": { - "name": "ccweird", - "id": "583908272654778393", - "author": "167267224787222528", - "animated": false, - "created": 1559284980, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cdnd": { - "name": "cdnd", - "id": "782083710094016522", - "author": "657032893172023363", - "animated": true, - "created": 1606533686, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cd_qtpuppy": { - "name": "cd_qtpuppy", - "id": "789748853598847006", - "author": "643620576316882964", - "animated": true, - "created": 1608361199, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "c_duckiesad": { - "name": "c_duckiesad", - "id": "781904588294193162", - "author": "722269789573087233", - "animated": false, - "created": 1606490981, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ceboball": { - "name": "ceboball", - "id": "784225370663813190", - "author": "726110827278499891", - "animated": false, - "created": 1607044298, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "centaur": { - "name": "centaur", - "id": "789814554016219176", - "author": "226339499523702785", - "animated": false, - "created": 1608376863, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cereal2": { - "name": "cereal2", - "id": "771570575436808213", - "author": "763240979091292180", - "animated": false, - "created": 1604027160, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cerikekyou": { - "name": "cerikekyou", - "id": "787848955597684757", - "author": "353109234201788427", - "animated": true, - "created": 1607908228, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cerimove": { - "name": "cerimove", - "id": "787468172940148837", - "author": "353109234201788427", - "animated": false, - "created": 1607817443, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cesar": { - "name": "cesar", - "id": "779186675468861461", - "author": "524761288795095041", - "animated": false, - "created": 1605842980, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "CeT": { - "name": "CeT", - "id": "711895661141950504", - "author": "425046879047385108", - "animated": false, - "created": 1589799552, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cetsparkles": { - "name": "cetsparkles", - "id": "703451133510811728", - "author": "167267224787222528", - "animated": true, - "created": 1587786220, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cetweird": { - "name": "cetweird", - "id": "687493403617132627", - "author": "167267224787222528", - "animated": false, - "created": 1583981600, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "CEweird": { - "name": "CEweird", - "id": "782685808159096843", - "author": "438644880152068127", - "animated": false, - "created": 1606677238, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "chad": { - "name": "chad", - "id": "681364144817307694", - "author": "580244182652813312", - "animated": false, - "created": 1582520271, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "chairgun": { - "name": "chairgun", - "id": "786153569753104384", - "author": "676134602837852172", - "animated": false, - "created": 1607504017, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "chale": { - "name": "chale", - "id": "663047383650795551", - "author": "400301748205387776", - "animated": false, - "created": 1578153288, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "chale_": { - "name": "chale_", - "id": "771426846931419167", - "author": "475156812329517068", - "animated": false, - "created": 1603992892, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "chamakta_dil": { - "name": "chamakta_dil", - "id": "786591033881526293", - "author": "745373578664476892", - "animated": true, - "created": 1607608316, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cham_cookie": { - "name": "cham_cookie", - "id": "753691220131315712", - "author": "665573758756716554", - "animated": false, - "created": 1599764389, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Chamiya": { - "name": "Chamiya", - "id": "768773430521626645", - "author": "533908246969319444", - "animated": true, - "created": 1603360269, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "champ": { - "name": "champ", - "id": "746863049616392224", - "author": "245668715067080704", - "animated": false, - "created": 1598136427, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "chanfle": { - "name": "chanfle", - "id": "790073657984417854", - "author": "546474895660548136", - "animated": false, - "created": 1608438639, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "chanimelhando": { - "name": "chanimelhando", - "id": "780268058164854824", - "author": "588875540178534410", - "animated": false, - "created": 1606100801, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "chansu": { - "name": "chansu", - "id": "763245879204249600", - "author": "113776037812240388", - "animated": false, - "created": 1602042398, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "chao": { - "name": "chao", - "id": "693439448238522388", - "author": "217313838914076686", - "animated": true, - "created": 1585399248, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "chardance": { - "name": "chardance", - "id": "775523821591199784", - "author": "406558013848289281", - "animated": true, - "created": 1604969687, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "charleswhite": { - "name": "charleswhite", - "id": "786039527394508810", - "author": "354753179528724483", - "animated": true, - "created": 1607476827, - "modified": 1607494145, - "preserve": false, - "description": null, - "nsfw": "MOD_NSFW" - }, - "charliepokerface1": { - "name": "charliepokerface1", - "id": "784878909530308608", - "author": "496037931140513800", - "animated": false, - "created": 1607200114, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "charliepokerface2": { - "name": "charliepokerface2", - "id": "784878940845506591", - "author": "496037931140513800", - "animated": false, - "created": 1607200121, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "charmander": { - "name": "charmander", - "id": "783503960786599977", - "author": "343437447558070274", - "animated": true, - "created": 1606872301, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "chat": { - "name": "chat", - "id": "620686528066355200", - "author": "376159435258593290", - "animated": false, - "created": 1557935322, - "modified": 1568058524, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "chatot": { - "name": "chatot", - "id": "776633870015397939", - "author": "283791082410475521", - "animated": false, - "created": 1605234343, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "chau": { - "name": "chau", - "id": "731282831044771891", - "author": "660646351863939076", - "animated": true, - "created": 1594421813, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "chayaneball": { - "name": "chayaneball", - "id": "769729244203974706", - "author": "653806638695710721", - "animated": false, - "created": 1603588152, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cheater3": { - "name": "cheater3", - "id": "786211058255396894", - "author": "336021639970029569", - "animated": false, - "created": 1607517723, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "check": { - "name": "check", - "id": "717070743841538091", - "author": "697887720202043444", - "animated": true, - "created": 1591033388, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Checkmark": { - "name": "Checkmark", - "id": "784543756111052821", - "author": "454346838431105038", - "animated": false, - "created": 1607120207, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cheems": { - "name": "cheems", - "id": "655044795504525322", - "author": "88006461619200000", - "animated": false, - "created": 1576245249, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cheems1": { - "name": "cheems1", - "id": "744365315198156850", - "author": "459506520288133130", - "animated": true, - "created": 1597540920, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cheems11": { - "name": "cheems11", - "id": "744365678248853655", - "author": "459506520288133130", - "animated": true, - "created": 1597541007, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cheems111": { - "name": "cheems111", - "id": "744365921006780467", - "author": "459506520288133130", - "animated": true, - "created": 1597541065, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cheems12": { - "name": "cheems12", - "id": "783757400804294727", - "author": "709202504310587462", - "animated": false, - "created": 1606932726, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Cheems2": { - "name": "Cheems2", - "id": "777332922394214400", - "author": "549041904092971040", - "animated": false, - "created": 1605401010, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Cheems3": { - "name": "Cheems3", - "id": "777332964941365248", - "author": "549041904092971040", - "animated": false, - "created": 1605401021, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cheemsgun": { - "name": "cheemsgun", - "id": "747294645633024062", - "author": "645482510930673675", - "animated": false, - "created": 1598239327, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cheemsmalo": { - "name": "cheemsmalo", - "id": "783854888509112390", - "author": "761590261502574682", - "animated": false, - "created": 1606955968, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cheemswaifu": { - "name": "cheemswaifu", - "id": "776259236261789717", - "author": "365650837277507594", - "animated": false, - "created": 1605145024, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cheer": { - "name": "cheer", - "id": "729170138603192360", - "author": "609791313847517223", - "animated": true, - "created": 1593918108, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cheerful": { - "name": "cheerful", - "id": "782742044375908413", - "author": "748023719833894942", - "animated": false, - "created": 1606690646, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cheerknight": { - "name": "cheerknight", - "id": "788420979260260352", - "author": "580244182652813312", - "animated": true, - "created": 1608044609, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cheers": { - "name": "cheers", - "id": "790021048799461407", - "author": "679596611323953175", - "animated": false, - "created": 1608426096, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Cheetos": { - "name": "Cheetos", - "id": "705268785069686784", - "author": "521802133796945962", - "animated": false, - "created": 1588219581, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "chefkiss": { - "name": "chefkiss", - "id": "723223468593905715", - "author": "420702436479467530", - "animated": false, - "created": 1592500311, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "chems": { - "name": "chems", - "id": "695740360869020030", - "author": "628070207293882377", - "animated": false, - "created": 1585947828, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "chendance": { - "name": "chendance", - "id": "773362186457579520", - "author": "739936426799661086", - "animated": true, - "created": 1604454313, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cherar": { - "name": "cherar", - "id": "789220989321740309", - "author": "385806801624367115", - "animated": false, - "created": 1608235346, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "chesto": { - "name": "chesto", - "id": "727912092023390318", - "author": "97388780771610624", - "animated": true, - "created": 1593618166, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "chetto": { - "name": "chetto", - "id": "782461516695339029", - "author": "727283870461984839", - "animated": false, - "created": 1606623763, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "CH_facewhy": { - "name": "CH_facewhy", - "id": "785657993685368839", - "author": "720337269889826846", - "animated": true, - "created": 1607385862, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "_chi_": { - "name": "_chi_", - "id": "780877129256140812", - "author": "701103722453008518", - "animated": false, - "created": 1606246015, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "chi": { - "name": "chi", - "id": "746221953261764659", - "author": "450903155572736000", - "animated": false, - "created": 1597983577, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "chi_": { - "name": "chi_", - "id": "780873911259627520", - "author": "701103722453008518", - "animated": false, - "created": 1606245248, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Chibi_Dance_Black": { - "name": "Chibi_Dance_Black", - "id": "781365288385380373", - "author": "554153287109181440", - "animated": true, - "created": 1606362401, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "chibi_dewott": { - "name": "chibi_dewott", - "id": "787438914834268262", - "author": "640273123165470720", - "animated": false, - "created": 1607810467, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "chibireimu": { - "name": "chibireimu", - "id": "782750444287033365", - "author": "401108818014109696", - "animated": false, - "created": 1606692648, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "chicken_nugee": { - "name": "chicken_nugee", - "id": "786036720059678752", - "author": "755134252642992158", - "animated": true, - "created": 1607476158, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "chidoperomevaleverga": { - "name": "chidoperomevaleverga", - "id": "781327219648888832", - "author": "727283870461984839", - "animated": false, - "created": 1606353325, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "chiedance": { - "name": "chiedance", - "id": "779378045734617129", - "author": "279764106926620684", - "animated": true, - "created": 1605888606, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "chiewithdaboof": { - "name": "chiewithdaboof", - "id": "778636246581772329", - "author": "279764106926620684", - "animated": false, - "created": 1605711747, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "chika": { - "name": "chika", - "id": "687028129625407624", - "author": "218537113551896576", - "animated": true, - "created": 1583870670, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "chikaball": { - "name": "chikaball", - "id": "778803164698247169", - "author": "638128638700552192", - "animated": false, - "created": 1605751544, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ChikaBrows": { - "name": "ChikaBrows", - "id": "753783092975632574", - "author": "497775828256423956", - "animated": true, - "created": 1599786294, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ChikaCry": { - "name": "ChikaCry", - "id": "780845045187608586", - "author": "411841829563006997", - "animated": false, - "created": 1606238366, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ChikaDab": { - "name": "ChikaDab", - "id": "783581539883679764", - "author": "754894684630810674", - "animated": true, - "created": 1606890797, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "chika_dance": { - "name": "chika_dance", - "id": "787435030291939359", - "author": "522155526478364675", - "animated": true, - "created": 1607809541, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "chikadance": { - "name": "chikadance", - "id": "750952000820346980", - "author": "428461954064056340", - "animated": true, - "created": 1599111309, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "chikaRave": { - "name": "chikaRave", - "id": "789953679641411604", - "author": "768741691250311180", - "animated": true, - "created": 1608410034, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "chikascare": { - "name": "chikascare", - "id": "732408549099044874", - "author": "638128638700552192", - "animated": false, - "created": 1594690205, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "chikaspin": { - "name": "chikaspin", - "id": "749014841603391580", - "author": "336597110327607298", - "animated": true, - "created": 1598649454, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "chikayay": { - "name": "chikayay", - "id": "782286252123750401", - "author": "638128638700552192", - "animated": true, - "created": 1606581976, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Chilakil": { - "name": "Chilakil", - "id": "755619231529304135", - "author": "580939801243549697", - "animated": true, - "created": 1600224063, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "chilakilgaleria": { - "name": "chilakilgaleria", - "id": "784625785478578238", - "author": "709202504310587462", - "animated": false, - "created": 1607139765, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "chilakilgato": { - "name": "chilakilgato", - "id": "784086206681448479", - "author": "709202504310587462", - "animated": false, - "created": 1607011119, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "chilakilmacaco": { - "name": "chilakilmacaco", - "id": "778300163005349928", - "author": "488880002616655894", - "animated": false, - "created": 1605631619, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ChilakilMano": { - "name": "ChilakilMano", - "id": "771459686268010516", - "author": "580939801243549697", - "animated": false, - "created": 1604000722, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "chilakiluwu": { - "name": "chilakiluwu", - "id": "788092330334093392", - "author": "709202504310587462", - "animated": false, - "created": 1607966253, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "childe": { - "name": "childe", - "id": "781435383711006740", - "author": "495518017434681365", - "animated": true, - "created": 1606379113, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "childecool": { - "name": "childecool", - "id": "782270313757016074", - "author": "209280535174971393", - "animated": false, - "created": 1606578176, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "childenom": { - "name": "childenom", - "id": "787997613126713354", - "author": "304413971350552588", - "animated": true, - "created": 1607943671, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "childesigh": { - "name": "childesigh", - "id": "782270343087259708", - "author": "209280535174971393", - "animated": false, - "created": 1606578184, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "childeweird": { - "name": "childeweird", - "id": "774736706057535509", - "author": "209280535174971393", - "animated": false, - "created": 1604782024, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "chileno1": { - "name": "chileno1", - "id": "770863472681680897", - "author": "293107176355004416", - "animated": false, - "created": 1603858573, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "chileno10": { - "name": "chileno10", - "id": "789325874754486293", - "author": "293107176355004416", - "animated": false, - "created": 1608260353, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "chileno2": { - "name": "chileno2", - "id": "773972465948426250", - "author": "293107176355004416", - "animated": false, - "created": 1604599815, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Chill": { - "name": "Chill", - "id": "712329567666176050", - "author": "643660221117497354", - "animated": false, - "created": 1589903003, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Chill_out": { - "name": "Chill_out", - "id": "784440848099704862", - "author": "711751154119475291", - "animated": false, - "created": 1607095672, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "china": { - "name": "china", - "id": "693206180981375097", - "author": "543468933974589440", - "animated": false, - "created": 1585343632, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "china19": { - "name": "china19", - "id": "780945366656221187", - "author": "739936426799661086", - "animated": false, - "created": 1606262284, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "chinese": { - "name": "chinese", - "id": "730817636727914556", - "author": "444542802794119168", - "animated": false, - "created": 1594310902, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "chineseoriginar": { - "name": "chineseoriginar", - "id": "773330766062419980", - "author": "739936426799661086", - "animated": false, - "created": 1604446822, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "chino": { - "name": "chino", - "id": "712538314086809653", - "author": "371341644131336199", - "animated": true, - "created": 1589952772, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ChinoWoah": { - "name": "ChinoWoah", - "id": "782741425476599848", - "author": "507735062955950080", - "animated": false, - "created": 1606690498, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "chipDoesASleep": { - "name": "chipDoesASleep", - "id": "786327601043996704", - "author": "262133866062413825", - "animated": false, - "created": 1607545509, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "chipthenk": { - "name": "chipthenk", - "id": "757862318125088838", - "author": "428461954064056340", - "animated": false, - "created": 1600758857, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "chisabonk": { - "name": "chisabonk", - "id": "738338937457737731", - "author": "410983710083776522", - "animated": true, - "created": 1596104120, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "chisano": { - "name": "chisano", - "id": "699807440996139049", - "author": "403597576223326228", - "animated": true, - "created": 1586917495, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "chisanou": { - "name": "chisanou", - "id": "752904171853971578", - "author": "403597576223326228", - "animated": true, - "created": 1599576742, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ChisaWTF": { - "name": "ChisaWTF", - "id": "786220943147532298", - "author": "403597576223326228", - "animated": false, - "created": 1607520080, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Chisme": { - "name": "Chisme", - "id": "759484358204981259", - "author": "739941230867120189", - "animated": false, - "created": 1601145581, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "chistosito": { - "name": "chistosito", - "id": "770331133401366528", - "author": "469162062086537226", - "animated": false, - "created": 1603731654, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "chistosoqlo": { - "name": "chistosoqlo", - "id": "775224879669837836", - "author": "469162062086537226", - "animated": false, - "created": 1604898414, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "chitpost": { - "name": "chitpost", - "id": "781968959187582987", - "author": "707435993585942539", - "animated": false, - "created": 1606506328, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "chizuruheart": { - "name": "chizuruheart", - "id": "785680051357089803", - "author": "371341644131336199", - "animated": false, - "created": 1607391121, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "chkill": { - "name": "chkill", - "id": "782487040054001665", - "author": "754517959417790494", - "animated": false, - "created": 1606629848, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "chocalas": { - "name": "chocalas", - "id": "790091656355512320", - "author": "659572887086170113", - "animated": false, - "created": 1608442930, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "choccymilk": { - "name": "choccymilk", - "id": "778635226125566042", - "author": "279764106926620684", - "animated": false, - "created": 1605711504, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "choccymiluk": { - "name": "choccymiluk", - "id": "782742896075472926", - "author": "748023719833894942", - "animated": false, - "created": 1606690849, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "choclo": { - "name": "choclo", - "id": "784806790087835648", - "author": "751637071059222629", - "animated": false, - "created": 1607182919, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "choco": { - "name": "choco", - "id": "772035288646025236", - "author": "336186693210210305", - "animated": false, - "created": 1604137956, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "chocolas": { - "name": "chocolas", - "id": "789529776834084905", - "author": "727283870461984839", - "animated": false, - "created": 1608308967, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "chocomilk": { - "name": "chocomilk", - "id": "758009494851813476", - "author": "383723642489405441", - "animated": false, - "created": 1600793946, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "chod": { - "name": "chod", - "id": "704254703709454337", - "author": "423129757954211880", - "animated": false, - "created": 1587977805, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Choke_me": { - "name": "Choke_me", - "id": "784440831637192734", - "author": "711751154119475291", - "animated": false, - "created": 1607095668, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "chokemedaddy": { - "name": "chokemedaddy", - "id": "782344051995050015", - "author": "520730446259290122", - "animated": false, - "created": 1606595757, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cholokawaii": { - "name": "cholokawaii", - "id": "782486401128202261", - "author": "406308174497316865", - "animated": true, - "created": 1606629696, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "chongweird": { - "name": "chongweird", - "id": "774732388097458176", - "author": "209280535174971393", - "animated": false, - "created": 1604780995, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "choripan": { - "name": "choripan", - "id": "777776454217629727", - "author": "543468933974589440", - "animated": false, - "created": 1605506757, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "choro": { - "name": "choro", - "id": "786687093023834143", - "author": "714546696063025255", - "animated": false, - "created": 1607631218, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Chpunch": { - "name": "Chpunch", - "id": "779914810040123413", - "author": "741850493088694343", - "animated": false, - "created": 1606016580, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "CH_Rainbowheart": { - "name": "CH_Rainbowheart", - "id": "786418529716142080", - "author": "267730425005342720", - "animated": true, - "created": 1607567188, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "christ": { - "name": "christ", - "id": "709283884583616542", - "author": "446772590787428372", - "animated": false, - "created": 1589176856, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "christmashehe": { - "name": "christmashehe", - "id": "785922440025866290", - "author": "619907069364928533", - "animated": false, - "created": 1607448911, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "christmasmimi": { - "name": "christmasmimi", - "id": "788489137078009906", - "author": "717187106874720287", - "animated": false, - "created": 1608060859, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "chucha": { - "name": "chucha", - "id": "668520216933695490", - "author": "347931338285776896", - "animated": false, - "created": 1579458040, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "chuchaa": { - "name": "chuchaa", - "id": "774300350194384936", - "author": "408747500288213006", - "animated": false, - "created": 1604677989, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "chuchas": { - "name": "chuchas", - "id": "766125601643298826", - "author": "343642589104308224", - "animated": true, - "created": 1602728977, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "chula": { - "name": "chula", - "id": "721581470405361715", - "author": "212026049427537920", - "animated": false, - "created": 1592108829, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "chulacursed": { - "name": "chulacursed", - "id": "770062167901863967", - "author": "429684409633996840", - "animated": false, - "created": 1603667527, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "chulapat": { - "name": "chulapat", - "id": "758559439186952222", - "author": "437506257146871819", - "animated": true, - "created": 1600925063, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "chulaween": { - "name": "chulaween", - "id": "773615633304125440", - "author": "702536106834526259", - "animated": false, - "created": 1604514740, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "chummachatti": { - "name": "chummachatti", - "id": "773462535986741279", - "author": "560489246251810826", - "animated": true, - "created": 1604478238, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "chumsky": { - "name": "chumsky", - "id": "764943060298629150", - "author": "356267162148798465", - "animated": false, - "created": 1602447037, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "chunchunmaru": { - "name": "chunchunmaru", - "id": "784339427694608394", - "author": "431225704563081216", - "animated": false, - "created": 1607071491, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "chungus": { - "name": "chungus", - "id": "772170209724203059", - "author": "398786566006505472", - "animated": false, - "created": 1604170124, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "chupala": { - "name": "chupala", - "id": "717833639286538834", - "author": "527545680273604628", - "animated": false, - "created": 1591215276, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "chupalo": { - "name": "chupalo", - "id": "653008669075570699", - "author": "551857425586847774", - "animated": true, - "created": 1575759799, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ChupaloXD": { - "name": "ChupaloXD", - "id": "788206914315616278", - "author": "618287304447885312", - "animated": false, - "created": 1607993572, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ci": { - "name": "ci", - "id": "687046772593393754", - "author": "629874013685940234", - "animated": false, - "created": 1583875115, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ciao": { - "name": "ciao", - "id": "784441125045534730", - "author": "711751154119475291", - "animated": false, - "created": 1607095738, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cielShh": { - "name": "cielShh", - "id": "786084934909558804", - "author": "730519813184815126", - "animated": true, - "created": 1607487653, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cirno": { - "name": "cirno", - "id": "708600844899057705", - "author": "511549289558966285", - "animated": true, - "created": 1589014006, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "CirnoBonk": { - "name": "CirnoBonk", - "id": "776633753815875605", - "author": "283791082410475521", - "animated": false, - "created": 1605234316, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cirnodab": { - "name": "cirnodab", - "id": "784266009086918697", - "author": "718976077413744701", - "animated": false, - "created": 1607053987, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cirnodance": { - "name": "cirnodance", - "id": "709498437233672223", - "author": "444542802794119168", - "animated": true, - "created": 1589228009, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cirnopoggers": { - "name": "cirnopoggers", - "id": "781349090947498004", - "author": "182385174485532673", - "animated": false, - "created": 1606358540, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cj": { - "name": "cj", - "id": "786652531425411092", - "author": "396034260089176086", - "animated": false, - "created": 1607622978, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "c_keepchatsfw": { - "name": "c_keepchatsfw", - "id": "783881407168249857", - "author": "697542753449672775", - "animated": false, - "created": 1606962291, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "clap": { - "name": "clap", - "id": "417977184636895232", - "author": "95602137811128320", - "animated": true, - "created": 1525387941, - "modified": 1533892037, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "clapclap": { - "name": "clapclap", - "id": "693826104187682867", - "author": "217313838914076686", - "animated": true, - "created": 1585491434, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "clapping": { - "name": "clapping", - "id": "766711592824864799", - "author": "725805550687748186", - "animated": true, - "created": 1602868688, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "clappywappy": { - "name": "clappywappy", - "id": "782113791261016074", - "author": "690953891482828890", - "animated": true, - "created": 1606540858, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "claps": { - "name": "claps", - "id": "766407473656496168", - "author": "299373139257720850", - "animated": true, - "created": 1602796180, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "claro": { - "name": "claro", - "id": "712802928695705630", - "author": "300750461894656011", - "animated": false, - "created": 1590015861, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "claudio": { - "name": "claudio", - "id": "784853371177402388", - "author": "293107176355004416", - "animated": false, - "created": 1607194025, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "CleoFancy": { - "name": "CleoFancy", - "id": "781345319719403521", - "author": "448827482179895304", - "animated": false, - "created": 1606357641, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "clgt": { - "name": "clgt", - "id": "766190587991949313", - "author": "683139430520848433", - "animated": false, - "created": 1602744471, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "clotia": { - "name": "clotia", - "id": "646096055833985045", - "author": "425046879047385108", - "animated": true, - "created": 1574111703, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cloudie": { - "name": "cloudie", - "id": "774952928845889536", - "author": "684477455028846624", - "animated": false, - "created": 1604833576, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Clown": { - "name": "Clown", - "id": "676043161675628584", - "author": "410185061485379584", - "animated": false, - "created": 1581251650, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "clowndance": { - "name": "clowndance", - "id": "656547022224097280", - "author": "98425391647031296", - "animated": true, - "created": 1576603408, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "CLOWNdead": { - "name": "CLOWNdead", - "id": "777603494231277589", - "author": "363841922617573376", - "animated": false, - "created": 1605465520, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "clowned": { - "name": "clowned", - "id": "775152917149384735", - "author": "353109234201788427", - "animated": false, - "created": 1604881257, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "clownedhisassfr": { - "name": "clownedhisassfr", - "id": "775153211455438888", - "author": "353109234201788427", - "animated": false, - "created": 1604881327, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "clowngahammer": { - "name": "clowngahammer", - "id": "788917902815395840", - "author": "238310944017481728", - "animated": true, - "created": 1608163085, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "CLOWNmirror": { - "name": "CLOWNmirror", - "id": "780834370851307540", - "author": "363841922617573376", - "animated": false, - "created": 1606235821, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "clownpiecedance": { - "name": "clownpiecedance", - "id": "773361765484068884", - "author": "739936426799661086", - "animated": true, - "created": 1604454213, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "clownse": { - "name": "clownse", - "id": "787134063135555585", - "author": "405919056114483204", - "animated": false, - "created": 1607737784, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "clownshed": { - "name": "clownshed", - "id": "779478092409339904", - "author": "580244182652813312", - "animated": false, - "created": 1605912459, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "clubpenguin": { - "name": "clubpenguin", - "id": "768904214549102644", - "author": "456930635173462018", - "animated": true, - "created": 1603391450, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cmata": { - "name": "cmata", - "id": "741207117163266138", - "author": "513556416628260876", - "animated": true, - "created": 1596787947, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cmete": { - "name": "cmete", - "id": "779914475498504193", - "author": "704742786225668206", - "animated": false, - "created": 1606016501, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cmonBruh": { - "name": "cmonBruh", - "id": "492047265356185601", - "author": "140516693242937345", - "animated": false, - "created": 1525387941, - "modified": 1537383626, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "cmuere": { - "name": "cmuere", - "id": "784808336083517440", - "author": "751637071059222629", - "animated": false, - "created": 1607183288, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "co": { - "name": "co", - "id": "773365686507667507", - "author": "739936426799661086", - "animated": false, - "created": 1604455148, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cobijita": { - "name": "cobijita", - "id": "719368124444704791", - "author": "635598212756930580", - "animated": true, - "created": 1591581126, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "coca": { - "name": "coca", - "id": "694533076466008114", - "author": "432565107080298496", - "animated": false, - "created": 1585659989, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cocaina": { - "name": "cocaina", - "id": "729842905811910766", - "author": "461217181032775681", - "animated": true, - "created": 1594078508, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cocchi1": { - "name": "cocchi1", - "id": "784349351468204042", - "author": "431225704563081216", - "animated": false, - "created": 1607073857, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cock": { - "name": "cock", - "id": "682422440264990720", - "author": "671835237063458834", - "animated": false, - "created": 1582772588, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cockster": { - "name": "cockster", - "id": "775797821450223666", - "author": "468192500025262081", - "animated": false, - "created": 1605035014, - "modified": 1605035186, - "preserve": false, - "description": null, - "nsfw": "MOD_NSFW" - }, - "coco": { - "name": "coco", - "id": "754672871879606324", - "author": "709330321169973248", - "animated": false, - "created": 1599998433, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Cocoaaah": { - "name": "Cocoaaah", - "id": "772292327258980386", - "author": "741850493088694343", - "animated": false, - "created": 1604199239, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cocodrilochido": { - "name": "cocodrilochido", - "id": "779785116721217616", - "author": "727283870461984839", - "animated": true, - "created": 1605985660, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cocofukkireta": { - "name": "cocofukkireta", - "id": "779160673636188190", - "author": "466061790627889167", - "animated": true, - "created": 1605836780, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "codigo": { - "name": "codigo", - "id": "760182970865680434", - "author": "450903155572736000", - "animated": false, - "created": 1601312143, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "coetie": { - "name": "coetie", - "id": "785892242858311741", - "author": "666294632300412928", - "animated": false, - "created": 1607441711, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "coffeethenk": { - "name": "coffeethenk", - "id": "757968799910854777", - "author": "567390950838501376", - "animated": false, - "created": 1600784244, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "coffet": { - "name": "coffet", - "id": "776996630942711828", - "author": "670458394494238760", - "animated": false, - "created": 1605320832, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "coffindance": { - "name": "coffindance", - "id": "725368839680032872", - "author": "710499943659470938", - "animated": true, - "created": 1593011808, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "coggers": { - "name": "coggers", - "id": "717115177329360936", - "author": "283498239095865355", - "animated": true, - "created": 1591043981, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "coincido": { - "name": "coincido", - "id": "784618742284812338", - "author": "554031977460662275", - "animated": false, - "created": 1607138085, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "coinsido": { - "name": "coinsido", - "id": "779305973965783040", - "author": "540565311645024267", - "animated": false, - "created": 1605871423, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cola": { - "name": "cola", - "id": "735296320583106630", - "author": "558803847372472320", - "animated": false, - "created": 1595378704, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "colasip": { - "name": "colasip", - "id": "787866249232646164", - "author": "567390950838501376", - "animated": false, - "created": 1607912351, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "comangos": { - "name": "comangos", - "id": "764758110912905258", - "author": "356267162148798465", - "animated": true, - "created": 1602402942, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "comcho": { - "name": "comcho", - "id": "786950028895322122", - "author": "744920706961244251", - "animated": false, - "created": 1607693907, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "come": { - "name": "come", - "id": "752934731795923034", - "author": "459506520288133130", - "animated": true, - "created": 1599584029, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "comedia": { - "name": "comedia", - "id": "681591738887962640", - "author": "475481686721691658", - "animated": false, - "created": 1582574534, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "comedymaster": { - "name": "comedymaster", - "id": "782360232453603338", - "author": "648612548509433866", - "animated": false, - "created": 1606599615, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "comepito": { - "name": "comepito", - "id": "789184559370731530", - "author": "727283870461984839", - "animated": false, - "created": 1608226661, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "comer": { - "name": "comer", - "id": "719977370940866570", - "author": "637658508950765569", - "animated": true, - "created": 1591726381, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "comfy": { - "name": "comfy", - "id": "725720270018576445", - "author": "266845673176039424", - "animated": false, - "created": 1593095595, - "modified": 1593096483, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "Coming": { - "name": "Coming", - "id": "784440778616864778", - "author": "711751154119475291", - "animated": false, - "created": 1607095656, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "comm": { - "name": "comm", - "id": "576245922040774677", - "author": "317834095550005249", - "animated": true, - "created": 1557458134, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "commit": { - "name": "commit", - "id": "492047269080727553", - "author": "150657331212976128", - "animated": false, - "created": 1525387941, - "modified": 1537383627, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "communism": { - "name": "communism", - "id": "622917813396570122", - "author": "522634717992976387", - "animated": true, - "created": 1568585580, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "como": { - "name": "como", - "id": "715764034015854592", - "author": "279880446752587777", - "animated": false, - "created": 1590721844, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "como_": { - "name": "como_", - "id": "751945433701417041", - "author": "701103722453008518", - "animated": false, - "created": 1599348161, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "comoeat": { - "name": "comoeat", - "id": "770311195684110386", - "author": "488054792325824532", - "animated": true, - "created": 1603726900, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "comosabes": { - "name": "comosabes", - "id": "725109854087282689", - "author": "691239435768954911", - "animated": false, - "created": 1592950061, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "como_sabes_xd": { - "name": "como_sabes_xd", - "id": "751945102376566816", - "author": "701103722453008518", - "animated": false, - "created": 1599348083, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "comoshot": { - "name": "comoshot", - "id": "770311098229850152", - "author": "488054792325824532", - "animated": true, - "created": 1603726877, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "comosubidon": { - "name": "comosubidon", - "id": "770313900171853835", - "author": "488054792325824532", - "animated": true, - "created": 1603727545, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "comovergasno": { - "name": "comovergasno", - "id": "768330361909411840", - "author": "242691348560478209", - "animated": false, - "created": 1603254633, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "comoxfiles": { - "name": "comoxfiles", - "id": "789670091838324767", - "author": "293107176355004416", - "animated": false, - "created": 1608342421, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "comoyes": { - "name": "comoyes", - "id": "770313962037313596", - "author": "488054792325824532", - "animated": true, - "created": 1603727560, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "compare": { - "name": "compare", - "id": "492047269852610562", - "author": "150657331212976128", - "animated": false, - "created": 1525387941, - "modified": 1537383627, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "completo": { - "name": "completo", - "id": "640234413501710356", - "author": "287711579749744642", - "animated": false, - "created": 1572714179, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "comunismo": { - "name": "comunismo", - "id": "553941998827077673", - "author": "464471036113584128", - "animated": false, - "created": 1552140464, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "concern": { - "name": "concern", - "id": "770617408884047882", - "author": "231999682119729152", - "animated": false, - "created": 1603799908, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "concerndoggo": { - "name": "concerndoggo", - "id": "786155541902786561", - "author": "676134602837852172", - "animated": false, - "created": 1607504487, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "concha": { - "name": "concha", - "id": "711994637975552080", - "author": "671011043975102468", - "animated": false, - "created": 1589823150, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "conchetumare": { - "name": "conchetumare", - "id": "656948268365774848", - "author": "293107176355004416", - "animated": false, - "created": 1576699072, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "concuerdo": { - "name": "concuerdo", - "id": "697625871627845702", - "author": "400301748205387776", - "animated": false, - "created": 1586397369, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "conecat": { - "name": "conecat", - "id": "785346447259992064", - "author": "488694672441737236", - "animated": false, - "created": 1607311584, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ConejoBlancoBaile": { - "name": "ConejoBlancoBaile", - "id": "780517445889818625", - "author": "741850493088694343", - "animated": true, - "created": 1606160260, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ConejoFacha": { - "name": "ConejoFacha", - "id": "778028693103968316", - "author": "546381043364659211", - "animated": false, - "created": 1605566895, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "confirmamos": { - "name": "confirmamos", - "id": "684174957823000597", - "author": "308794315834916864", - "animated": false, - "created": 1583190421, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "confirmo": { - "name": "confirmo", - "id": "658780371311132672", - "author": "512426694624280577", - "animated": false, - "created": 1577135880, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "confusa3": { - "name": "confusa3", - "id": "780891567027388468", - "author": "697927368194392074", - "animated": true, - "created": 1606249457, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "confused": { - "name": "confused", - "id": "770637213142351873", - "author": "325301386478616586", - "animated": false, - "created": 1603804629, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Confused_Dog": { - "name": "Confused_Dog", - "id": "784118857568223232", - "author": "762903203804741693", - "animated": true, - "created": 1607018905, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "confusedstonks": { - "name": "confusedstonks", - "id": "704205530398457856", - "author": "226339499523702785", - "animated": false, - "created": 1587966082, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "confusedthenk": { - "name": "confusedthenk", - "id": "759084925952458752", - "author": "262133866062413825", - "animated": false, - "created": 1601050349, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "confusion": { - "name": "confusion", - "id": "765960906101227520", - "author": "753781010407096350", - "animated": false, - "created": 1602689710, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "confuso": { - "name": "confuso", - "id": "766000151667408968", - "author": "659572887086170113", - "animated": false, - "created": 1602699067, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "conga": { - "name": "conga", - "id": "731936175421390868", - "author": "479370177209696267", - "animated": true, - "created": 1594577583, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "congademo": { - "name": "congademo", - "id": "781280514694840320", - "author": "426002740162854922", - "animated": true, - "created": 1606342190, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "congaengi": { - "name": "congaengi", - "id": "781280958396891177", - "author": "426002740162854922", - "animated": true, - "created": 1606342296, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "congaheavy": { - "name": "congaheavy", - "id": "781281674725294090", - "author": "426002740162854922", - "animated": true, - "created": 1606342466, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "congamedic": { - "name": "congamedic", - "id": "781282200825233410", - "author": "426002740162854922", - "animated": true, - "created": 1606342592, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "congapyro": { - "name": "congapyro", - "id": "781282514244861993", - "author": "426002740162854922", - "animated": true, - "created": 1606342667, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "congascout": { - "name": "congascout", - "id": "781280657866227753", - "author": "426002740162854922", - "animated": true, - "created": 1606342224, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "congasniper": { - "name": "congasniper", - "id": "781282745481035826", - "author": "426002740162854922", - "animated": true, - "created": 1606342722, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "congaspy": { - "name": "congaspy", - "id": "781282980655398912", - "author": "426002740162854922", - "animated": true, - "created": 1606342778, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "connoisseur": { - "name": "connoisseur", - "id": "492047281252728832", - "author": "98425391647031296", - "animated": false, - "created": 1525387941, - "modified": 1537383630, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "conpermiso": { - "name": "conpermiso", - "id": "767584457347432448", - "author": "704662972739616809", - "animated": false, - "created": 1603076795, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "conquienhablas": { - "name": "conquienhablas", - "id": "765379388954771467", - "author": "541046649116688405", - "animated": false, - "created": 1602551066, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "consumed": { - "name": "consumed", - "id": "743710141454745622", - "author": "270343119902474240", - "animated": false, - "created": 1597384715, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "contexto": { - "name": "contexto", - "id": "738922839968710698", - "author": "602916202528112672", - "animated": false, - "created": 1596243333, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "contextont": { - "name": "contextont", - "id": "786418848911458307", - "author": "427135249152212992", - "animated": false, - "created": 1607567264, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Cookiado": { - "name": "Cookiado", - "id": "785935231055167530", - "author": "396034260089176086", - "animated": false, - "created": 1607451961, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cookieaaah": { - "name": "cookieaaah", - "id": "784572091034501150", - "author": "538092861481287701", - "animated": false, - "created": 1607126963, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cookie_letter24": { - "name": "cookie_letter24", - "id": "786121782192635945", - "author": "745612575454134283", - "animated": true, - "created": 1607496438, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cookie_letter25": { - "name": "cookie_letter25", - "id": "786121843479937024", - "author": "745612575454134283", - "animated": true, - "created": 1607496453, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cookie_letter26": { - "name": "cookie_letter26", - "id": "786121895589838878", - "author": "745612575454134283", - "animated": true, - "created": 1607496465, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cool": { - "name": "cool", - "id": "713526982951960626", - "author": "171539705043615744", - "animated": false, - "created": 1590188489, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "coolcat": { - "name": "coolcat", - "id": "750699729884807229", - "author": "622566487697260587", - "animated": false, - "created": 1599051163, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cooldog": { - "name": "cooldog", - "id": "787725123566043187", - "author": "586219689466658816", - "animated": false, - "created": 1607878704, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cooldoge": { - "name": "cooldoge", - "id": "702481135325937714", - "author": "400284017972477952", - "animated": true, - "created": 1587554954, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cooldude": { - "name": "cooldude", - "id": "785974112384057354", - "author": "632211012551966750", - "animated": true, - "created": 1607461231, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "coolio": { - "name": "coolio", - "id": "785499893476884520", - "author": "434603155695730709", - "animated": false, - "created": 1607348168, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "coolMoyai": { - "name": "coolMoyai", - "id": "623649738146971673", - "author": "303284769356251137", - "animated": false, - "created": 1568760084, - "modified": 1568782748, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "cootie": { - "name": "cootie", - "id": "786645384319467571", - "author": "687772401853136948", - "animated": false, - "created": 1607621274, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "corbataball": { - "name": "corbataball", - "id": "724375354063585380", - "author": "638128638700552192", - "animated": false, - "created": 1592774942, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "corey": { - "name": "corey", - "id": "781042300054667284", - "author": "370757129268887553", - "animated": false, - "created": 1606285395, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "coringa": { - "name": "coringa", - "id": "787073168513957898", - "author": "701103722453008518", - "animated": false, - "created": 1607723266, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "corona": { - "name": "corona", - "id": "673115562297262080", - "author": "186174383348252672", - "animated": false, - "created": 1580553656, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "coronaS": { - "name": "coronaS", - "id": "694389840011067472", - "author": "269691188875886593", - "animated": false, - "created": 1585625839, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "corrinbruh": { - "name": "corrinbruh", - "id": "764678592306610206", - "author": "450903155572736000", - "animated": false, - "created": 1602383983, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "corsola": { - "name": "corsola", - "id": "729578710004531300", - "author": "428330901659713546", - "animated": false, - "created": 1594015519, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "coscu": { - "name": "coscu", - "id": "737122803530203146", - "author": "697840810246537297", - "animated": false, - "created": 1595814171, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "coti": { - "name": "coti", - "id": "780542376237465621", - "author": "655207049155575825", - "animated": false, - "created": 1606166204, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cotiminecraft": { - "name": "cotiminecraft", - "id": "780542806091104307", - "author": "655207049155575825", - "animated": false, - "created": 1606166306, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "couldyoupleaseshutup": { - "name": "couldyoupleaseshutup", - "id": "786082343454244875", - "author": "353109234201788427", - "animated": true, - "created": 1607487035, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cover": { - "name": "cover", - "id": "784275830767091723", - "author": "700844233212559372", - "animated": false, - "created": 1607056329, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Covid": { - "name": "Covid", - "id": "734598438682886154", - "author": "549041904092971040", - "animated": false, - "created": 1595212316, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "covidchan": { - "name": "covidchan", - "id": "774470172819193887", - "author": "136589927524597760", - "animated": false, - "created": 1604718478, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "CowDance": { - "name": "CowDance", - "id": "774269839711666187", - "author": "212026049427537920", - "animated": true, - "created": 1604670715, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cowman": { - "name": "cowman", - "id": "772611829188788234", - "author": "278792816866623492", - "animated": false, - "created": 1604275414, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cowvibin": { - "name": "cowvibin", - "id": "787865440906510336", - "author": "176760162579644428", - "animated": true, - "created": 1607912159, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "CP_Bruh": { - "name": "CP_Bruh", - "id": "760591380182990848", - "author": "397220822197993472", - "animated": false, - "created": 1601409516, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cpcreep": { - "name": "cpcreep", - "id": "782614534695288862", - "author": "406558013848289281", - "animated": false, - "created": 1606660245, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cPES_Wink": { - "name": "cPES_Wink", - "id": "786950868595376238", - "author": "547058426392346634", - "animated": false, - "created": 1607694108, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "CP_lmao": { - "name": "CP_lmao", - "id": "776608020825505833", - "author": "610207676822978590", - "animated": false, - "created": 1605228180, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "CP_pfft": { - "name": "CP_pfft", - "id": "786708493985251338", - "author": "212026049427537920", - "animated": false, - "created": 1607636321, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cppthonk": { - "name": "cppthonk", - "id": "788144056957272084", - "author": "591663566151483404", - "animated": false, - "created": 1607978586, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "CP_tebeo": { - "name": "CP_tebeo", - "id": "774879560730017823", - "author": "450903155572736000", - "animated": false, - "created": 1604816083, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cr7": { - "name": "cr7", - "id": "657663269414240281", - "author": "399348446525390849", - "animated": false, - "created": 1576869542, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "crablaugh": { - "name": "crablaugh", - "id": "760840151856840735", - "author": "500680089604980756", - "animated": true, - "created": 1601468828, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "crabrave": { - "name": "crabrave", - "id": "526857145723912203", - "author": "479071436900925451", - "animated": true, - "created": 1545682932, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "crack": { - "name": "crack", - "id": "766379868799107122", - "author": "391034154705485836", - "animated": false, - "created": 1602789599, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Craig": { - "name": "Craig", - "id": "662030779790131202", - "author": "286294806760783884", - "animated": false, - "created": 1577910838, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "craimacri": { - "name": "craimacri", - "id": "788302160177528853", - "author": "546474895660548136", - "animated": false, - "created": 1608016281, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "crazy": { - "name": "crazy", - "id": "655220613253955594", - "author": "414282980710940674", - "animated": true, - "created": 1576287167, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "creanme": { - "name": "creanme", - "id": "770704351785254912", - "author": "399671914114711562", - "animated": false, - "created": 1603820636, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "credicard": { - "name": "credicard", - "id": "773822335295684608", - "author": "714174249975414787", - "animated": true, - "created": 1604564021, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "creeper": { - "name": "creeper", - "id": "675461908039598081", - "author": "313165590497984515", - "animated": false, - "created": 1581113068, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "creepy": { - "name": "creepy", - "id": "747190687656706190", - "author": "472585871602876427", - "animated": false, - "created": 1598214542, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "crep": { - "name": "crep", - "id": "782643690161045584", - "author": "344313085730750464", - "animated": false, - "created": 1606667196, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "CreWagon": { - "name": "CreWagon", - "id": "759458226340364298", - "author": "521802133796945962", - "animated": false, - "created": 1601139351, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "crewass": { - "name": "crewass", - "id": "773752522850435083", - "author": "508054192758194176", - "animated": true, - "created": 1604547377, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "CrewBaile": { - "name": "CrewBaile", - "id": "776622554499776512", - "author": "741850493088694343", - "animated": true, - "created": 1605231646, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Crewnex": { - "name": "Crewnex", - "id": "759458751186731078", - "author": "521802133796945962", - "animated": false, - "created": 1601139476, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "CrewRick": { - "name": "CrewRick", - "id": "759462988532023326", - "author": "521802133796945962", - "animated": false, - "created": 1601140486, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cri": { - "name": "cri", - "id": "687553004710395905", - "author": "316784062129766401", - "animated": false, - "created": 1583995810, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "C_rie": { - "name": "C_rie", - "id": "767498476266717184", - "author": "741850493088694343", - "animated": false, - "created": 1603056296, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "criehxd2": { - "name": "criehxd2", - "id": "789671718968623135", - "author": "460573162682187776", - "animated": false, - "created": 1608342809, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cries": { - "name": "cries", - "id": "718573869081821194", - "author": "176760162579644428", - "animated": false, - "created": 1591391760, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cringe": { - "name": "cringe", - "id": "464540549656084507", - "author": "168765617095180289", - "animated": false, - "created": 1530839897, - "modified": 1533892037, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cringe1": { - "name": "cringe1", - "id": "765574429384114267", - "author": "702536106834526259", - "animated": false, - "created": 1602597567, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cripi": { - "name": "cripi", - "id": "532235875225042957", - "author": "399334056099315732", - "animated": false, - "created": 1546965321, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "crisadbby": { - "name": "crisadbby", - "id": "782773296714350653", - "author": "748023719833894942", - "animated": false, - "created": 1606698097, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "crisis": { - "name": "crisis", - "id": "780530665400696872", - "author": "701103722453008518", - "animated": true, - "created": 1606163412, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cristo": { - "name": "cristo", - "id": "745096612413440070", - "author": "703806872221909062", - "animated": false, - "created": 1597715275, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "croc_walk": { - "name": "croc_walk", - "id": "789419949268664350", - "author": "371728916391657482", - "animated": true, - "created": 1608282782, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "crookedsmile": { - "name": "crookedsmile", - "id": "786153483531190294", - "author": "676134602837852172", - "animated": false, - "created": 1607503996, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "croot": { - "name": "croot", - "id": "709732847807889419", - "author": "337563044039098368", - "animated": true, - "created": 1589283897, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "crushedaes": { - "name": "crushedaes", - "id": "745334400362872935", - "author": "425046879047385108", - "animated": false, - "created": 1597771968, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "crushedAN": { - "name": "crushedAN", - "id": "730132189575905383", - "author": "425046879047385108", - "animated": false, - "created": 1594147479, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "crushedaps": { - "name": "crushedaps", - "id": "729293846206218310", - "author": "425046879047385108", - "animated": false, - "created": 1593947602, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "crushedbl": { - "name": "crushedbl", - "id": "771386412335235073", - "author": "112471608865624064", - "animated": false, - "created": 1603983252, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "crushedcdr": { - "name": "crushedcdr", - "id": "789209294787969046", - "author": "438644880152068127", - "animated": false, - "created": 1608232558, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "crushedlick": { - "name": "crushedlick", - "id": "778016017561026561", - "author": "353109234201788427", - "animated": true, - "created": 1605563873, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "crushedozs": { - "name": "crushedozs", - "id": "640531649938849812", - "author": "98425391647031296", - "animated": false, - "created": 1572785045, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "crushedras": { - "name": "crushedras", - "id": "685822676471644210", - "author": "95579127389618176", - "animated": false, - "created": 1583583268, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "CrushedTrash": { - "name": "CrushedTrash", - "id": "748513390007287829", - "author": "425046879047385108", - "animated": false, - "created": 1598529899, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cry": { - "name": "cry", - "id": "620336670989877279", - "author": "594338768895475720", - "animated": true, - "created": 1567970187, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cry2": { - "name": "cry2", - "id": "763941949878304869", - "author": "581707733779218456", - "animated": true, - "created": 1602208354, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "crycat": { - "name": "crycat", - "id": "728315073105494096", - "author": "240119551679922178", - "animated": true, - "created": 1593714244, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "CryFace": { - "name": "CryFace", - "id": "772855304198029342", - "author": "600654380307447839", - "animated": true, - "created": 1604333463, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Cryga": { - "name": "Cryga", - "id": "716474182778486825", - "author": "269206837306327042", - "animated": false, - "created": 1590891156, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cryIgnore": { - "name": "cryIgnore", - "id": "751968904116568125", - "author": "336682771995164684", - "animated": false, - "created": 1599353757, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Crying": { - "name": "Crying", - "id": "552855670203088936", - "author": "456922866181603348", - "animated": true, - "created": 1551881463, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "CryingCatto": { - "name": "CryingCatto", - "id": "751296457973170257", - "author": "196665012071170048", - "animated": true, - "created": 1599193434, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cryjoe": { - "name": "cryjoe", - "id": "785974120742780998", - "author": "632211012551966750", - "animated": false, - "created": 1607461233, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "crylauf": { - "name": "crylauf", - "id": "782106978041462814", - "author": "690953891482828890", - "animated": true, - "created": 1606539234, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cryleave": { - "name": "cryleave", - "id": "782039087573368832", - "author": "291628634920452096", - "animated": true, - "created": 1606523048, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "crypepe": { - "name": "crypepe", - "id": "694391273746071593", - "author": "226339499523702785", - "animated": false, - "created": 1585626180, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cryreject": { - "name": "cryreject", - "id": "786772906403037204", - "author": "353109234201788427", - "animated": false, - "created": 1607651678, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "crywaut": { - "name": "crywaut", - "id": "743236851162284112", - "author": "299373139257720850", - "animated": false, - "created": 1597271874, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cryy": { - "name": "cryy", - "id": "726457132479676499", - "author": "595304660068204555", - "animated": true, - "created": 1593271277, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cryyyyyy": { - "name": "cryyyyyy", - "id": "737034982299533382", - "author": "713115666550620262", - "animated": true, - "created": 1595793233, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cs": { - "name": "cs", - "id": "758383298031910952", - "author": "691430764872466442", - "animated": false, - "created": 1600883068, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "csc_cat": { - "name": "csc_cat", - "id": "788448826188496907", - "author": "284819168791101450", - "animated": true, - "created": 1608051248, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "c_slapface": { - "name": "c_slapface", - "id": "783568548962238464", - "author": "557761229595344903", - "animated": true, - "created": 1606887700, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "csm": { - "name": "csm", - "id": "782525317150408724", - "author": "457415833572999170", - "animated": false, - "created": 1606638974, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "c_sonroja": { - "name": "c_sonroja", - "id": "772529550923399219", - "author": "637658508950765569", - "animated": false, - "created": 1604255797, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "csonroja": { - "name": "csonroja", - "id": "727732200988213259", - "author": "564242066096259073", - "animated": false, - "created": 1593575277, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "css3": { - "name": "css3", - "id": "492047310638022665", - "author": "356091260429402122", - "animated": false, - "created": 1535265601, - "modified": 1537383637, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "c_staffabuse": { - "name": "c_staffabuse", - "id": "783881355687624755", - "author": "697542753449672775", - "animated": false, - "created": 1606962279, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "c_surprisedcat": { - "name": "c_surprisedcat", - "id": "783880526779908106", - "author": "697542753449672775", - "animated": false, - "created": 1606962081, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "CSweird": { - "name": "CSweird", - "id": "620181096897839119", - "author": "455289384187592704", - "animated": false, - "created": 1567933096, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "c_this": { - "name": "c_this", - "id": "783881330671878204", - "author": "697542753449672775", - "animated": false, - "created": 1606962273, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ctm": { - "name": "ctm", - "id": "623809495390224394", - "author": "467899004320088084", - "animated": false, - "created": 1568798173, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ctmd": { - "name": "ctmd", - "id": "785577796427710486", - "author": "431225704563081216", - "animated": false, - "created": 1607366742, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ctmre": { - "name": "ctmre", - "id": "779518685857185822", - "author": "543673464700272660", - "animated": false, - "created": 1605922137, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ctmzeus": { - "name": "ctmzeus", - "id": "775109459612663809", - "author": "488054792325824532", - "animated": false, - "created": 1604870896, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "CU": { - "name": "CU", - "id": "531142701236617246", - "author": "379013274534150145", - "animated": false, - "created": 1546704688, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cuando": { - "name": "cuando", - "id": "761671327500468265", - "author": "313376621140901888", - "animated": true, - "created": 1601666995, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cubekek": { - "name": "cubekek", - "id": "782486259217465354", - "author": "406308174497316865", - "animated": true, - "created": 1606629662, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cubo": { - "name": "cubo", - "id": "729112326434848768", - "author": "444542802794119168", - "animated": true, - "created": 1593904324, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cucaracha": { - "name": "cucaracha", - "id": "609171968578551809", - "author": "412045486103724032", - "animated": true, - "created": 1565308315, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "CucarachaBaile": { - "name": "CucarachaBaile", - "id": "779912364208160788", - "author": "741850493088694343", - "animated": true, - "created": 1606015997, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cucarachadeath": { - "name": "cucarachadeath", - "id": "773992166203981874", - "author": "426002740162854922", - "animated": false, - "created": 1604604512, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cucarachagay": { - "name": "cucarachagay", - "id": "773989212004679710", - "author": "426002740162854922", - "animated": true, - "created": 1604603808, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cucarachahoesmad": { - "name": "cucarachahoesmad", - "id": "773989413889638434", - "author": "426002740162854922", - "animated": true, - "created": 1604603856, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cuck": { - "name": "cuck", - "id": "725484938048176158", - "author": "501784434069209127", - "animated": false, - "created": 1593039488, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cuddle": { - "name": "cuddle", - "id": "775043482951090227", - "author": "756368101788090420", - "animated": false, - "created": 1604855166, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cuestionable": { - "name": "cuestionable", - "id": "770091698512461905", - "author": "568982436550279179", - "animated": false, - "created": 1603674568, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "culeable": { - "name": "culeable", - "id": "701158299114012692", - "author": "529421456270950411", - "animated": false, - "created": 1587239565, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "culebra2": { - "name": "culebra2", - "id": "774395842412544000", - "author": "506226627189932039", - "animated": false, - "created": 1604700756, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "culebra4": { - "name": "culebra4", - "id": "774397060501340160", - "author": "506226627189932039", - "animated": false, - "created": 1604701046, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "culebra6": { - "name": "culebra6", - "id": "774397330191286293", - "author": "506226627189932039", - "animated": false, - "created": 1604701111, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "culiable": { - "name": "culiable", - "id": "775707144187150346", - "author": "551929487617425423", - "animated": false, - "created": 1605013395, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "culiemos": { - "name": "culiemos", - "id": "782487402656694302", - "author": "406308174497316865", - "animated": false, - "created": 1606629934, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "culito": { - "name": "culito", - "id": "752575003412791347", - "author": "651173629567959070", - "animated": false, - "created": 1599498263, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "culo": { - "name": "culo", - "id": "668518712713674812", - "author": "347931338285776896", - "animated": false, - "created": 1579457681, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "culolaig": { - "name": "culolaig", - "id": "775458396178481183", - "author": "356902907721023500", - "animated": true, - "created": 1604954089, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cum": { - "name": "cum", - "id": "615319704772542486", - "author": "394807444494352386", - "animated": false, - "created": 1566774049, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cum1": { - "name": "cum1", - "id": "778068998469320705", - "author": "543123756869222400", - "animated": true, - "created": 1605576505, - "modified": 1605596889, - "preserve": false, - "description": null, - "nsfw": "MOD_NSFW" - }, - "cum2": { - "name": "cum2", - "id": "723974477540622358", - "author": "444542802794119168", - "animated": true, - "created": 1592679366, - "modified": 1614107039, - "preserve": false, - "description": null, - "nsfw": "MOD_NSFW" - }, - "Cum3": { - "name": "Cum3", - "id": "781823437336215572", - "author": "741850493088694343", - "animated": true, - "created": 1606471633, - "modified": 1606478295, - "preserve": false, - "description": null, - "nsfw": "MOD_NSFW" - }, - "cumearte": { - "name": "cumearte", - "id": "709190076135112744", - "author": "392871094794584064", - "animated": false, - "created": 1589154490, - "modified": 1614107831, - "preserve": false, - "description": null, - "nsfw": "MOD_NSFW" - }, - "cumface": { - "name": "cumface", - "id": "787710138945503242", - "author": "325346618364788737", - "animated": false, - "created": 1607875132, - "modified": 1607879147, - "preserve": false, - "description": null, - "nsfw": "MOD_NSFW" - }, - "cumher": { - "name": "cumher", - "id": "787271891605258260", - "author": "336021639970029569", - "animated": false, - "created": 1607770645, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cumm": { - "name": "cumm", - "id": "763241169747705868", - "author": "547194213666914304", - "animated": false, - "created": 1602041275, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cumming": { - "name": "cumming", - "id": "782441553762189322", - "author": "301916290023555074", - "animated": true, - "created": 1606619003, - "modified": 1606632554, - "preserve": false, - "description": null, - "nsfw": "MOD_NSFW" - }, - "cumming1": { - "name": "cumming1", - "id": "786744529407574036", - "author": "670406518096789505", - "animated": true, - "created": 1607644912, - "modified": 1607659709, - "preserve": false, - "description": null, - "nsfw": "MOD_NSFW" - }, - "cummingcock": { - "name": "cummingcock", - "id": "782324768941670441", - "author": "276877342008279041", - "animated": false, - "created": 1606591159, - "modified": 1606591531, - "preserve": false, - "description": null, - "nsfw": "MOD_NSFW" - }, - "CummingNya": { - "name": "CummingNya", - "id": "779958346886676490", - "author": "727325977755254874", - "animated": true, - "created": 1606026960, - "modified": 1606031696, - "preserve": false, - "description": null, - "nsfw": "MOD_NSFW" - }, - "cumpa": { - "name": "cumpa", - "id": "784907790581235723", - "author": "751637071059222629", - "animated": false, - "created": 1607207000, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cumshot": { - "name": "cumshot", - "id": "747811920056156335", - "author": "541579519316721669", - "animated": false, - "created": 1598362655, - "modified": 1614107825, - "preserve": false, - "description": null, - "nsfw": "MOD_NSFW" - }, - "cumsive": { - "name": "cumsive", - "id": "774648282189266945", - "author": "405919056114483204", - "animated": false, - "created": 1604760942, - "modified": 1604761063, - "preserve": false, - "description": null, - "nsfw": "SELF_NSFW" - }, - "curious": { - "name": "curious", - "id": "780652956256043038", - "author": "746647694789050430", - "animated": true, - "created": 1606192568, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cursed": { - "name": "cursed", - "id": "645376822871064606", - "author": "287711579749744642", - "animated": false, - "created": 1573940225, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cursed2": { - "name": "cursed2", - "id": "645377159254507580", - "author": "287711579749744642", - "animated": false, - "created": 1573940305, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cursed3": { - "name": "cursed3", - "id": "782430837090156575", - "author": "570335320948867096", - "animated": false, - "created": 1606616448, - "modified": 1606632540, - "preserve": false, - "description": null, - "nsfw": "MOD_NSFW" - }, - "cursed4": { - "name": "cursed4", - "id": "646875659112808468", - "author": "417138170430357524", - "animated": false, - "created": 1574297585, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cursed5": { - "name": "cursed5", - "id": "723335097972949015", - "author": "691838494581981218", - "animated": false, - "created": 1592526926, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cursedd": { - "name": "cursedd", - "id": "776990860923240449", - "author": "564111150443266125", - "animated": true, - "created": 1605319457, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "CursedLust": { - "name": "CursedLust", - "id": "779025804335644683", - "author": "425046879047385108", - "animated": false, - "created": 1605804625, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cursedmomo": { - "name": "cursedmomo", - "id": "787273728966262784", - "author": "438644880152068127", - "animated": false, - "created": 1607771083, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cursedpart1123": { - "name": "cursedpart1123", - "id": "782739906165473331", - "author": "748023719833894942", - "animated": false, - "created": 1606690136, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cursedpart2123": { - "name": "cursedpart2123", - "id": "782739917255606304", - "author": "748023719833894942", - "animated": false, - "created": 1606690139, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cutcut": { - "name": "cutcut", - "id": "775347723775901707", - "author": "592187940138909707", - "animated": true, - "created": 1604927702, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cute": { - "name": "cute", - "id": "701454957349699584", - "author": "371617020288172032", - "animated": false, - "created": 1587310294, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cute2": { - "name": "cute2", - "id": "773605579884200016", - "author": "436639693073809418", - "animated": false, - "created": 1604512343, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cutecat": { - "name": "cutecat", - "id": "784924166067322940", - "author": "711779279582658562", - "animated": true, - "created": 1607210904, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "CuteKiss": { - "name": "CuteKiss", - "id": "768412513762672650", - "author": "592103727280685086", - "animated": true, - "created": 1603274220, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cutePuss": { - "name": "cutePuss", - "id": "786155448653971456", - "author": "676134602837852172", - "animated": true, - "created": 1607504465, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cutethenk": { - "name": "cutethenk", - "id": "757870569965224023", - "author": "428461954064056340", - "animated": false, - "created": 1600760824, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cutethenkblush": { - "name": "cutethenkblush", - "id": "757870789084184596", - "author": "428461954064056340", - "animated": false, - "created": 1600760876, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cutethink": { - "name": "cutethink", - "id": "778167423034458122", - "author": "574870314928832533", - "animated": false, - "created": 1605599971, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cutie_Xp": { - "name": "cutie_Xp", - "id": "787419795532152852", - "author": "474278021877071872", - "animated": false, - "created": 1607805908, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cuum": { - "name": "cuum", - "id": "784342417411276830", - "author": "527926961427972107", - "animated": false, - "created": 1607072204, - "modified": 1607072241, - "preserve": false, - "description": null, - "nsfw": "MOD_NSFW" - }, - "CUweird": { - "name": "CUweird", - "id": "581800197378801674", - "author": "425046879047385108", - "animated": false, - "created": 1558782376, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cva": { - "name": "cva", - "id": "719045418205446215", - "author": "571189564786606082", - "animated": true, - "created": 1591504187, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cv_baiano": { - "name": "cv_baiano", - "id": "783748104352170036", - "author": "742349989795201065", - "animated": false, - "created": 1606930509, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cviene": { - "name": "cviene", - "id": "738501889460535425", - "author": "450903155572736000", - "animated": false, - "created": 1596142971, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "c_whatcat": { - "name": "c_whatcat", - "id": "783880517027889192", - "author": "697542753449672775", - "animated": false, - "created": 1606962079, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cwl": { - "name": "cwl", - "id": "723723411372900372", - "author": "573511947404705803", - "animated": false, - "created": 1592619507, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "c_wtf": { - "name": "c_wtf", - "id": "783568434680037376", - "author": "557761229595344903", - "animated": false, - "created": 1606887672, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cx_pipoca": { - "name": "cx_pipoca", - "id": "783495566502920232", - "author": "343437447558070274", - "animated": false, - "created": 1606870299, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cy": { - "name": "cy", - "id": "754748656888053860", - "author": "640619808748208141", - "animated": false, - "created": 1600016502, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cya": { - "name": "cya", - "id": "551349236487290911", - "author": "240560344873828354", - "animated": true, - "created": 1551522301, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cyan": { - "name": "cyan", - "id": "774297198070202388", - "author": "279223421940924416", - "animated": false, - "created": 1604677237, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cyancutehearts": { - "name": "cyancutehearts", - "id": "786252367464497172", - "author": "590198238917689385", - "animated": true, - "created": 1607527572, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cyandeath": { - "name": "cyandeath", - "id": "783359311199993887", - "author": "330070979927605260", - "animated": false, - "created": 1606837814, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "cyberbingus": { - "name": "cyberbingus", - "id": "786300217943261245", - "author": "219580469933506560", - "animated": false, - "created": 1607538980, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "D_": { - "name": "D_", - "id": "737045416947875900", - "author": "245668715067080704", - "animated": false, - "created": 1595795721, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "DA": { - "name": "DA", - "id": "725345983961104384", - "author": "713115666550620262", - "animated": false, - "created": 1593006358, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dab": { - "name": "dab", - "id": "412699178268098580", - "author": "140516693242937345", - "animated": false, - "created": 1525387942, - "modified": 1533892037, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dabs": { - "name": "dabs", - "id": "778221457905942528", - "author": "684477455028846624", - "animated": false, - "created": 1605612854, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Dacc": { - "name": "Dacc", - "id": "784889374184964176", - "author": "466410686411702273", - "animated": true, - "created": 1607202609, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Dackness_Delta": { - "name": "Dackness_Delta", - "id": "784606882463350835", - "author": "753681432718737480", - "animated": false, - "created": 1607135258, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dad": { - "name": "dad", - "id": "757381888787873863", - "author": "521076327177125888", - "animated": false, - "created": 1600644313, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dAddy": { - "name": "dAddy", - "id": "744753697438826536", - "author": "221438001396449281", - "animated": false, - "created": 1597633518, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Daddycean": { - "name": "Daddycean", - "id": "788863605168013364", - "author": "232562946029387777", - "animated": false, - "created": 1608150162, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "daichiL": { - "name": "daichiL", - "id": "782762236682174505", - "author": "335687169509294080", - "animated": false, - "created": 1606695460, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "daifamgry": { - "name": "daifamgry", - "id": "787380044250349628", - "author": "756906411295768647", - "animated": false, - "created": 1607796431, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "daifcri": { - "name": "daifcri", - "id": "787380312899452939", - "author": "756906411295768647", - "animated": false, - "created": 1607796495, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "daifuwu": { - "name": "daifuwu", - "id": "764944707359997973", - "author": "284065491776176149", - "animated": false, - "created": 1602447430, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "daisu_a7_pinkcupcake": { - "name": "daisu_a7_pinkcupcake", - "id": "788732888676827166", - "author": "721415443700514847", - "animated": false, - "created": 1608118974, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Daiya": { - "name": "Daiya", - "id": "783176816939499520", - "author": "242691348560478209", - "animated": false, - "created": 1606794303, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dakigoi": { - "name": "dakigoi", - "id": "787105096742862858", - "author": "406308174497316865", - "animated": false, - "created": 1607730878, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dalasgun": { - "name": "dalasgun", - "id": "782493383783874571", - "author": "512509857606139905", - "animated": false, - "created": 1606631360, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dame": { - "name": "dame", - "id": "719966530321907804", - "author": "614919553415381011", - "animated": false, - "created": 1591723797, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "damedame": { - "name": "damedame", - "id": "774885044090175498", - "author": "410998033761828864", - "animated": true, - "created": 1604817391, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dameunbesito": { - "name": "dameunbesito", - "id": "767537665406926888", - "author": "610238556006383825", - "animated": true, - "created": 1603065639, - "modified": 1603105195, - "preserve": false, - "description": null, - "nsfw": "MOD_NSFW" - }, - "damn": { - "name": "damn", - "id": "730880343976181942", - "author": "539577483192958976", - "animated": false, - "created": 1594325853, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dan": { - "name": "dan", - "id": "738885874728566885", - "author": "380121099905662976", - "animated": false, - "created": 1596234520, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "danace_2": { - "name": "danace_2", - "id": "786521660542943252", - "author": "426282697422274561", - "animated": true, - "created": 1607591776, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "danc": { - "name": "danc", - "id": "765268519511261205", - "author": "682760213912354854", - "animated": true, - "created": 1602524633, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "danc3": { - "name": "danc3", - "id": "730885668514955304", - "author": "571189564786606082", - "animated": true, - "created": 1594327122, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dance": { - "name": "dance", - "id": "620686546302926867", - "author": "267774570130309120", - "animated": false, - "created": 1530579754, - "modified": 1568058530, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dance_1": { - "name": "dance_1", - "id": "764277781696872478", - "author": "373200785020026881", - "animated": true, - "created": 1602288422, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dance1": { - "name": "dance1", - "id": "682692140933185613", - "author": "133592101706399744", - "animated": true, - "created": 1582836890, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Dance2": { - "name": "Dance2", - "id": "661704083693895680", - "author": "637741009949687860", - "animated": true, - "created": 1577832947, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dance3": { - "name": "dance3", - "id": "704440614389022780", - "author": "573511947404705803", - "animated": true, - "created": 1588022130, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dance4": { - "name": "dance4", - "id": "731946865519755308", - "author": "400301748205387776", - "animated": true, - "created": 1594580131, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Dance5": { - "name": "Dance5", - "id": "693675475884703765", - "author": "294946270861328385", - "animated": true, - "created": 1585455521, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dance6": { - "name": "dance6", - "id": "733831836190375937", - "author": "705052717176979529", - "animated": true, - "created": 1595029543, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dance7": { - "name": "dance7", - "id": "753376394813112393", - "author": "434852481693122570", - "animated": true, - "created": 1599689329, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dance8": { - "name": "dance8", - "id": "756988594543132742", - "author": "703806872221909062", - "animated": true, - "created": 1600550545, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "danceblob": { - "name": "danceblob", - "id": "447671938958229504", - "author": "352393281008697344", - "animated": true, - "created": 1526818107, - "modified": 1533892037, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "danceboi": { - "name": "danceboi", - "id": "786156738592243722", - "author": "676134602837852172", - "animated": true, - "created": 1607504772, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Dancecat": { - "name": "Dancecat", - "id": "700134213055152129", - "author": "406558013848289281", - "animated": true, - "created": 1586995404, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dancedance": { - "name": "dancedance", - "id": "704981478999851049", - "author": "327627555085484044", - "animated": true, - "created": 1588151082, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dancedog": { - "name": "dancedog", - "id": "696564108509577237", - "author": "107236928348225536", - "animated": true, - "created": 1586144225, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dancedoge": { - "name": "dancedoge", - "id": "783284569787990016", - "author": "525009535950389268", - "animated": true, - "created": 1606819994, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dancek": { - "name": "dancek", - "id": "787861765819727882", - "author": "700844233212559372", - "animated": true, - "created": 1607911282, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "danceloli": { - "name": "danceloli", - "id": "780938744097800212", - "author": "569937267012010015", - "animated": true, - "created": 1606260705, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dancemoves": { - "name": "dancemoves", - "id": "497757971627900938", - "author": "390540063609454593", - "animated": true, - "created": 1538745191, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "danceowo": { - "name": "danceowo", - "id": "781365262447411240", - "author": "554153287109181440", - "animated": true, - "created": 1606362395, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dancer_run": { - "name": "dancer_run", - "id": "787732883980156958", - "author": "532025158865780756", - "animated": false, - "created": 1607880554, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dancin": { - "name": "dancin", - "id": "603323979746377785", - "author": "551857425586847774", - "animated": true, - "created": 1563914046, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Dancing": { - "name": "Dancing", - "id": "704446847451660359", - "author": "373504875784437770", - "animated": true, - "created": 1588023616, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dancingblob": { - "name": "dancingblob", - "id": "771974837312815116", - "author": "334059233144340480", - "animated": true, - "created": 1604123544, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dancinha": { - "name": "dancinha", - "id": "505431742979637251", - "author": "441146025521184768", - "animated": true, - "created": 1540574723, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dancinn": { - "name": "dancinn", - "id": "734805222509248632", - "author": "302595184271687681", - "animated": true, - "created": 1595261617, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dangeresque": { - "name": "dangeresque", - "id": "788419460834918400", - "author": "354801294533459968", - "animated": false, - "created": 1608044247, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "daniel": { - "name": "daniel", - "id": "741156542207885383", - "author": "687737756704964662", - "animated": false, - "created": 1596775889, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dank": { - "name": "dank", - "id": "710894325730377829", - "author": "362748872646328332", - "animated": false, - "created": 1589560815, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dankdab": { - "name": "dankdab", - "id": "786521416056438785", - "author": "475441723410219012", - "animated": true, - "created": 1607591718, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dannyfingerguns": { - "name": "dannyfingerguns", - "id": "492047335610908702", - "author": "244508568517083136", - "animated": false, - "created": 1531838665, - "modified": 1537383643, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "DansGame": { - "name": "DansGame", - "id": "620686555467481118", - "author": "244775812103012363", - "animated": false, - "created": 1550677306, - "modified": 1568058531, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "danss13": { - "name": "danss13", - "id": "781814245339693097", - "author": "586886106289668127", - "animated": true, - "created": 1606469441, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "darky": { - "name": "darky", - "id": "784806298138574879", - "author": "751637071059222629", - "animated": false, - "created": 1607182802, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Darpanspy": { - "name": "Darpanspy", - "id": "786602853216288800", - "author": "492741956754079744", - "animated": false, - "created": 1607611134, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dartlang": { - "name": "dartlang", - "id": "492047339666538497", - "author": "140516693242937345", - "animated": false, - "created": 1532497418, - "modified": 1537383644, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "darwinandelijah": { - "name": "darwinandelijah", - "id": "785311573677178891", - "author": "415145615329329153", - "animated": true, - "created": 1607303269, - "modified": 1607331485, - "preserve": false, - "description": null, - "nsfw": "MOD_NSFW" - }, - "dasrite": { - "name": "dasrite", - "id": "781701661361963061", - "author": "495518017434681365", - "animated": false, - "created": 1606442599, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dataespectacular": { - "name": "dataespectacular", - "id": "786000444153397289", - "author": "212026049427537920", - "animated": false, - "created": 1607467509, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "datazo": { - "name": "datazo", - "id": "748374947503538258", - "author": "327970540876988419", - "animated": false, - "created": 1598496891, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "datee": { - "name": "datee", - "id": "788493815115677726", - "author": "469162062086537226", - "animated": false, - "created": 1608061975, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dav": { - "name": "dav", - "id": "761664380697837578", - "author": "727283870461984839", - "animated": true, - "created": 1601665339, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dave": { - "name": "dave", - "id": "732518123496013825", - "author": "425046879047385108", - "animated": true, - "created": 1594716330, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dawnthirsty": { - "name": "dawnthirsty", - "id": "780897921578827836", - "author": "270258569637658627", - "animated": false, - "created": 1606250972, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dbrweird": { - "name": "dbrweird", - "id": "659464287479267338", - "author": "425046879047385108", - "animated": false, - "created": 1577298938, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Dbump": { - "name": "Dbump", - "id": "761049138959613992", - "author": "651173629567959070", - "animated": true, - "created": 1601518654, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dbump2": { - "name": "dbump2", - "id": "786408298941120572", - "author": "411204117323710466", - "animated": true, - "created": 1607564749, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dc_pepe_Dab": { - "name": "dc_pepe_Dab", - "id": "786156728134664202", - "author": "676134602837852172", - "animated": true, - "created": 1607504770, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dd": { - "name": "dd", - "id": "572335452195913728", - "author": "167267224787222528", - "animated": true, - "created": 1556525805, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ddd": { - "name": "ddd", - "id": "707314105890897922", - "author": "293073825820573697", - "animated": true, - "created": 1588707224, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dddd": { - "name": "dddd", - "id": "720343393552695377", - "author": "635598212756930580", - "animated": true, - "created": 1591813648, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "de": { - "name": "de", - "id": "660238966439673857", - "author": "620033832032141313", - "animated": false, - "created": 1577483636, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dead": { - "name": "dead", - "id": "492047342682374146", - "author": "140516693242937345", - "animated": false, - "created": 1536453964, - "modified": 1537383645, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "deadchat": { - "name": "deadchat", - "id": "577410729007775756", - "author": "516753129413279759", - "animated": false, - "created": 1557735845, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "deadgoku": { - "name": "deadgoku", - "id": "783225538978250793", - "author": "164381759352471552", - "animated": false, - "created": 1606805920, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "deadinside": { - "name": "deadinside", - "id": "776526502618464287", - "author": "112471608865624064", - "animated": false, - "created": 1605208745, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "deadlyshot": { - "name": "deadlyshot", - "id": "786063756563578891", - "author": "429160506893402122", - "animated": false, - "created": 1607482604, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dealwithit": { - "name": "dealwithit", - "id": "786155575418552330", - "author": "676134602837852172", - "animated": true, - "created": 1607504495, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "death": { - "name": "death", - "id": "689694405883723778", - "author": "257574991405645825", - "animated": false, - "created": 1584506360, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "death_roo": { - "name": "death_roo", - "id": "786037370851819561", - "author": "755134252642992158", - "animated": false, - "created": 1607476313, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "debbidrops": { - "name": "debbidrops", - "id": "759781824355368981", - "author": "438644880152068127", - "animated": false, - "created": 1601216503, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "debian": { - "name": "debian", - "id": "492047346289344533", - "author": "356091260429402122", - "animated": false, - "created": 1535265596, - "modified": 1537383645, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "ded": { - "name": "ded", - "id": "571307660453085190", - "author": "410983710083776522", - "animated": false, - "created": 1556280760, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dedao": { - "name": "dedao", - "id": "669409622334898197", - "author": "369366343994310657", - "animated": true, - "created": 1579670091, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "deddblush": { - "name": "deddblush", - "id": "781096015867412501", - "author": "150758181604163585", - "animated": false, - "created": 1606298202, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "deddpray": { - "name": "deddpray", - "id": "781095951804137473", - "author": "150758181604163585", - "animated": false, - "created": 1606298187, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dedinside": { - "name": "dedinside", - "id": "787921112495030272", - "author": "338588328716795914", - "animated": false, - "created": 1607925432, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "DeepThonk": { - "name": "DeepThonk", - "id": "786281606133972992", - "author": "728342296696979526", - "animated": false, - "created": 1607534543, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dEErp": { - "name": "dEErp", - "id": "727273513492152350", - "author": "390156982730096640", - "animated": false, - "created": 1593465917, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "default": { - "name": "default", - "id": "516761166601781272", - "author": "420777499627094036", - "animated": true, - "created": 1543275863, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "defaultdance": { - "name": "defaultdance", - "id": "534005759718064149", - "author": "389814953562996736", - "animated": true, - "created": 1547387294, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "DegasThink": { - "name": "DegasThink", - "id": "781345137406115890", - "author": "448827482179895304", - "animated": false, - "created": 1606357597, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Deja_Text_Whore": { - "name": "Deja_Text_Whore", - "id": "785498813691199499", - "author": "434603155695730709", - "animated": false, - "created": 1607347911, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dejenmimir": { - "name": "dejenmimir", - "id": "784525559866458143", - "author": "541046649116688405", - "animated": false, - "created": 1607115869, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dekidance": { - "name": "dekidance", - "id": "784641211817787402", - "author": "691516346017644574", - "animated": true, - "created": 1607143443, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Dekipat": { - "name": "Dekipat", - "id": "782119904019087360", - "author": "691516346017644574", - "animated": true, - "created": 1606542316, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "deku": { - "name": "deku", - "id": "669251630105100338", - "author": "592210361256509470", - "animated": false, - "created": 1579632422, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dekucool": { - "name": "dekucool", - "id": "778276654111653889", - "author": "702536106834526259", - "animated": false, - "created": 1605626014, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Delete_yourself": { - "name": "Delete_yourself", - "id": "784440545715159091", - "author": "711751154119475291", - "animated": false, - "created": 1607095600, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "delett": { - "name": "delett", - "id": "784815863035461632", - "author": "512509857606139905", - "animated": false, - "created": 1607185083, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "delicia": { - "name": "delicia", - "id": "786687298506326046", - "author": "714546696063025255", - "animated": false, - "created": 1607631267, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "delicioso": { - "name": "delicioso", - "id": "777191183117713438", - "author": "352617359036514304", - "animated": false, - "created": 1605367217, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Delicious": { - "name": "Delicious", - "id": "784440524182519819", - "author": "711751154119475291", - "animated": false, - "created": 1607095595, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "delphiboom": { - "name": "delphiboom", - "id": "781344198850510869", - "author": "544004454257524746", - "animated": false, - "created": 1606357373, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "delphypet": { - "name": "delphypet", - "id": "764648828149956620", - "author": "296340768618971146", - "animated": true, - "created": 1602376887, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "delta": { - "name": "delta", - "id": "517850734079770625", - "author": "488829798626492420", - "animated": false, - "created": 1543535636, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "deluc": { - "name": "deluc", - "id": "765735184237723698", - "author": "701218472033517579", - "animated": false, - "created": 1602635894, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "delusional": { - "name": "delusional", - "id": "783004858583613480", - "author": "671834928157294603", - "animated": true, - "created": 1606753306, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "demn": { - "name": "demn", - "id": "692369050596016168", - "author": "95579127389618176", - "animated": false, - "created": 1585144045, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "DemomanBaile": { - "name": "DemomanBaile", - "id": "781733247062769694", - "author": "741850493088694343", - "animated": true, - "created": 1606450130, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "DemomanBaile2": { - "name": "DemomanBaile2", - "id": "784973431308419162", - "author": "741850493088694343", - "animated": true, - "created": 1607222650, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "demomanpog": { - "name": "demomanpog", - "id": "766531721138667532", - "author": "356122705386536961", - "animated": false, - "created": 1602825803, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "demomanpog_red": { - "name": "demomanpog_red", - "id": "766534989046349856", - "author": "356122705386536961", - "animated": false, - "created": 1602826583, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "denada": { - "name": "denada", - "id": "786715630929313822", - "author": "569937267012010015", - "animated": false, - "created": 1607638022, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "denifspeak": { - "name": "denifspeak", - "id": "748250273696317541", - "author": "256056872254177281", - "animated": false, - "created": 1598467167, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "denifweird": { - "name": "denifweird", - "id": "735594297180684479", - "author": "209280535174971393", - "animated": false, - "created": 1595449747, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "denis": { - "name": "denis", - "id": "788803206280249356", - "author": "370757129268887553", - "animated": false, - "created": 1608135739, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "denopat": { - "name": "denopat", - "id": "786651863444488262", - "author": "364295643784806410", - "animated": true, - "created": 1607622819, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "depana": { - "name": "depana", - "id": "702203907883008000", - "author": "479370177209696267", - "animated": false, - "created": 1587488858, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "depende": { - "name": "depende", - "id": "755163640046420024", - "author": "586974374675087361", - "animated": false, - "created": 1600115442, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "depre": { - "name": "depre", - "id": "764553107710541834", - "author": "564111150443266125", - "animated": false, - "created": 1602354065, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "deprecorey": { - "name": "deprecorey", - "id": "778284779921342495", - "author": "437222116300029972", - "animated": false, - "created": 1605627951, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "depresion": { - "name": "depresion", - "id": "764549940117635093", - "author": "564111150443266125", - "animated": false, - "created": 1602353310, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "deprimiditto": { - "name": "deprimiditto", - "id": "783006995598540870", - "author": "406558013848289281", - "animated": false, - "created": 1606753815, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "deputamadre": { - "name": "deputamadre", - "id": "781689968984719386", - "author": "753681432718737480", - "animated": false, - "created": 1606439811, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dergThonk": { - "name": "dergThonk", - "id": "788488877597786203", - "author": "437426385641013248", - "animated": false, - "created": 1608060797, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "derk": { - "name": "derk", - "id": "763827959403905084", - "author": "274574298289799168", - "animated": true, - "created": 1602181176, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "derp": { - "name": "derp", - "id": "516476323980378115", - "author": "215916654603796481", - "animated": false, - "created": 1543207951, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "derpweon": { - "name": "derpweon", - "id": "621718889767632896", - "author": "385806801624367115", - "animated": false, - "created": 1568299734, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "desaparece": { - "name": "desaparece", - "id": "725190019538485339", - "author": "459061292964118540", - "animated": true, - "created": 1592969174, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Desconfirmo": { - "name": "Desconfirmo", - "id": "668527770598506556", - "author": "476119413473673226", - "animated": false, - "created": 1579459841, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "descuartizar": { - "name": "descuartizar", - "id": "782828908974047242", - "author": "351894832857481216", - "animated": true, - "created": 1606711356, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "desk": { - "name": "desk", - "id": "775035051503124482", - "author": "303963315061915648", - "animated": true, - "created": 1604853155, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "desmadre": { - "name": "desmadre", - "id": "784275729445421088", - "author": "700844233212559372", - "animated": false, - "created": 1607056305, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "desmonetizado": { - "name": "desmonetizado", - "id": "786789373811097661", - "author": "692488921673629756", - "animated": false, - "created": 1607655604, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Desolate": { - "name": "Desolate", - "id": "765366468195909702", - "author": "741516336999563304", - "animated": false, - "created": 1602547985, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "despertar": { - "name": "despertar", - "id": "711493218650423306", - "author": "592197624044584960", - "animated": false, - "created": 1589703602, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "devil": { - "name": "devil", - "id": "765532234299736084", - "author": "290250637554221056", - "animated": false, - "created": 1602587507, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "devilish": { - "name": "devilish", - "id": "778006236243165194", - "author": "756368101788090420", - "animated": true, - "created": 1605561541, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "deviping": { - "name": "deviping", - "id": "787162822748405801", - "author": "471787957528035338", - "animated": false, - "created": 1607744642, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "devireview": { - "name": "devireview", - "id": "767158747175845938", - "author": "438644880152068127", - "animated": false, - "created": 1602975298, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "devisad": { - "name": "devisad", - "id": "783746134388375584", - "author": "425046879047385108", - "animated": false, - "created": 1606930039, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "devisparkles": { - "name": "devisparkles", - "id": "669263740423897099", - "author": "425046879047385108", - "animated": true, - "created": 1579635310, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "DeviWeird": { - "name": "DeviWeird", - "id": "576715627952209921", - "author": "256056872254177281", - "animated": false, - "created": 1557570120, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "deviwird": { - "name": "deviwird", - "id": "784329570606121021", - "author": "425046879047385108", - "animated": false, - "created": 1607069141, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Dewott": { - "name": "Dewott", - "id": "787438259990167582", - "author": "640273123165470720", - "animated": false, - "created": 1607810311, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dewott_facha": { - "name": "dewott_facha", - "id": "787436963325280306", - "author": "640273123165470720", - "animated": false, - "created": 1607810002, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dewottpistola": { - "name": "dewottpistola", - "id": "788903666794758144", - "author": "640273123165470720", - "animated": false, - "created": 1608159691, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "d_heart": { - "name": "d_heart", - "id": "783880472786763776", - "author": "697542753449672775", - "animated": true, - "created": 1606962068, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "d_hearts": { - "name": "d_hearts", - "id": "783880462186577952", - "author": "697542753449672775", - "animated": true, - "created": 1606962066, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Dia": { - "name": "Dia", - "id": "762460871577960478", - "author": "288362986991648778", - "animated": false, - "created": 1601855237, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "diablo": { - "name": "diablo", - "id": "780895609891717141", - "author": "586365354713022478", - "animated": true, - "created": 1606250421, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "diamante": { - "name": "diamante", - "id": "780897002577199125", - "author": "586365354713022478", - "animated": true, - "created": 1606250753, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Diamond": { - "name": "Diamond", - "id": "701803231436734578", - "author": "454807360070877194", - "animated": true, - "created": 1587393329, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "diarias": { - "name": "diarias", - "id": "777912253701554237", - "author": "256056872254177281", - "animated": false, - "created": 1605539134, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "diaweird": { - "name": "diaweird", - "id": "675080852698562565", - "author": "245607870463213570", - "animated": false, - "created": 1581022217, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dick": { - "name": "dick", - "id": "458147664458940417", - "author": "249570726779158529", - "animated": false, - "created": 1529315715, - "modified": 1533892037, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "die": { - "name": "die", - "id": "689907712586154123", - "author": "322442777944391682", - "animated": false, - "created": 1584557216, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "diefucku": { - "name": "diefucku", - "id": "785666814599626754", - "author": "756906411295768647", - "animated": false, - "created": 1607387965, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "diegoball": { - "name": "diegoball", - "id": "784228396850610196", - "author": "726110827278499891", - "animated": false, - "created": 1607045020, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dies": { - "name": "dies", - "id": "778437064467152926", - "author": "700669679269707827", - "animated": false, - "created": 1605664259, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "DifferentV6": { - "name": "DifferentV6", - "id": "785500007477280778", - "author": "434603155695730709", - "animated": true, - "created": 1607348195, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "diluc": { - "name": "diluc", - "id": "781236916439482369", - "author": "495518017434681365", - "animated": false, - "created": 1606331795, - "modified": 1606377854, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dilucburn": { - "name": "dilucburn", - "id": "787992142563377152", - "author": "294383386393575426", - "animated": false, - "created": 1607942367, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dilucCool": { - "name": "dilucCool", - "id": "768633326818164746", - "author": "298398495499354113", - "animated": false, - "created": 1603326865, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "DilucUgh": { - "name": "DilucUgh", - "id": "781345379400286208", - "author": "448827482179895304", - "animated": false, - "created": 1606357655, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dilucweird": { - "name": "dilucweird", - "id": "764125531201339402", - "author": "425046879047385108", - "animated": false, - "created": 1602252123, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dilucwut": { - "name": "dilucwut", - "id": "787992121637732402", - "author": "294383386393575426", - "animated": false, - "created": 1607942362, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dingus": { - "name": "dingus", - "id": "789710528482246656", - "author": "717187106874720287", - "animated": false, - "created": 1608352079, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Dio": { - "name": "Dio", - "id": "616853267993067521", - "author": "455289384187592704", - "animated": false, - "created": 1567139679, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "diod": { - "name": "diod", - "id": "782051205781520425", - "author": "740675355072921650", - "animated": false, - "created": 1606525937, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "diofeliz": { - "name": "diofeliz", - "id": "781969723658862664", - "author": "567140961650737162", - "animated": false, - "created": 1606506510, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "DioGunNo": { - "name": "DioGunNo", - "id": "767664491457937478", - "author": "540260499783417887", - "animated": false, - "created": 1603095877, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dios": { - "name": "dios", - "id": "544800925072621611", - "author": "343239064918687745", - "animated": true, - "created": 1549961062, - "modified": 1567127472, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "DiosesAntiguos": { - "name": "DiosesAntiguos", - "id": "782525827996450817", - "author": "457415833572999170", - "animated": false, - "created": 1606639096, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "diosita": { - "name": "diosita", - "id": "753624226946351154", - "author": "513556416628260876", - "animated": false, - "created": 1599748417, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "diosito": { - "name": "diosito", - "id": "704698105429360732", - "author": "272074310556844037", - "animated": false, - "created": 1588083521, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "diosmio": { - "name": "diosmio", - "id": "775380349832265749", - "author": "429684409633996840", - "animated": false, - "created": 1604935481, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "diostabla": { - "name": "diostabla", - "id": "781742444693028864", - "author": "351853576571846676", - "animated": false, - "created": 1606452322, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "diostecuide": { - "name": "diostecuide", - "id": "783139825460838400", - "author": "700844233212559372", - "animated": false, - "created": 1606785484, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dip": { - "name": "dip", - "id": "780104494465155103", - "author": "303963315061915648", - "animated": true, - "created": 1606061805, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dipu": { - "name": "dipu", - "id": "784853559228235819", - "author": "293107176355004416", - "animated": false, - "created": 1607194070, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dirtycrimepick": { - "name": "dirtycrimepick", - "id": "783505436493217822", - "author": "125464542791729152", - "animated": false, - "created": 1606872653, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "disappointedmimi": { - "name": "disappointedmimi", - "id": "788822147316580372", - "author": "717187106874720287", - "animated": false, - "created": 1608140255, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "disboardnwn": { - "name": "disboardnwn", - "id": "784341149803479050", - "author": "490735642150567939", - "animated": false, - "created": 1607071902, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "disboardwd": { - "name": "disboardwd", - "id": "769474445571784716", - "author": "477167667992592414", - "animated": false, - "created": 1603527404, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "discord": { - "name": "discord", - "id": "677712552892956684", - "author": "541105002089938960", - "animated": true, - "created": 1581649664, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "DiscordButt": { - "name": "DiscordButt", - "id": "492047374957543424", - "author": "308162538648895489", - "animated": true, - "created": 1528975265, - "modified": 1541815544, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "discordok": { - "name": "discordok", - "id": "492047378090819584", - "author": "140516693242937345", - "animated": false, - "created": 1525387942, - "modified": 1537383653, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "DiscordPoop": { - "name": "DiscordPoop", - "id": "492047379512426497", - "author": "140516693242937345", - "animated": false, - "created": 1525387942, - "modified": 1537383653, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "disgust": { - "name": "disgust", - "id": "689304518172606532", - "author": "257574991405645825", - "animated": false, - "created": 1584413403, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "disgust2": { - "name": "disgust2", - "id": "770629525968125983", - "author": "399671914114711562", - "animated": false, - "created": 1603802796, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "DisgustCat": { - "name": "DisgustCat", - "id": "758382601148432424", - "author": "269206837306327042", - "animated": false, - "created": 1600882902, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "disgusting": { - "name": "disgusting", - "id": "543985234035605504", - "author": "284926618714243074", - "animated": false, - "created": 1549766586, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "distorcedlily": { - "name": "distorcedlily", - "id": "788296748249907250", - "author": "325346618364788737", - "animated": true, - "created": 1608014990, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "distract": { - "name": "distract", - "id": "748742697480880190", - "author": "704662972739616809", - "animated": true, - "created": 1598584570, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "distractedOrange": { - "name": "distractedOrange", - "id": "784470452462551092", - "author": "772637906304892958", - "animated": true, - "created": 1607102730, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "distractiondance": { - "name": "distractiondance", - "id": "765082031280619520", - "author": "337776631210967040", - "animated": true, - "created": 1602480170, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ditched": { - "name": "ditched", - "id": "745686534937903264", - "author": "425046879047385108", - "animated": false, - "created": 1597855924, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ditchedforcda": { - "name": "ditchedforcda", - "id": "788897759355863050", - "author": "425046879047385108", - "animated": false, - "created": 1608158282, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ditchedforfurry": { - "name": "ditchedforfurry", - "id": "769120049532370974", - "author": "425046879047385108", - "animated": false, - "created": 1603442909, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ditchedforfurry2": { - "name": "ditchedforfurry2", - "id": "781583325126328420", - "author": "336021639970029569", - "animated": false, - "created": 1606414385, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ditchedforke": { - "name": "ditchedforke", - "id": "787060382841438262", - "author": "336021639970029569", - "animated": false, - "created": 1607720218, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ditchedfornoah": { - "name": "ditchedfornoah", - "id": "787781648992174122", - "author": "425046879047385108", - "animated": false, - "created": 1607892181, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ditchedforrt": { - "name": "ditchedforrt", - "id": "786715326246027264", - "author": "336021639970029569", - "animated": false, - "created": 1607637950, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ditto": { - "name": "ditto", - "id": "701503088347054101", - "author": "389235933716938762", - "animated": true, - "created": 1587321769, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dittogasp": { - "name": "dittogasp", - "id": "781461948180594738", - "author": "448827482179895304", - "animated": false, - "created": 1606385447, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "djblob": { - "name": "djblob", - "id": "781238233567854612", - "author": "495518017434681365", - "animated": true, - "created": 1606332109, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "djdead": { - "name": "djdead", - "id": "780898724704288808", - "author": "270258569637658627", - "animated": false, - "created": 1606251164, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "djgym": { - "name": "djgym", - "id": "745012067815391266", - "author": "239333423095742464", - "animated": false, - "created": 1597695118, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dk": { - "name": "dk", - "id": "749340970125885520", - "author": "234097420898664448", - "animated": false, - "created": 1598727209, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dm7": { - "name": "dm7", - "id": "756101860091494440", - "author": "407646561141522443", - "animated": false, - "created": 1600339131, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dnd": { - "name": "dnd", - "id": "492047386030374933", - "author": "249750282324410368", - "animated": false, - "created": 1536211724, - "modified": 1537383655, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "dnd2": { - "name": "dnd2", - "id": "492047387057979407", - "author": "455289384187592704", - "animated": false, - "created": 1536211768, - "modified": 1537383655, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "dn_gasp": { - "name": "dn_gasp", - "id": "782675348268777472", - "author": "700050219995496568", - "animated": false, - "created": 1606674744, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dn_happy": { - "name": "dn_happy", - "id": "782675336126791720", - "author": "700050219995496568", - "animated": false, - "created": 1606674741, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dn_pat": { - "name": "dn_pat", - "id": "782675323841675315", - "author": "700050219995496568", - "animated": false, - "created": 1606674738, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dn_think": { - "name": "dn_think", - "id": "782675310541930526", - "author": "700050219995496568", - "animated": false, - "created": 1606674735, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "do": { - "name": "do", - "id": "773364306678120479", - "author": "739936426799661086", - "animated": false, - "created": 1604454819, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dobs": { - "name": "dobs", - "id": "785583526309003356", - "author": "353109234201788427", - "animated": false, - "created": 1607368108, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dobugei": { - "name": "dobugei", - "id": "770175370292363264", - "author": "343310328089804803", - "animated": true, - "created": 1603694517, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Dog": { - "name": "Dog", - "id": "735231238603800586", - "author": "709357147926036512", - "animated": false, - "created": 1595363187, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dogdanca": { - "name": "dogdanca", - "id": "784215209929080883", - "author": "729015115411750943", - "animated": true, - "created": 1607041876, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dogdance": { - "name": "dogdance", - "id": "642338821597429770", - "author": "456041283698556938", - "animated": true, - "created": 1573215909, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "doge": { - "name": "doge", - "id": "423300542157291520", - "author": "136610024406515712", - "animated": false, - "created": 1525387942, - "modified": 1533892037, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "DogeBaile": { - "name": "DogeBaile", - "id": "782911235220832287", - "author": "741850493088694343", - "animated": true, - "created": 1606730984, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dogeburger1": { - "name": "dogeburger1", - "id": "785823385703809054", - "author": "424826839047864320", - "animated": true, - "created": 1607425295, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dogeburger2": { - "name": "dogeburger2", - "id": "785823397720227850", - "author": "424826839047864320", - "animated": true, - "created": 1607425298, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dogeburger3": { - "name": "dogeburger3", - "id": "785823409836916796", - "author": "424826839047864320", - "animated": true, - "created": 1607425300, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dogedance": { - "name": "dogedance", - "id": "730600190263820390", - "author": "465388103792590878", - "animated": true, - "created": 1594259059, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dogegun": { - "name": "dogegun", - "id": "750802217895985192", - "author": "335215633308450818", - "animated": false, - "created": 1599075598, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dogekek": { - "name": "dogekek", - "id": "666752061890625546", - "author": "287347007708856323", - "animated": false, - "created": 1579036479, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dogelove": { - "name": "dogelove", - "id": "786153430711664651", - "author": "676134602837852172", - "animated": true, - "created": 1607503984, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dogescream": { - "name": "dogescream", - "id": "786153415053934593", - "author": "676134602837852172", - "animated": true, - "created": 1607503980, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dogestab": { - "name": "dogestab", - "id": "774629574076137472", - "author": "414758551181983745", - "animated": true, - "created": 1604756482, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dogevibe": { - "name": "dogevibe", - "id": "786153348410638376", - "author": "676134602837852172", - "animated": true, - "created": 1607503964, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "doggers": { - "name": "doggers", - "id": "780566682330595348", - "author": "738980160828735488", - "animated": false, - "created": 1606171999, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "doggo": { - "name": "doggo", - "id": "569907478226141232", - "author": "308794315834916864", - "animated": false, - "created": 1555946931, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "doggo1": { - "name": "doggo1", - "id": "701482562760998914", - "author": "434852481693122570", - "animated": false, - "created": 1587316876, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "doggo2": { - "name": "doggo2", - "id": "701482684878291055", - "author": "434852481693122570", - "animated": false, - "created": 1587316905, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "doggo3": { - "name": "doggo3", - "id": "703053163258970122", - "author": "434852481693122570", - "animated": false, - "created": 1587691336, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "doggo4": { - "name": "doggo4", - "id": "704052585602089082", - "author": "434852481693122570", - "animated": false, - "created": 1587929617, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "doggo6": { - "name": "doggo6", - "id": "738233296361619466", - "author": "434852481693122570", - "animated": false, - "created": 1596078933, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "doggo7": { - "name": "doggo7", - "id": "738240689187586209", - "author": "705090233615515648", - "animated": false, - "created": 1596080696, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "doggo8": { - "name": "doggo8", - "id": "760022438762905610", - "author": "691239435768954911", - "animated": false, - "created": 1601273870, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "doggoblob": { - "name": "doggoblob", - "id": "492047394599469072", - "author": "140516693242937345", - "animated": false, - "created": 1531976531, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "doggo_dance": { - "name": "doggo_dance", - "id": "788226479384690719", - "author": "409765892210294784", - "animated": true, - "created": 1607998237, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "doggodance": { - "name": "doggodance", - "id": "738478645667954738", - "author": "719314526574477373", - "animated": true, - "created": 1596137429, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "doggoded": { - "name": "doggoded", - "id": "745118048842809414", - "author": "383723642489405441", - "animated": false, - "created": 1597720386, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "doggoflushed": { - "name": "doggoflushed", - "id": "777283802241564704", - "author": "743574688411811981", - "animated": false, - "created": 1605389299, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "doggohug": { - "name": "doggohug", - "id": "779462814372462612", - "author": "352574515554942978", - "animated": false, - "created": 1605908816, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "doggooo": { - "name": "doggooo", - "id": "781744685718700122", - "author": "448827482179895304", - "animated": true, - "created": 1606452857, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "doggosee": { - "name": "doggosee", - "id": "746156518524715191", - "author": "383723642489405441", - "animated": false, - "created": 1597967977, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "doggouwu": { - "name": "doggouwu", - "id": "740941915507392522", - "author": "461818566510116895", - "animated": false, - "created": 1596724718, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "doggowink": { - "name": "doggowink", - "id": "789281672217493504", - "author": "696887321953304657", - "animated": false, - "created": 1608249814, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "doggun": { - "name": "doggun", - "id": "769790218882121758", - "author": "645482510930673675", - "animated": true, - "created": 1603602690, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dogi": { - "name": "dogi", - "id": "745091050368139364", - "author": "351853576571846676", - "animated": true, - "created": 1597713949, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dogjam": { - "name": "dogjam", - "id": "770812280182407190", - "author": "186324887596564480", - "animated": true, - "created": 1603846368, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dogkek": { - "name": "dogkek", - "id": "574104927979438104", - "author": "516204242558517248", - "animated": false, - "created": 1556947681, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Dogomg": { - "name": "Dogomg", - "id": "780567259394474024", - "author": "738980160828735488", - "animated": false, - "created": 1606172136, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dograve": { - "name": "dograve", - "id": "737373966322106498", - "author": "203208699500560385", - "animated": true, - "created": 1595874053, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dogrime": { - "name": "dogrime", - "id": "683911730543329291", - "author": "348667103865208835", - "animated": false, - "created": 1583127663, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dogsmile": { - "name": "dogsmile", - "id": "786153390496808991", - "author": "676134602837852172", - "animated": true, - "created": 1607503974, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "doguinsad": { - "name": "doguinsad", - "id": "780613002037821460", - "author": "729015115411750943", - "animated": true, - "created": 1606183042, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "doittoem": { - "name": "doittoem", - "id": "492047397111857152", - "author": "433122997071642624", - "animated": true, - "created": 1530350004, - "modified": 1537383657, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "doll": { - "name": "doll", - "id": "760898793817768007", - "author": "271343314047860737", - "animated": false, - "created": 1601482809, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "DollDance": { - "name": "DollDance", - "id": "783881907502448672", - "author": "697542753449672775", - "animated": true, - "created": 1606962410, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dom2": { - "name": "dom2", - "id": "784245848342790154", - "author": "728030515726123028", - "animated": true, - "created": 1607049180, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "donas": { - "name": "donas", - "id": "734216611195781222", - "author": "701340890404487219", - "animated": false, - "created": 1595121281, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "DonBunny": { - "name": "DonBunny", - "id": "789606576188293120", - "author": "589147367551270912", - "animated": false, - "created": 1608327278, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "doncomedia": { - "name": "doncomedia", - "id": "723405478096273558", - "author": "500141024320946176", - "animated": false, - "created": 1592543706, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dongli": { - "name": "dongli", - "id": "789870437878071297", - "author": "304413971350552588", - "animated": true, - "created": 1608390187, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dongtangsip": { - "name": "dongtangsip", - "id": "772294148333502484", - "author": "738859004712976456", - "animated": false, - "created": 1604199673, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dont": { - "name": "dont", - "id": "758179644632989777", - "author": "651935327795281921", - "animated": false, - "created": 1600834513, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dontmakemedothis": { - "name": "dontmakemedothis", - "id": "782107778566586389", - "author": "690953891482828890", - "animated": true, - "created": 1606539425, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dont_ping": { - "name": "dont_ping", - "id": "783880429609418782", - "author": "697542753449672775", - "animated": false, - "created": 1606962058, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "donut": { - "name": "donut", - "id": "751151159846109225", - "author": "531673820994732042", - "animated": true, - "created": 1599158792, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "doomchiquito": { - "name": "doomchiquito", - "id": "777352998489161730", - "author": "399348446525390849", - "animated": false, - "created": 1605405797, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "doomed": { - "name": "doomed", - "id": "691426279676706848", - "author": "270343119902474240", - "animated": false, - "created": 1584919271, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "doomer": { - "name": "doomer", - "id": "699354405404672161", - "author": "270343119902474240", - "animated": false, - "created": 1586809483, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dora": { - "name": "dora", - "id": "723993642334683218", - "author": "406529268990869504", - "animated": true, - "created": 1592683935, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "doremydance": { - "name": "doremydance", - "id": "773362915062579230", - "author": "739936426799661086", - "animated": true, - "created": 1604454487, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dorime": { - "name": "dorime", - "id": "652618242258370565", - "author": "522230308196581416", - "animated": false, - "created": 1575666714, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dorime1": { - "name": "dorime1", - "id": "675880109583892500", - "author": "171050727869906953", - "animated": false, - "created": 1581212775, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dorimediv": { - "name": "dorimediv", - "id": "779000210478202920", - "author": "595685349431181343", - "animated": false, - "created": 1605798523, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dormir": { - "name": "dormir", - "id": "739366289633706005", - "author": "635458927198470175", - "animated": false, - "created": 1596349060, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dorron": { - "name": "dorron", - "id": "776486615983325186", - "author": "408747500288213006", - "animated": false, - "created": 1605199235, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dospuntosuve": { - "name": "dospuntosuve", - "id": "710658235513831505", - "author": "529227757423558687", - "animated": false, - "created": 1589504526, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dot_1": { - "name": "dot_1", - "id": "789748583431143454", - "author": "643620576316882964", - "animated": false, - "created": 1608361135, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dot_2": { - "name": "dot_2", - "id": "789748823063789571", - "author": "643620576316882964", - "animated": false, - "created": 1608361192, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dots": { - "name": "dots", - "id": "784193765228544010", - "author": "353109234201788427", - "animated": false, - "created": 1607036763, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dotsier": { - "name": "dotsier", - "id": "785582901575942204", - "author": "353109234201788427", - "animated": false, - "created": 1607367959, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dou": { - "name": "dou", - "id": "602224441648349238", - "author": "417138170430357524", - "animated": false, - "created": 1563651895, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dou1": { - "name": "dou1", - "id": "751623652604379268", - "author": "567140961650737162", - "animated": false, - "created": 1599271443, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Dou2": { - "name": "Dou2", - "id": "730809888267042877", - "author": "723663041056473139", - "animated": false, - "created": 1594309055, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dou4": { - "name": "dou4", - "id": "753224278299770910", - "author": "549041904092971040", - "animated": false, - "created": 1599653062, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "doublecheck": { - "name": "doublecheck", - "id": "783469915809775619", - "author": "580244182652813312", - "animated": false, - "created": 1606864184, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "doubt": { - "name": "doubt", - "id": "493988319110365184", - "author": "140516693242937345", - "animated": false, - "created": 1537846418, - "modified": 1537846421, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "doubtbutokay": { - "name": "doubtbutokay", - "id": "782741971859931140", - "author": "748023719833894942", - "animated": false, - "created": 1606690628, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "downvote": { - "name": "downvote", - "id": "493343441086840842", - "author": "140516693242937345", - "animated": false, - "created": 1537692664, - "modified": 1537692669, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "doya": { - "name": "doya", - "id": "781430755569958983", - "author": "495518017434681365", - "animated": false, - "created": 1606378010, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dragonaleech": { - "name": "dragonaleech", - "id": "789978099903234078", - "author": "209280535174971393", - "animated": false, - "created": 1608415856, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dragonaleech2": { - "name": "dragonaleech2", - "id": "789978321986781214", - "author": "235236244420821002", - "animated": false, - "created": 1608415909, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dragonite": { - "name": "dragonite", - "id": "773974310217580595", - "author": "293107176355004416", - "animated": false, - "created": 1604600255, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "draisfurro": { - "name": "draisfurro", - "id": "785201236130791474", - "author": "314536284725051393", - "animated": false, - "created": 1607276963, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "drakchikito": { - "name": "drakchikito", - "id": "747163748875239445", - "author": "343239064918687745", - "animated": false, - "created": 1598208119, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "DrakeLUL": { - "name": "DrakeLUL", - "id": "492047411955630101", - "author": "140516693242937345", - "animated": false, - "created": 1529748751, - "modified": 1537383661, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "drakeno": { - "name": "drakeno", - "id": "511387332042162186", - "author": "140516693242937345", - "animated": false, - "created": 1541994675, - "modified": 1541994688, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "drakeyea": { - "name": "drakeyea", - "id": "511387346193743873", - "author": "140516693242937345", - "animated": false, - "created": 1541994679, - "modified": 1541994688, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "drakeyes": { - "name": "drakeyes", - "id": "529170647449075732", - "author": "140516693242937345", - "animated": false, - "created": 1546234513, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "drama": { - "name": "drama", - "id": "765729896647360546", - "author": "708404644052729879", - "animated": false, - "created": 1602634634, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dramatic": { - "name": "dramatic", - "id": "782741962448437248", - "author": "748023719833894942", - "animated": false, - "created": 1606690626, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "drapion": { - "name": "drapion", - "id": "786280490037674054", - "author": "598650793389850644", - "animated": false, - "created": 1607534277, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "DreyPeach": { - "name": "DreyPeach", - "id": "739525762415329332", - "author": "394963849834659840", - "animated": false, - "created": 1596387081, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dr_headache": { - "name": "dr_headache", - "id": "782675362076164099", - "author": "700050219995496568", - "animated": false, - "created": 1606674747, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dr_hide": { - "name": "dr_hide", - "id": "782675371580457042", - "author": "700050219995496568", - "animated": false, - "created": 1606674750, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "drink": { - "name": "drink", - "id": "731154894379286560", - "author": "701340890404487219", - "animated": false, - "created": 1594391311, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "drink16": { - "name": "drink16", - "id": "780453173155332136", - "author": "413136963013443589", - "animated": true, - "created": 1606144936, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "drugass": { - "name": "drugass", - "id": "779626058353344512", - "author": "689614029555236964", - "animated": false, - "created": 1605947737, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "DrugsPat": { - "name": "DrugsPat", - "id": "782083615579832341", - "author": "593868661110997013", - "animated": true, - "created": 1606533664, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "drunksouls": { - "name": "drunksouls", - "id": "782378945194360852", - "author": "736438830386774087", - "animated": true, - "created": 1606604076, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Dsans": { - "name": "Dsans", - "id": "787899020341280768", - "author": "488880002616655894", - "animated": false, - "created": 1607920165, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dthenk": { - "name": "dthenk", - "id": "748836911195488297", - "author": "428461954064056340", - "animated": false, - "created": 1598607032, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "duc": { - "name": "duc", - "id": "789642989659881482", - "author": "453303780449189888", - "animated": true, - "created": 1608335959, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "duckclap": { - "name": "duckclap", - "id": "781374277290033162", - "author": "544004454257524746", - "animated": true, - "created": 1606364545, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "duckdance": { - "name": "duckdance", - "id": "784071546851295253", - "author": "452856221591142410", - "animated": true, - "created": 1607007624, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "duckheart": { - "name": "duckheart", - "id": "781374145865842698", - "author": "544004454257524746", - "animated": false, - "created": 1606364513, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "duckie": { - "name": "duckie", - "id": "783142030615511060", - "author": "276877342008279041", - "animated": true, - "created": 1606786010, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "duckieclap": { - "name": "duckieclap", - "id": "789748789891301407", - "author": "643620576316882964", - "animated": true, - "created": 1608361184, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "duckiecry": { - "name": "duckiecry", - "id": "789748740352376832", - "author": "643620576316882964", - "animated": false, - "created": 1608361172, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "duckieheart": { - "name": "duckieheart", - "id": "789748703731777537", - "author": "643620576316882964", - "animated": false, - "created": 1608361163, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "duckieheart2": { - "name": "duckieheart2", - "id": "789748676465655848", - "author": "643620576316882964", - "animated": false, - "created": 1608361157, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "duckiehugluv": { - "name": "duckiehugluv", - "id": "789748646408093709", - "author": "643620576316882964", - "animated": false, - "created": 1608361150, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dude": { - "name": "dude", - "id": "786715246726873130", - "author": "569937267012010015", - "animated": false, - "created": 1607637931, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dudewhat": { - "name": "dudewhat", - "id": "781519671198744627", - "author": "758589722758479873", - "animated": false, - "created": 1606399209, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dum": { - "name": "dum", - "id": "592360581483462667", - "author": "240308839243710464", - "animated": false, - "created": 1561300168, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dumb": { - "name": "dumb", - "id": "724721931374559313", - "author": "281563194843987968", - "animated": false, - "created": 1592857573, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dumbass": { - "name": "dumbass", - "id": "766802565580324874", - "author": "268138992606773248", - "animated": false, - "created": 1602890378, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dumbthenk": { - "name": "dumbthenk", - "id": "757995762666700920", - "author": "428461954064056340", - "animated": false, - "created": 1600790672, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "durazno": { - "name": "durazno", - "id": "780184307989086229", - "author": "717472783445131324", - "animated": false, - "created": 1606080834, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "duren": { - "name": "duren", - "id": "732431515308523560", - "author": "468192500025262081", - "animated": false, - "created": 1594695681, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "durmiente": { - "name": "durmiente", - "id": "789375277561806868", - "author": "558803847372472320", - "animated": false, - "created": 1608272132, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dv_noodles": { - "name": "dv_noodles", - "id": "786156705502199808", - "author": "676134602837852172", - "animated": true, - "created": 1607504764, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dx": { - "name": "dx", - "id": "769444085130854430", - "author": "512509857606139905", - "animated": false, - "created": 1603520165, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dxd": { - "name": "dxd", - "id": "701319718233047130", - "author": "444542802794119168", - "animated": false, - "created": 1587278050, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dya": { - "name": "dya", - "id": "768145782687137842", - "author": "488054792325824532", - "animated": true, - "created": 1603210626, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dybsparkles": { - "name": "dybsparkles", - "id": "731114877254631484", - "author": "245607870463213570", - "animated": true, - "created": 1594381770, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dybweird": { - "name": "dybweird", - "id": "591293101083983873", - "author": "98425391647031296", - "animated": false, - "created": 1561045661, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dybwhat": { - "name": "dybwhat", - "id": "755743583792791602", - "author": "164559223793909760", - "animated": false, - "created": 1600253711, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dying": { - "name": "dying", - "id": "789971306505699358", - "author": "242753202435522565", - "animated": false, - "created": 1608414236, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "dylantero": { - "name": "dylantero", - "id": "788245422907850822", - "author": "469162062086537226", - "animated": false, - "created": 1608002753, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "E_": { - "name": "E_", - "id": "727675628316262513", - "author": "268138992606773248", - "animated": false, - "created": 1593561789, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "eaa": { - "name": "eaa", - "id": "781919328375144478", - "author": "308773085643931649", - "animated": true, - "created": 1606494495, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "eaPats": { - "name": "eaPats", - "id": "785822749595533313", - "author": "424826839047864320", - "animated": true, - "created": 1607425143, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "earlysupporters": { - "name": "earlysupporters", - "id": "781128675504422924", - "author": "747420550191775780", - "animated": false, - "created": 1606305989, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "eat": { - "name": "eat", - "id": "664327465434611728", - "author": "95579127389618176", - "animated": true, - "created": 1578458410, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "eatnt": { - "name": "eatnt", - "id": "786682005567700994", - "author": "353109234201788427", - "animated": false, - "created": 1607630006, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "E_Banned": { - "name": "E_Banned", - "id": "785760079575908352", - "author": "586886106289668127", - "animated": true, - "created": 1607410201, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ec": { - "name": "ec", - "id": "750758057176334336", - "author": "532025158865780756", - "animated": false, - "created": 1599065069, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Ecchi": { - "name": "Ecchi", - "id": "784440500949614612", - "author": "711751154119475291", - "animated": false, - "created": 1607095589, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "EC_HeadShaking": { - "name": "EC_HeadShaking", - "id": "786524078105952256", - "author": "475441723410219012", - "animated": true, - "created": 1607592353, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "EC_PeepoKing": { - "name": "EC_PeepoKing", - "id": "788724635641315358", - "author": "497766788549836810", - "animated": false, - "created": 1608117007, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "EC_think1": { - "name": "EC_think1", - "id": "788072060408430613", - "author": "503544113476665355", - "animated": false, - "created": 1607961421, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Ecursed": { - "name": "Ecursed", - "id": "783501968723148810", - "author": "306048913352294410", - "animated": false, - "created": 1606871826, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "edglacito": { - "name": "edglacito", - "id": "752415702996090880", - "author": "500804247986765848", - "animated": false, - "created": 1599460282, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "edgythenk": { - "name": "edgythenk", - "id": "757587158407184384", - "author": "428461954064056340", - "animated": false, - "created": 1600693254, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "eduard0": { - "name": "eduard0", - "id": "774722204918611968", - "author": "717472783445131324", - "animated": false, - "created": 1604778567, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "eduardo": { - "name": "eduardo", - "id": "745655290535608411", - "author": "567140961650737162", - "animated": false, - "created": 1597848475, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "edwhale": { - "name": "edwhale", - "id": "760533115755692053", - "author": "373893861950488576", - "animated": false, - "created": 1601395625, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ee": { - "name": "ee", - "id": "766741091084664832", - "author": "618794204554067974", - "animated": false, - "created": 1602875721, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Eee": { - "name": "Eee", - "id": "741000981956919438", - "author": "540271396287283220", - "animated": false, - "created": 1596738801, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "eeee": { - "name": "eeee", - "id": "758463805679337492", - "author": "435166381189758998", - "animated": false, - "created": 1600902262, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "eeeeoekfkfkf": { - "name": "eeeeoekfkfkf", - "id": "783139833656377374", - "author": "462391077391958016", - "animated": false, - "created": 1606785486, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "eeeh": { - "name": "eeeh", - "id": "781683634653495316", - "author": "293107176355004416", - "animated": false, - "created": 1606438301, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "eefk": { - "name": "eefk", - "id": "692533976187011112", - "author": "308794315834916864", - "animated": false, - "created": 1585183366, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "eeh": { - "name": "eeh", - "id": "777640316386803753", - "author": "293107176355004416", - "animated": false, - "created": 1605474299, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Eek": { - "name": "Eek", - "id": "782739808870203422", - "author": "748023719833894942", - "animated": false, - "created": 1606690113, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "eevee": { - "name": "eevee", - "id": "605839169524072468", - "author": "502712228932354048", - "animated": true, - "created": 1564513714, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "eeveedance": { - "name": "eeveedance", - "id": "698731195873230928", - "author": "610238556006383825", - "animated": true, - "created": 1586660898, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "EeveeTap": { - "name": "EeveeTap", - "id": "712495151758573628", - "author": "521802133796945962", - "animated": true, - "created": 1589942481, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "eew": { - "name": "eew", - "id": "748703958104539197", - "author": "136253326189658114", - "animated": false, - "created": 1598575333, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ef_blanket": { - "name": "ef_blanket", - "id": "782675392988971018", - "author": "700050219995496568", - "animated": false, - "created": 1606674755, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ef_cri": { - "name": "ef_cri", - "id": "782675403932172308", - "author": "700050219995496568", - "animated": false, - "created": 1606674758, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "efe": { - "name": "efe", - "id": "605772486449168523", - "author": "422574761093103617", - "animated": false, - "created": 1564497815, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ef_heartsu": { - "name": "ef_heartsu", - "id": "782675414539436072", - "author": "700050219995496568", - "animated": false, - "created": 1606674760, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "efilwfm": { - "name": "efilwfm", - "id": "790092005505499146", - "author": "508004255974817802", - "animated": false, - "created": 1608443013, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ef_popcorn": { - "name": "ef_popcorn", - "id": "782675427343859783", - "author": "700050219995496568", - "animated": false, - "created": 1606674763, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ef_uwu": { - "name": "ef_uwu", - "id": "782675442783354940", - "author": "700050219995496568", - "animated": false, - "created": 1606674767, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "egg": { - "name": "egg", - "id": "778476511291244555", - "author": "707752218844987432", - "animated": false, - "created": 1605673663, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "egirl": { - "name": "egirl", - "id": "725768423078101072", - "author": "684635520566951936", - "animated": false, - "created": 1593107076, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "eh": { - "name": "eh", - "id": "742415414700539944", - "author": "705052717176979529", - "animated": false, - "created": 1597076028, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "eheh": { - "name": "eheh", - "id": "788340609622474752", - "author": "232562946029387777", - "animated": true, - "created": 1608025448, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ehehe": { - "name": "ehehe", - "id": "741331228006940683", - "author": "73375128251011072", - "animated": false, - "created": 1596817538, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ehh": { - "name": "ehh", - "id": "706453948470657066", - "author": "338185670654951424", - "animated": false, - "created": 1588502146, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ehhhalright": { - "name": "ehhhalright", - "id": "782773317735284736", - "author": "748023719833894942", - "animated": false, - "created": 1606698102, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "einz": { - "name": "einz", - "id": "762741038963621898", - "author": "595685349431181343", - "animated": false, - "created": 1601922034, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "EKISDE": { - "name": "EKISDE", - "id": "731293386379624508", - "author": "723663041056473139", - "animated": true, - "created": 1594424330, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "el_admin": { - "name": "el_admin", - "id": "789441525515419688", - "author": "764963344317677609", - "animated": true, - "created": 1608287926, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "elanticomunistadelos50": { - "name": "elanticomunistadelos50", - "id": "780565085542285363", - "author": "681118845003497472", - "animated": false, - "created": 1606171618, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "elarti": { - "name": "elarti", - "id": "784521847151919174", - "author": "466061790627889167", - "animated": true, - "created": 1607114984, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "elbailedelosjeros": { - "name": "elbailedelosjeros", - "id": "786039493248417792", - "author": "411204117323710466", - "animated": true, - "created": 1607476819, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ElBigCock": { - "name": "ElBigCock", - "id": "782324578352365599", - "author": "276877342008279041", - "animated": false, - "created": 1606591114, - "modified": 1606591518, - "preserve": false, - "description": null, - "nsfw": "MOD_NSFW" - }, - "elcaminoasies": { - "name": "elcaminoasies", - "id": "782988141329907817", - "author": "746455541685026831", - "animated": false, - "created": 1606749320, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "elecshocked": { - "name": "elecshocked", - "id": "782152791153704961", - "author": "496037931140513800", - "animated": true, - "created": 1606550157, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "electricgun": { - "name": "electricgun", - "id": "781909710466187265", - "author": "479017973462466571", - "animated": false, - "created": 1606492202, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "eleworry": { - "name": "eleworry", - "id": "782224157332996116", - "author": "399671914114711562", - "animated": false, - "created": 1606567172, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "elfthenk": { - "name": "elfthenk", - "id": "737798971560427642", - "author": "488731784474001408", - "animated": false, - "created": 1595975382, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "el_ganso_aprueba_esto": { - "name": "el_ganso_aprueba_esto", - "id": "785963175228473385", - "author": "563512512847544320", - "animated": false, - "created": 1607458623, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "elgian": { - "name": "elgian", - "id": "784792811823169596", - "author": "438078850140864532", - "animated": false, - "created": 1607179587, - "modified": 1607179628, - "preserve": false, - "description": null, - "nsfw": "MOD_NSFW" - }, - "eli": { - "name": "eli", - "id": "775839330035564544", - "author": "235236244420821002", - "animated": false, - "created": 1605044910, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Elias": { - "name": "Elias", - "id": "785934242524954625", - "author": "396034260089176086", - "animated": false, - "created": 1607451725, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "eliasj": { - "name": "eliasj", - "id": "785934328638865498", - "author": "396034260089176086", - "animated": false, - "created": 1607451745, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "eliasjota": { - "name": "eliasjota", - "id": "785934413270614046", - "author": "396034260089176086", - "animated": false, - "created": 1607451766, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "eliasreal": { - "name": "eliasreal", - "id": "785937977007538177", - "author": "396034260089176086", - "animated": false, - "created": 1607452615, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "elihour": { - "name": "elihour", - "id": "787762547565789204", - "author": "209280535174971393", - "animated": true, - "created": 1607887627, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "elixir": { - "name": "elixir", - "id": "492047441646845953", - "author": "140516693242937345", - "animated": false, - "created": 1532497456, - "modified": 1537383668, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "eljefe": { - "name": "eljefe", - "id": "744327765486075984", - "author": "407646561141522443", - "animated": false, - "created": 1597531968, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "elliesovietica": { - "name": "elliesovietica", - "id": "786260721717608518", - "author": "739170386113200280", - "animated": false, - "created": 1607529564, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "elmasbuenodelserver": { - "name": "elmasbuenodelserver", - "id": "780086696129200168", - "author": "399348446525390849", - "animated": false, - "created": 1606057561, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "elmasunluckydelserver": { - "name": "elmasunluckydelserver", - "id": "786011120603103272", - "author": "143458907493236737", - "animated": false, - "created": 1607470054, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "el_milos": { - "name": "el_milos", - "id": "786808769874886677", - "author": "739170386113200280", - "animated": false, - "created": 1607660229, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "elmo": { - "name": "elmo", - "id": "715353929193357373", - "author": "342362473740894209", - "animated": false, - "created": 1590624067, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "elmoburn": { - "name": "elmoburn", - "id": "694042971624177665", - "author": "302106586401472512", - "animated": true, - "created": 1585543139, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "elmoshake": { - "name": "elmoshake", - "id": "786801828742299688", - "author": "488694672441737236", - "animated": true, - "created": 1607658574, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "elmoshock": { - "name": "elmoshock", - "id": "613959403619745794", - "author": "284515387880767488", - "animated": false, - "created": 1566449728, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "elmowhat": { - "name": "elmowhat", - "id": "751518138860044328", - "author": "397220822197993472", - "animated": false, - "created": 1599246286, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "elpepe": { - "name": "elpepe", - "id": "767051328580222996", - "author": "637658508950765569", - "animated": true, - "created": 1602949687, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "elperroconzapatos": { - "name": "elperroconzapatos", - "id": "789967514649624620", - "author": "396034260089176086", - "animated": false, - "created": 1608413332, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "elrei": { - "name": "elrei", - "id": "675336211375587328", - "author": "300345808975560704", - "animated": false, - "created": 1581083100, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Elsleep": { - "name": "Elsleep", - "id": "775758421554364446", - "author": "373893861950488576", - "animated": false, - "created": 1605025620, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "elvis": { - "name": "elvis", - "id": "775034791421542431", - "author": "425046879047385108", - "animated": false, - "created": 1604853093, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "elvisspeaksly": { - "name": "elvisspeaksly", - "id": "762779480045256754", - "author": "425046879047385108", - "animated": false, - "created": 1601931199, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "elxd": { - "name": "elxd", - "id": "716459212011733002", - "author": "599290730476863744", - "animated": false, - "created": 1590887587, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "em": { - "name": "em", - "id": "743160546957721600", - "author": "450903155572736000", - "animated": false, - "created": 1597253681, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "emergency_button": { - "name": "emergency_button", - "id": "782699399448625172", - "author": "496037931140513800", - "animated": false, - "created": 1606680478, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "EmergencyCall": { - "name": "EmergencyCall", - "id": "784574381938311168", - "author": "476918199061839902", - "animated": false, - "created": 1607127509, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "emergencyfood": { - "name": "emergencyfood", - "id": "779062390083158047", - "author": "756906411295768647", - "animated": true, - "created": 1605813348, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "emimiknife": { - "name": "emimiknife", - "id": "788732840304574484", - "author": "721415443700514847", - "animated": false, - "created": 1608118963, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "emiyaladron": { - "name": "emiyaladron", - "id": "782289160178106388", - "author": "399348446525390849", - "animated": false, - "created": 1606582670, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "emo": { - "name": "emo", - "id": "667144333425901601", - "author": "410185061485379584", - "animated": false, - "created": 1579130004, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "EMO_ji": { - "name": "EMO_ji", - "id": "787034464186400799", - "author": "692488921673629756", - "animated": false, - "created": 1607714041, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "emoji": { - "name": "emoji", - "id": "569552333894189089", - "author": "514791525281169410", - "animated": true, - "created": 1555862258, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "emoji_1": { - "name": "emoji_1", - "id": "630388800698449921", - "author": "555555329405091882", - "animated": false, - "created": 1570366802, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "emoji_10": { - "name": "emoji_10", - "id": "766588097760460800", - "author": "704705003998412836", - "animated": false, - "created": 1602839245, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "emoji_100": { - "name": "emoji_100", - "id": "768924403664420864", - "author": "735617337037946941", - "animated": false, - "created": 1603396263, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "emoji_12": { - "name": "emoji_12", - "id": "741121102629044324", - "author": "627542948489330709", - "animated": true, - "created": 1596767440, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "emoji_123": { - "name": "emoji_123", - "id": "783881873189240838", - "author": "697542753449672775", - "animated": true, - "created": 1606962402, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "emoji_129": { - "name": "emoji_129", - "id": "782673864282996737", - "author": "700050219995496568", - "animated": false, - "created": 1606674390, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "emoji_14": { - "name": "emoji_14", - "id": "789017397075247134", - "author": "783345747000164393", - "animated": true, - "created": 1608186811, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "emoji_16": { - "name": "emoji_16", - "id": "772496082336219168", - "author": "751061424318578772", - "animated": false, - "created": 1604247818, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "emoji_17": { - "name": "emoji_17", - "id": "769054231998365706", - "author": "735617337037946941", - "animated": false, - "created": 1603427217, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "emoji_18": { - "name": "emoji_18", - "id": "769054244078092308", - "author": "735617337037946941", - "animated": false, - "created": 1603427220, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "emoji_2": { - "name": "emoji_2", - "id": "724918503148224632", - "author": "432149029661573121", - "animated": true, - "created": 1592904439, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "emoji_20": { - "name": "emoji_20", - "id": "767798514570756126", - "author": "456756645091868672", - "animated": true, - "created": 1603127831, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "emoji_22": { - "name": "emoji_22", - "id": "769054300382691330", - "author": "735617337037946941", - "animated": false, - "created": 1603427233, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "emoji_23": { - "name": "emoji_23", - "id": "775970370494660619", - "author": "730410859477729362", - "animated": false, - "created": 1605076153, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "emoji_24": { - "name": "emoji_24", - "id": "769054281915433036", - "author": "735617337037946941", - "animated": false, - "created": 1603427229, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "emoji_242": { - "name": "emoji_242", - "id": "780896032942719056", - "author": "434521154745663488", - "animated": true, - "created": 1606250522, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "emoji_25": { - "name": "emoji_25", - "id": "750821255547977769", - "author": "662056986581532713", - "animated": false, - "created": 1599080137, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "emoji_26": { - "name": "emoji_26", - "id": "769054268774678548", - "author": "735617337037946941", - "animated": false, - "created": 1603427226, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "emoji_29": { - "name": "emoji_29", - "id": "769054254467121172", - "author": "735617337037946941", - "animated": false, - "created": 1603427222, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "emoji_3": { - "name": "emoji_3", - "id": "754239890211733515", - "author": "428208937251373066", - "animated": false, - "created": 1599895203, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "emoji_30": { - "name": "emoji_30", - "id": "768926437679169546", - "author": "735617337037946941", - "animated": false, - "created": 1603396748, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "emoji_34": { - "name": "emoji_34", - "id": "768926457224495104", - "author": "735617337037946941", - "animated": false, - "created": 1603396753, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "emoji_35": { - "name": "emoji_35", - "id": "768926466472935424", - "author": "735617337037946941", - "animated": false, - "created": 1603396755, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "emoji_36": { - "name": "emoji_36", - "id": "768926474572791830", - "author": "735617337037946941", - "animated": false, - "created": 1603396757, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "emoji_38": { - "name": "emoji_38", - "id": "768926491462860850", - "author": "735617337037946941", - "animated": false, - "created": 1603396761, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "emoji_39": { - "name": "emoji_39", - "id": "768926521657262090", - "author": "735617337037946941", - "animated": false, - "created": 1603396768, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "emoji_4": { - "name": "emoji_4", - "id": "724918374601326653", - "author": "432149029661573121", - "animated": true, - "created": 1592904408, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "emoji_40": { - "name": "emoji_40", - "id": "768926542000422932", - "author": "735617337037946941", - "animated": false, - "created": 1603396773, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "emoji_41": { - "name": "emoji_41", - "id": "768926552057446420", - "author": "735617337037946941", - "animated": false, - "created": 1603396776, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "emoji_43": { - "name": "emoji_43", - "id": "768926572396281897", - "author": "735617337037946941", - "animated": false, - "created": 1603396780, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "emoji_45": { - "name": "emoji_45", - "id": "768926592437059638", - "author": "735617337037946941", - "animated": false, - "created": 1603396785, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "emoji_46": { - "name": "emoji_46", - "id": "733696553520201830", - "author": "231629637913018370", - "animated": true, - "created": 1594997289, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "emoji_48": { - "name": "emoji_48", - "id": "768926624531480586", - "author": "735617337037946941", - "animated": false, - "created": 1603396793, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "emoji_5": { - "name": "emoji_5", - "id": "741123872899727372", - "author": "681225450692935690", - "animated": false, - "created": 1596768100, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "emoji_50": { - "name": "emoji_50", - "id": "768926652829794346", - "author": "735617337037946941", - "animated": false, - "created": 1603396800, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "emoji_52": { - "name": "emoji_52", - "id": "768926671062564944", - "author": "735617337037946941", - "animated": false, - "created": 1603396804, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "emoji_54": { - "name": "emoji_54", - "id": "766588604075474974", - "author": "441943765855240192", - "animated": true, - "created": 1602839365, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "emoji_6": { - "name": "emoji_6", - "id": "768926747562475600", - "author": "735617337037946941", - "animated": false, - "created": 1603396822, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "emoji_61": { - "name": "emoji_61", - "id": "782741584902488064", - "author": "748023719833894942", - "animated": true, - "created": 1606690536, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "emoji_66": { - "name": "emoji_66", - "id": "768926787023274059", - "author": "504029077233991690", - "animated": false, - "created": 1603396832, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "emoji_7": { - "name": "emoji_7", - "id": "768926823907590154", - "author": "735617337037946941", - "animated": false, - "created": 1603396840, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "emoji_78": { - "name": "emoji_78", - "id": "768926923224252437", - "author": "735617337037946941", - "animated": false, - "created": 1603396864, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "emoji_8": { - "name": "emoji_8", - "id": "703846814843011132", - "author": "579457815832297483", - "animated": false, - "created": 1587880557, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "emoji_83": { - "name": "emoji_83", - "id": "768926973652893707", - "author": "735617337037946941", - "animated": false, - "created": 1603396876, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "emoji_9": { - "name": "emoji_9", - "id": "752415419394031676", - "author": "722573049056067614", - "animated": false, - "created": 1599460215, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "emoji_98": { - "name": "emoji_98", - "id": "768927071132844033", - "author": "735617337037946941", - "animated": false, - "created": 1603396899, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "emoji_99": { - "name": "emoji_99", - "id": "768927097166757908", - "author": "735617337037946941", - "animated": false, - "created": 1603396906, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "emojijaja": { - "name": "emojijaja", - "id": "786948834009677844", - "author": "718818001633280071", - "animated": false, - "created": 1607693622, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "emojituneado": { - "name": "emojituneado", - "id": "787109585143988244", - "author": "727283870461984839", - "animated": false, - "created": 1607731948, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "emOK": { - "name": "emOK", - "id": "789973433412354070", - "author": "435166381189758998", - "animated": false, - "created": 1608414743, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "emote": { - "name": "emote", - "id": "570958329065504768", - "author": "551975912498003999", - "animated": false, - "created": 1556197473, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "emotemanager": { - "name": "emotemanager", - "id": "785516324104699924", - "author": "610207676822978590", - "animated": false, - "created": 1607352085, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "emowaut": { - "name": "emowaut", - "id": "734923591082180739", - "author": "638128638700552192", - "animated": false, - "created": 1595289838, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "empanada": { - "name": "empanada", - "id": "782736615671726130", - "author": "750874467915399250", - "animated": false, - "created": 1606689351, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "empty": { - "name": "empty", - "id": "774756788717355089", - "author": "591559558045106186", - "animated": false, - "created": 1604786812, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "emputado": { - "name": "emputado", - "id": "772677858467250208", - "author": "543673464700272660", - "animated": false, - "created": 1604291157, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "en": { - "name": "en", - "id": "714918980263084073", - "author": "281563194843987968", - "animated": true, - "created": 1590520367, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "enaruhodo": { - "name": "enaruhodo", - "id": "740415239614365727", - "author": "264572972998721537", - "animated": false, - "created": 1596599149, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "encuerate": { - "name": "encuerate", - "id": "779226308122509362", - "author": "356267162148798465", - "animated": false, - "created": 1605852429, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "enefecto": { - "name": "enefecto", - "id": "730400933175099414", - "author": "512272020839464960", - "animated": false, - "created": 1594211560, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "eneffecto": { - "name": "eneffecto", - "id": "757944874770366484", - "author": "701059709100097636", - "animated": false, - "created": 1600778540, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "enelespaciouwu": { - "name": "enelespaciouwu", - "id": "781737405207543828", - "author": "486936089324552193", - "animated": false, - "created": 1606451121, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "EnginnerBaile": { - "name": "EnginnerBaile", - "id": "779253501845831700", - "author": "741850493088694343", - "animated": true, - "created": 1605858912, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "enlargeboi": { - "name": "enlargeboi", - "id": "785498684702851082", - "author": "434603155695730709", - "animated": false, - "created": 1607347880, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "enojado": { - "name": "enojado", - "id": "754481401054756935", - "author": "723326259056345171", - "animated": false, - "created": 1599952783, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "enojao": { - "name": "enojao", - "id": "778818162119540756", - "author": "743574688411811981", - "animated": true, - "created": 1605755119, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "enojao_": { - "name": "enojao_", - "id": "788930064737107968", - "author": "242691348560478209", - "animated": false, - "created": 1608165985, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "enojaoh": { - "name": "enojaoh", - "id": "788163230828593202", - "author": "704742786225668206", - "animated": true, - "created": 1607983157, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "enojo": { - "name": "enojo", - "id": "767028941781073920", - "author": "676818445068927006", - "animated": false, - "created": 1602944350, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "enrohug": { - "name": "enrohug", - "id": "785506893941440522", - "author": "352617359036514304", - "animated": false, - "created": 1607349837, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "enrowink": { - "name": "enrowink", - "id": "783028184169447467", - "author": "352617359036514304", - "animated": false, - "created": 1606758867, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "entendible": { - "name": "entendible", - "id": "710204181926903828", - "author": "671011043975102468", - "animated": false, - "created": 1589396272, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "EO_Kiss2": { - "name": "EO_Kiss2", - "id": "785741337047466004", - "author": "715606162224971898", - "animated": true, - "created": 1607405733, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "EO_Kiss5": { - "name": "EO_Kiss5", - "id": "785741324002263110", - "author": "715606162224971898", - "animated": true, - "created": 1607405730, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "EO_Mhm": { - "name": "EO_Mhm", - "id": "785741303794237470", - "author": "715606162224971898", - "animated": true, - "created": 1607405725, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "EO_minnosyanaginiyerim": { - "name": "EO_minnosyanaginiyerim", - "id": "785741289341321276", - "author": "715606162224971898", - "animated": true, - "created": 1607405721, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "EO_MNHappyMimi": { - "name": "EO_MNHappyMimi", - "id": "785741214737236019", - "author": "715606162224971898", - "animated": true, - "created": 1607405704, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "EO_music": { - "name": "EO_music", - "id": "785741240304926731", - "author": "715606162224971898", - "animated": true, - "created": 1607405710, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "EO_nope": { - "name": "EO_nope", - "id": "785741226229235752", - "author": "715606162224971898", - "animated": true, - "created": 1607405706, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "EO_nyasSmack2": { - "name": "EO_nyasSmack2", - "id": "785741182826971137", - "author": "715606162224971898", - "animated": true, - "created": 1607405696, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "EO_Pinch2": { - "name": "EO_Pinch2", - "id": "785741165387055135", - "author": "715606162224971898", - "animated": true, - "created": 1607405692, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "EO_sad_singer": { - "name": "EO_sad_singer", - "id": "785741138404311082", - "author": "715606162224971898", - "animated": true, - "created": 1607405685, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "EO_shareef": { - "name": "EO_shareef", - "id": "785741150770036766", - "author": "715606162224971898", - "animated": true, - "created": 1607405688, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "EO_ted3": { - "name": "EO_ted3", - "id": "785741105403789313", - "author": "715606162224971898", - "animated": true, - "created": 1607405678, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "EO_Texts": { - "name": "EO_Texts", - "id": "785741071622996021", - "author": "715606162224971898", - "animated": true, - "created": 1607405670, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "EO_Think": { - "name": "EO_Think", - "id": "785741081009848370", - "author": "715606162224971898", - "animated": true, - "created": 1607405672, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "EO_Thumbsup": { - "name": "EO_Thumbsup", - "id": "785741091135684639", - "author": "715606162224971898", - "animated": true, - "created": 1607405674, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "EO_Wink": { - "name": "EO_Wink", - "id": "785741034118184970", - "author": "715606162224971898", - "animated": true, - "created": 1607405661, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "EO_Yes2": { - "name": "EO_Yes2", - "id": "785741044594507786", - "author": "715606162224971898", - "animated": true, - "created": 1607405663, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "epic": { - "name": "epic", - "id": "693321741568573511", - "author": "226339499523702785", - "animated": false, - "created": 1585371184, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "epic0": { - "name": "epic0", - "id": "769407108319674409", - "author": "739936426799661086", - "animated": false, - "created": 1603511349, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "epic2": { - "name": "epic2", - "id": "785814198113665025", - "author": "721959648307052617", - "animated": true, - "created": 1607423104, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "epico": { - "name": "epico", - "id": "692889734711607308", - "author": "320354548105609217", - "animated": false, - "created": 1585268186, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "epicstyle": { - "name": "epicstyle", - "id": "588611556200415242", - "author": "294602160971448321", - "animated": true, - "created": 1560406330, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "epipug": { - "name": "epipug", - "id": "756692595576537268", - "author": "351853576571846676", - "animated": true, - "created": 1600479973, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "equisde": { - "name": "equisde", - "id": "714130197435252757", - "author": "422792791945510932", - "animated": false, - "created": 1590332307, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "erai": { - "name": "erai", - "id": "733379401722495049", - "author": "418989117163175948", - "animated": false, - "created": 1594921675, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "erai_": { - "name": "erai_", - "id": "786779862374285352", - "author": "706216515963453531", - "animated": false, - "created": 1607653336, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ereccionbuff": { - "name": "ereccionbuff", - "id": "785314808353521674", - "author": "406308174497316865", - "animated": false, - "created": 1607304040, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "erenpeek": { - "name": "erenpeek", - "id": "789089443478241300", - "author": "690848269022003220", - "animated": true, - "created": 1608203983, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "erigei": { - "name": "erigei", - "id": "695741758453317633", - "author": "676163766185885710", - "animated": false, - "created": 1585948161, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "erigey": { - "name": "erigey", - "id": "711366782685806612", - "author": "671011043975102468", - "animated": false, - "created": 1589673457, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "error": { - "name": "error", - "id": "768290365606068236", - "author": "395446528992608258", - "animated": false, - "created": 1603245097, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "es": { - "name": "es", - "id": "679156925308338176", - "author": "509632626018091019", - "animated": true, - "created": 1581994029, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "eschato": { - "name": "eschato", - "id": "786055480735694888", - "author": "429160506893402122", - "animated": false, - "created": 1607480630, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "esepana": { - "name": "esepana", - "id": "713999836642410496", - "author": "367396331880185867", - "animated": false, - "created": 1590301226, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "esex": { - "name": "esex", - "id": "788837598982045756", - "author": "715962906646282311", - "animated": false, - "created": 1608143939, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "eshta": { - "name": "eshta", - "id": "771891011068755968", - "author": "435166381189758998", - "animated": true, - "created": 1604103558, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "esobrad": { - "name": "esobrad", - "id": "780581803375198228", - "author": "391034154705485836", - "animated": false, - "created": 1606175604, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "esparami": { - "name": "esparami", - "id": "758672703409750016", - "author": "701059709100097636", - "animated": false, - "created": 1600952068, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "EspeonWink": { - "name": "EspeonWink", - "id": "781345214395711489", - "author": "448827482179895304", - "animated": true, - "created": 1606357615, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "espermaconrisitamalvada": { - "name": "espermaconrisitamalvada", - "id": "787155951470903296", - "author": "471787957528035338", - "animated": false, - "created": 1607743003, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "esposo": { - "name": "esposo", - "id": "781969914251706388", - "author": "707435993585942539", - "animated": false, - "created": 1606506555, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "EsqueletoBaile": { - "name": "EsqueletoBaile", - "id": "779834292632158228", - "author": "741850493088694343", - "animated": true, - "created": 1605997384, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "EsqueletoBaile2": { - "name": "EsqueletoBaile2", - "id": "782909986736701470", - "author": "741850493088694343", - "animated": true, - "created": 1606730686, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "EsqueletoLegoBaile": { - "name": "EsqueletoLegoBaile", - "id": "782034170654097410", - "author": "741850493088694343", - "animated": true, - "created": 1606521876, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "esta": { - "name": "esta", - "id": "736621854500061285", - "author": "434852481693122570", - "animated": false, - "created": 1595694735, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Estaa": { - "name": "Estaa", - "id": "779225832395636776", - "author": "457415833572999170", - "animated": false, - "created": 1605852315, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "estasbien": { - "name": "estasbien", - "id": "780580204607045653", - "author": "700844233212559372", - "animated": false, - "created": 1606175223, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Esternocleidomastoideo": { - "name": "Esternocleidomastoideo", - "id": "720382044080701550", - "author": "614919553415381011", - "animated": false, - "created": 1591822863, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "estoybien": { - "name": "estoybien", - "id": "780580311498358785", - "author": "700844233212559372", - "animated": false, - "created": 1606175248, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "estres": { - "name": "estres", - "id": "766862173753311242", - "author": "676818445068927006", - "animated": true, - "created": 1602904589, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "esunchingodeporno": { - "name": "esunchingodeporno", - "id": "782488202043719711", - "author": "740457917374922765", - "animated": false, - "created": 1606630125, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "esunchingodeporno2": { - "name": "esunchingodeporno2", - "id": "782488540307128330", - "author": "740457917374922765", - "animated": false, - "created": 1606630206, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "esweird": { - "name": "esweird", - "id": "665301825494450179", - "author": "425046879047385108", - "animated": false, - "created": 1578690716, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "et_appjedi": { - "name": "et_appjedi", - "id": "786154410689691659", - "author": "676134602837852172", - "animated": true, - "created": 1607504217, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "et_a_sadcat": { - "name": "et_a_sadcat", - "id": "786154426922303499", - "author": "676134602837852172", - "animated": false, - "created": 1607504221, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "et_deepthroat": { - "name": "et_deepthroat", - "id": "786154350057619466", - "author": "676134602837852172", - "animated": false, - "created": 1607504203, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "et_eatmyass": { - "name": "et_eatmyass", - "id": "786154317006241812", - "author": "676134602837852172", - "animated": true, - "created": 1607504195, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "etesech": { - "name": "etesech", - "id": "777749835053793280", - "author": "512509857606139905", - "animated": false, - "created": 1605500410, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "et_frogrun": { - "name": "et_frogrun", - "id": "786154374706888755", - "author": "676134602837852172", - "animated": true, - "created": 1607504209, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "et_hah": { - "name": "et_hah", - "id": "786154306586935297", - "author": "676134602837852172", - "animated": false, - "created": 1607504192, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "et_Kden": { - "name": "et_Kden", - "id": "786154277173198858", - "author": "676134602837852172", - "animated": false, - "created": 1607504185, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "et_kek": { - "name": "et_kek", - "id": "786154246440615937", - "author": "676134602837852172", - "animated": false, - "created": 1607504178, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "et_mushroomdance": { - "name": "et_mushroomdance", - "id": "786154204645163048", - "author": "676134602837852172", - "animated": true, - "created": 1607504168, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "eto": { - "name": "eto", - "id": "749063905786986496", - "author": "599290730476863744", - "animated": false, - "created": 1598661152, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "et_opie": { - "name": "et_opie", - "id": "786154172848144425", - "author": "676134602837852172", - "animated": true, - "created": 1607504160, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "et_panda": { - "name": "et_panda", - "id": "786154158351843358", - "author": "676134602837852172", - "animated": false, - "created": 1607504157, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "et_peepclap": { - "name": "et_peepclap", - "id": "786154125402308648", - "author": "676134602837852172", - "animated": true, - "created": 1607504149, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "et_peepoGiggles": { - "name": "et_peepoGiggles", - "id": "786154110100570123", - "author": "676134602837852172", - "animated": true, - "created": 1607504146, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "et_peeppat": { - "name": "et_peeppat", - "id": "786154098130812938", - "author": "676134602837852172", - "animated": true, - "created": 1607504143, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "et_penguinFast": { - "name": "et_penguinFast", - "id": "786154069990309898", - "author": "676134602837852172", - "animated": true, - "created": 1607504136, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "et_pepe": { - "name": "et_pepe", - "id": "786154078106943519", - "author": "676134602837852172", - "animated": false, - "created": 1607504138, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "et_pepeBlanket": { - "name": "et_pepeBlanket", - "id": "786154027950800918", - "author": "676134602837852172", - "animated": false, - "created": 1607504126, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "et_pepeblush": { - "name": "et_pepeblush", - "id": "786154049673494528", - "author": "676134602837852172", - "animated": false, - "created": 1607504131, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "et_pepeglasses": { - "name": "et_pepeglasses", - "id": "786154015859539988", - "author": "676134602837852172", - "animated": true, - "created": 1607504123, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "et_pepehmmmm": { - "name": "et_pepehmmmm", - "id": "786154006169780224", - "author": "676134602837852172", - "animated": false, - "created": 1607504121, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "et_Pepehype": { - "name": "et_Pepehype", - "id": "786153969906352149", - "author": "676134602837852172", - "animated": true, - "created": 1607504112, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "et_pepelmao": { - "name": "et_pepelmao", - "id": "786153995089608744", - "author": "676134602837852172", - "animated": true, - "created": 1607504118, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "et_PepeMoneyRain": { - "name": "et_PepeMoneyRain", - "id": "786154951684259892", - "author": "676134602837852172", - "animated": true, - "created": 1607504346, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "et_peperun": { - "name": "et_peperun", - "id": "786154966053683200", - "author": "676134602837852172", - "animated": true, - "created": 1607504350, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "et_pepe_simp": { - "name": "et_pepe_simp", - "id": "786154040428986368", - "author": "676134602837852172", - "animated": true, - "created": 1607504129, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "et_pepethink": { - "name": "et_pepethink", - "id": "786154935494115348", - "author": "676134602837852172", - "animated": true, - "created": 1607504342, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "et_PikaWow": { - "name": "et_PikaWow", - "id": "786153956573315083", - "author": "676134602837852172", - "animated": true, - "created": 1607504109, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "et_pwave": { - "name": "et_pwave", - "id": "786153983164284978", - "author": "676134602837852172", - "animated": true, - "created": 1607504115, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "et_REEEE": { - "name": "et_REEEE", - "id": "786153926755614750", - "author": "676134602837852172", - "animated": false, - "created": 1607504102, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "et_surprisedcat": { - "name": "et_surprisedcat", - "id": "786153907734839296", - "author": "676134602837852172", - "animated": false, - "created": 1607504098, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "et_UgandanKnuckles": { - "name": "et_UgandanKnuckles", - "id": "786153830881558538", - "author": "676134602837852172", - "animated": false, - "created": 1607504079, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "et_wavehappy": { - "name": "et_wavehappy", - "id": "786153886770921512", - "author": "676134602837852172", - "animated": true, - "created": 1607504092, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "et_weirdasslookingemojierenuses": { - "name": "et_weirdasslookingemojierenuses", - "id": "786153814348136478", - "author": "676134602837852172", - "animated": false, - "created": 1607504075, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "et_wideputin": { - "name": "et_wideputin", - "id": "786153843581779980", - "author": "676134602837852172", - "animated": true, - "created": 1607504082, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "et_wigglewiggle": { - "name": "et_wigglewiggle", - "id": "786153864960409601", - "author": "676134602837852172", - "animated": true, - "created": 1607504087, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "etwkek": { - "name": "etwkek", - "id": "778109637094014976", - "author": "353109234201788427", - "animated": false, - "created": 1605586194, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "et_woodinyou": { - "name": "et_woodinyou", - "id": "786153795419766784", - "author": "676134602837852172", - "animated": false, - "created": 1607504070, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "etwzaehlt": { - "name": "etwzaehlt", - "id": "789610580385726484", - "author": "309406390491807755", - "animated": false, - "created": 1608328232, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "EU": { - "name": "EU", - "id": "497947746054045697", - "author": "254056639777210368", - "animated": false, - "created": 1538790438, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "eugeo": { - "name": "eugeo", - "id": "767786905122111508", - "author": "702536106834526259", - "animated": false, - "created": 1603125063, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "eugeotea": { - "name": "eugeotea", - "id": "767785382468649000", - "author": "702536106834526259", - "animated": false, - "created": 1603124700, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "EUGH": { - "name": "EUGH", - "id": "695412456721481759", - "author": "547861735391100931", - "animated": false, - "created": 1585869649, - "modified": 1587090876, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "euplode": { - "name": "euplode", - "id": "749563504180330576", - "author": "203208699500560385", - "animated": true, - "created": 1598780265, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "eurobeat": { - "name": "eurobeat", - "id": "778472295156809758", - "author": "452839284890664970", - "animated": false, - "created": 1605672658, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "eusoumuitosadboy": { - "name": "eusoumuitosadboy", - "id": "778375136843661313", - "author": "729015115411750943", - "animated": true, - "created": 1605649494, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "EUspeak": { - "name": "EUspeak", - "id": "759097654658465802", - "author": "425046879047385108", - "animated": false, - "created": 1601053384, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "evaglad": { - "name": "evaglad", - "id": "780899929215729665", - "author": "270258569637658627", - "animated": false, - "created": 1606251452, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "evax": { - "name": "evax", - "id": "725852777598943323", - "author": "399671914114711562", - "animated": false, - "created": 1593127187, - "modified": 1603817122, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "eveadios": { - "name": "eveadios", - "id": "787126848337215488", - "author": "367417452575064075", - "animated": false, - "created": 1607736064, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "evepunch": { - "name": "evepunch", - "id": "597718655941476392", - "author": "269691188875886593", - "animated": true, - "created": 1562577632, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "evil": { - "name": "evil", - "id": "648553057390559243", - "author": "274391131234500618", - "animated": false, - "created": 1574697498, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "evil2": { - "name": "evil2", - "id": "704158548870955009", - "author": "294946270861328385", - "animated": false, - "created": 1587954880, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "evil3": { - "name": "evil3", - "id": "755795793599922277", - "author": "308452846834155530", - "animated": false, - "created": 1600266159, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "evilmocha": { - "name": "evilmocha", - "id": "782501066708746271", - "author": "401098159205384193", - "animated": false, - "created": 1606633192, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "evilthenk": { - "name": "evilthenk", - "id": "757985502048682015", - "author": "262133866062413825", - "animated": false, - "created": 1600788226, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ew": { - "name": "ew", - "id": "734094425395036231", - "author": "528936779387109377", - "animated": false, - "created": 1595092150, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ewe": { - "name": "ewe", - "id": "618984851852230667", - "author": "469617418642259970", - "animated": false, - "created": 1567647889, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "eweoooo": { - "name": "eweoooo", - "id": "765667741071835177", - "author": "462391077391958016", - "animated": true, - "created": 1602619815, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ewomg": { - "name": "ewomg", - "id": "788288992134299658", - "author": "690848269022003220", - "animated": true, - "created": 1608013141, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "eww": { - "name": "eww", - "id": "747821519488548934", - "author": "450903155572736000", - "animated": false, - "created": 1598364944, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "EWweird": { - "name": "EWweird", - "id": "752555483881144381", - "author": "264047136461553664", - "animated": false, - "created": 1599493609, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ewwpeepoo": { - "name": "ewwpeepoo", - "id": "783186238144249856", - "author": "581699248568139776", - "animated": false, - "created": 1606796550, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "exasperation": { - "name": "exasperation", - "id": "784313830100303932", - "author": "574870314928832533", - "animated": false, - "created": 1607065389, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "excitante": { - "name": "excitante", - "id": "752312425801580645", - "author": "568213851116535820", - "animated": false, - "created": 1599435659, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "excuseme": { - "name": "excuseme", - "id": "720868895094865991", - "author": "353109234201788427", - "animated": true, - "created": 1591938937, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ExcuseMeWtf": { - "name": "ExcuseMeWtf", - "id": "505220820973387776", - "author": "140516693242937345", - "animated": true, - "created": 1540524434, - "modified": 1546096408, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "excusemi": { - "name": "excusemi", - "id": "720868966297370644", - "author": "353109234201788427", - "animated": true, - "created": 1591938954, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "excuseyou": { - "name": "excuseyou", - "id": "782741923987193876", - "author": "748023719833894942", - "animated": false, - "created": 1606690617, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "excuseyouhanako": { - "name": "excuseyouhanako", - "id": "782746623124963358", - "author": "748023719833894942", - "animated": false, - "created": 1606691737, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "exde": { - "name": "exde", - "id": "712475827991740537", - "author": "167729432784535562", - "animated": false, - "created": 1589937874, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "exdi": { - "name": "exdi", - "id": "737089108781957142", - "author": "396801506180988938", - "animated": true, - "created": 1595806138, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "exeaaah": { - "name": "exeaaah", - "id": "779510265561088031", - "author": "363885999975038977", - "animated": false, - "created": 1605920130, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "exit": { - "name": "exit", - "id": "731559588696162345", - "author": "527886142524096552", - "animated": false, - "created": 1594487797, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Exito": { - "name": "Exito", - "id": "786044997854167050", - "author": "736438830386774087", - "animated": true, - "created": 1607478131, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "exno": { - "name": "exno", - "id": "790035749625921546", - "author": "372867277068042240", - "animated": false, - "created": 1608429601, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "explo": { - "name": "explo", - "id": "720023047138181180", - "author": "609875542619193348", - "animated": true, - "created": 1591737271, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "explode": { - "name": "explode", - "id": "599193442735882240", - "author": "239333423095742464", - "animated": true, - "created": 1562929249, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "exploding_heart": { - "name": "exploding_heart", - "id": "786700084183826443", - "author": "711736084438057031", - "animated": true, - "created": 1607634316, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "explosion": { - "name": "explosion", - "id": "708987632788570163", - "author": "509632626018091019", - "animated": true, - "created": 1589106224, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "exquisito": { - "name": "exquisito", - "id": "775524979613499422", - "author": "299745288573288459", - "animated": false, - "created": 1604969963, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "extremadura": { - "name": "extremadura", - "id": "775399488473923684", - "author": "727367783897104384", - "animated": false, - "created": 1604940044, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "extremepain": { - "name": "extremepain", - "id": "759244763982725120", - "author": "498084138507567105", - "animated": false, - "created": 1601088457, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "eye": { - "name": "eye", - "id": "730915841696202864", - "author": "714547487658082354", - "animated": false, - "created": 1594334316, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "eye2": { - "name": "eye2", - "id": "762521920590577704", - "author": "588875540178534410", - "animated": false, - "created": 1601869792, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "eyeroll": { - "name": "eyeroll", - "id": "788800720643948584", - "author": "745089341994434572", - "animated": false, - "created": 1608135147, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "eyes": { - "name": "eyes", - "id": "693937378061975574", - "author": "140516693242937345", - "animated": false, - "created": 1585517963, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "eyeshake": { - "name": "eyeshake", - "id": "564275187986726952", - "author": "528717784327258132", - "animated": true, - "created": 1554604088, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "eyes_hmm": { - "name": "eyes_hmm", - "id": "773509615991783424", - "author": "358487826754699265", - "animated": false, - "created": 1604489463, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "eyesm": { - "name": "eyesm", - "id": "528626964580532235", - "author": "140516693242937345", - "animated": false, - "created": 1546104889, - "modified": 1546104897, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "eyes_sus": { - "name": "eyes_sus", - "id": "773509614942552084", - "author": "358487826754699265", - "animated": false, - "created": 1604489463, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ez": { - "name": "ez", - "id": "609778381059391668", - "author": "167267224787222528", - "animated": true, - "created": 1565452895, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ezah": { - "name": "ezah", - "id": "783841082966147094", - "author": "609791313847517223", - "animated": false, - "created": 1606952677, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ezn": { - "name": "ezn", - "id": "789636263824719922", - "author": "170245053283958784", - "animated": false, - "created": 1608334356, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "F_": { - "name": "F_", - "id": "658297320202567692", - "author": "635722019597451275", - "animated": false, - "created": 1577020711, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "fabe": { - "name": "fabe", - "id": "761730485684011022", - "author": "203208699500560385", - "animated": true, - "created": 1601681100, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "face_blushstare": { - "name": "face_blushstare", - "id": "786949898674503693", - "author": "718818001633280071", - "animated": false, - "created": 1607693876, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "facebook": { - "name": "facebook", - "id": "784166288696148059", - "author": "781809103676375070", - "animated": false, - "created": 1607030212, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "facecat_cry": { - "name": "facecat_cry", - "id": "786949909864513576", - "author": "718818001633280071", - "animated": true, - "created": 1607693879, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "facepalm": { - "name": "facepalm", - "id": "725483504883990641", - "author": "504112657884774401", - "animated": false, - "created": 1593039146, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "face_pitbull": { - "name": "face_pitbull", - "id": "786949876097220618", - "author": "718818001633280071", - "animated": false, - "created": 1607693871, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "face_sad": { - "name": "face_sad", - "id": "786949936775823381", - "author": "718818001633280071", - "animated": false, - "created": 1607693885, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "face_sike": { - "name": "face_sike", - "id": "786949967738568745", - "author": "718818001633280071", - "animated": true, - "created": 1607693893, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "facething": { - "name": "facething", - "id": "780673315135815709", - "author": "557506423144316958", - "animated": false, - "created": 1606197422, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "face_wah": { - "name": "face_wah", - "id": "786949994761683004", - "author": "718818001633280071", - "animated": true, - "created": 1607693899, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "facha": { - "name": "facha", - "id": "701550027658494043", - "author": "468203452116369431", - "animated": false, - "created": 1587332960, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "facherito": { - "name": "facherito", - "id": "764323694460928062", - "author": "629071283849658370", - "animated": false, - "created": 1602299369, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "fachero": { - "name": "fachero", - "id": "704582562676473909", - "author": "525464035744022558", - "animated": false, - "created": 1588055973, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "fackye": { - "name": "fackye", - "id": "767839678132387840", - "author": "328348458627104768", - "animated": false, - "created": 1603137645, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "facts": { - "name": "facts", - "id": "782739884325601320", - "author": "435166381189758998", - "animated": false, - "created": 1606690131, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "factualstatement": { - "name": "factualstatement", - "id": "784908546051538984", - "author": "332966388102725632", - "animated": false, - "created": 1607207180, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "fade": { - "name": "fade", - "id": "652249682126307386", - "author": "203208699500560385", - "animated": true, - "created": 1575578842, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Faggot": { - "name": "Faggot", - "id": "788956310115844106", - "author": "462547159032659973", - "animated": true, - "created": 1608172242, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "fak": { - "name": "fak", - "id": "766379530666901564", - "author": "391034154705485836", - "animated": false, - "created": 1602789518, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "fakee": { - "name": "fakee", - "id": "784853716930396180", - "author": "293107176355004416", - "animated": false, - "created": 1607194108, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Fakiu": { - "name": "Fakiu", - "id": "669245135598387200", - "author": "626074919536427008", - "animated": false, - "created": 1579630874, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "falconverde": { - "name": "falconverde", - "id": "784841220651352085", - "author": "293107176355004416", - "animated": false, - "created": 1607191128, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Fallin": { - "name": "Fallin", - "id": "788787956944732230", - "author": "492741956754079744", - "animated": false, - "created": 1608132104, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Falopa": { - "name": "Falopa", - "id": "777476759175299082", - "author": "708962087937769484", - "animated": false, - "created": 1605435304, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "faloparaichu": { - "name": "faloparaichu", - "id": "783858964730871849", - "author": "411204117323710466", - "animated": false, - "created": 1606956940, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "falsefrogue": { - "name": "falsefrogue", - "id": "780975519659196447", - "author": "268138992606773248", - "animated": false, - "created": 1606269473, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "fan": { - "name": "fan", - "id": "761073581005864980", - "author": "326733379678633985", - "animated": true, - "created": 1601524481, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "fangirlingtw": { - "name": "fangirlingtw", - "id": "775378924850905128", - "author": "250664753511399434", - "animated": false, - "created": 1604935141, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "fantasdog": { - "name": "fantasdog", - "id": "704341078358360074", - "author": "284515387880767488", - "animated": false, - "created": 1587998399, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "fantastico": { - "name": "fantastico", - "id": "786685539889184828", - "author": "714546696063025255", - "animated": false, - "created": 1607630848, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "fantasticoroqueirofds": { - "name": "fantasticoroqueirofds", - "id": "786686106611220500", - "author": "714546696063025255", - "animated": false, - "created": 1607630983, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Farfa": { - "name": "Farfa", - "id": "782974380438323210", - "author": "530507637054504960", - "animated": false, - "created": 1606746039, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "fart": { - "name": "fart", - "id": "773649497767018507", - "author": "651225309814980629", - "animated": true, - "created": 1604522814, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "fastpug": { - "name": "fastpug", - "id": "747832579498967162", - "author": "383891065939296256", - "animated": true, - "created": 1598367581, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "fastrun": { - "name": "fastrun", - "id": "778291412432453712", - "author": "638128638700552192", - "animated": true, - "created": 1605629532, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "fastslam": { - "name": "fastslam", - "id": "789973367562043412", - "author": "176760162579644428", - "animated": true, - "created": 1608414727, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "FastSponge": { - "name": "FastSponge", - "id": "785955461077794827", - "author": "255850540595019776", - "animated": true, - "created": 1607456784, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "fastwaut": { - "name": "fastwaut", - "id": "740389391238823997", - "author": "284917889847525376", - "animated": true, - "created": 1596592987, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "fateyes": { - "name": "fateyes", - "id": "782745635005661197", - "author": "671834928157294603", - "animated": true, - "created": 1606691502, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "fattygiggle": { - "name": "fattygiggle", - "id": "786090945040482374", - "author": "163352673456881667", - "animated": true, - "created": 1607489086, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "fatworry": { - "name": "fatworry", - "id": "789873997117784075", - "author": "112471608865624064", - "animated": false, - "created": 1608391036, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "fatwow": { - "name": "fatwow", - "id": "782746675348897803", - "author": "671834928157294603", - "animated": true, - "created": 1606691750, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Fatyoshi": { - "name": "Fatyoshi", - "id": "730616527476228227", - "author": "661789191470055436", - "animated": false, - "created": 1594262954, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "faxxer": { - "name": "faxxer", - "id": "573710047884869672", - "author": "343239064918687745", - "animated": false, - "created": 1556853534, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "fbailando": { - "name": "fbailando", - "id": "775807123430047764", - "author": "406308174497316865", - "animated": true, - "created": 1605037232, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "FBAngery": { - "name": "FBAngery", - "id": "492047477030125618", - "author": "140516693242937345", - "animated": true, - "created": 1533152804, - "modified": 1537383676, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "fbcreep": { - "name": "fbcreep", - "id": "492047477944614914", - "author": "284926618714243074", - "animated": false, - "created": 1537115327, - "modified": 1537383677, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "fbf": { - "name": "fbf", - "id": "786688572710584341", - "author": "714546696063025255", - "animated": false, - "created": 1607631571, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "FBHeart": { - "name": "FBHeart", - "id": "492047479626268673", - "author": "140516693242937345", - "animated": true, - "created": 1533152822, - "modified": 1537383677, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "FBI": { - "name": "FBI", - "id": "499286306720055333", - "author": "463364130246754315", - "animated": true, - "created": 1539109582, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "fbkglare": { - "name": "fbkglare", - "id": "785721313745829888", - "author": "508276261219598347", - "animated": false, - "created": 1607400959, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "FBLaugh": { - "name": "FBLaugh", - "id": "492047483208204302", - "author": "140516693242937345", - "animated": true, - "created": 1533152837, - "modified": 1537383678, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "FBLike": { - "name": "FBLike", - "id": "492047485213212682", - "author": "140516693242937345", - "animated": true, - "created": 1533152852, - "modified": 1537383678, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "FBThink": { - "name": "FBThink", - "id": "492047487142592512", - "author": "140516693242937345", - "animated": false, - "created": 1533152875, - "modified": 1537383679, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "fbweird": { - "name": "fbweird", - "id": "580118024779071507", - "author": "356483161414434836", - "animated": false, - "created": 1558381464, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "FBWow": { - "name": "FBWow", - "id": "614628255944802364", - "author": "140516693242937345", - "animated": true, - "created": 1566609195, - "modified": 1566609228, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "f_byebhe": { - "name": "f_byebhe", - "id": "783880417438728232", - "author": "697542753449672775", - "animated": true, - "created": 1606962055, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "f_crying": { - "name": "f_crying", - "id": "783880405324529685", - "author": "697542753449672775", - "animated": true, - "created": 1606962052, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "fd": { - "name": "fd", - "id": "564300736012222475", - "author": "289408516966318081", - "animated": true, - "created": 1554610179, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "fe": { - "name": "fe", - "id": "774711323115520040", - "author": "408747500288213006", - "animated": false, - "created": 1604775973, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "fear": { - "name": "fear", - "id": "708391623456718909", - "author": "343642589104308224", - "animated": false, - "created": 1588964124, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "fedora": { - "name": "fedora", - "id": "510732071312818177", - "author": "300088143422685185", - "animated": false, - "created": 1541838446, - "modified": 1541838452, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "feelsamazingman": { - "name": "feelsamazingman", - "id": "492047496114208778", - "author": "150036153846857728", - "animated": false, - "created": 1533431896, - "modified": 1537383681, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "feelsbad": { - "name": "feelsbad", - "id": "774288368217358378", - "author": "279223421940924416", - "animated": false, - "created": 1604675132, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "FeelsBadMan": { - "name": "FeelsBadMan", - "id": "411927345943805962", - "author": "285418210965323776", - "animated": false, - "created": 1525387943, - "modified": 1579046827, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "FeelsBanMan": { - "name": "FeelsBanMan", - "id": "758657243981414410", - "author": "714174249975414787", - "animated": false, - "created": 1600948382, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "feelsblobman": { - "name": "feelsblobman", - "id": "492047497276030987", - "author": "140516693242937345", - "animated": false, - "created": 1532109079, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "feelsblobmas": { - "name": "feelsblobmas", - "id": "785695110511067167", - "author": "428461954064056340", - "animated": true, - "created": 1607394712, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "feelsbolbman": { - "name": "feelsbolbman", - "id": "785695215524249611", - "author": "428461954064056340", - "animated": false, - "created": 1607394737, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "FeelsBulliedMan": { - "name": "FeelsBulliedMan", - "id": "771412465723506719", - "author": "331655887074754560", - "animated": true, - "created": 1603989464, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "feelschristmasman": { - "name": "feelschristmasman", - "id": "785695018684907560", - "author": "428461954064056340", - "animated": false, - "created": 1607394690, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "feelsconfettiman": { - "name": "feelsconfettiman", - "id": "785695172633296956", - "author": "428461954064056340", - "animated": true, - "created": 1607394726, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "FeelsDankMan": { - "name": "FeelsDankMan", - "id": "784920900675305492", - "author": "544311743934103573", - "animated": false, - "created": 1607210125, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "FeelsGoodMan": { - "name": "FeelsGoodMan", - "id": "415713915117240320", - "author": "140516693242937345", - "animated": false, - "created": 1525387943, - "modified": 1533892037, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "feelsoopsman": { - "name": "feelsoopsman", - "id": "785694877287317505", - "author": "428461954064056340", - "animated": false, - "created": 1607394656, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "feelspartyman": { - "name": "feelspartyman", - "id": "785695062758785024", - "author": "428461954064056340", - "animated": true, - "created": 1607394700, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "FeelsRainMan": { - "name": "FeelsRainMan", - "id": "770221095646789652", - "author": "437547792723083264", - "animated": true, - "created": 1603705419, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "feelstiredman": { - "name": "feelstiredman", - "id": "779293644564856872", - "author": "167786416988749824", - "animated": false, - "created": 1605868483, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "FeelsTriedMan": { - "name": "FeelsTriedMan", - "id": "787895436005474324", - "author": "412060716288442378", - "animated": false, - "created": 1607919310, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Feelstrongman": { - "name": "Feelstrongman", - "id": "782602931161530438", - "author": "140345662012129281", - "animated": false, - "created": 1606657478, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "FeelsWeirdMan": { - "name": "FeelsWeirdMan", - "id": "713036161446182962", - "author": "425046879047385108", - "animated": false, - "created": 1590071468, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "feelsworryman": { - "name": "feelsworryman", - "id": "732368246736420995", - "author": "353109234201788427", - "animated": false, - "created": 1594680596, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Felegante": { - "name": "Felegante", - "id": "788233078711123969", - "author": "527593366645506058", - "animated": false, - "created": 1607999810, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "felipe": { - "name": "felipe", - "id": "745884233293365309", - "author": "450903155572736000", - "animated": false, - "created": 1597903059, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "feliz": { - "name": "feliz", - "id": "780894727934574603", - "author": "586365354713022478", - "animated": true, - "created": 1606250211, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "felizcumaramize": { - "name": "felizcumaramize", - "id": "788402414285881364", - "author": "379386592474955786", - "animated": false, - "created": 1608040183, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "felizjueves": { - "name": "felizjueves", - "id": "738250831530295386", - "author": "463885565306077184", - "animated": false, - "created": 1596083114, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "femboy_1": { - "name": "femboy_1", - "id": "787023557070159903", - "author": "688167964381675580", - "animated": false, - "created": 1607711438, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "fendifire_blue": { - "name": "fendifire_blue", - "id": "788976746124804099", - "author": "274682366784700416", - "animated": true, - "created": 1608177114, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "FendiSymPbSolidBlue": { - "name": "FendiSymPbSolidBlue", - "id": "789361150495031316", - "author": "776340947167739924", - "animated": true, - "created": 1608268763, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "fensher": { - "name": "fensher", - "id": "785935234045575228", - "author": "321696866494578688", - "animated": false, - "created": 1607451962, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "fernan": { - "name": "fernan", - "id": "696122452828487751", - "author": "552553608521187348", - "animated": false, - "created": 1586038926, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "FernanBaile": { - "name": "FernanBaile", - "id": "780513814990028830", - "author": "741850493088694343", - "animated": true, - "created": 1606159394, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "fernanelmista": { - "name": "fernanelmista", - "id": "781504056635949116", - "author": "426002740162854922", - "animated": false, - "created": 1606395486, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ferretblob": { - "name": "ferretblob", - "id": "492047507266994186", - "author": "140516693242937345", - "animated": false, - "created": 1532109092, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "fesh": { - "name": "fesh", - "id": "745385025574535318", - "author": "176760162579644428", - "animated": true, - "created": 1597784038, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "FF": { - "name": "FF", - "id": "709063949970047027", - "author": "541438093018923008", - "animated": false, - "created": 1589124419, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "fff": { - "name": "fff", - "id": "759094869527363647", - "author": "676818445068927006", - "animated": false, - "created": 1601052720, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ffpog": { - "name": "ffpog", - "id": "781186375738195998", - "author": "667087966857986088", - "animated": false, - "created": 1606319745, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "f_hitbytruck": { - "name": "f_hitbytruck", - "id": "783880395312594945", - "author": "697542753449672775", - "animated": true, - "created": 1606962050, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "fig3haaaw": { - "name": "fig3haaaw", - "id": "782352704352681984", - "author": "311133475191390210", - "animated": true, - "created": 1606597820, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "fight": { - "name": "fight", - "id": "676058700405932052", - "author": "461818566510116895", - "animated": true, - "created": 1581255354, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "fight2deaf": { - "name": "fight2deaf", - "id": "782225932508856331", - "author": "690953891482828890", - "animated": true, - "created": 1606567595, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "FIGHTFIGHTFIGHT": { - "name": "FIGHTFIGHTFIGHT", - "id": "782112766286626876", - "author": "690953891482828890", - "animated": true, - "created": 1606540614, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "figueiredoDance": { - "name": "figueiredoDance", - "id": "781684896133152788", - "author": "156202274748628992", - "animated": true, - "created": 1606438602, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "file_1906503_128x128": { - "name": "file_1906503_128x128", - "id": "782133872657694750", - "author": "414809605168824340", - "animated": false, - "created": 1606545646, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "FiloDance": { - "name": "FiloDance", - "id": "788988654580138015", - "author": "690848269022003220", - "animated": true, - "created": 1608179954, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "fingaguns": { - "name": "fingaguns", - "id": "782114901555544085", - "author": "690953891482828890", - "animated": false, - "created": 1606541123, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "finger4": { - "name": "finger4", - "id": "783955311810969601", - "author": "582451955440287744", - "animated": false, - "created": 1606979911, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "fingerguns": { - "name": "fingerguns", - "id": "683508654728937527", - "author": "433008702610472970", - "animated": false, - "created": 1583031562, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "fire": { - "name": "fire", - "id": "713408267090657370", - "author": "710593172543373322", - "animated": true, - "created": 1590160185, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "fire2": { - "name": "fire2", - "id": "780896011677204540", - "author": "586365354713022478", - "animated": true, - "created": 1606250517, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "fire4": { - "name": "fire4", - "id": "780895946769694751", - "author": "586365354713022478", - "animated": true, - "created": 1606250502, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "fire6": { - "name": "fire6", - "id": "780896076923928596", - "author": "586365354713022478", - "animated": true, - "created": 1606250533, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "FireBloodRed": { - "name": "FireBloodRed", - "id": "788976595502497813", - "author": "274682366784700416", - "animated": true, - "created": 1608177079, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "FireGreen": { - "name": "FireGreen", - "id": "788976473913425952", - "author": "274682366784700416", - "animated": true, - "created": 1608177050, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "FirePink": { - "name": "FirePink", - "id": "788976555605884948", - "author": "274682366784700416", - "animated": true, - "created": 1608177069, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "fischlweird": { - "name": "fischlweird", - "id": "774732468564656138", - "author": "209280535174971393", - "animated": false, - "created": 1604781014, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "FishJAM": { - "name": "FishJAM", - "id": "765364421161385994", - "author": "208963262094639104", - "animated": true, - "created": 1602547497, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "fishpog": { - "name": "fishpog", - "id": "763803894882369607", - "author": "412934579368886272", - "animated": true, - "created": 1602175439, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "f_kannaheart": { - "name": "f_kannaheart", - "id": "783880375214145566", - "author": "697542753449672775", - "animated": false, - "created": 1606962045, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "f_kannahuh": { - "name": "f_kannahuh", - "id": "783880354812395561", - "author": "697542753449672775", - "animated": false, - "created": 1606962040, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "f_kannanom": { - "name": "f_kannanom", - "id": "783880345640632352", - "author": "697542753449672775", - "animated": true, - "created": 1606962038, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "f_kannaout": { - "name": "f_kannaout", - "id": "783880330578231317", - "author": "697542753449672775", - "animated": false, - "created": 1606962034, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "f_kannapingnom": { - "name": "f_kannapingnom", - "id": "783880321694171176", - "author": "697542753449672775", - "animated": true, - "created": 1606962032, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "f_kannasippy": { - "name": "f_kannasippy", - "id": "783880313154830336", - "author": "697542753449672775", - "animated": true, - "created": 1606962030, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "f_kannasleepy": { - "name": "f_kannasleepy", - "id": "783880301599916072", - "author": "697542753449672775", - "animated": false, - "created": 1606962027, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "f_kannawatch": { - "name": "f_kannawatch", - "id": "783880289294352456", - "author": "697542753449672775", - "animated": false, - "created": 1606962024, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "f_kannawave": { - "name": "f_kannawave", - "id": "783880280830246953", - "author": "697542753449672775", - "animated": true, - "created": 1606962022, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "f_katheart": { - "name": "f_katheart", - "id": "783880263993393182", - "author": "697542753449672775", - "animated": true, - "created": 1606962018, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "fked": { - "name": "fked", - "id": "571820732800303127", - "author": "113776037812240388", - "animated": false, - "created": 1556403086, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "f_killuakith": { - "name": "f_killuakith", - "id": "783880225989197864", - "author": "697542753449672775", - "animated": true, - "created": 1606962009, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "f_kittywave": { - "name": "f_kittywave", - "id": "782674932541685761", - "author": "700050219995496568", - "animated": false, - "created": 1606674645, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "fl": { - "name": "fl", - "id": "724734833041080420", - "author": "425046879047385108", - "animated": false, - "created": 1592860649, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "flag_bi": { - "name": "flag_bi", - "id": "653036196988977152", - "author": "551857425586847774", - "animated": false, - "created": 1575766362, - "modified": 1575785191, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "flag_dr": { - "name": "flag_dr", - "id": "783246613702508544", - "author": "530756404693172234", - "animated": false, - "created": 1606810944, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "flag_transgender": { - "name": "flag_transgender", - "id": "653029881848004621", - "author": "551857425586847774", - "animated": false, - "created": 1575764856, - "modified": 1575785191, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "flailingfish": { - "name": "flailingfish", - "id": "787998814728224808", - "author": "304413971350552588", - "animated": true, - "created": 1607943957, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "FlandersBaile": { - "name": "FlandersBaile", - "id": "781371525755437086", - "author": "741850493088694343", - "animated": true, - "created": 1606363889, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "flandredance": { - "name": "flandredance", - "id": "773362740429455370", - "author": "739936426799661086", - "animated": true, - "created": 1604454445, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "flarefukkireta": { - "name": "flarefukkireta", - "id": "779160949293842432", - "author": "466061790627889167", - "animated": true, - "created": 1605836846, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "flicky_laughh": { - "name": "flicky_laughh", - "id": "788490538043047967", - "author": "225038304079380480", - "animated": false, - "created": 1608061193, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "flight": { - "name": "flight", - "id": "780885135348203561", - "author": "398627949756022796", - "animated": true, - "created": 1606247924, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "flight1": { - "name": "flight1", - "id": "783252011336466432", - "author": "515241734276513793", - "animated": true, - "created": 1606812231, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "FLINTLOCKWOOD": { - "name": "FLINTLOCKWOOD", - "id": "789357620322238465", - "author": "376553492833239051", - "animated": true, - "created": 1608267922, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "flipiXD": { - "name": "flipiXD", - "id": "776825916742565908", - "author": "743574688411811981", - "animated": false, - "created": 1605280131, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "fljerry": { - "name": "fljerry", - "id": "745798736541647001", - "author": "336021639970029569", - "animated": false, - "created": 1597882675, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "FLOOSH": { - "name": "FLOOSH", - "id": "720795902767530075", - "author": "585698374553174034", - "animated": false, - "created": 1591921535, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "flooshed": { - "name": "flooshed", - "id": "711477808425205770", - "author": "239333423095742464", - "animated": false, - "created": 1589699928, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Floppppe": { - "name": "Floppppe", - "id": "771537627576008744", - "author": "737371717785354334", - "animated": false, - "created": 1604019305, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "flosh": { - "name": "flosh", - "id": "712677397496856596", - "author": "417138170430357524", - "animated": false, - "created": 1589985932, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "floshed": { - "name": "floshed", - "id": "623649652473856020", - "author": "303284769356251137", - "animated": false, - "created": 1568760064, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Flow": { - "name": "Flow", - "id": "772828430172946442", - "author": "600654380307447839", - "animated": true, - "created": 1604327056, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "flowerpower": { - "name": "flowerpower", - "id": "780604965579784223", - "author": "671834928157294603", - "animated": false, - "created": 1606181127, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "flowey": { - "name": "flowey", - "id": "784853840318431252", - "author": "293107176355004416", - "animated": false, - "created": 1607194137, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "floweyeuno": { - "name": "floweyeuno", - "id": "756931621017616405", - "author": "293107176355004416", - "animated": false, - "created": 1600536961, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "floweyeusi": { - "name": "floweyeusi", - "id": "768198153618325526", - "author": "293107176355004416", - "animated": false, - "created": 1603223112, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "floweysinmoral": { - "name": "floweysinmoral", - "id": "768198063411953706", - "author": "293107176355004416", - "animated": false, - "created": 1603223090, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "floweythink": { - "name": "floweythink", - "id": "653786732415942677", - "author": "293107176355004416", - "animated": false, - "created": 1575945303, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "floweyuh": { - "name": "floweyuh", - "id": "768198311773077514", - "author": "293107176355004416", - "animated": false, - "created": 1603223150, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "FLspak": { - "name": "FLspak", - "id": "787658505444261888", - "author": "203858284459851776", - "animated": false, - "created": 1607862821, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "flsparkles": { - "name": "flsparkles", - "id": "729698583368040458", - "author": "425046879047385108", - "animated": true, - "created": 1594044099, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "FLspeak": { - "name": "FLspeak", - "id": "749307148005015582", - "author": "425046879047385108", - "animated": false, - "created": 1598719145, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Flush": { - "name": "Flush", - "id": "653324812575571998", - "author": "274574298289799168", - "animated": false, - "created": 1575835173, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "flushball": { - "name": "flushball", - "id": "761680516138139678", - "author": "312965970127749123", - "animated": true, - "created": 1601669186, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "flushboom": { - "name": "flushboom", - "id": "782114271625478175", - "author": "690953891482828890", - "animated": true, - "created": 1606540973, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "flushed": { - "name": "flushed", - "id": "673658757275975703", - "author": "543898940421177345", - "animated": false, - "created": 1580683163, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "flushed_clown": { - "name": "flushed_clown", - "id": "788811805568663583", - "author": "496114314944577537", - "animated": false, - "created": 1608137789, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "flushedOMG": { - "name": "flushedOMG", - "id": "753371350567223368", - "author": "397220822197993472", - "animated": false, - "created": 1599688127, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "flushedstrip": { - "name": "flushedstrip", - "id": "786793552021159956", - "author": "298606114365505547", - "animated": true, - "created": 1607656600, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "flushedstripp": { - "name": "flushedstripp", - "id": "786794799955968010", - "author": "330867047103725568", - "animated": true, - "created": 1607656898, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "flushedW": { - "name": "flushedW", - "id": "656267637134721063", - "author": "262033680401301506", - "animated": false, - "created": 1576536797, - "modified": 1589659997, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "flushega": { - "name": "flushega", - "id": "772758332573876254", - "author": "112471608865624064", - "animated": false, - "created": 1604310343, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "flushkitty": { - "name": "flushkitty", - "id": "782336534418423848", - "author": "196665012071170048", - "animated": true, - "created": 1606593965, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "flusterkitty": { - "name": "flusterkitty", - "id": "782815747192651806", - "author": "728030515726123028", - "animated": true, - "created": 1606708218, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "flustrip": { - "name": "flustrip", - "id": "786795033322848287", - "author": "330867047103725568", - "animated": true, - "created": 1607656954, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "fluush": { - "name": "fluush", - "id": "595801460642676738", - "author": "140516693242937345", - "animated": false, - "created": 1562120537, - "modified": 1562120541, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "fluuush_0": { - "name": "fluuush_0", - "id": "705724020464812093", - "author": "285148358815776768", - "animated": true, - "created": 1588328118, - "modified": 1588328358, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "fluuush_1": { - "name": "fluuush_1", - "id": "705724703196839976", - "author": "285148358815776768", - "animated": true, - "created": 1588328281, - "modified": 1588328358, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "fluuush_2": { - "name": "fluuush_2", - "id": "705724728991678494", - "author": "246938839720001536", - "animated": true, - "created": 1588328287, - "modified": 1588328358, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "fluuush_3": { - "name": "fluuush_3", - "id": "705724730140917760", - "author": "246938839720001536", - "animated": true, - "created": 1588328287, - "modified": 1588328358, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "flweird": { - "name": "flweird", - "id": "574595923208962051", - "author": "203858284459851776", - "animated": false, - "created": 1557064743, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "flwtf": { - "name": "flwtf", - "id": "768533899474370620", - "author": "353109234201788427", - "animated": false, - "created": 1603303160, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "fmage": { - "name": "fmage", - "id": "764964420253646878", - "author": "113776037812240388", - "animated": false, - "created": 1602452130, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "f_marudead": { - "name": "f_marudead", - "id": "783880254078582794", - "author": "697542753449672775", - "animated": true, - "created": 1606962016, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "FM_dataespectacular": { - "name": "FM_dataespectacular", - "id": "784448728256872488", - "author": "439545669703827466", - "animated": false, - "created": 1607097551, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "FM_debilisimo": { - "name": "FM_debilisimo", - "id": "784448592399040582", - "author": "439545669703827466", - "animated": false, - "created": 1607097518, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Fmen": { - "name": "Fmen", - "id": "723404106835951656", - "author": "500141024320946176", - "animated": false, - "created": 1592543379, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "FM_perturbador": { - "name": "FM_perturbador", - "id": "782073626429620274", - "author": "439545669703827466", - "animated": false, - "created": 1606531282, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "f_nekohappy": { - "name": "f_nekohappy", - "id": "783880240471474188", - "author": "697542753449672775", - "animated": true, - "created": 1606962013, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "fnme_modalert": { - "name": "fnme_modalert", - "id": "786521739458904064", - "author": "426282697422274561", - "animated": true, - "created": 1607591795, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "focamimir": { - "name": "focamimir", - "id": "733542404270850200", - "author": "691838494581981218", - "animated": true, - "created": 1594960537, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "focawait": { - "name": "focawait", - "id": "781189202871713802", - "author": "652302327088152577", - "animated": false, - "created": 1606320419, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "fodase": { - "name": "fodase", - "id": "684379524934270987", - "author": "637777592103075840", - "animated": true, - "created": 1583239194, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "fogg": { - "name": "fogg", - "id": "770885254910312468", - "author": "466061790627889167", - "animated": false, - "created": 1603863767, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "foh_da_clout": { - "name": "foh_da_clout", - "id": "782949372501164034", - "author": "740005349544820878", - "animated": true, - "created": 1606740077, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "fojcdrop": { - "name": "fojcdrop", - "id": "760970477912719380", - "author": "425046879047385108", - "animated": false, - "created": 1601499900, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "fokiu": { - "name": "fokiu", - "id": "765076721912250419", - "author": "508054192758194176", - "animated": true, - "created": 1602478905, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "follable": { - "name": "follable", - "id": "754032365939982498", - "author": "637658508950765569", - "animated": false, - "created": 1599845725, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "follarmela2": { - "name": "follarmela2", - "id": "732409776352395306", - "author": "531570016282214432", - "animated": false, - "created": 1594690498, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "foo": { - "name": "foo", - "id": "602080676807704627", - "author": "269722109863919617", - "animated": false, - "created": 1563617619, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "foods": { - "name": "foods", - "id": "782512826995703808", - "author": "368812119518609409", - "animated": false, - "created": 1606635996, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "food_simp": { - "name": "food_simp", - "id": "784440455931887697", - "author": "711751154119475291", - "animated": false, - "created": 1607095579, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "footkith": { - "name": "footkith", - "id": "786683253880127549", - "author": "676134602837852172", - "animated": true, - "created": 1607630303, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "fork": { - "name": "fork", - "id": "492047520541835285", - "author": "150657331212976128", - "animated": false, - "created": 1525387943, - "modified": 1537383687, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "fornite": { - "name": "fornite", - "id": "668134705920737313", - "author": "631964191409963013", - "animated": true, - "created": 1579366127, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "forsenPls": { - "name": "forsenPls", - "id": "770225570046410782", - "author": "437547792723083264", - "animated": true, - "created": 1603706486, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "forsnow": { - "name": "forsnow", - "id": "785499322325270528", - "author": "434603155695730709", - "animated": true, - "created": 1607348032, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "fortnite": { - "name": "fortnite", - "id": "419224828847849474", - "author": "199162343085572097", - "animated": false, - "created": 1525387943, - "modified": 1533892037, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "foxel": { - "name": "foxel", - "id": "760893087807045682", - "author": "441317661100605440", - "animated": false, - "created": 1601481448, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "foxelaaah": { - "name": "foxelaaah", - "id": "778632400199614484", - "author": "479370177209696267", - "animated": false, - "created": 1605710830, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "foxelgasm": { - "name": "foxelgasm", - "id": "782071482339557376", - "author": "479370177209696267", - "animated": false, - "created": 1606530771, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "foxerenojao": { - "name": "foxerenojao", - "id": "741116054230532126", - "author": "390156982730096640", - "animated": false, - "created": 1596766236, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "foxesion": { - "name": "foxesion", - "id": "726987525415108629", - "author": "188346320904388608", - "animated": false, - "created": 1593397732, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "foxo": { - "name": "foxo", - "id": "788919069939728384", - "author": "457800274887573515", - "animated": true, - "created": 1608163363, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "foxudon": { - "name": "foxudon", - "id": "785383022437335090", - "author": "454495962426114058", - "animated": false, - "created": 1607320304, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "fpfish": { - "name": "fpfish", - "id": "762711630529691688", - "author": "353109234201788427", - "animated": false, - "created": 1601915023, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "fpweird": { - "name": "fpweird", - "id": "571709938410192906", - "author": "248555831866556446", - "animated": false, - "created": 1556376671, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "fr": { - "name": "fr", - "id": "714918806975283280", - "author": "281563194843987968", - "animated": true, - "created": 1590520326, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "fraggo": { - "name": "fraggo", - "id": "571021323061690378", - "author": "308794315834916864", - "animated": false, - "created": 1556212492, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "franco": { - "name": "franco", - "id": "718159692073009222", - "author": "348642480138485760", - "animated": false, - "created": 1591293013, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "freakoutmad": { - "name": "freakoutmad", - "id": "782813044803108865", - "author": "760975697392173067", - "animated": true, - "created": 1606707573, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "fredzilla": { - "name": "fredzilla", - "id": "783577745724538900", - "author": "496037931140513800", - "animated": false, - "created": 1606889892, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "freefire": { - "name": "freefire", - "id": "596082971304525827", - "author": "527943370476093450", - "animated": true, - "created": 1562187655, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "friendship": { - "name": "friendship", - "id": "787992646181322782", - "author": "304413971350552588", - "animated": true, - "created": 1607942487, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Frog": { - "name": "Frog", - "id": "757986997326315742", - "author": "397220822197993472", - "animated": false, - "created": 1600788583, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "FrogeHmm": { - "name": "FrogeHmm", - "id": "788493769162227723", - "author": "645482510930673675", - "animated": false, - "created": 1608061964, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "frogeyes": { - "name": "frogeyes", - "id": "786153198683160586", - "author": "676134602837852172", - "animated": false, - "created": 1607503928, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "froggo": { - "name": "froggo", - "id": "541684324890705950", - "author": "273193585913102347", - "animated": false, - "created": 1549218007, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "froggy_chair": { - "name": "froggy_chair", - "id": "781365241829130290", - "author": "554153287109181440", - "animated": false, - "created": 1606362390, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "froggyshy": { - "name": "froggyshy", - "id": "787997593711018015", - "author": "304413971350552588", - "animated": true, - "created": 1607943666, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "froghearts": { - "name": "froghearts", - "id": "785852565162033182", - "author": "684477455028846624", - "animated": false, - "created": 1607432252, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "froghello": { - "name": "froghello", - "id": "786153300630044692", - "author": "676134602837852172", - "animated": true, - "created": 1607503952, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "froghugloving": { - "name": "froghugloving", - "id": "786153262013218816", - "author": "676134602837852172", - "animated": false, - "created": 1607503943, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "froglickingjail": { - "name": "froglickingjail", - "id": "786153249975697419", - "author": "676134602837852172", - "animated": true, - "created": 1607503940, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "frogokcry": { - "name": "frogokcry", - "id": "786153236066467881", - "author": "676134602837852172", - "animated": false, - "created": 1607503937, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "frogpoof": { - "name": "frogpoof", - "id": "781894484153335828", - "author": "488694672441737236", - "animated": true, - "created": 1606488572, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "frogread": { - "name": "frogread", - "id": "786153217934360576", - "author": "676134602837852172", - "animated": false, - "created": 1607503933, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "frogshooter": { - "name": "frogshooter", - "id": "786153273320275969", - "author": "676134602837852172", - "animated": true, - "created": 1607503946, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "frogsimp": { - "name": "frogsimp", - "id": "786153284603871243", - "author": "676134602837852172", - "animated": false, - "created": 1607503949, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "frogspin": { - "name": "frogspin", - "id": "695856185873530881", - "author": "227165235293847552", - "animated": true, - "created": 1585975443, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "frogtea": { - "name": "frogtea", - "id": "785852641841512459", - "author": "684477455028846624", - "animated": false, - "created": 1607432270, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "frogue": { - "name": "frogue", - "id": "780975560469381132", - "author": "268138992606773248", - "animated": false, - "created": 1606269483, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "frogwow": { - "name": "frogwow", - "id": "785852707608199168", - "author": "684477455028846624", - "animated": false, - "created": 1607432286, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Frutal": { - "name": "Frutal", - "id": "719688667324743681", - "author": "654367704563843087", - "animated": false, - "created": 1591657549, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "F_spam": { - "name": "F_spam", - "id": "784441890338635777", - "author": "711751154119475291", - "animated": false, - "created": 1607095921, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "f_spin": { - "name": "f_spin", - "id": "783880198508642304", - "author": "697542753449672775", - "animated": true, - "created": 1606962003, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "fu": { - "name": "fu", - "id": "696552160250429450", - "author": "348642480138485760", - "animated": false, - "created": 1586141376, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Fua": { - "name": "Fua", - "id": "769042771650543637", - "author": "580939801243549697", - "animated": false, - "created": 1603424485, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "fubuki": { - "name": "fubuki", - "id": "705542928688480256", - "author": "518908793866944532", - "animated": true, - "created": 1588284942, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "fuck": { - "name": "fuck", - "id": "417059746504376320", - "author": "315430363231158274", - "animated": false, - "created": 1525387943, - "modified": 1533892037, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "fuck2": { - "name": "fuck2", - "id": "778067537921179659", - "author": "543123756869222400", - "animated": true, - "created": 1605576156, - "modified": 1605596889, - "preserve": false, - "description": null, - "nsfw": "MOD_NSFW" - }, - "Fucking": { - "name": "Fucking", - "id": "783881890021113907", - "author": "697542753449672775", - "animated": true, - "created": 1606962406, - "modified": 1606978459, - "preserve": false, - "description": null, - "nsfw": "MOD_NSFW" - }, - "fuckk": { - "name": "fuckk", - "id": "760941730757083136", - "author": "293107176355004416", - "animated": false, - "created": 1601493046, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "FuckMeBabe": { - "name": "FuckMeBabe", - "id": "788398833352704000", - "author": "715373648520806432", - "animated": true, - "created": 1608039329, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "fuckmedaddy": { - "name": "fuckmedaddy", - "id": "782344168897773589", - "author": "520730446259290122", - "animated": false, - "created": 1606595785, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "fuck_offu": { - "name": "fuck_offu", - "id": "784440432586915882", - "author": "711751154119475291", - "animated": false, - "created": 1607095574, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "FuckU": { - "name": "FuckU", - "id": "729905656806506536", - "author": "654709814240477194", - "animated": false, - "created": 1594093469, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "FUCKYOU": { - "name": "FUCKYOU", - "id": "651872416439468062", - "author": "361201658450935811", - "animated": false, - "created": 1575488895, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "fue": { - "name": "fue", - "id": "653792832489783297", - "author": "293107176355004416", - "animated": false, - "created": 1575946758, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "fuee": { - "name": "fuee", - "id": "774956513176453141", - "author": "521800936553971719", - "animated": false, - "created": 1604834430, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "fuego": { - "name": "fuego", - "id": "740644500715601930", - "author": "287711579749744642", - "animated": false, - "created": 1596653809, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "fufi": { - "name": "fufi", - "id": "780604640554909717", - "author": "546444302348320778", - "animated": true, - "created": 1606181049, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "fufipadoru": { - "name": "fufipadoru", - "id": "783144848437936138", - "author": "546444302348320778", - "animated": false, - "created": 1606786682, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Fufu": { - "name": "Fufu", - "id": "784441931563925514", - "author": "711751154119475291", - "animated": false, - "created": 1607095930, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "fuk_u": { - "name": "fuk_u", - "id": "786084852021592064", - "author": "730519813184815126", - "animated": false, - "created": 1607487633, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Fullcounter": { - "name": "Fullcounter", - "id": "748367983440560198", - "author": "486886605760626688", - "animated": false, - "created": 1598495231, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "fumino": { - "name": "fumino", - "id": "760293411345137684", - "author": "257252090642956288", - "animated": false, - "created": 1601338474, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "fuminoyandere": { - "name": "fuminoyandere", - "id": "779451408940138516", - "author": "293107176355004416", - "animated": false, - "created": 1605906097, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "fumo": { - "name": "fumo", - "id": "735990753414742037", - "author": "463529400886099972", - "animated": false, - "created": 1595544269, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "fumossehugandomuitofofas": { - "name": "fumossehugandomuitofofas", - "id": "790075371935891517", - "author": "185567942555992064", - "animated": true, - "created": 1608439047, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "funa": { - "name": "funa", - "id": "748209460492763166", - "author": "724114278063407136", - "animated": false, - "created": 1598457436, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "funacion": { - "name": "funacion", - "id": "787861601927036939", - "author": "586219689466658816", - "animated": false, - "created": 1607911243, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "funado": { - "name": "funado", - "id": "754024606670651502", - "author": "427135249152212992", - "animated": false, - "created": 1599843875, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "funded": { - "name": "funded", - "id": "730417809783521280", - "author": "425046879047385108", - "animated": false, - "created": 1594215582, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "funneerope": { - "name": "funneerope", - "id": "782740348341715014", - "author": "748023719833894942", - "animated": false, - "created": 1606690241, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "funnie": { - "name": "funnie", - "id": "788384294217187421", - "author": "486148342108127253", - "animated": false, - "created": 1608035863, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "funnie2": { - "name": "funnie2", - "id": "788394186687643662", - "author": "486148342108127253", - "animated": false, - "created": 1608038221, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "funny": { - "name": "funny", - "id": "623935255270916117", - "author": "502712228932354048", - "animated": true, - "created": 1568828157, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "funnyilaughed": { - "name": "funnyilaughed", - "id": "766419153832771594", - "author": "489615207069384714", - "animated": false, - "created": 1602798965, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "furioso": { - "name": "furioso", - "id": "771425304635637760", - "author": "475156812329517068", - "animated": false, - "created": 1603992525, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "furret": { - "name": "furret", - "id": "570130201573457940", - "author": "269722109863919617", - "animated": false, - "created": 1556000032, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "FurretDance": { - "name": "FurretDance", - "id": "644717749666447363", - "author": "279854275016916992", - "animated": true, - "created": 1573783090, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "furretdeleled": { - "name": "furretdeleled", - "id": "784815588454563851", - "author": "435166381189758998", - "animated": false, - "created": 1607185017, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "furretoyeah": { - "name": "furretoyeah", - "id": "784836079446261800", - "author": "512509857606139905", - "animated": false, - "created": 1607189902, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "FurretSpin": { - "name": "FurretSpin", - "id": "753442898904612864", - "author": "397220822197993472", - "animated": true, - "created": 1599705185, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "FurretWalk": { - "name": "FurretWalk", - "id": "601215555227090954", - "author": "524761766606143493", - "animated": true, - "created": 1563411358, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "furrin": { - "name": "furrin", - "id": "756367005098967170", - "author": "464961710462205952", - "animated": false, - "created": 1600402346, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "furrito": { - "name": "furrito", - "id": "768634322588008449", - "author": "515384043454595104", - "animated": false, - "created": 1603327103, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "furro": { - "name": "furro", - "id": "588927392643285023", - "author": "308689027052208128", - "animated": false, - "created": 1560481632, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "furro2": { - "name": "furro2", - "id": "784938572972032000", - "author": "753681432718737480", - "animated": false, - "created": 1607214339, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "furro3": { - "name": "furro3", - "id": "787223174613041162", - "author": "753681432718737480", - "animated": false, - "created": 1607759030, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "furro4": { - "name": "furro4", - "id": "788496961187348561", - "author": "546474895660548136", - "animated": false, - "created": 1608062725, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "furrobueno": { - "name": "furrobueno", - "id": "759938565370544159", - "author": "326733379678633985", - "animated": true, - "created": 1601253873, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "furrogei": { - "name": "furrogei", - "id": "750492698401701949", - "author": "326733379678633985", - "animated": false, - "created": 1599001803, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "furro_llorando": { - "name": "furro_llorando", - "id": "783488544735363102", - "author": "701103722453008518", - "animated": false, - "created": 1606868625, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "furromalo": { - "name": "furromalo", - "id": "759812399879946301", - "author": "326733379678633985", - "animated": false, - "created": 1601223797, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "furry": { - "name": "furry", - "id": "492047542901538827", - "author": "382580526453882893", - "animated": false, - "created": 1536633919, - "modified": 1537383692, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "furrygasp": { - "name": "furrygasp", - "id": "789054374672072704", - "author": "450065799470907404", - "animated": false, - "created": 1608195622, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "furrylook": { - "name": "furrylook", - "id": "777431367113113600", - "author": "438644880152068127", - "animated": false, - "created": 1605424481, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "FurryNyaCord": { - "name": "FurryNyaCord", - "id": "788248854952542238", - "author": "527593366645506058", - "animated": false, - "created": 1608003572, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "furryweird": { - "name": "furryweird", - "id": "607607454251089951", - "author": "98425391647031296", - "animated": false, - "created": 1564935306, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Futa": { - "name": "Futa", - "id": "779413216111493160", - "author": "444213647321989121", - "animated": false, - "created": 1605896991, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "FUTsalamence": { - "name": "FUTsalamence", - "id": "774297532548251739", - "author": "485868607989874728", - "animated": false, - "created": 1604677317, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "FUTsnovers": { - "name": "FUTsnovers", - "id": "774296910923169832", - "author": "485868607989874728", - "animated": false, - "created": 1604677169, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "fwm": { - "name": "fwm", - "id": "787857887044173844", - "author": "353109234201788427", - "animated": false, - "created": 1607910358, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ga": { - "name": "ga", - "id": "683692488703213568", - "author": "425533249771667456", - "animated": false, - "created": 1583075391, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "gaaa": { - "name": "gaaa", - "id": "640674013563060239", - "author": "374339613864624130", - "animated": false, - "created": 1572818988, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "gabdance": { - "name": "gabdance", - "id": "748727597587890208", - "author": "245298258124079105", - "animated": true, - "created": 1598580970, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "GabSmile": { - "name": "GabSmile", - "id": "782741255183532072", - "author": "507735062955950080", - "animated": false, - "created": 1606690457, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "gachihyper": { - "name": "gachihyper", - "id": "747218079087591498", - "author": "205686573457604609", - "animated": true, - "created": 1598221072, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "gachipls": { - "name": "gachipls", - "id": "787011161387827220", - "author": "364295643784806410", - "animated": true, - "created": 1607708482, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "gagacry": { - "name": "gagacry", - "id": "783006716044378133", - "author": "671834928157294603", - "animated": true, - "created": 1606753748, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "gagura": { - "name": "gagura", - "id": "769762093356023829", - "author": "358457900546654209", - "animated": true, - "created": 1603595984, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "gajar": { - "name": "gajar", - "id": "733022697310650398", - "author": "256056872254177281", - "animated": false, - "created": 1594836630, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "gajarspeak": { - "name": "gajarspeak", - "id": "740502674318950401", - "author": "281563194843987968", - "animated": false, - "created": 1596619995, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "galaxy": { - "name": "galaxy", - "id": "770000420830707783", - "author": "225413493010989058", - "animated": false, - "created": 1603652806, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "galicia": { - "name": "galicia", - "id": "789844510003822632", - "author": "399348446525390849", - "animated": false, - "created": 1608384005, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Galleta": { - "name": "Galleta", - "id": "760836088742019072", - "author": "525464605108076567", - "animated": false, - "created": 1601467859, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Gamemode3": { - "name": "Gamemode3", - "id": "780157389139345468", - "author": "475050981185421312", - "animated": false, - "created": 1606074416, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ganen": { - "name": "ganen", - "id": "784108634039648277", - "author": "701340890404487219", - "animated": false, - "created": 1607016466, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "gangsterelmo": { - "name": "gangsterelmo", - "id": "789927059761659964", - "author": "756906411295768647", - "animated": false, - "created": 1608403687, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "garcias": { - "name": "garcias", - "id": "702757407876710480", - "author": "287711579749744642", - "animated": false, - "created": 1587620822, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "gasm": { - "name": "gasm", - "id": "737306416590880799", - "author": "519641828492836905", - "animated": false, - "created": 1595857948, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "gasp": { - "name": "gasp", - "id": "520413575810908172", - "author": "196665012071170048", - "animated": false, - "created": 1544146665, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "gatau": { - "name": "gatau", - "id": "784670209986134056", - "author": "732455822881193984", - "animated": false, - "created": 1607150356, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "gataucraft": { - "name": "gataucraft", - "id": "784667568114761768", - "author": "732455822881193984", - "animated": false, - "created": 1607149726, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "gatito": { - "name": "gatito", - "id": "735148381193896016", - "author": "667087966857986088", - "animated": false, - "created": 1595343432, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "gatitobailando": { - "name": "gatitobailando", - "id": "747833313154171000", - "author": "421672017549590529", - "animated": true, - "created": 1598367756, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "GatitoLindoPrecioso": { - "name": "GatitoLindoPrecioso", - "id": "790018519805984799", - "author": "525464605108076567", - "animated": false, - "created": 1608425493, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "gato": { - "name": "gato", - "id": "609080431161114639", - "author": "575488391399866378", - "animated": false, - "created": 1565286491, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "gato1": { - "name": "gato1", - "id": "781221584207216710", - "author": "573511947404705803", - "animated": true, - "created": 1606328140, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "gatoanimadobaile": { - "name": "gatoanimadobaile", - "id": "783168413370417172", - "author": "731734695750008892", - "animated": true, - "created": 1606792300, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "gatobaile": { - "name": "gatobaile", - "id": "748478265370345553", - "author": "410178205409083402", - "animated": true, - "created": 1598521524, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "GatoBaile2": { - "name": "GatoBaile2", - "id": "782900823801593866", - "author": "741850493088694343", - "animated": true, - "created": 1606728502, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "GatoBaile3": { - "name": "GatoBaile3", - "id": "782906842211942420", - "author": "741850493088694343", - "animated": true, - "created": 1606729936, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "GatoBaile4": { - "name": "GatoBaile4", - "id": "782910973286809600", - "author": "741850493088694343", - "animated": true, - "created": 1606730921, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "gatobailefast": { - "name": "gatobailefast", - "id": "787855291327971352", - "author": "586219689466658816", - "animated": true, - "created": 1607909739, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "gatocajafire": { - "name": "gatocajafire", - "id": "770457460854226975", - "author": "257252090642956288", - "animated": false, - "created": 1603761773, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "gatocajafuego": { - "name": "gatocajafuego", - "id": "781544423602913291", - "author": "293107176355004416", - "animated": false, - "created": 1606405111, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "gatopan": { - "name": "gatopan", - "id": "780543602404229151", - "author": "655207049155575825", - "animated": false, - "created": 1606166496, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "gatopapa": { - "name": "gatopapa", - "id": "782493718694461460", - "author": "512509857606139905", - "animated": false, - "created": 1606631440, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "gatoparado": { - "name": "gatoparado", - "id": "692517952288981004", - "author": "461818566510116895", - "animated": false, - "created": 1585179546, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "gatoque": { - "name": "gatoque", - "id": "787535294031200257", - "author": "719442350996193301", - "animated": false, - "created": 1607833445, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "gatosexo": { - "name": "gatosexo", - "id": "735322165167259741", - "author": "705592580196270120", - "animated": false, - "created": 1595384866, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "gatotest": { - "name": "gatotest", - "id": "781695550734729237", - "author": "468192500025262081", - "animated": false, - "created": 1606441142, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "GatoTruco": { - "name": "GatoTruco", - "id": "764602107344584714", - "author": "622566487697260587", - "animated": true, - "created": 1602365748, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "gatoxd": { - "name": "gatoxd", - "id": "781961155643047956", - "author": "406308174497316865", - "animated": true, - "created": 1606504467, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "g_attack1": { - "name": "g_attack1", - "id": "789002933270085653", - "author": "527449870873657344", - "animated": true, - "created": 1608183358, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "g_attack2": { - "name": "g_attack2", - "id": "789003228666003499", - "author": "527449870873657344", - "animated": true, - "created": 1608183428, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "gawd": { - "name": "gawd", - "id": "704755128112250950", - "author": "427050223689531392", - "animated": false, - "created": 1588097116, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "gay": { - "name": "gay", - "id": "457608409743622144", - "author": "140516693242937345", - "animated": false, - "created": 1529187146, - "modified": 1533892037, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "gay1": { - "name": "gay1", - "id": "767234250855415819", - "author": "676818445068927006", - "animated": false, - "created": 1602993300, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "gay2": { - "name": "gay2", - "id": "767234297207193671", - "author": "676818445068927006", - "animated": false, - "created": 1602993311, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "gayalamira": { - "name": "gayalamira", - "id": "784331489974157322", - "author": "431225704563081216", - "animated": false, - "created": 1607069599, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "gazeofabyss": { - "name": "gazeofabyss", - "id": "786075764813463591", - "author": "413017692287795200", - "animated": false, - "created": 1607485467, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "geez": { - "name": "geez", - "id": "782742500380377089", - "author": "748023719833894942", - "animated": false, - "created": 1606690754, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "gege": { - "name": "gege", - "id": "758896271091171379", - "author": "528990209589903376", - "animated": false, - "created": 1601005370, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "gegemorreutrouxa": { - "name": "gegemorreutrouxa", - "id": "764163260395683871", - "author": "729015115411750943", - "animated": false, - "created": 1602261118, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "gei": { - "name": "gei", - "id": "687086704032874520", - "author": "582926801160896522", - "animated": false, - "created": 1583884635, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "gelud": { - "name": "gelud", - "id": "549954168018960396", - "author": "403597576223326228", - "animated": true, - "created": 1551189691, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "genderfluid": { - "name": "genderfluid", - "id": "492047558693355531", - "author": "140516693242937345", - "animated": false, - "created": 1534206333, - "modified": 1537383696, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "genderqueer": { - "name": "genderqueer", - "id": "492047560546975755", - "author": "140516693242937345", - "animated": false, - "created": 1534206255, - "modified": 1537383696, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "genericdance": { - "name": "genericdance", - "id": "782308235122049085", - "author": "351894832857481216", - "animated": true, - "created": 1606587218, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "genshinmain": { - "name": "genshinmain", - "id": "773598961919459369", - "author": "95039498525618176", - "animated": false, - "created": 1604510765, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "gentleblob": { - "name": "gentleblob", - "id": "492047562979672074", - "author": "140516693242937345", - "animated": false, - "created": 1525387943, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "gentlemen": { - "name": "gentlemen", - "id": "788419211382227014", - "author": "354801294533459968", - "animated": false, - "created": 1608044188, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ger": { - "name": "ger", - "id": "774000353661812747", - "author": "573261378757066782", - "animated": false, - "created": 1604606464, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "GES_Bra": { - "name": "GES_Bra", - "id": "786155427896360970", - "author": "676134602837852172", - "animated": false, - "created": 1607504460, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "GES_SimpSign": { - "name": "GES_SimpSign", - "id": "786155415938662432", - "author": "676134602837852172", - "animated": false, - "created": 1607504457, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "getnaenaed": { - "name": "getnaenaed", - "id": "782336487370129430", - "author": "694949241998671922", - "animated": true, - "created": 1606593953, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "gg": { - "name": "gg", - "id": "415971178797334528", - "author": "140516693242937345", - "animated": false, - "created": 1525387943, - "modified": 1533892037, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "gg1": { - "name": "gg1", - "id": "738411749434327121", - "author": "328327250682576897", - "animated": true, - "created": 1596121480, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "gg2": { - "name": "gg2", - "id": "782455082872340520", - "author": "567390950838501376", - "animated": false, - "created": 1606622229, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ggers": { - "name": "ggers", - "id": "775411219154599966", - "author": "338588328716795914", - "animated": false, - "created": 1604942841, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ggius": { - "name": "ggius", - "id": "776493638430621747", - "author": "293107176355004416", - "animated": false, - "created": 1605200910, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ghost": { - "name": "ghost", - "id": "759407706896990209", - "author": "428461954064056340", - "animated": true, - "created": 1601127306, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "gian": { - "name": "gian", - "id": "775399646737596426", - "author": "351864401265033217", - "animated": true, - "created": 1604940082, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "gibaccount": { - "name": "gibaccount", - "id": "787976200412200980", - "author": "320427833421987850", - "animated": false, - "created": 1607938566, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "gi_cheer": { - "name": "gi_cheer", - "id": "782675288953847839", - "author": "700050219995496568", - "animated": false, - "created": 1606674730, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "gif": { - "name": "gif", - "id": "736752588254478387", - "author": "376553492833239051", - "animated": true, - "created": 1595725905, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "GIFCS_z_PopCorn": { - "name": "GIFCS_z_PopCorn", - "id": "785742584861032458", - "author": "715606162224971898", - "animated": true, - "created": 1607406030, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "gifsc_sadpu": { - "name": "gifsc_sadpu", - "id": "786521183742066689", - "author": "475441723410219012", - "animated": true, - "created": 1607591663, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "gifstorybanned": { - "name": "gifstorybanned", - "id": "785760164045258752", - "author": "586886106289668127", - "animated": true, - "created": 1607410221, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "gigachad": { - "name": "gigachad", - "id": "680609152225247324", - "author": "620744223267749888", - "animated": false, - "created": 1582340267, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "giggle": { - "name": "giggle", - "id": "729819512299323483", - "author": "295258635674714112", - "animated": false, - "created": 1594072931, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "giggle2": { - "name": "giggle2", - "id": "786298504179089408", - "author": "734977654314237973", - "animated": false, - "created": 1607538572, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "giggles": { - "name": "giggles", - "id": "776429940811235369", - "author": "683773349939249255", - "animated": false, - "created": 1605185723, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "gigglingfatty": { - "name": "gigglingfatty", - "id": "782746544554115072", - "author": "163352673456881667", - "animated": true, - "created": 1606691719, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "gi_heart": { - "name": "gi_heart", - "id": "782675242874306570", - "author": "700050219995496568", - "animated": false, - "created": 1606674719, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "gi_laugh": { - "name": "gi_laugh", - "id": "782675270363775046", - "author": "700050219995496568", - "animated": false, - "created": 1606674725, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "gimme": { - "name": "gimme", - "id": "749647938304737290", - "author": "103103764063354880", - "animated": true, - "created": 1598800397, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "gi_OHSHI": { - "name": "gi_OHSHI", - "id": "782675225228607508", - "author": "700050219995496568", - "animated": false, - "created": 1606674715, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Giorno": { - "name": "Giorno", - "id": "595770453461827604", - "author": "200996584077524994", - "animated": false, - "created": 1562113145, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "giphy1508": { - "name": "giphy1508", - "id": "781738505038200843", - "author": "664666006991405057", - "animated": true, - "created": 1606451383, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "GIRLBYEEEE": { - "name": "GIRLBYEEEE", - "id": "784119220317061124", - "author": "762903203804741693", - "animated": true, - "created": 1607018993, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "girlpats": { - "name": "girlpats", - "id": "773967037541122078", - "author": "684477455028846624", - "animated": true, - "created": 1604598521, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "git": { - "name": "git", - "id": "492047569967644672", - "author": "150657331212976128", - "animated": false, - "created": 1525387943, - "modified": 1537383699, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "github": { - "name": "github", - "id": "492047571066421292", - "author": "356091260429402122", - "animated": false, - "created": 1535265589, - "modified": 1537383699, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "gitlab": { - "name": "gitlab", - "id": "492047573360836618", - "author": "356091260429402122", - "animated": false, - "created": 1535265584, - "modified": 1537383699, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "GIVEGIVEGIVEME": { - "name": "GIVEGIVEGIVEME", - "id": "782115036550266930", - "author": "690953891482828890", - "animated": true, - "created": 1606541155, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "giveme": { - "name": "giveme", - "id": "632667470913732628", - "author": "287711579749744642", - "animated": false, - "created": 1570910079, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "glacia": { - "name": "glacia", - "id": "785517553006018571", - "author": "431503640193138689", - "animated": false, - "created": 1607352379, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "gladge": { - "name": "gladge", - "id": "763851885957742592", - "author": "168172407662706688", - "animated": false, - "created": 1602186881, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "glare": { - "name": "glare", - "id": "471320190685282305", - "author": "98425391647031296", - "animated": false, - "created": 1532441890, - "modified": 1533892037, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "glitchthenk": { - "name": "glitchthenk", - "id": "758112598674898965", - "author": "428461954064056340", - "animated": true, - "created": 1600818528, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "globoxgun": { - "name": "globoxgun", - "id": "781277746029395979", - "author": "535881000169897995", - "animated": false, - "created": 1606341530, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "gn": { - "name": "gn", - "id": "575617432094375936", - "author": "508276261219598347", - "animated": false, - "created": 1557308290, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "gnight": { - "name": "gnight", - "id": "787344067146416198", - "author": "353109234201788427", - "animated": false, - "created": 1607787853, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "gnome": { - "name": "gnome", - "id": "492047577076858920", - "author": "356091260429402122", - "animated": false, - "created": 1535265584, - "modified": 1537383700, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "gnomed": { - "name": "gnomed", - "id": "771571882574741524", - "author": "763240979091292180", - "animated": false, - "created": 1604027472, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "go": { - "name": "go", - "id": "724673090638053429", - "author": "606866224114302976", - "animated": false, - "created": 1592845928, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "goatchair": { - "name": "goatchair", - "id": "777603044010754129", - "author": "428330901659713546", - "animated": false, - "created": 1605465412, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "gocrazy": { - "name": "gocrazy", - "id": "785974094830764113", - "author": "632211012551966750", - "animated": true, - "created": 1607461227, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "God": { - "name": "God", - "id": "656268061619388417", - "author": "324291501435781120", - "animated": false, - "created": 1576536898, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "goddammit": { - "name": "goddammit", - "id": "774000533165309953", - "author": "221369307064434688", - "animated": false, - "created": 1604606507, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "godly": { - "name": "godly", - "id": "748952574471831572", - "author": "332890251024662529", - "animated": false, - "created": 1598634608, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "goerp": { - "name": "goerp", - "id": "748136752610279475", - "author": "183269696546668544", - "animated": false, - "created": 1598440101, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "gogh": { - "name": "gogh", - "id": "788574011449540679", - "author": "488054792325824532", - "animated": true, - "created": 1608081095, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "GoGoTomago": { - "name": "GoGoTomago", - "id": "782158510540062749", - "author": "496037931140513800", - "animated": false, - "created": 1606551520, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "gohty": { - "name": "gohty", - "id": "786296911232499752", - "author": "764959072755515452", - "animated": false, - "created": 1607538192, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "gojou_carefree": { - "name": "gojou_carefree", - "id": "788047824809885746", - "author": "363960161515077634", - "animated": false, - "created": 1607955642, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "goku": { - "name": "goku", - "id": "681617434544963631", - "author": "237051791777333248", - "animated": false, - "created": 1582580660, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "gokulrant": { - "name": "gokulrant", - "id": "788829489110450207", - "author": "717187106874720287", - "animated": false, - "created": 1608142006, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "GokuQue": { - "name": "GokuQue", - "id": "770474675155369994", - "author": "567140961650737162", - "animated": false, - "created": 1603765877, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "goku_super_saiyan_swag": { - "name": "goku_super_saiyan_swag", - "id": "782665198767046666", - "author": "717761910300344371", - "animated": false, - "created": 1606672324, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "GokuXD": { - "name": "GokuXD", - "id": "787836398198849546", - "author": "574992720364306453", - "animated": false, - "created": 1607905234, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "golazo": { - "name": "golazo", - "id": "766489179864694814", - "author": "704662972739616809", - "animated": false, - "created": 1602815661, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "gold": { - "name": "gold", - "id": "730043226421067826", - "author": "226304812549931008", - "animated": false, - "created": 1594126268, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "GoldenExperience": { - "name": "GoldenExperience", - "id": "772557388003803147", - "author": "727325977755254874", - "animated": true, - "created": 1604262434, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "GoldenSucc": { - "name": "GoldenSucc", - "id": "783178560160137257", - "author": "242691348560478209", - "animated": false, - "created": 1606794719, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "gold_ingot": { - "name": "gold_ingot", - "id": "789306152570978354", - "author": "496114314944577537", - "animated": false, - "created": 1608255651, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "GoldStud": { - "name": "GoldStud", - "id": "782149118436835369", - "author": "496037931140513800", - "animated": true, - "created": 1606549281, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "golpear": { - "name": "golpear", - "id": "765770587934031872", - "author": "370757129268887553", - "animated": false, - "created": 1602644335, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "gony": { - "name": "gony", - "id": "786266691982065704", - "author": "453944829362307072", - "animated": false, - "created": 1607530987, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "good": { - "name": "good", - "id": "724078362565541978", - "author": "353109234201788427", - "animated": false, - "created": 1592704134, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "goodboyiskritch": { - "name": "goodboyiskritch", - "id": "782109511338950666", - "author": "690953891482828890", - "animated": true, - "created": 1606539838, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "goodboyyyy": { - "name": "goodboyyyy", - "id": "782107914486808587", - "author": "690953891482828890", - "animated": true, - "created": 1606539457, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "goodbye": { - "name": "goodbye", - "id": "748650289988370442", - "author": "602916202528112672", - "animated": true, - "created": 1598562538, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Good_Gme": { - "name": "Good_Gme", - "id": "788060715926945822", - "author": "756143897134235779", - "animated": false, - "created": 1607958716, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "goodnewsbolb": { - "name": "goodnewsbolb", - "id": "492047595934318602", - "author": "140516693242937345", - "animated": false, - "created": 1531977999, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "GoodNight": { - "name": "GoodNight", - "id": "620686588220932146", - "author": "140516693242937345", - "animated": false, - "created": 1555220852, - "modified": 1568058544, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "google": { - "name": "google", - "id": "510759079778451457", - "author": "455289384187592704", - "animated": false, - "created": 1541844885, - "modified": 1541844895, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "googlebee": { - "name": "googlebee", - "id": "492047598094385172", - "author": "140516693242937345", - "animated": false, - "created": 1532109354, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "googleblueheart": { - "name": "googleblueheart", - "id": "492047599625568266", - "author": "140516693242937345", - "animated": false, - "created": 1531976572, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "googlecake": { - "name": "googlecake", - "id": "492047601022140422", - "author": "140516693242937345", - "animated": false, - "created": 1532109337, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "googlecat": { - "name": "googlecat", - "id": "492047603643711498", - "author": "140516693242937345", - "animated": false, - "created": 1531976422, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "googlecatface": { - "name": "googlecatface", - "id": "492047604981432331", - "author": "140516693242937345", - "animated": false, - "created": 1532108957, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "googlecatheart": { - "name": "googlecatheart", - "id": "492047606273409044", - "author": "140516693242937345", - "animated": false, - "created": 1532109308, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "googlecathearteyes": { - "name": "googlecathearteyes", - "id": "492047607632494592", - "author": "140516693242937345", - "animated": false, - "created": 1534206292, - "modified": 1537383708, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "googledog": { - "name": "googledog", - "id": "492047608706236418", - "author": "140516693242937345", - "animated": false, - "created": 1531976429, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "googlefire": { - "name": "googlefire", - "id": "492047610094419983", - "author": "140516693242937345", - "animated": false, - "created": 1532109056, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "googlefox": { - "name": "googlefox", - "id": "492047611398848512", - "author": "140516693242937345", - "animated": false, - "created": 1532108957, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "googleghost": { - "name": "googleghost", - "id": "492047613131096064", - "author": "140516693242937345", - "animated": false, - "created": 1531976543, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "googlegun": { - "name": "googlegun", - "id": "492047614238523392", - "author": "140516693242937345", - "animated": false, - "created": 1532109044, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "googlemuscleL": { - "name": "googlemuscleL", - "id": "492047615693684746", - "author": "140516693242937345", - "animated": false, - "created": 1532109355, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "googlemuscleR": { - "name": "googlemuscleR", - "id": "492047616893386760", - "author": "140516693242937345", - "animated": false, - "created": 1531976485, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "googlepenguin": { - "name": "googlepenguin", - "id": "492047618847932420", - "author": "140516693242937345", - "animated": false, - "created": 1532109050, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "googlerabbit": { - "name": "googlerabbit", - "id": "492047620718723072", - "author": "140516693242937345", - "animated": false, - "created": 1532109325, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "googleredheart": { - "name": "googleredheart", - "id": "492047623528906752", - "author": "140516693242937345", - "animated": false, - "created": 1531976495, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "googlesheep": { - "name": "googlesheep", - "id": "492047626238296083", - "author": "140516693242937345", - "animated": false, - "created": 1531976488, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "googlesnake": { - "name": "googlesnake", - "id": "492047627639324692", - "author": "140516693242937345", - "animated": false, - "created": 1531976470, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "googleturtle": { - "name": "googleturtle", - "id": "492047629409320960", - "author": "140516693242937345", - "animated": false, - "created": 1531976417, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "googlewhale": { - "name": "googlewhale", - "id": "492047631124529193", - "author": "140516693242937345", - "animated": false, - "created": 1532109326, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "GordonWTF": { - "name": "GordonWTF", - "id": "786950659693740082", - "author": "547058426392346634", - "animated": false, - "created": 1607694058, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "GorillaSeggs": { - "name": "GorillaSeggs", - "id": "787894110111399966", - "author": "625114438042779658", - "animated": true, - "created": 1607918994, - "modified": 1607932804, - "preserve": false, - "description": null, - "nsfw": "MOD_NSFW" - }, - "gottagofast": { - "name": "gottagofast", - "id": "782447895386914888", - "author": "488694672441737236", - "animated": true, - "created": 1606620515, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "gowork": { - "name": "gowork", - "id": "748136665293389924", - "author": "183269696546668544", - "animated": false, - "created": 1598440080, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "gpuviva": { - "name": "gpuviva", - "id": "783842323071107094", - "author": "293107176355004416", - "animated": false, - "created": 1606952973, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Gr": { - "name": "Gr", - "id": "632750044360998912", - "author": "233661873382227968", - "animated": false, - "created": 1570929766, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "grab": { - "name": "grab", - "id": "713353166934114316", - "author": "167267224787222528", - "animated": true, - "created": 1590147048, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "grabbyhands": { - "name": "grabbyhands", - "id": "786150504203419650", - "author": "745612575454134283", - "animated": false, - "created": 1607503286, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "gracioso": { - "name": "gracioso", - "id": "687915993951240210", - "author": "667087966857986088", - "animated": true, - "created": 1584082354, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "graciosoqlo": { - "name": "graciosoqlo", - "id": "770329842523832340", - "author": "469162062086537226", - "animated": false, - "created": 1603731346, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Grape": { - "name": "Grape", - "id": "775969274463518721", - "author": "730410859477729362", - "animated": false, - "created": 1605075892, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "GRAPE_IN_LOLI_CAFE": { - "name": "GRAPE_IN_LOLI_CAFE", - "id": "782739380174585887", - "author": "748023719833894942", - "animated": false, - "created": 1606690011, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "green": { - "name": "green", - "id": "776232669292789770", - "author": "426475908107468801", - "animated": true, - "created": 1605138690, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "green_heart": { - "name": "green_heart", - "id": "782327915009409084", - "author": "627184638728601610", - "animated": false, - "created": 1606591909, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "green_siren": { - "name": "green_siren", - "id": "782327845010538536", - "author": "627184638728601610", - "animated": false, - "created": 1606591893, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "green_star": { - "name": "green_star", - "id": "782327744457211904", - "author": "627184638728601610", - "animated": false, - "created": 1606591869, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "greentick": { - "name": "greentick", - "id": "492047638737190930", - "author": "140516693242937345", - "animated": false, - "created": 1531976548, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "grelleRock": { - "name": "grelleRock", - "id": "786084887454285874", - "author": "730519813184815126", - "animated": false, - "created": 1607487641, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "grelleWut": { - "name": "grelleWut", - "id": "786084914180259840", - "author": "730519813184815126", - "animated": false, - "created": 1607487648, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "grief": { - "name": "grief", - "id": "757825839755689984", - "author": "380586831760195594", - "animated": false, - "created": 1600750159, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "gritito": { - "name": "gritito", - "id": "779446815228952576", - "author": "645985374757191700", - "animated": false, - "created": 1605905002, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "gritosMik": { - "name": "gritosMik", - "id": "779042256484565033", - "author": "753015942409093144", - "animated": true, - "created": 1605808547, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "groovin": { - "name": "groovin", - "id": "781325814179954708", - "author": "213729310635327498", - "animated": true, - "created": 1606352990, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "grr": { - "name": "grr", - "id": "616820449745174557", - "author": "594338768895475720", - "animated": false, - "created": 1567131855, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "grrr": { - "name": "grrr", - "id": "737832831975424091", - "author": "463131128870731780", - "animated": true, - "created": 1595983455, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "GRRRR": { - "name": "GRRRR", - "id": "748374271331532818", - "author": "302106586401472512", - "animated": false, - "created": 1598496730, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "gtab": { - "name": "gtab", - "id": "789974135961944126", - "author": "544311743934103573", - "animated": true, - "created": 1608414911, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "guadachalife": { - "name": "guadachalife", - "id": "788092926110466048", - "author": "766238458838122516", - "animated": false, - "created": 1607966395, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "guadauwu": { - "name": "guadauwu", - "id": "788092741913018427", - "author": "709202504310587462", - "animated": false, - "created": 1607966351, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Guapo": { - "name": "Guapo", - "id": "788053668829986840", - "author": "525464605108076567", - "animated": false, - "created": 1607957036, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "guatafac": { - "name": "guatafac", - "id": "785320772235165707", - "author": "213367124608024577", - "animated": false, - "created": 1607305462, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "gucio": { - "name": "gucio", - "id": "771013424058335282", - "author": "112471608865624064", - "animated": false, - "created": 1603894325, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "guitarfrog": { - "name": "guitarfrog", - "id": "786153181708419083", - "author": "676134602837852172", - "animated": true, - "created": 1607503924, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "guitartime": { - "name": "guitartime", - "id": "781939269466980363", - "author": "136253326189658114", - "animated": true, - "created": 1606499249, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "gun": { - "name": "gun", - "id": "711446537703522346", - "author": "455289384187592704", - "animated": false, - "created": 1589692472, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "gun1": { - "name": "gun1", - "id": "667451748046077962", - "author": "508054192758194176", - "animated": false, - "created": 1579203297, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "gun2": { - "name": "gun2", - "id": "737640770344845384", - "author": "271343314047860737", - "animated": false, - "created": 1595937675, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "gunfish": { - "name": "gunfish", - "id": "776264665873252382", - "author": "747555334410731672", - "animated": false, - "created": 1605146318, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "gunpoint2": { - "name": "gunpoint2", - "id": "781909644481134595", - "author": "479017973462466571", - "animated": false, - "created": 1606492187, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "gunthenk": { - "name": "gunthenk", - "id": "758234770185912340", - "author": "262133866062413825", - "animated": false, - "created": 1600847656, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "gura": { - "name": "gura", - "id": "754470847129059339", - "author": "459506520288133130", - "animated": true, - "created": 1599950267, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "gura1": { - "name": "gura1", - "id": "779375347618807828", - "author": "466061790627889167", - "animated": false, - "created": 1605887963, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "gura2": { - "name": "gura2", - "id": "779375417156173845", - "author": "466061790627889167", - "animated": false, - "created": 1605887979, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "gura3": { - "name": "gura3", - "id": "779375476850425895", - "author": "466061790627889167", - "animated": false, - "created": 1605887993, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "gura4": { - "name": "gura4", - "id": "779375528859664444", - "author": "466061790627889167", - "animated": false, - "created": 1605888006, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "gura5": { - "name": "gura5", - "id": "779375686611238952", - "author": "466061790627889167", - "animated": false, - "created": 1605888043, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "gura6": { - "name": "gura6", - "id": "779375740079833118", - "author": "466061790627889167", - "animated": false, - "created": 1605888056, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "gura7": { - "name": "gura7", - "id": "779375786493739019", - "author": "466061790627889167", - "animated": false, - "created": 1605888067, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "gura8": { - "name": "gura8", - "id": "779375848120909855", - "author": "466061790627889167", - "animated": false, - "created": 1605888082, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "gura9": { - "name": "gura9", - "id": "779375951536193569", - "author": "466061790627889167", - "animated": false, - "created": 1605888107, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "guraa": { - "name": "guraa", - "id": "756379187807256626", - "author": "383723642489405441", - "animated": true, - "created": 1600405251, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "GuraAAA": { - "name": "GuraAAA", - "id": "758082857125281943", - "author": "316209084208644096", - "animated": true, - "created": 1600811437, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "GuraL": { - "name": "GuraL", - "id": "760524515977199657", - "author": "205784571164229632", - "animated": false, - "created": 1601393574, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "guramouth": { - "name": "guramouth", - "id": "779374889420324885", - "author": "466061790627889167", - "animated": false, - "created": 1605887853, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "GuraPat": { - "name": "GuraPat", - "id": "766496298194436128", - "author": "433099839274745876", - "animated": true, - "created": 1602817358, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "gurastare1": { - "name": "gurastare1", - "id": "779374469487132673", - "author": "466061790627889167", - "animated": false, - "created": 1605887753, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "gurastare2": { - "name": "gurastare2", - "id": "779374522087243826", - "author": "466061790627889167", - "animated": false, - "created": 1605887766, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "gurastare3": { - "name": "gurastare3", - "id": "779374581509128252", - "author": "466061790627889167", - "animated": false, - "created": 1605887780, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "guratired": { - "name": "guratired", - "id": "760442378435035162", - "author": "342973389973094400", - "animated": false, - "created": 1601373991, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "GuraZOOM": { - "name": "GuraZOOM", - "id": "774047468258066453", - "author": "727325977755254874", - "animated": false, - "created": 1604617697, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "gurl": { - "name": "gurl", - "id": "783239472132259870", - "author": "762903203804741693", - "animated": false, - "created": 1606809242, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "gustavo": { - "name": "gustavo", - "id": "785586728039219241", - "author": "753681432718737480", - "animated": false, - "created": 1607368871, - "modified": 1607372813, - "preserve": false, - "description": null, - "nsfw": "MOD_NSFW" - }, - "gustavo2": { - "name": "gustavo2", - "id": "787072629784838155", - "author": "753681432718737480", - "animated": false, - "created": 1607723138, - "modified": 1607726678, - "preserve": false, - "description": null, - "nsfw": "MOD_NSFW" - }, - "guud": { - "name": "guud", - "id": "783187368232353793", - "author": "581699248568139776", - "animated": false, - "created": 1606796819, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "guy": { - "name": "guy", - "id": "783814239541788712", - "author": "162457009147346945", - "animated": false, - "created": 1606946277, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "GWbratBanned": { - "name": "GWbratBanned", - "id": "715289694921031761", - "author": "532025158865780756", - "animated": false, - "created": 1590608752, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "GWcentrallGoodMorningBOYE": { - "name": "GWcentrallGoodMorningBOYE", - "id": "728894862086111283", - "author": "667006634257547284", - "animated": false, - "created": 1593852477, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "GWchinaAqua7": { - "name": "GWchinaAqua7", - "id": "747935704365006928", - "author": "709330321169973248", - "animated": false, - "created": 1598392167, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "GWcmeisterPeepoLove": { - "name": "GWcmeisterPeepoLove", - "id": "647901763596189706", - "author": "538900565057470464", - "animated": false, - "created": 1574542217, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "GWcmeisterPeepoShrug": { - "name": "GWcmeisterPeepoShrug", - "id": "737000448665321472", - "author": "508723782987546671", - "animated": false, - "created": 1595785000, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "GWcorsairNomNomNom": { - "name": "GWcorsairNomNomNom", - "id": "706570336090456469", - "author": "625950739398918144", - "animated": false, - "created": 1588529895, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "GWeniPopcorn": { - "name": "GWeniPopcorn", - "id": "683609301368963136", - "author": "531467430720176158", - "animated": false, - "created": 1583055558, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "GWHOASKED": { - "name": "GWHOASKED", - "id": "785944942374813707", - "author": "581887182055407649", - "animated": true, - "created": 1607454278, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "GWjianWut": { - "name": "GWjianWut", - "id": "622885510242893834", - "author": "297792651120476160", - "animated": false, - "created": 1568577878, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "GWllentShibeWink": { - "name": "GWllentShibeWink", - "id": "772895452432826418", - "author": "574536992063225858", - "animated": false, - "created": 1604343045, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "GWlulurdTomStare": { - "name": "GWlulurdTomStare", - "id": "765232331580899338", - "author": "532025158865780756", - "animated": false, - "created": 1602516005, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "GWnekomakiSmolmiku": { - "name": "GWnekomakiSmolmiku", - "id": "749315690988568636", - "author": "488415897141379104", - "animated": false, - "created": 1598721182, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "GWpinkuNotLikeNico": { - "name": "GWpinkuNotLikeNico", - "id": "742201261759266837", - "author": "254435830733471755", - "animated": false, - "created": 1597024970, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "GWseremePeepoGGERS": { - "name": "GWseremePeepoGGERS", - "id": "704350611315097641", - "author": "568281208262361088", - "animated": false, - "created": 1588000672, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "GWseremePeepoHappy": { - "name": "GWseremePeepoHappy", - "id": "758274796881575956", - "author": "645086266404241408", - "animated": false, - "created": 1600857199, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "GWsetmyxPeepoPinged": { - "name": "GWsetmyxPeepoPinged", - "id": "737000289680359464", - "author": "508723782987546671", - "animated": false, - "created": 1595784961, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "GWsetmyxPeepoSad": { - "name": "GWsetmyxPeepoSad", - "id": "737000065414987936", - "author": "508723782987546671", - "animated": false, - "created": 1595784908, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "GWsetmyxPeepoWeird": { - "name": "GWsetmyxPeepoWeird", - "id": "480198126863515669", - "author": "399334056099315732", - "animated": false, - "created": 1534558555, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "gyabaile": { - "name": "gyabaile", - "id": "777643858062082058", - "author": "705888505154502697", - "animated": true, - "created": 1605475143, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "gyro": { - "name": "gyro", - "id": "784855781613895720", - "author": "293107176355004416", - "animated": false, - "created": 1607194600, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "gyromecha": { - "name": "gyromecha", - "id": "753375759703212092", - "author": "293107176355004416", - "animated": false, - "created": 1599689178, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "HA": { - "name": "HA", - "id": "715425274627358732", - "author": "419348821684781066", - "animated": false, - "created": 1590641077, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "haaaw": { - "name": "haaaw", - "id": "774836244126629888", - "author": "257252090642956288", - "animated": false, - "created": 1604805756, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "haart": { - "name": "haart", - "id": "786591410069176320", - "author": "745373578664476892", - "animated": true, - "created": 1607608406, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "haatofukkireta": { - "name": "haatofukkireta", - "id": "779160597626880040", - "author": "466061790627889167", - "animated": true, - "created": 1605836762, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hachama": { - "name": "hachama", - "id": "769350408380219484", - "author": "187972637505486848", - "animated": true, - "created": 1603497831, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "HachiHype": { - "name": "HachiHype", - "id": "772319794551848992", - "author": "727325977755254874", - "animated": true, - "created": 1604205788, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "HachikoPat": { - "name": "HachikoPat", - "id": "782743553495400478", - "author": "687902310315458594", - "animated": true, - "created": 1606691005, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hack": { - "name": "hack", - "id": "786688960936149022", - "author": "714546696063025255", - "animated": true, - "created": 1607631664, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hacker": { - "name": "hacker", - "id": "699659077231312950", - "author": "465948893234855957", - "animated": true, - "created": 1586882123, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hackerman": { - "name": "hackerman", - "id": "654845552042967061", - "author": "241760719899459585", - "animated": false, - "created": 1576197746, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hah": { - "name": "hah", - "id": "700956672981598218", - "author": "270343119902474240", - "animated": false, - "created": 1587191494, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "HAHA": { - "name": "HAHA", - "id": "417138913929592832", - "author": "158076473842991104", - "animated": false, - "created": 1525387944, - "modified": 1533892038, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "HAhaa": { - "name": "HAhaa", - "id": "492047737269780482", - "author": "140516693242937345", - "animated": false, - "created": 1525387944, - "modified": 1537383739, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "haha_fb": { - "name": "haha_fb", - "id": "783252005355257886", - "author": "496037931140513800", - "animated": false, - "created": 1606812230, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hahaha": { - "name": "hahaha", - "id": "548207070659215373", - "author": "420979511786733568", - "animated": true, - "created": 1550773151, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "HAHAHAHA": { - "name": "HAHAHAHA", - "id": "787420600586469406", - "author": "474278021877071872", - "animated": false, - "created": 1607806100, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hahal": { - "name": "hahal", - "id": "778637916221210634", - "author": "279764106926620684", - "animated": false, - "created": 1605712145, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "haha_NO": { - "name": "haha_NO", - "id": "783880771919413258", - "author": "697542753449672775", - "animated": true, - "created": 1606962139, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hahano": { - "name": "hahano", - "id": "763797442793439242", - "author": "680493273990955123", - "animated": false, - "created": 1602173901, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hahanoo": { - "name": "hahanoo", - "id": "788058690279833600", - "author": "494688594603147284", - "animated": false, - "created": 1607958233, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hahaupvote": { - "name": "hahaupvote", - "id": "778637927717797950", - "author": "279764106926620684", - "animated": false, - "created": 1605712148, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hahawtf": { - "name": "hahawtf", - "id": "777043394471264296", - "author": "550891623538753537", - "animated": false, - "created": 1605331982, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hahayes": { - "name": "hahayes", - "id": "492047741267083284", - "author": "140516693242937345", - "animated": false, - "created": 1533923065, - "modified": 1537383740, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "haikyuu_bokutostab": { - "name": "haikyuu_bokutostab", - "id": "786950028123439125", - "author": "718818001633280071", - "animated": false, - "created": 1607693907, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "haikyuu_tendoustab": { - "name": "haikyuu_tendoustab", - "id": "786950048029081646", - "author": "718818001633280071", - "animated": false, - "created": 1607693912, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "haKErman": { - "name": "haKErman", - "id": "766272012980453447", - "author": "438644880152068127", - "animated": false, - "created": 1602763884, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "halo": { - "name": "halo", - "id": "787367520373833768", - "author": "163352673456881667", - "animated": true, - "created": 1607793445, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hamaaa": { - "name": "hamaaa", - "id": "750753441155907684", - "author": "300283548470870016", - "animated": false, - "created": 1599063968, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "HAMLUL": { - "name": "HAMLUL", - "id": "786153095495155724", - "author": "676134602837852172", - "animated": true, - "created": 1607503904, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hampter": { - "name": "hampter", - "id": "778413132120981534", - "author": "564189171099631616", - "animated": false, - "created": 1605658552, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hamstee": { - "name": "hamstee", - "id": "773570225278287903", - "author": "692199943288389644", - "animated": false, - "created": 1604503914, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Hamsterfight": { - "name": "Hamsterfight", - "id": "757648838201835660", - "author": "212962491783839744", - "animated": true, - "created": 1600707959, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hana": { - "name": "hana", - "id": "745777633236746301", - "author": "600794243757375575", - "animated": false, - "created": 1597877643, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hand": { - "name": "hand", - "id": "773649102860845107", - "author": "651225309814980629", - "animated": false, - "created": 1604522719, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hand1": { - "name": "hand1", - "id": "746100531122143305", - "author": "383723642489405441", - "animated": false, - "created": 1597954628, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hand2": { - "name": "hand2", - "id": "746100679004782714", - "author": "383723642489405441", - "animated": false, - "created": 1597954663, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "HandsUp": { - "name": "HandsUp", - "id": "705314228848033802", - "author": "269691188875886593", - "animated": false, - "created": 1588230416, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hapidei": { - "name": "hapidei", - "id": "771040148598423593", - "author": "452626907771568129", - "animated": false, - "created": 1603900696, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "HapiPapi": { - "name": "HapiPapi", - "id": "787894155824594994", - "author": "625114438042779658", - "animated": false, - "created": 1607919005, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "happi": { - "name": "happi", - "id": "782742491396571166", - "author": "748023719833894942", - "animated": false, - "created": 1606690753, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "happibenni": { - "name": "happibenni", - "id": "782739422016962621", - "author": "748023719833894942", - "animated": false, - "created": 1606690020, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "happihanako": { - "name": "happihanako", - "id": "782746614418767874", - "author": "748023719833894942", - "animated": false, - "created": 1606691735, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "happy": { - "name": "happy", - "id": "454518207789924363", - "author": "249570726779158529", - "animated": false, - "created": 1528450385, - "modified": 1533892038, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "happyanii": { - "name": "happyanii", - "id": "784437255699562526", - "author": "353109234201788427", - "animated": true, - "created": 1607094816, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "happychamp": { - "name": "happychamp", - "id": "783014654045716520", - "author": "427135249152212992", - "animated": false, - "created": 1606755641, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "HappyDance": { - "name": "HappyDance", - "id": "786084717920256012", - "author": "730519813184815126", - "animated": true, - "created": 1607487601, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "happyday": { - "name": "happyday", - "id": "771484417386217503", - "author": "468192500025262081", - "animated": false, - "created": 1604006618, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "happyhum": { - "name": "happyhum", - "id": "781602538230251531", - "author": "427135249152212992", - "animated": false, - "created": 1606418966, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "happymel": { - "name": "happymel", - "id": "786340786613911582", - "author": "452839284890664970", - "animated": false, - "created": 1607548653, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "happynt": { - "name": "happynt", - "id": "749460020856619069", - "author": "704662972739616809", - "animated": false, - "created": 1598755593, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "happypug": { - "name": "happypug", - "id": "741023171024650345", - "author": "467098286642167819", - "animated": true, - "created": 1596744091, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "HappyWow": { - "name": "HappyWow", - "id": "786948557105790976", - "author": "718818001633280071", - "animated": false, - "created": 1607693556, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Hard": { - "name": "Hard", - "id": "722644543299911750", - "author": "266339295353110528", - "animated": false, - "created": 1592362285, - "modified": 1592362910, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hardBass": { - "name": "hardBass", - "id": "789954052452384798", - "author": "768741691250311180", - "animated": true, - "created": 1608410122, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "harold": { - "name": "harold", - "id": "656614455928553482", - "author": "135129300063092737", - "animated": false, - "created": 1576619485, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "HarryGRR": { - "name": "HarryGRR", - "id": "788954072619155487", - "author": "532025158865780756", - "animated": false, - "created": 1608171709, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "haskell": { - "name": "haskell", - "id": "492047756895059979", - "author": "140516693242937345", - "animated": false, - "created": 1525387944, - "modified": 1537383743, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "hassu": { - "name": "hassu", - "id": "775346741510930432", - "author": "592187940138909707", - "animated": true, - "created": 1604927468, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hastalaproxima": { - "name": "hastalaproxima", - "id": "647980928362217483", - "author": "333303752800993284", - "animated": true, - "created": 1574561092, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "HaventKnownWhatsGoingOnSince2008": { - "name": "HaventKnownWhatsGoingOnSince2008", - "id": "781503147788206082", - "author": "428461954064056340", - "animated": false, - "created": 1606395270, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hawkek": { - "name": "hawkek", - "id": "781492162708897812", - "author": "495518017434681365", - "animated": false, - "created": 1606392651, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hax": { - "name": "hax", - "id": "772654630047842337", - "author": "469162062086537226", - "animated": false, - "created": 1604285619, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "haze": { - "name": "haze", - "id": "762353952393527316", - "author": "293107176355004416", - "animated": false, - "created": 1601829746, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hb_rukjabhsdk": { - "name": "hb_rukjabhsdk", - "id": "781069094610141210", - "author": "428959374866907139", - "animated": false, - "created": 1606291783, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "HD": { - "name": "HD", - "id": "735533398524821504", - "author": "505905651008929803", - "animated": false, - "created": 1595435228, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "h_dance": { - "name": "h_dance", - "id": "789073243004731403", - "author": "616213997338886155", - "animated": true, - "created": 1608200121, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "HDPeepoHappy": { - "name": "HDPeepoHappy", - "id": "774652438795255868", - "author": "727325977755254874", - "animated": false, - "created": 1604761933, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "he": { - "name": "he", - "id": "701142941787226193", - "author": "621151532125126677", - "animated": false, - "created": 1587235904, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "headbang": { - "name": "headbang", - "id": "757439595398037526", - "author": "476613544297889793", - "animated": true, - "created": 1600658072, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "headpat": { - "name": "headpat", - "id": "594174664843198465", - "author": "294000583998832650", - "animated": true, - "created": 1561732679, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "heart": { - "name": "heart", - "id": "716103814243024920", - "author": "334129505704738816", - "animated": false, - "created": 1590802854, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "heart_colorrainbow": { - "name": "heart_colorrainbow", - "id": "786950062080524318", - "author": "718818001633280071", - "animated": true, - "created": 1607693915, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "HeartDarkgreen": { - "name": "HeartDarkgreen", - "id": "781878749704224808", - "author": "548201429584838677", - "animated": false, - "created": 1606484820, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "HeartDarkmarine": { - "name": "HeartDarkmarine", - "id": "781878774311944212", - "author": "548201429584838677", - "animated": false, - "created": 1606484826, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "HeartDeeppurple": { - "name": "HeartDeeppurple", - "id": "781878700731006998", - "author": "548201429584838677", - "animated": false, - "created": 1606484809, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "heartfrog": { - "name": "heartfrog", - "id": "786153157947424798", - "author": "676134602837852172", - "animated": false, - "created": 1607503919, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "heartheart": { - "name": "heartheart", - "id": "781965825564868648", - "author": "418576096867385344", - "animated": true, - "created": 1606505581, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "HeartLightgreen": { - "name": "HeartLightgreen", - "id": "781878687481200650", - "author": "548201429584838677", - "animated": false, - "created": 1606484805, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "HeartLightorange": { - "name": "HeartLightorange", - "id": "781878733703086120", - "author": "548201429584838677", - "animated": false, - "created": 1606484817, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "heartlightpink": { - "name": "heartlightpink", - "id": "786700314413105162", - "author": "711736084438057031", - "animated": true, - "created": 1607634371, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "HeartOceanblue": { - "name": "HeartOceanblue", - "id": "781878652081799169", - "author": "548201429584838677", - "animated": false, - "created": 1606484797, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "heartonano": { - "name": "heartonano", - "id": "769931675362394112", - "author": "156253255666499584", - "animated": false, - "created": 1603636416, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "HeartPink": { - "name": "HeartPink", - "id": "781878567679295509", - "author": "548201429584838677", - "animated": false, - "created": 1606484777, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "heartpounding": { - "name": "heartpounding", - "id": "781878717727113276", - "author": "548201429584838677", - "animated": true, - "created": 1606484813, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Hearts": { - "name": "Hearts", - "id": "754095811452862556", - "author": "659848528834854943", - "animated": true, - "created": 1599860851, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "HeartSoftpink": { - "name": "HeartSoftpink", - "id": "781878673115709471", - "author": "548201429584838677", - "animated": false, - "created": 1606484802, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "HeartSoftpurple": { - "name": "HeartSoftpurple", - "id": "781878612122533908", - "author": "548201429584838677", - "animated": false, - "created": 1606484787, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Heartt0": { - "name": "Heartt0", - "id": "786523217060823040", - "author": "475441723410219012", - "animated": true, - "created": 1607592147, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "HeatedHeart": { - "name": "HeatedHeart", - "id": "784574191760179242", - "author": "476918199061839902", - "animated": false, - "created": 1607127464, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "HeavyBreathing": { - "name": "HeavyBreathing", - "id": "772427121909432330", - "author": "298508203447156737", - "animated": false, - "created": 1604231376, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hecatiadance": { - "name": "hecatiadance", - "id": "773361346309128192", - "author": "739936426799661086", - "animated": true, - "created": 1604454113, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hecatiadance2": { - "name": "hecatiadance2", - "id": "773361600974815253", - "author": "739936426799661086", - "animated": true, - "created": 1604454174, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hecatiadance3": { - "name": "hecatiadance3", - "id": "773361680821649418", - "author": "739936426799661086", - "animated": true, - "created": 1604454193, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "heeeey": { - "name": "heeeey", - "id": "782741894543179807", - "author": "748023719833894942", - "animated": false, - "created": 1606690610, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "heh": { - "name": "heh", - "id": "695120879092367411", - "author": "681411516959817728", - "animated": false, - "created": 1585800132, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Hehe": { - "name": "Hehe", - "id": "444349760170885121", - "author": "389400001962573825", - "animated": false, - "created": 1526026038, - "modified": 1533892038, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "heheboi": { - "name": "heheboi", - "id": "733301553850744903", - "author": "691082071833051238", - "animated": false, - "created": 1594903114, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "heheboy": { - "name": "heheboy", - "id": "739622712464637983", - "author": "465947365975654402", - "animated": false, - "created": 1596410196, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hehee": { - "name": "hehee", - "id": "783020777880289360", - "author": "352617359036514304", - "animated": false, - "created": 1606757101, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "heheflushed": { - "name": "heheflushed", - "id": "788397835578114058", - "author": "715373648520806432", - "animated": false, - "created": 1608039091, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "heheh": { - "name": "heheh", - "id": "769179401299558410", - "author": "748223077669929001", - "animated": false, - "created": 1603457060, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hehehe": { - "name": "hehehe", - "id": "751092724039417936", - "author": "531673820994732042", - "animated": false, - "created": 1599144860, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "heheheboy": { - "name": "heheheboy", - "id": "787855039284379659", - "author": "472585871602876427", - "animated": false, - "created": 1607909679, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hehehehe": { - "name": "hehehehe", - "id": "787854521098698782", - "author": "472585871602876427", - "animated": false, - "created": 1607909555, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "heilhitler": { - "name": "heilhitler", - "id": "788399472576167956", - "author": "687051560236220577", - "animated": false, - "created": 1608039482, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hell": { - "name": "hell", - "id": "693914289739661352", - "author": "435515741517643777", - "animated": false, - "created": 1585512459, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hello": { - "name": "hello", - "id": "554827323279671296", - "author": "463755733725610016", - "animated": false, - "created": 1552351542, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hellobingus": { - "name": "hellobingus", - "id": "786359604758052935", - "author": "219580469933506560", - "animated": false, - "created": 1607553139, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hellokitty": { - "name": "hellokitty", - "id": "786150464172720158", - "author": "745612575454134283", - "animated": false, - "created": 1607503276, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hellooo": { - "name": "hellooo", - "id": "782741885269180437", - "author": "748023719833894942", - "animated": false, - "created": 1606690608, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Hellothere": { - "name": "Hellothere", - "id": "782982972882157568", - "author": "746455541685026831", - "animated": false, - "created": 1606748088, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "helltakerDance": { - "name": "helltakerDance", - "id": "789486467851747328", - "author": "613683732276314114", - "animated": true, - "created": 1608298641, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "helltakerdance2": { - "name": "helltakerdance2", - "id": "789498321919803424", - "author": "613683732276314114", - "animated": true, - "created": 1608301468, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "HelltakerYes": { - "name": "HelltakerYes", - "id": "789486376072249355", - "author": "613683732276314114", - "animated": true, - "created": 1608298620, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "helmo": { - "name": "helmo", - "id": "636377190426083338", - "author": "283075398948880384", - "animated": true, - "created": 1571794545, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "help": { - "name": "help", - "id": "620686604847284254", - "author": "336300820729692160", - "animated": false, - "created": 1525387944, - "modified": 1568058549, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "helpme": { - "name": "helpme", - "id": "758850387750682635", - "author": "242691348560478209", - "animated": false, - "created": 1600994431, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "HelpyBaile": { - "name": "HelpyBaile", - "id": "780519406383661077", - "author": "741850493088694343", - "animated": true, - "created": 1606160727, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hemaddark": { - "name": "hemaddark", - "id": "782105627555004467", - "author": "386634109054877707", - "animated": false, - "created": 1606538912, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "henry": { - "name": "henry", - "id": "744110925270876220", - "author": "305774105100025857", - "animated": true, - "created": 1597480269, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Henrybaile": { - "name": "Henrybaile", - "id": "778350960686661692", - "author": "741850493088694343", - "animated": true, - "created": 1605643730, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "HenryDance": { - "name": "HenryDance", - "id": "778350836110983219", - "author": "741850493088694343", - "animated": true, - "created": 1605643700, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "henrydistractiomdance": { - "name": "henrydistractiomdance", - "id": "789608712171814932", - "author": "602312774676119593", - "animated": true, - "created": 1608327787, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "henrystickmin": { - "name": "henrystickmin", - "id": "785975555207462944", - "author": "774605872440803360", - "animated": true, - "created": 1607461575, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "HenryStickminBaile": { - "name": "HenryStickminBaile", - "id": "780075038098325504", - "author": "741850493088694343", - "animated": true, - "created": 1606054782, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hentai": { - "name": "hentai", - "id": "773639088917970945", - "author": "236916623435497474", - "animated": false, - "created": 1604520332, - "modified": 1604521354, - "preserve": false, - "description": null, - "nsfw": "MOD_NSFW" - }, - "heppy": { - "name": "heppy", - "id": "771111462382993438", - "author": "373893861950488576", - "animated": false, - "created": 1603917699, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Here": { - "name": "Here", - "id": "784440283852308500", - "author": "711751154119475291", - "animated": false, - "created": 1607095537, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hereje": { - "name": "hereje", - "id": "770729889904328715", - "author": "564111150443266125", - "animated": false, - "created": 1603826725, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "heroawaken": { - "name": "heroawaken", - "id": "750041894221774910", - "author": "655227024453140512", - "animated": false, - "created": 1598894322, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "heroku": { - "name": "heroku", - "id": "492047773269622784", - "author": "356091260429402122", - "animated": false, - "created": 1535265578, - "modified": 1537383747, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "hero_ura_nervous": { - "name": "hero_ura_nervous", - "id": "786299110315393065", - "author": "734977654314237973", - "animated": true, - "created": 1607538716, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "herrscher": { - "name": "herrscher", - "id": "785518636097339393", - "author": "431503640193138689", - "animated": false, - "created": 1607352637, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hesnotright": { - "name": "hesnotright", - "id": "788075178848288768", - "author": "88006461619200000", - "animated": false, - "created": 1607962164, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "HestiaHug": { - "name": "HestiaHug", - "id": "771010996902952981", - "author": "700117364485914704", - "animated": false, - "created": 1603893746, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hey": { - "name": "hey", - "id": "506588438602973185", - "author": "310200076397969411", - "animated": false, - "created": 1540850506, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hgis": { - "name": "hgis", - "id": "769699776723025921", - "author": "293107176355004416", - "animated": false, - "created": 1603581127, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hh_cute_aargh": { - "name": "hh_cute_aargh", - "id": "783239602164334622", - "author": "343040024989663234", - "animated": false, - "created": 1606809273, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hhh": { - "name": "hhh", - "id": "612036144095297621", - "author": "287711579749744642", - "animated": false, - "created": 1565991187, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hhhhh": { - "name": "hhhhh", - "id": "782741876381712425", - "author": "748023719833894942", - "animated": false, - "created": 1606690606, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hi": { - "name": "hi", - "id": "434902884690427904", - "author": "308162538648895489", - "animated": true, - "created": 1525387944, - "modified": 1533892038, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hibingus": { - "name": "hibingus", - "id": "787849443847307324", - "author": "737371717785354334", - "animated": false, - "created": 1607908345, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hide": { - "name": "hide", - "id": "723487671124492338", - "author": "684365564914958370", - "animated": false, - "created": 1592563302, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "HideThePain": { - "name": "HideThePain", - "id": "752901602737782794", - "author": "641595414226796564", - "animated": false, - "created": 1599576130, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hidingcoy": { - "name": "hidingcoy", - "id": "782107706189807626", - "author": "690953891482828890", - "animated": true, - "created": 1606539408, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hiel": { - "name": "hiel", - "id": "785208388673732608", - "author": "293107176355004416", - "animated": false, - "created": 1607278668, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Hielashhh": { - "name": "Hielashhh", - "id": "774842612964261918", - "author": "311133475191390210", - "animated": false, - "created": 1604807274, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hienamimir": { - "name": "hienamimir", - "id": "779494515353321482", - "author": "467098286642167819", - "animated": true, - "created": 1605916374, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hihi": { - "name": "hihi", - "id": "695163059831963678", - "author": "396995890545426435", - "animated": false, - "created": 1585810189, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hii": { - "name": "hii", - "id": "781242482112462878", - "author": "495518017434681365", - "animated": true, - "created": 1606333122, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "himarienggas": { - "name": "himarienggas", - "id": "775674358436855888", - "author": "403597576223326228", - "animated": true, - "created": 1605005578, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hinapensive": { - "name": "hinapensive", - "id": "771897048173379595", - "author": "293107176355004416", - "animated": false, - "created": 1604104997, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hipersacudida": { - "name": "hipersacudida", - "id": "715626109538009118", - "author": "521802133796945962", - "animated": true, - "created": 1590688960, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "HiroHamada": { - "name": "HiroHamada", - "id": "782158932953006090", - "author": "496037931140513800", - "animated": false, - "created": 1606551621, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hisuicringe": { - "name": "hisuicringe", - "id": "784846347517427722", - "author": "488054792325824532", - "animated": false, - "created": 1607192351, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hisuiwhy": { - "name": "hisuiwhy", - "id": "784846043647967232", - "author": "488054792325824532", - "animated": false, - "created": 1607192278, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hitler": { - "name": "hitler", - "id": "451814119457292313", - "author": "98425391647031296", - "animated": false, - "created": 1527805680, - "modified": 1533892038, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hitoshikiayaya": { - "name": "hitoshikiayaya", - "id": "789895265867399188", - "author": "293107176355004416", - "animated": false, - "created": 1608396107, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hiu": { - "name": "hiu", - "id": "763424195048112198", - "author": "279223421940924416", - "animated": false, - "created": 1602084912, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hiudo": { - "name": "hiudo", - "id": "757877552814620713", - "author": "343310328089804803", - "animated": false, - "created": 1600762489, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hk": { - "name": "hk", - "id": "773387371563188269", - "author": "736497741697646653", - "animated": false, - "created": 1604460318, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hkmelodybruh": { - "name": "hkmelodybruh", - "id": "783568227413393450", - "author": "697254632434434078", - "animated": false, - "created": 1606887623, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hkmelodylay": { - "name": "hkmelodylay", - "id": "783568252613165107", - "author": "697254632434434078", - "animated": false, - "created": 1606887629, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hkmelodylovestruck": { - "name": "hkmelodylovestruck", - "id": "783568148628373515", - "author": "697254632434434078", - "animated": false, - "created": 1606887604, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hkmelodywink": { - "name": "hkmelodywink", - "id": "783568198280019998", - "author": "697254632434434078", - "animated": false, - "created": 1606887616, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hm": { - "name": "hm", - "id": "599234587792769057", - "author": "376162092882853900", - "animated": false, - "created": 1562939059, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hmm": { - "name": "hmm", - "id": "423828329230106635", - "author": "316771497014198272", - "animated": false, - "created": 1525387944, - "modified": 1533892038, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hmmm": { - "name": "hmmm", - "id": "472887597295861802", - "author": "98425391647031296", - "animated": false, - "created": 1532815589, - "modified": 1533892038, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hmmm2": { - "name": "hmmm2", - "id": "525492041614884874", - "author": "140516693242937345", - "animated": false, - "created": 1545357465, - "modified": 1545357480, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "hmmmm": { - "name": "hmmmm", - "id": "556761776147005485", - "author": "268067700830371840", - "animated": true, - "created": 1552812751, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hmmmmm": { - "name": "hmmmmm", - "id": "725393930551689277", - "author": "456611971207528461", - "animated": true, - "created": 1593017790, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hmmmmmm": { - "name": "hmmmmmm", - "id": "760838697746432061", - "author": "500680089604980756", - "animated": true, - "created": 1601468481, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hmmmmmmmmmmmmm": { - "name": "hmmmmmmmmmmmmm", - "id": "783188513960886304", - "author": "581699248568139776", - "animated": false, - "created": 1606797092, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hmph": { - "name": "hmph", - "id": "757502433651064885", - "author": "728030515726123028", - "animated": false, - "created": 1600673054, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hms": { - "name": "hms", - "id": "782114244774330370", - "author": "690953891482828890", - "animated": true, - "created": 1606540967, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hoal": { - "name": "hoal", - "id": "724431973204099123", - "author": "289063686604324864", - "animated": false, - "created": 1592788441, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hobble": { - "name": "hobble", - "id": "753834045879877702", - "author": "567390950838501376", - "animated": true, - "created": 1599798442, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hoe": { - "name": "hoe", - "id": "766646351957458994", - "author": "446772590787428372", - "animated": false, - "created": 1602853133, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hoeido": { - "name": "hoeido", - "id": "748735610617069569", - "author": "214777632947044352", - "animated": true, - "created": 1598582880, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hoeigei": { - "name": "hoeigei", - "id": "748734940937584670", - "author": "214777632947044352", - "animated": true, - "created": 1598582720, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hoeisida": { - "name": "hoeisida", - "id": "748036527539486750", - "author": "214777632947044352", - "animated": true, - "created": 1598416206, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hoenn": { - "name": "hoenn", - "id": "784854581673984100", - "author": "293107176355004416", - "animated": false, - "created": 1607194314, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "HoesExtraMad": { - "name": "HoesExtraMad", - "id": "782113603767500841", - "author": "690953891482828890", - "animated": true, - "created": 1606540814, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hoesmad": { - "name": "hoesmad", - "id": "773993943250763836", - "author": "426002740162854922", - "animated": true, - "created": 1604604936, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hoho": { - "name": "hoho", - "id": "779704929174028298", - "author": "330632340088815616", - "animated": false, - "created": 1605966541, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hola": { - "name": "hola", - "id": "639000686608252958", - "author": "377534142449057802", - "animated": true, - "created": 1572420035, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hola_": { - "name": "hola_", - "id": "786029343578521630", - "author": "701103722453008518", - "animated": false, - "created": 1607474400, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "holabom": { - "name": "holabom", - "id": "743170615434936376", - "author": "723326259056345171", - "animated": false, - "created": 1597256082, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "holabom2": { - "name": "holabom2", - "id": "786161896939061248", - "author": "723326259056345171", - "animated": false, - "created": 1607506002, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "holahermosa": { - "name": "holahermosa", - "id": "787727945983852575", - "author": "586219689466658816", - "animated": false, - "created": 1607879377, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "holapedazodetrolo": { - "name": "holapedazodetrolo", - "id": "786302436007870504", - "author": "685852503673143300", - "animated": false, - "created": 1607539511, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "holdingsteel": { - "name": "holdingsteel", - "id": "785499364298195009", - "author": "434603155695730709", - "animated": true, - "created": 1607348042, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "holdupraven": { - "name": "holdupraven", - "id": "788563909811372043", - "author": "353109234201788427", - "animated": false, - "created": 1608078687, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "holehorse": { - "name": "holehorse", - "id": "789151179618910208", - "author": "475156812329517068", - "animated": false, - "created": 1608218703, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "holi": { - "name": "holi", - "id": "740283922285461504", - "author": "490700636367618064", - "animated": false, - "created": 1596567840, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "holis": { - "name": "holis", - "id": "757954309500698754", - "author": "676818445068927006", - "animated": true, - "created": 1600780789, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hollow": { - "name": "hollow", - "id": "758325816429117501", - "author": "430363693448953856", - "animated": false, - "created": 1600869363, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "HoloSad": { - "name": "HoloSad", - "id": "752612998476202055", - "author": "371341644131336199", - "animated": true, - "created": 1599507322, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "holyfuck": { - "name": "holyfuck", - "id": "632651223153115147", - "author": "140516693242937345", - "animated": false, - "created": 1570906205, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "holyshit": { - "name": "holyshit", - "id": "781927029653241897", - "author": "479017973462466571", - "animated": false, - "created": 1606496331, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Homer_hide": { - "name": "Homer_hide", - "id": "782114167711858760", - "author": "690953891482828890", - "animated": true, - "created": 1606540948, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Homero": { - "name": "Homero", - "id": "767926007637606450", - "author": "717431661226360944", - "animated": false, - "created": 1603158227, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "homeroculo": { - "name": "homeroculo", - "id": "738124081655971861", - "author": "661789191470055436", - "animated": false, - "created": 1596052894, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Homo": { - "name": "Homo", - "id": "771598122936958996", - "author": "344313085730750464", - "animated": false, - "created": 1604033728, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "HoneyLemon": { - "name": "HoneyLemon", - "id": "782158696992997407", - "author": "496037931140513800", - "animated": false, - "created": 1606551565, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "honeytime": { - "name": "honeytime", - "id": "782456188738600980", - "author": "325346618364788737", - "animated": true, - "created": 1606622492, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "honghot": { - "name": "honghot", - "id": "787895069599989791", - "author": "681411516959817728", - "animated": false, - "created": 1607919223, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "honk": { - "name": "honk", - "id": "572835180755157013", - "author": "266125398117580802", - "animated": false, - "created": 1556644950, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "honkbonk": { - "name": "honkbonk", - "id": "786155288654905405", - "author": "676134602837852172", - "animated": false, - "created": 1607504426, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "honkbow": { - "name": "honkbow", - "id": "786155300805017680", - "author": "676134602837852172", - "animated": true, - "created": 1607504429, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "honkkidnap": { - "name": "honkkidnap", - "id": "786155315728482304", - "author": "676134602837852172", - "animated": false, - "created": 1607504433, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "honkkk": { - "name": "honkkk", - "id": "783187913785212938", - "author": "581699248568139776", - "animated": true, - "created": 1606796949, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "honkstab": { - "name": "honkstab", - "id": "786155337422077984", - "author": "676134602837852172", - "animated": false, - "created": 1607504438, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "honkStar": { - "name": "honkStar", - "id": "786155349001633822", - "author": "676134602837852172", - "animated": false, - "created": 1607504441, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "honk_think": { - "name": "honk_think", - "id": "786155277471711252", - "author": "676134602837852172", - "animated": false, - "created": 1607504424, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "honkWAR": { - "name": "honkWAR", - "id": "786155182035173426", - "author": "676134602837852172", - "animated": false, - "created": 1607504401, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "horny": { - "name": "horny", - "id": "691120535605870664", - "author": "287711579749744642", - "animated": false, - "created": 1584846376, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "horny1": { - "name": "horny1", - "id": "780942133636104233", - "author": "569937267012010015", - "animated": false, - "created": 1606261514, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hornybonk": { - "name": "hornybonk", - "id": "783609891788423200", - "author": "274902785865023488", - "animated": true, - "created": 1606897557, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hornyjail": { - "name": "hornyjail", - "id": "730059856379379814", - "author": "425046879047385108", - "animated": true, - "created": 1594130233, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hornymf": { - "name": "hornymf", - "id": "788811568694951947", - "author": "496114314944577537", - "animated": false, - "created": 1608137733, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hornyteen": { - "name": "hornyteen", - "id": "638041139261210654", - "author": "525249952008503297", - "animated": false, - "created": 1572191264, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hornytime": { - "name": "hornytime", - "id": "767536191578177546", - "author": "708404644052729879", - "animated": false, - "created": 1603065288, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hOt": { - "name": "hOt", - "id": "693985687128768584", - "author": "644688771798925334", - "animated": false, - "created": 1585529481, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "how": { - "name": "how", - "id": "742438692659920987", - "author": "268138992606773248", - "animated": false, - "created": 1597081578, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "howcutehanako": { - "name": "howcutehanako", - "id": "782746591081660456", - "author": "748023719833894942", - "animated": false, - "created": 1606691730, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "howstabseesastolfo": { - "name": "howstabseesastolfo", - "id": "788431724022333451", - "author": "336021639970029569", - "animated": false, - "created": 1608047171, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "HR": { - "name": "HR", - "id": "579823752188133376", - "author": "217603705791315968", - "animated": false, - "created": 1558311338, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "HR_KyoThumbsUp": { - "name": "HR_KyoThumbsUp", - "id": "788447353396658257", - "author": "284819168791101450", - "animated": true, - "created": 1608050898, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hrsparkles": { - "name": "hrsparkles", - "id": "665986566677856349", - "author": "105066469422796800", - "animated": true, - "created": 1578853971, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "HRweird": { - "name": "HRweird", - "id": "566992872797241364", - "author": "256056872254177281", - "animated": false, - "created": 1555252035, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "HRwird": { - "name": "HRwird", - "id": "778648504082890812", - "author": "373893861950488576", - "animated": false, - "created": 1605714670, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hue": { - "name": "hue", - "id": "778590033057415168", - "author": "729015115411750943", - "animated": false, - "created": 1605700729, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hueh": { - "name": "hueh", - "id": "783750345490169918", - "author": "364295643784806410", - "animated": false, - "created": 1606931044, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "huevos": { - "name": "huevos", - "id": "730702222920253512", - "author": "558803847372472320", - "animated": true, - "created": 1594283385, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hug": { - "name": "hug", - "id": "501094827216076815", - "author": "423622733092618241", - "animated": false, - "created": 1539540776, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hugged": { - "name": "hugged", - "id": "778025515386142731", - "author": "149795569341038592", - "animated": false, - "created": 1605566138, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hugging3": { - "name": "hugging3", - "id": "786153084346302505", - "author": "676134602837852172", - "animated": true, - "created": 1607503901, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "huggu": { - "name": "huggu", - "id": "743227979617796257", - "author": "723891610709917808", - "animated": true, - "created": 1597269758, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hughanako": { - "name": "hughanako", - "id": "782746523875409920", - "author": "748023719833894942", - "animated": false, - "created": 1606691714, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hugs": { - "name": "hugs", - "id": "734014233783566336", - "author": "474766173603495937", - "animated": false, - "created": 1595073030, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "huh": { - "name": "huh", - "id": "506579521173192724", - "author": "173802451437223938", - "animated": false, - "created": 1540848380, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "huh_": { - "name": "huh_", - "id": "785382795518279711", - "author": "454495962426114058", - "animated": false, - "created": 1607320251, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "huh2": { - "name": "huh2", - "id": "787341018739376138", - "author": "569937267012010015", - "animated": false, - "created": 1607787127, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "huhh": { - "name": "huhh", - "id": "786364375845568552", - "author": "567390950838501376", - "animated": false, - "created": 1607554277, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "huhhanako": { - "name": "huhhanako", - "id": "782746605454753822", - "author": "748023719833894942", - "animated": false, - "created": 1606691733, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "huhhhhh": { - "name": "huhhhhh", - "id": "782742478574190593", - "author": "748023719833894942", - "animated": false, - "created": 1606690749, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "HuhNigga": { - "name": "HuhNigga", - "id": "786266540169232415", - "author": "453944829362307072", - "animated": true, - "created": 1607530951, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hum": { - "name": "hum", - "id": "767199503811477514", - "author": "691838494581981218", - "animated": false, - "created": 1602985015, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "human": { - "name": "human", - "id": "769611884038979627", - "author": "679596611323953175", - "animated": false, - "created": 1603560172, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hunkblush": { - "name": "hunkblush", - "id": "782166259092684810", - "author": "496037931140513800", - "animated": false, - "created": 1606553368, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hur": { - "name": "hur", - "id": "788567893112651837", - "author": "353109234201788427", - "animated": false, - "created": 1608079636, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "husband": { - "name": "husband", - "id": "766087625516908544", - "author": "328348458627104768", - "animated": false, - "created": 1602719923, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hush": { - "name": "hush", - "id": "755788291973840947", - "author": "203208699500560385", - "animated": false, - "created": 1600264370, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hy": { - "name": "hy", - "id": "781302849116176384", - "author": "512509857606139905", - "animated": false, - "created": 1606347515, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hype": { - "name": "hype", - "id": "494972549923340289", - "author": "348432584893792256", - "animated": false, - "created": 1538081081, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hyped": { - "name": "hyped", - "id": "763086675198345217", - "author": "676818445068927006", - "animated": true, - "created": 1602004440, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hyper": { - "name": "hyper", - "id": "524374350342782979", - "author": "434579476878458890", - "animated": true, - "created": 1545091022, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hyperblobconga": { - "name": "hyperblobconga", - "id": "778642723158753300", - "author": "262133866062413825", - "animated": true, - "created": 1605713291, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hyperbongo": { - "name": "hyperbongo", - "id": "783187042430484493", - "author": "581699248568139776", - "animated": true, - "created": 1606796741, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hypercatvibe": { - "name": "hypercatvibe", - "id": "781894166866165790", - "author": "733395309916586025", - "animated": true, - "created": 1606488496, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Hyperclap": { - "name": "Hyperclap", - "id": "768272634902478878", - "author": "395446528992608258", - "animated": true, - "created": 1603240870, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hyperlewd": { - "name": "hyperlewd", - "id": "774298795696717875", - "author": "279223421940924416", - "animated": true, - "created": 1604677618, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hyperomegapoggersultra": { - "name": "hyperomegapoggersultra", - "id": "778667740059664464", - "author": "97360218127613952", - "animated": true, - "created": 1605719256, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Hyperpetrick": { - "name": "Hyperpetrick", - "id": "777311277432438814", - "author": "521802133796945962", - "animated": true, - "created": 1605395850, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hyperpug": { - "name": "hyperpug", - "id": "744955497433661652", - "author": "467098286642167819", - "animated": true, - "created": 1597681631, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hyperroll": { - "name": "hyperroll", - "id": "771357738181722172", - "author": "111861047790415872", - "animated": true, - "created": 1603976416, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hyperrotate": { - "name": "hyperrotate", - "id": "786282429237035069", - "author": "531287601609441300", - "animated": true, - "created": 1607534739, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "HYPERS": { - "name": "HYPERS", - "id": "620686613168521228", - "author": "274561812664549376", - "animated": false, - "created": 1533712269, - "modified": 1568058553, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hypersip": { - "name": "hypersip", - "id": "782934877648977921", - "author": "488694672441737236", - "animated": false, - "created": 1606736621, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hyperwhale": { - "name": "hyperwhale", - "id": "770174964938571787", - "author": "403597576223326228", - "animated": true, - "created": 1603694421, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "hyperworry": { - "name": "hyperworry", - "id": "598775577465323530", - "author": "239333423095742464", - "animated": false, - "created": 1562829622, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "iamout": { - "name": "iamout", - "id": "736097757063938049", - "author": "264572972998721537", - "animated": true, - "created": 1595569781, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "iasv": { - "name": "iasv", - "id": "781683952456695818", - "author": "609791313847517223", - "animated": false, - "created": 1606438377, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "i_bruh": { - "name": "i_bruh", - "id": "788994742678716458", - "author": "527449870873657344", - "animated": false, - "created": 1608181405, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "IBUKIIBUKIIBUKIIBUKIIBUKIIBUKI": { - "name": "IBUKIIBUKIIBUKIIBUKIIBUKIIBUKI", - "id": "782739204094033920", - "author": "748023719833894942", - "animated": true, - "created": 1606689968, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ibunnyhehe": { - "name": "ibunnyhehe", - "id": "788732828514910249", - "author": "721415443700514847", - "animated": false, - "created": 1608118960, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "icri": { - "name": "icri", - "id": "781388999558299709", - "author": "495518017434681365", - "animated": true, - "created": 1606368055, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "icry": { - "name": "icry", - "id": "775415381523300373", - "author": "353109234201788427", - "animated": false, - "created": 1604943833, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "idclol": { - "name": "idclol", - "id": "785658127261237309", - "author": "720337269889826846", - "animated": false, - "created": 1607385894, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "idiot": { - "name": "idiot", - "id": "782741856022429697", - "author": "748023719833894942", - "animated": false, - "created": 1606690601, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "idiotlmao": { - "name": "idiotlmao", - "id": "782773373734354984", - "author": "748023719833894942", - "animated": false, - "created": 1606698115, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "idk": { - "name": "idk", - "id": "644898393377996800", - "author": "314031020120866816", - "animated": true, - "created": 1573826159, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "idkb": { - "name": "idkb", - "id": "786656345142853633", - "author": "691838494581981218", - "animated": true, - "created": 1607623888, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "idle2": { - "name": "idle2", - "id": "492047821172899842", - "author": "455289384187592704", - "animated": false, - "created": 1536211761, - "modified": 1537383759, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "ieyasuhi": { - "name": "ieyasuhi", - "id": "781343675686322199", - "author": "544004454257524746", - "animated": true, - "created": 1606357249, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "igger": { - "name": "igger", - "id": "753000680725413922", - "author": "370757129268887553", - "animated": false, - "created": 1599599752, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "igniscrusher": { - "name": "igniscrusher", - "id": "781085795607248946", - "author": "250664753511399434", - "animated": false, - "created": 1606295765, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Iguess": { - "name": "Iguess", - "id": "782773749589606490", - "author": "748023719833894942", - "animated": false, - "created": 1606698205, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ihadto": { - "name": "ihadto", - "id": "492047825606148106", - "author": "433122997071642624", - "animated": true, - "created": 1530350012, - "modified": 1537383760, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "ihsorry": { - "name": "ihsorry", - "id": "785381994741497876", - "author": "454495962426114058", - "animated": false, - "created": 1607320059, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "II": { - "name": "II", - "id": "415317076685750285", - "author": "98425391647031296", - "animated": false, - "created": 1525387944, - "modified": 1533892038, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "iiii": { - "name": "iiii", - "id": "773355554181218345", - "author": "512509857606139905", - "animated": false, - "created": 1604452732, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ika": { - "name": "ika", - "id": "782758118173966377", - "author": "692181487788752946", - "animated": false, - "created": 1606694478, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ikizler_aphr": { - "name": "ikizler_aphr", - "id": "781814828993740801", - "author": "586886106289668127", - "animated": false, - "created": 1606469580, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ikudance": { - "name": "ikudance", - "id": "681985484301402191", - "author": "580244182652813312", - "animated": true, - "created": 1582668410, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ikushy": { - "name": "ikushy", - "id": "774381372780838942", - "author": "441764984012144651", - "animated": false, - "created": 1604697306, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "illjusfuckoff": { - "name": "illjusfuckoff", - "id": "782112139921457184", - "author": "690953891482828890", - "animated": true, - "created": 1606540465, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "illya": { - "name": "illya", - "id": "657028943500673034", - "author": "293107176355004416", - "animated": true, - "created": 1576718307, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "illyayafue": { - "name": "illyayafue", - "id": "767432283744501779", - "author": "293107176355004416", - "animated": true, - "created": 1603040514, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "iludida": { - "name": "iludida", - "id": "788529924952162344", - "author": "325346618364788737", - "animated": false, - "created": 1608070584, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ily": { - "name": "ily", - "id": "737643320251121746", - "author": "728949434955857930", - "animated": false, - "created": 1595938282, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "image0": { - "name": "image0", - "id": "762900622689173534", - "author": "716475019240276058", - "animated": false, - "created": 1601960082, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "imbecil": { - "name": "imbecil", - "id": "780845489348280361", - "author": "466061790627889167", - "animated": false, - "created": 1606238472, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "imcool": { - "name": "imcool", - "id": "782058335816908810", - "author": "562356584018214917", - "animated": false, - "created": 1606527637, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "imdone": { - "name": "imdone", - "id": "727265261799080089", - "author": "425046879047385108", - "animated": true, - "created": 1593463950, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "IMG_20200516_153149_668": { - "name": "IMG_20200516_153149_668", - "id": "786266452758888468", - "author": "453944829362307072", - "animated": false, - "created": 1607530930, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "IMG_20201208_194122": { - "name": "IMG_20201208_194122", - "id": "786756816171827261", - "author": "544733856511819778", - "animated": false, - "created": 1607647842, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "imgay": { - "name": "imgay", - "id": "782739728558456882", - "author": "748023719833894942", - "animated": false, - "created": 1606690093, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "imgayhi": { - "name": "imgayhi", - "id": "782773716966572063", - "author": "748023719833894942", - "animated": false, - "created": 1606698197, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "imhorny": { - "name": "imhorny", - "id": "779817815136796683", - "author": "435166381189758998", - "animated": false, - "created": 1605993455, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "imi": { - "name": "imi", - "id": "763424791847501845", - "author": "427135249152212992", - "animated": false, - "created": 1602085054, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "imjusthere": { - "name": "imjusthere", - "id": "782741845922545696", - "author": "748023719833894942", - "animated": false, - "created": 1606690598, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "imleavincya": { - "name": "imleavincya", - "id": "782113139159728179", - "author": "690953891482828890", - "animated": true, - "created": 1606540703, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "immacry": { - "name": "immacry", - "id": "775415361587380244", - "author": "353109234201788427", - "animated": false, - "created": 1604943829, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "imma_kms": { - "name": "imma_kms", - "id": "778635402600382544", - "author": "279764106926620684", - "animated": false, - "created": 1605711546, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "imokay": { - "name": "imokay", - "id": "785748496921657414", - "author": "368558529268809728", - "animated": false, - "created": 1607407440, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "imout": { - "name": "imout", - "id": "761775122301452299", - "author": "635642091497717771", - "animated": true, - "created": 1601691742, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "impactado": { - "name": "impactado", - "id": "780894951855620127", - "author": "586365354713022478", - "animated": false, - "created": 1606250265, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Impostertwerk": { - "name": "Impostertwerk", - "id": "785605493891530803", - "author": "370756565097119746", - "animated": true, - "created": 1607373345, - "modified": 1607373874, - "preserve": false, - "description": null, - "nsfw": "MOD_NSFW" - }, - "impostor": { - "name": "impostor", - "id": "773411089680826378", - "author": "651935327795281921", - "animated": false, - "created": 1604465973, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "imshy": { - "name": "imshy", - "id": "788120176628596766", - "author": "353109234201788427", - "animated": true, - "created": 1607972892, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "imsoproud": { - "name": "imsoproud", - "id": "782112243605045249", - "author": "690953891482828890", - "animated": true, - "created": 1606540489, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "imtryingmyhardest": { - "name": "imtryingmyhardest", - "id": "515439176024326155", - "author": "140516693242937345", - "animated": false, - "created": 1542960676, - "modified": 1542960686, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "imweird": { - "name": "imweird", - "id": "639082120660123668", - "author": "217603705791315968", - "animated": false, - "created": 1572439451, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "inclusivethenk": { - "name": "inclusivethenk", - "id": "758231068569632779", - "author": "428461954064056340", - "animated": false, - "created": 1600846774, - "modified": 1600847512, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "inculeable": { - "name": "inculeable", - "id": "770516511193300992", - "author": "469162062086537226", - "animated": false, - "created": 1603775852, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "indiscret": { - "name": "indiscret", - "id": "789593310405591060", - "author": "457800274887573515", - "animated": false, - "created": 1608324115, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "inpaktado": { - "name": "inpaktado", - "id": "788924321300611122", - "author": "751593322669408268", - "animated": false, - "created": 1608164615, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Instagram": { - "name": "Instagram", - "id": "769660519946387506", - "author": "251173476335878145", - "animated": false, - "created": 1603571767, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "intelectual": { - "name": "intelectual", - "id": "770373411611869224", - "author": "358457900546654209", - "animated": false, - "created": 1603741734, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "intentsofmurderhanako": { - "name": "intentsofmurderhanako", - "id": "782746512597450754", - "author": "748023719833894942", - "animated": false, - "created": 1606691711, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Interested": { - "name": "Interested", - "id": "788178724679188481", - "author": "524919681753284630", - "animated": false, - "created": 1607986851, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "interesting": { - "name": "interesting", - "id": "677214686730780683", - "author": "481871935710429187", - "animated": false, - "created": 1581530963, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "interestingaf": { - "name": "interestingaf", - "id": "775361008846897162", - "author": "353109234201788427", - "animated": false, - "created": 1604930870, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "intjsad": { - "name": "intjsad", - "id": "781299025298325546", - "author": "268138992606773248", - "animated": false, - "created": 1606346603, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "intjwait": { - "name": "intjwait", - "id": "781298706170642464", - "author": "268138992606773248", - "animated": false, - "created": 1606346527, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Inv2xArnosGrapeFish": { - "name": "Inv2xArnosGrapeFish", - "id": "783460784256712707", - "author": "328327250682576897", - "animated": true, - "created": 1606862007, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ios_catneutral": { - "name": "ios_catneutral", - "id": "786707856443047966", - "author": "658316782934949889", - "animated": false, - "created": 1607636169, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ipunchu": { - "name": "ipunchu", - "id": "783192900874797107", - "author": "406034555766702091", - "animated": false, - "created": 1606798138, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "iq": { - "name": "iq", - "id": "776445486663335936", - "author": "650561615372222484", - "animated": false, - "created": 1605189429, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ireallylike": { - "name": "ireallylike", - "id": "775129549594951701", - "author": "423915249662427137", - "animated": false, - "created": 1604875685, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "irken": { - "name": "irken", - "id": "782164497636917258", - "author": "496037931140513800", - "animated": false, - "created": 1606552948, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "irkenempire": { - "name": "irkenempire", - "id": "782164980836597801", - "author": "496037931140513800", - "animated": false, - "created": 1606553063, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Isa": { - "name": "Isa", - "id": "774435037763731467", - "author": "717431661226360944", - "animated": true, - "created": 1604710101, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Isa2": { - "name": "Isa2", - "id": "774459580104572949", - "author": "661789191470055436", - "animated": true, - "created": 1604715952, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "isa3": { - "name": "isa3", - "id": "774861520471326750", - "author": "661789191470055436", - "animated": true, - "created": 1604811782, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "isahearts": { - "name": "isahearts", - "id": "783196755948601375", - "author": "475436897435516929", - "animated": false, - "created": 1606799057, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "isee": { - "name": "isee", - "id": "789548363086430268", - "author": "182850025007742976", - "animated": false, - "created": 1608313398, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ISee_": { - "name": "ISee_", - "id": "783176897277591562", - "author": "242691348560478209", - "animated": false, - "created": 1606794323, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "iseeyou": { - "name": "iseeyou", - "id": "759166264005754912", - "author": "638128638700552192", - "animated": true, - "created": 1601069742, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "isforme": { - "name": "isforme", - "id": "765574317626097714", - "author": "662008793022070810", - "animated": false, - "created": 1602597541, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ishyThink": { - "name": "ishyThink", - "id": "787739844435771423", - "author": "698969961586229339", - "animated": false, - "created": 1607882214, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "isleep": { - "name": "isleep", - "id": "551819262851940362", - "author": "203208699500560385", - "animated": true, - "created": 1551634364, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ispep": { - "name": "ispep", - "id": "737378664995356694", - "author": "717472783445131324", - "animated": false, - "created": 1595875173, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "issou": { - "name": "issou", - "id": "759432165519523841", - "author": "714174249975414787", - "animated": true, - "created": 1601133137, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "issue": { - "name": "issue", - "id": "492047847508803584", - "author": "150657331212976128", - "animated": false, - "created": 1525387944, - "modified": 1537383765, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "issueclosed": { - "name": "issueclosed", - "id": "492047848519630858", - "author": "150657331212976128", - "animated": false, - "created": 1525387944, - "modified": 1537383765, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "itachi": { - "name": "itachi", - "id": "754642447266611210", - "author": "339170236244688906", - "animated": true, - "created": 1599991180, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "itreallyhurts": { - "name": "itreallyhurts", - "id": "788764427671306240", - "author": "308894539815321600", - "animated": false, - "created": 1608126494, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "itsalie": { - "name": "itsalie", - "id": "782742443480711188", - "author": "748023719833894942", - "animated": false, - "created": 1606690741, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "itsfree": { - "name": "itsfree", - "id": "781501241090899978", - "author": "203208699500560385", - "animated": false, - "created": 1606394815, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "itsokiprotecc": { - "name": "itsokiprotecc", - "id": "782108938036051980", - "author": "690953891482828890", - "animated": false, - "created": 1606539701, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "itsonly": { - "name": "itsonly", - "id": "754028691209715722", - "author": "425046879047385108", - "animated": false, - "created": 1599844849, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "iugh": { - "name": "iugh", - "id": "758911118655225887", - "author": "676818445068927006", - "animated": false, - "created": 1601008910, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "iuhimleavin": { - "name": "iuhimleavin", - "id": "782107237359288321", - "author": "690953891482828890", - "animated": true, - "created": 1606539296, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ivaldy": { - "name": "ivaldy", - "id": "700024091427733646", - "author": "425046879047385108", - "animated": false, - "created": 1586969149, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "iwi": { - "name": "iwi", - "id": "759535516009365524", - "author": "477167667992592414", - "animated": false, - "created": 1601157778, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "iww": { - "name": "iww", - "id": "772213228969263115", - "author": "427135249152212992", - "animated": false, - "created": 1604180380, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "izi": { - "name": "izi", - "id": "775541940522582037", - "author": "300852226006712322", - "animated": false, - "created": 1604974007, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "izux": { - "name": "izux", - "id": "764739508486275122", - "author": "569937267012010015", - "animated": false, - "created": 1602398507, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ja": { - "name": "ja", - "id": "769682054358761512", - "author": "657032893172023363", - "animated": false, - "created": 1603576901, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "jaa": { - "name": "jaa", - "id": "717492383511609408", - "author": "691838494581981218", - "animated": false, - "created": 1591133914, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "jaaa": { - "name": "jaaa", - "id": "789113416290795520", - "author": "488054792325824532", - "animated": false, - "created": 1608209699, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "jackoff": { - "name": "jackoff", - "id": "782219369928851477", - "author": "327957029849268234", - "animated": false, - "created": 1606566030, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "jaczball": { - "name": "jaczball", - "id": "784254318571159582", - "author": "726110827278499891", - "animated": false, - "created": 1607051200, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "jaegerdance": { - "name": "jaegerdance", - "id": "789432318543659009", - "author": "690848269022003220", - "animated": true, - "created": 1608285731, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Jafet_Tenoch_Rojas_Cado": { - "name": "Jafet_Tenoch_Rojas_Cado", - "id": "781225254428868638", - "author": "525464605108076567", - "animated": false, - "created": 1606329015, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "jail": { - "name": "jail", - "id": "779055800471388218", - "author": "95039498525618176", - "animated": false, - "created": 1605811777, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "jaimito": { - "name": "jaimito", - "id": "783041784212488213", - "author": "506217102622064651", - "animated": false, - "created": 1606762109, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "jaja": { - "name": "jaja", - "id": "653669590529736724", - "author": "468829462356688897", - "animated": false, - "created": 1575917375, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "jajaa": { - "name": "jajaa", - "id": "783926302670716928", - "author": "718170796467421334", - "animated": false, - "created": 1606972995, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "jajaasies": { - "name": "jajaasies", - "id": "730628200320729158", - "author": "565682823722434560", - "animated": false, - "created": 1594265737, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "jajagordotonto": { - "name": "jajagordotonto", - "id": "760942814930010132", - "author": "293107176355004416", - "animated": false, - "created": 1601493304, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "jajaja": { - "name": "jajaja", - "id": "686643674968359113", - "author": "320354548105609217", - "animated": false, - "created": 1583779009, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "jajajaja": { - "name": "jajajaja", - "id": "732710652300361780", - "author": "415288664579506176", - "animated": false, - "created": 1594762232, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "JAJAJAJCHISTOSO": { - "name": "JAJAJAJCHISTOSO", - "id": "781675575738630144", - "author": "486936089324552193", - "animated": false, - "created": 1606436380, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "jajano": { - "name": "jajano", - "id": "766133411210461246", - "author": "708404644052729879", - "animated": false, - "created": 1602730839, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "jakeblob": { - "name": "jakeblob", - "id": "492047861521842186", - "author": "140516693242937345", - "animated": false, - "created": 1531976567, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "J_AlphabetQ": { - "name": "J_AlphabetQ", - "id": "787391659414388803", - "author": "735140574205837353", - "animated": true, - "created": 1607799200, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "J_AlphabetR": { - "name": "J_AlphabetR", - "id": "787391706344718347", - "author": "735140574205837353", - "animated": true, - "created": 1607799212, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "J_AlphabetS": { - "name": "J_AlphabetS", - "id": "787391729946198038", - "author": "735140574205837353", - "animated": true, - "created": 1607799217, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "J_AlphabetT": { - "name": "J_AlphabetT", - "id": "787391757381140510", - "author": "735140574205837353", - "animated": true, - "created": 1607799224, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "J_AlphabetU": { - "name": "J_AlphabetU", - "id": "787391777023197185", - "author": "735140574205837353", - "animated": true, - "created": 1607799228, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "J_AlphabetV": { - "name": "J_AlphabetV", - "id": "787391797143273474", - "author": "735140574205837353", - "animated": true, - "created": 1607799233, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "J_AlphabetW": { - "name": "J_AlphabetW", - "id": "787391816667627570", - "author": "735140574205837353", - "animated": true, - "created": 1607799238, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "jam": { - "name": "jam", - "id": "779100646917406721", - "author": "518226528904151061", - "animated": true, - "created": 1605822469, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "JamBall": { - "name": "JamBall", - "id": "774695991512268800", - "author": "234097420898664448", - "animated": false, - "created": 1604772317, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "jamcat": { - "name": "jamcat", - "id": "756835465289793586", - "author": "410983710083776522", - "animated": true, - "created": 1600514036, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Janfer": { - "name": "Janfer", - "id": "748300248207720490", - "author": "326733379678633985", - "animated": false, - "created": 1598479082, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "jangoball": { - "name": "jangoball", - "id": "784226649277071360", - "author": "726110827278499891", - "animated": false, - "created": 1607044603, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "jangry": { - "name": "jangry", - "id": "787867095160586261", - "author": "567390950838501376", - "animated": false, - "created": 1607912553, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "jaog": { - "name": "jaog", - "id": "610733372842704916", - "author": "269691188875886593", - "animated": true, - "created": 1565680583, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "japa": { - "name": "japa", - "id": "773639223378968617", - "author": "512509857606139905", - "animated": false, - "created": 1604520364, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "jari": { - "name": "jari", - "id": "543262785275166721", - "author": "334452113264607232", - "animated": false, - "created": 1549594341, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "java": { - "name": "java", - "id": "492047870715756554", - "author": "356091260429402122", - "animated": false, - "created": 1535265577, - "modified": 1537383770, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "Jdo": { - "name": "Jdo", - "id": "750906606224539699", - "author": "343310328089804803", - "animated": true, - "created": 1599100486, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "jdr": { - "name": "jdr", - "id": "751469259590205440", - "author": "353109234201788427", - "animated": false, - "created": 1599234633, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Je": { - "name": "Je", - "id": "750734362714046474", - "author": "651173629567959070", - "animated": false, - "created": 1599059420, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "je1": { - "name": "je1", - "id": "784339094598844427", - "author": "431225704563081216", - "animated": false, - "created": 1607071412, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "jeanweird": { - "name": "jeanweird", - "id": "774732500156284949", - "author": "209280535174971393", - "animated": false, - "created": 1604781021, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "JeBaited": { - "name": "JeBaited", - "id": "768897797579604049", - "author": "181567390549540874", - "animated": true, - "created": 1603389920, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "jee": { - "name": "jee", - "id": "648710853171871744", - "author": "308794315834916864", - "animated": false, - "created": 1574735119, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "jeek": { - "name": "jeek", - "id": "692534095770812417", - "author": "308794315834916864", - "animated": false, - "created": 1585183395, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "jeery": { - "name": "jeery", - "id": "775249326112768000", - "author": "239333423095742464", - "animated": false, - "created": 1604904242, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "jeje": { - "name": "jeje", - "id": "701943225241436240", - "author": "418175999365349399", - "animated": false, - "created": 1587426706, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "jejej": { - "name": "jejej", - "id": "785549047506403328", - "author": "397220822197993472", - "animated": false, - "created": 1607359887, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "jejejejeje": { - "name": "jejejejeje", - "id": "784958784853770281", - "author": "618287304447885312", - "animated": false, - "created": 1607219158, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "jennypensive": { - "name": "jennypensive", - "id": "782700184776867852", - "author": "496037931140513800", - "animated": false, - "created": 1606680666, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "jer": { - "name": "jer", - "id": "787864857671630918", - "author": "567390950838501376", - "animated": false, - "created": 1607912019, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Jerefacha": { - "name": "Jerefacha", - "id": "778619522747727883", - "author": "352617359036514304", - "animated": false, - "created": 1605707760, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "jeremias": { - "name": "jeremias", - "id": "785981942671605791", - "author": "531570016282214432", - "animated": false, - "created": 1607463098, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "jerepaws": { - "name": "jerepaws", - "id": "789943771931607062", - "author": "352617359036514304", - "animated": false, - "created": 1608407671, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "jeri": { - "name": "jeri", - "id": "581866866742525952", - "author": "269206837306327042", - "animated": false, - "created": 1558798271, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "jerii": { - "name": "jerii", - "id": "763998644705034261", - "author": "337563044039098368", - "animated": false, - "created": 1602221871, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "jerpensive": { - "name": "jerpensive", - "id": "787866488694112307", - "author": "567390950838501376", - "animated": false, - "created": 1607912408, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "jerry": { - "name": "jerry", - "id": "492047877959319552", - "author": "269206837306327042", - "animated": false, - "created": 1525387944, - "modified": 1537383772, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "jerryblurry": { - "name": "jerryblurry", - "id": "732316410566410330", - "author": "425046879047385108", - "animated": false, - "created": 1594668238, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "jerryception": { - "name": "jerryception", - "id": "767759804470919180", - "author": "397220822197993472", - "animated": true, - "created": 1603118601, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "jerrydasright": { - "name": "jerrydasright", - "id": "712984894086709258", - "author": "425046879047385108", - "animated": false, - "created": 1590059245, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "jerryidk": { - "name": "jerryidk", - "id": "781643235612819466", - "author": "435166381189758998", - "animated": false, - "created": 1606428669, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "jerryLaugh": { - "name": "jerryLaugh", - "id": "771570179954966539", - "author": "763240979091292180", - "animated": false, - "created": 1604027066, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "jerryrec": { - "name": "jerryrec", - "id": "786593083545747486", - "author": "353109234201788427", - "animated": false, - "created": 1607608805, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "jerrywhatlaugh": { - "name": "jerrywhatlaugh", - "id": "766899872694534156", - "author": "658954987799314434", - "animated": true, - "created": 1602913578, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "jerrywoke": { - "name": "jerrywoke", - "id": "684041897072787514", - "author": "167267224787222528", - "animated": true, - "created": 1583158697, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "jerrywoke2": { - "name": "jerrywoke2", - "id": "725466045762240633", - "author": "245607870463213570", - "animated": true, - "created": 1593034984, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "jerryy": { - "name": "jerryy", - "id": "783283684883038218", - "author": "353109234201788427", - "animated": false, - "created": 1606819783, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Jesus": { - "name": "Jesus", - "id": "713623276466995220", - "author": "406183547334819861", - "animated": true, - "created": 1590211447, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "jesusdancing": { - "name": "jesusdancing", - "id": "785709463327735809", - "author": "580244182652813312", - "animated": true, - "created": 1607398133, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Jevil": { - "name": "Jevil", - "id": "771304680939585566", - "author": "602519036311633920", - "animated": true, - "created": 1603963766, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "jew": { - "name": "jew", - "id": "773973051372470342", - "author": "381866876483141632", - "animated": true, - "created": 1604599955, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "jewfrog": { - "name": "jewfrog", - "id": "789570065540448337", - "author": "168172407662706688", - "animated": false, - "created": 1608318573, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Jgei": { - "name": "Jgei", - "id": "755987402908237824", - "author": "343310328089804803", - "animated": true, - "created": 1600311842, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ji": { - "name": "ji", - "id": "775454480018833429", - "author": "512509857606139905", - "animated": false, - "created": 1604953155, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "jii": { - "name": "jii", - "id": "669969759684657171", - "author": "197180437737504768", - "animated": false, - "created": 1579803638, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Jiji": { - "name": "Jiji", - "id": "665780525369393152", - "author": "197180437737504768", - "animated": false, - "created": 1578804846, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "jijiji": { - "name": "jijiji", - "id": "677299294851825674", - "author": "367678543246786571", - "animated": false, - "created": 1581551135, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "jill": { - "name": "jill", - "id": "770946394658963456", - "author": "538789887248433153", - "animated": false, - "created": 1603878344, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "JillBruh": { - "name": "JillBruh", - "id": "770946106599276565", - "author": "538789887248433153", - "animated": false, - "created": 1603878275, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "jimbogif": { - "name": "jimbogif", - "id": "782113569994965033", - "author": "690953891482828890", - "animated": true, - "created": 1606540806, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "jirensmile": { - "name": "jirensmile", - "id": "771537259169054730", - "author": "737371717785354334", - "animated": false, - "created": 1604019217, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "jishaku": { - "name": "jishaku", - "id": "780776184614223933", - "author": "491174779278065689", - "animated": false, - "created": 1606221948, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "jishaky": { - "name": "jishaky", - "id": "780776129119780874", - "author": "491174779278065689", - "animated": false, - "created": 1606221935, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "jisoo": { - "name": "jisoo", - "id": "788957021809672202", - "author": "615229707549540441", - "animated": false, - "created": 1608172412, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "jitterthenk": { - "name": "jitterthenk", - "id": "758112182667313153", - "author": "728030515726123028", - "animated": true, - "created": 1600818429, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "jo": { - "name": "jo", - "id": "764698163864141824", - "author": "512509857606139905", - "animated": false, - "created": 1602388649, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "joder": { - "name": "joder", - "id": "710205091084370041", - "author": "671011043975102468", - "animated": false, - "created": 1589396488, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "joder_": { - "name": "joder_", - "id": "773304454018760745", - "author": "475156812329517068", - "animated": false, - "created": 1604440549, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "joder_buenas_tardes": { - "name": "joder_buenas_tardes", - "id": "758869109554413618", - "author": "707738750121279649", - "animated": false, - "created": 1600998894, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Joe": { - "name": "Joe", - "id": "771571638776758273", - "author": "763240979091292180", - "animated": false, - "created": 1604027413, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "joecringe": { - "name": "joecringe", - "id": "789839766316777502", - "author": "586219689466658816", - "animated": false, - "created": 1608382874, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "joedecepcion": { - "name": "joedecepcion", - "id": "789839544518311936", - "author": "586219689466658816", - "animated": false, - "created": 1608382822, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "joehappy": { - "name": "joehappy", - "id": "789840058903167017", - "author": "586219689466658816", - "animated": false, - "created": 1608382944, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "joehorny": { - "name": "joehorny", - "id": "789840407420338196", - "author": "586219689466658816", - "animated": false, - "created": 1608383027, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "joeirritated": { - "name": "joeirritated", - "id": "785974069639381002", - "author": "632211012551966750", - "animated": false, - "created": 1607461220, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "joesad": { - "name": "joesad", - "id": "789846810364608533", - "author": "586219689466658816", - "animated": false, - "created": 1608384554, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "joey": { - "name": "joey", - "id": "744252816456941610", - "author": "528990209589903376", - "animated": false, - "created": 1597514099, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "john": { - "name": "john", - "id": "778797915782774804", - "author": "203208699500560385", - "animated": false, - "created": 1605750292, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "johnny": { - "name": "johnny", - "id": "775969734722191410", - "author": "730410859477729362", - "animated": false, - "created": 1605076002, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "johnny_1": { - "name": "johnny_1", - "id": "783181769422667806", - "author": "418989117163175948", - "animated": false, - "created": 1606795484, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "johnny_2": { - "name": "johnny_2", - "id": "783181374165090334", - "author": "418989117163175948", - "animated": false, - "created": 1606795390, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Johnny_ISee": { - "name": "Johnny_ISee", - "id": "783176545707622400", - "author": "242691348560478209", - "animated": false, - "created": 1606794239, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "jojo": { - "name": "jojo", - "id": "514416782749204481", - "author": "477222280309768195", - "animated": false, - "created": 1542716968, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "jojoabueno": { - "name": "jojoabueno", - "id": "777613993661562900", - "author": "742896971387240540", - "animated": false, - "created": 1605468023, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "jojojo": { - "name": "jojojo", - "id": "757952079124889631", - "author": "676818445068927006", - "animated": false, - "created": 1600780257, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "jojomm": { - "name": "jojomm", - "id": "777620373122187284", - "author": "657032893172023363", - "animated": false, - "created": 1605469544, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Jojos": { - "name": "Jojos", - "id": "730860451033776218", - "author": "469574360517181440", - "animated": false, - "created": 1594321110, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "jojota": { - "name": "jojota", - "id": "762179550242799636", - "author": "524761288795095041", - "animated": false, - "created": 1601788165, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "joker": { - "name": "joker", - "id": "633423547481587742", - "author": "289037025427062785", - "animated": false, - "created": 1571090342, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "JolAAA": { - "name": "JolAAA", - "id": "783229030341279794", - "author": "196665012071170048", - "animated": false, - "created": 1606806752, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Jolyne_What": { - "name": "Jolyne_What", - "id": "783176294434996224", - "author": "242691348560478209", - "animated": false, - "created": 1606794179, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "jordansfavemote": { - "name": "jordansfavemote", - "id": "785499611015544852", - "author": "434603155695730709", - "animated": false, - "created": 1607348101, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "jordi_ai": { - "name": "jordi_ai", - "id": "780945855053692928", - "author": "461217181032775681", - "animated": false, - "created": 1606262401, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "jorge": { - "name": "jorge", - "id": "758604642174763019", - "author": "376328041082650624", - "animated": false, - "created": 1600935841, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "jori": { - "name": "jori", - "id": "679013482141843482", - "author": "239333423095742464", - "animated": false, - "created": 1581959829, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "jorry": { - "name": "jorry", - "id": "760736928730972171", - "author": "628730727051296798", - "animated": false, - "created": 1601444217, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "jose": { - "name": "jose", - "id": "767049002399039549", - "author": "637658508950765569", - "animated": false, - "created": 1602949133, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Josecar": { - "name": "Josecar", - "id": "785936536662310912", - "author": "396034260089176086", - "animated": true, - "created": 1607452272, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "joselesbiana": { - "name": "joselesbiana", - "id": "784320747504926741", - "author": "431225704563081216", - "animated": false, - "created": 1607067038, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "joseph": { - "name": "joseph", - "id": "650866392119246868", - "author": "545431056329867314", - "animated": false, - "created": 1575249040, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Josephscream": { - "name": "Josephscream", - "id": "788111022639939624", - "author": "767032132182212629", - "animated": false, - "created": 1607970710, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "josuke": { - "name": "josuke", - "id": "718271538784108545", - "author": "425455178695835659", - "animated": false, - "created": 1591319679, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Jotaro": { - "name": "Jotaro", - "id": "564324174688944129", - "author": "528717784327258132", - "animated": false, - "created": 1554615768, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "jotaro_cagaste": { - "name": "jotaro_cagaste", - "id": "789430899484786709", - "author": "764963344317677609", - "animated": true, - "created": 1608285393, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "JotaroDance": { - "name": "JotaroDance", - "id": "677163134544511035", - "author": "589238949663211521", - "animated": true, - "created": 1581518672, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "jotaro_zawarudo": { - "name": "jotaro_zawarudo", - "id": "789430773903261706", - "author": "764963344317677609", - "animated": true, - "created": 1608285363, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "joto": { - "name": "joto", - "id": "701847044800643122", - "author": "444666119349862422", - "animated": false, - "created": 1587403775, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "JS": { - "name": "JS", - "id": "492047901053419520", - "author": "140516693242937345", - "animated": false, - "created": 1532497349, - "modified": 1537383778, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "jsjs": { - "name": "jsjs", - "id": "724002765386416129", - "author": "631590594736685076", - "animated": false, - "created": 1592686110, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "juan": { - "name": "juan", - "id": "733497965074710659", - "author": "690319707831664904", - "animated": false, - "created": 1594949942, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "juan2": { - "name": "juan2", - "id": "765992247468490772", - "author": "527593366645506058", - "animated": false, - "created": 1602697183, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "juan3": { - "name": "juan3", - "id": "784516139811471411", - "author": "335215633308450818", - "animated": false, - "created": 1607113623, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "juandios": { - "name": "juandios", - "id": "782270708734099486", - "author": "665978184277164034", - "animated": false, - "created": 1606578270, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "JuanLoveUwu": { - "name": "JuanLoveUwu", - "id": "786860410988920842", - "author": "692165613388431362", - "animated": false, - "created": 1607672541, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "juas": { - "name": "juas", - "id": "728052165599297608", - "author": "610238556006383825", - "animated": true, - "created": 1593651563, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "juice": { - "name": "juice", - "id": "778385112379162646", - "author": "755613274401144973", - "animated": false, - "created": 1605651872, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "jump": { - "name": "jump", - "id": "715670257892589610", - "author": "334820030069997569", - "animated": true, - "created": 1590699486, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "junkodance": { - "name": "junkodance", - "id": "773361431466606623", - "author": "739936426799661086", - "animated": true, - "created": 1604454133, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "junksantahats": { - "name": "junksantahats", - "id": "786056686934163476", - "author": "549682263948918794", - "animated": false, - "created": 1607480918, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "JunkSI": { - "name": "JunkSI", - "id": "780934604025626644", - "author": "739936426799661086", - "animated": false, - "created": 1606259718, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "jurcanfamily": { - "name": "jurcanfamily", - "id": "781347831776018441", - "author": "544004454257524746", - "animated": true, - "created": 1606358239, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "jurcanleek": { - "name": "jurcanleek", - "id": "781306743686168586", - "author": "544004454257524746", - "animated": true, - "created": 1606348443, - "modified": 1606349479, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "JUSTLOL": { - "name": "JUSTLOL", - "id": "702986414685683796", - "author": "246938839720001536", - "animated": false, - "created": 1587675422, - "modified": 1587675534, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "justright": { - "name": "justright", - "id": "774509270284763186", - "author": "125807113569042432", - "animated": false, - "created": 1604727799, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Ka": { - "name": "Ka", - "id": "730989916795830444", - "author": "469574360517181440", - "animated": false, - "created": 1594351977, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "KaBoom": { - "name": "KaBoom", - "id": "784848356526129183", - "author": "752674435802071080", - "animated": true, - "created": 1607192830, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kachuron": { - "name": "kachuron", - "id": "771977333959688223", - "author": "310532542006558720", - "animated": true, - "created": 1604124139, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kaeyaweird": { - "name": "kaeyaweird", - "id": "774732533970763827", - "author": "209280535174971393", - "animated": false, - "created": 1604781030, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kageroudance": { - "name": "kageroudance", - "id": "773359493022220349", - "author": "739936426799661086", - "animated": true, - "created": 1604453671, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kaget": { - "name": "kaget", - "id": "774289591683383307", - "author": "279223421940924416", - "animated": false, - "created": 1604675424, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kagunya": { - "name": "kagunya", - "id": "787866291499171912", - "author": "567390950838501376", - "animated": false, - "created": 1607912361, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kaguya": { - "name": "kaguya", - "id": "766541864378957854", - "author": "371838747366653952", - "animated": true, - "created": 1602828222, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kahappy": { - "name": "kahappy", - "id": "786715173775867924", - "author": "569937267012010015", - "animated": false, - "created": 1607637913, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Kaiangry": { - "name": "Kaiangry", - "id": "774300362554605618", - "author": "331978165331296257", - "animated": false, - "created": 1604677992, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kaipro": { - "name": "kaipro", - "id": "778639176198258709", - "author": "408747500288213006", - "animated": false, - "created": 1605712446, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Kaithink": { - "name": "Kaithink", - "id": "774300254589550602", - "author": "331978165331296257", - "animated": false, - "created": 1604677966, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kak": { - "name": "kak", - "id": "717502691177398273", - "author": "464589240504811520", - "animated": false, - "created": 1591136372, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Kakyoin": { - "name": "Kakyoin", - "id": "650870116342562835", - "author": "545431056329867314", - "animated": false, - "created": 1575249928, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kalm": { - "name": "kalm", - "id": "744919272236646430", - "author": "498841314927050753", - "animated": false, - "created": 1597672994, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kanatafukkireta": { - "name": "kanatafukkireta", - "id": "779160458836967455", - "author": "466061790627889167", - "animated": true, - "created": 1605836729, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kaneki": { - "name": "kaneki", - "id": "776440698224115773", - "author": "575031211215421462", - "animated": false, - "created": 1605188288, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kanna": { - "name": "kanna", - "id": "650184903853604864", - "author": "362665254058196992", - "animated": false, - "created": 1575086561, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kanna1": { - "name": "kanna1", - "id": "706686896759111800", - "author": "434852481693122570", - "animated": true, - "created": 1588557685, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kannabear": { - "name": "kannabear", - "id": "774289366482419712", - "author": "279223421940924416", - "animated": false, - "created": 1604675370, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "KannaBird": { - "name": "KannaBird", - "id": "773945634234957844", - "author": "551188005281464342", - "animated": false, - "created": 1604593418, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "KannaEek": { - "name": "KannaEek", - "id": "782741337531351041", - "author": "507735062955950080", - "animated": false, - "created": 1606690477, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kannaFacepalm": { - "name": "kannaFacepalm", - "id": "771133656530026537", - "author": "694714386308137012", - "animated": false, - "created": 1603922990, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kannaFU": { - "name": "kannaFU", - "id": "786948490998579242", - "author": "718818001633280071", - "animated": false, - "created": 1607693541, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kannafuck": { - "name": "kannafuck", - "id": "781365490475204648", - "author": "554153287109181440", - "animated": false, - "created": 1606362450, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "KannaGun": { - "name": "KannaGun", - "id": "750445755411595295", - "author": "750091614956945439", - "animated": false, - "created": 1598990610, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "KannaHeart": { - "name": "KannaHeart", - "id": "493682904182947840", - "author": "140516693242937345", - "animated": false, - "created": 1537773600, - "modified": 1537773750, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "KannaHug": { - "name": "KannaHug", - "id": "493683440848338944", - "author": "140516693242937345", - "animated": false, - "created": 1537773728, - "modified": 1537773732, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "KannaHuh": { - "name": "KannaHuh", - "id": "781365471005638697", - "author": "554153287109181440", - "animated": false, - "created": 1606362445, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kannakamui": { - "name": "kannakamui", - "id": "784345524669120531", - "author": "527926961427972107", - "animated": false, - "created": 1607072945, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kannakms": { - "name": "kannakms", - "id": "734518611594444891", - "author": "203208699500560385", - "animated": false, - "created": 1595193283, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "KannaNom": { - "name": "KannaNom", - "id": "493683213991018496", - "author": "140516693242937345", - "animated": false, - "created": 1537773674, - "modified": 1537773677, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "kannanom2": { - "name": "kannanom2", - "id": "785376820089323540", - "author": "572096154888831006", - "animated": true, - "created": 1607318825, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "KannaPat": { - "name": "KannaPat", - "id": "734601814896410695", - "author": "549041904092971040", - "animated": false, - "created": 1595213121, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "KannaPeek": { - "name": "KannaPeek", - "id": "773941578842505226", - "author": "551188005281464342", - "animated": false, - "created": 1604592451, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kannapog": { - "name": "kannapog", - "id": "619638994032132097", - "author": "461217181032775681", - "animated": false, - "created": 1567803848, - "modified": 1567831069, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "kannapoggies": { - "name": "kannapoggies", - "id": "759897414135185488", - "author": "245668715067080704", - "animated": true, - "created": 1601244061, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kannasip": { - "name": "kannasip", - "id": "517448558484652032", - "author": "192739300792598530", - "animated": true, - "created": 1543439750, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kannasleep": { - "name": "kannasleep", - "id": "781365430781607936", - "author": "554153287109181440", - "animated": false, - "created": 1606362435, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Kannasuicide": { - "name": "Kannasuicide", - "id": "762850723943022612", - "author": "610815678659952673", - "animated": false, - "created": 1601948185, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "KannaWannaDie": { - "name": "KannaWannaDie", - "id": "783879493709725697", - "author": "697542753449672775", - "animated": false, - "created": 1606961835, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kannawave": { - "name": "kannawave", - "id": "768866798975451147", - "author": "669031824621830147", - "animated": false, - "created": 1603382529, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kannaweird": { - "name": "kannaweird", - "id": "787419608909873232", - "author": "438644880152068127", - "animated": false, - "created": 1607805864, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "KannaWhat": { - "name": "KannaWhat", - "id": "493683319871897601", - "author": "140516693242937345", - "animated": false, - "created": 1537773699, - "modified": 1537773705, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "kannawoke": { - "name": "kannawoke", - "id": "770363846639878206", - "author": "299927423125028864", - "animated": true, - "created": 1603739453, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kannawtf": { - "name": "kannawtf", - "id": "780853817775620116", - "author": "727325977755254874", - "animated": false, - "created": 1606240457, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kannazoom": { - "name": "kannazoom", - "id": "781345611282120704", - "author": "448827482179895304", - "animated": false, - "created": 1606357710, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Kapp": { - "name": "Kapp", - "id": "494296163588112384", - "author": "254056639777210368", - "animated": false, - "created": 1537919815, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kappa": { - "name": "kappa", - "id": "457777175685234689", - "author": "140516693242937345", - "animated": false, - "created": 1529227383, - "modified": 1592601349, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "kappapride": { - "name": "kappapride", - "id": "422915384031707166", - "author": "150036153846857728", - "animated": false, - "created": 1525387945, - "modified": 1533892038, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kappie": { - "name": "kappie", - "id": "773522727105593384", - "author": "293107176355004416", - "animated": false, - "created": 1604492589, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kappsuda": { - "name": "kappsuda", - "id": "768674501977702440", - "author": "450903155572736000", - "animated": false, - "created": 1603336682, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kaprysad": { - "name": "kaprysad", - "id": "781514606090649600", - "author": "426002740162854922", - "animated": false, - "created": 1606398001, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Karkat": { - "name": "Karkat", - "id": "784607041749778443", - "author": "496037931140513800", - "animated": false, - "created": 1607135296, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "karma": { - "name": "karma", - "id": "749615737227968522", - "author": "359713607635697664", - "animated": false, - "created": 1598792719, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "karonspeak": { - "name": "karonspeak", - "id": "748301096971141230", - "author": "373893861950488576", - "animated": false, - "created": 1598479284, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kat": { - "name": "kat", - "id": "751108317962698812", - "author": "382099801287688196", - "animated": true, - "created": 1599148578, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "KateRE": { - "name": "KateRE", - "id": "612496825441714195", - "author": "140516693242937345", - "animated": false, - "created": 1566101022, - "modified": 1566101029, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "kawai": { - "name": "kawai", - "id": "787343860702904360", - "author": "569937267012010015", - "animated": false, - "created": 1607787804, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kawaii": { - "name": "kawaii", - "id": "721102797462044742", - "author": "299732643036135435", - "animated": false, - "created": 1591994704, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kawaiiBowPurple": { - "name": "kawaiiBowPurple", - "id": "786948507428454440", - "author": "718818001633280071", - "animated": true, - "created": 1607693545, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kawaiiGalaxyHeart": { - "name": "kawaiiGalaxyHeart", - "id": "786948536230739998", - "author": "718818001633280071", - "animated": true, - "created": 1607693551, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kawaiiGalaxyStar": { - "name": "kawaiiGalaxyStar", - "id": "786948526830518313", - "author": "718818001633280071", - "animated": true, - "created": 1607693549, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kawaiiGalaxyStarr": { - "name": "kawaiiGalaxyStarr", - "id": "786948517045469185", - "author": "718818001633280071", - "animated": true, - "created": 1607693547, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kawaiiMoonSparkles": { - "name": "kawaiiMoonSparkles", - "id": "786948431213494282", - "author": "718818001633280071", - "animated": true, - "created": 1607693526, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kawaiiMoonStar": { - "name": "kawaiiMoonStar", - "id": "786948420950294558", - "author": "718818001633280071", - "animated": true, - "created": 1607693524, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kawaiiPin": { - "name": "kawaiiPin", - "id": "786948477224878101", - "author": "718818001633280071", - "animated": false, - "created": 1607693537, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kawaiiStarPink": { - "name": "kawaiiStarPink", - "id": "786948459004952617", - "author": "718818001633280071", - "animated": true, - "created": 1607693533, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kawaiiStarPurple": { - "name": "kawaiiStarPurple", - "id": "786948449484275712", - "author": "718818001633280071", - "animated": true, - "created": 1607693531, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "KazuyaShake": { - "name": "KazuyaShake", - "id": "788509220214931487", - "author": "358664468382875648", - "animated": true, - "created": 1608065648, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kbdance": { - "name": "kbdance", - "id": "784938138022969384", - "author": "268138992606773248", - "animated": true, - "created": 1607214235, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "k_bigoof": { - "name": "k_bigoof", - "id": "786949538790375495", - "author": "718818001633280071", - "animated": false, - "created": 1607693791, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "k_clowncat": { - "name": "k_clowncat", - "id": "786949492111966229", - "author": "718818001633280071", - "animated": false, - "created": 1607693779, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "k_dogegetsbonked": { - "name": "k_dogegetsbonked", - "id": "786949568184057866", - "author": "718818001633280071", - "animated": true, - "created": 1607693797, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "k_dorime": { - "name": "k_dorime", - "id": "786949578720804884", - "author": "718818001633280071", - "animated": false, - "created": 1607693800, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ke": { - "name": "ke", - "id": "694756389112905760", - "author": "614981743149318167", - "animated": false, - "created": 1585713231, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kebab": { - "name": "kebab", - "id": "764460527169830923", - "author": "425046879047385108", - "animated": true, - "created": 1602331992, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kedi": { - "name": "kedi", - "id": "781814181988270111", - "author": "586886106289668127", - "animated": true, - "created": 1606469426, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kedise": { - "name": "kedise", - "id": "780549511160266842", - "author": "358358843648114692", - "animated": false, - "created": 1606167905, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "keee": { - "name": "keee", - "id": "788912329843671110", - "author": "391034154705485836", - "animated": false, - "created": 1608161756, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "KEEK": { - "name": "KEEK", - "id": "770000072313798666", - "author": "342753712567091213", - "animated": true, - "created": 1603652723, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "keikidance": { - "name": "keikidance", - "id": "773362982700711966", - "author": "739936426799661086", - "animated": true, - "created": 1604454503, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "keikiuwu": { - "name": "keikiuwu", - "id": "726355115606409216", - "author": "368576909992525824", - "animated": false, - "created": 1593246954, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "keithpray": { - "name": "keithpray", - "id": "782167996520726548", - "author": "496037931140513800", - "animated": false, - "created": 1606553782, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kek": { - "name": "kek", - "id": "417923797903998977", - "author": "86992438568161280", - "animated": false, - "created": 1525387945, - "modified": 1533892038, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "keka": { - "name": "keka", - "id": "679769722442481905", - "author": "160000453944410112", - "animated": true, - "created": 1582140131, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kekaboom": { - "name": "kekaboom", - "id": "785742200696864799", - "author": "715606162224971898", - "animated": true, - "created": 1607405939, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kekaso": { - "name": "kekaso", - "id": "741097855133024367", - "author": "513556416628260876", - "animated": true, - "created": 1596761897, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "KEKBye": { - "name": "KEKBye", - "id": "782568377667158048", - "author": "674019507064274964", - "animated": true, - "created": 1606649240, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kekd": { - "name": "kekd", - "id": "733845382613827715", - "author": "312965970127749123", - "animated": true, - "created": 1595032773, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Kek_Dance": { - "name": "Kek_Dance", - "id": "786156931424714812", - "author": "676134602837852172", - "animated": true, - "created": 1607504818, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "keke": { - "name": "keke", - "id": "724899439566651433", - "author": "461974777905545236", - "animated": true, - "created": 1592899895, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kekega": { - "name": "kekega", - "id": "752369549613203526", - "author": "301916290023555074", - "animated": false, - "created": 1599449279, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kekg": { - "name": "kekg", - "id": "733940151159357541", - "author": "195542285134462976", - "animated": true, - "created": 1595055368, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kek_giggle": { - "name": "kek_giggle", - "id": "786157032029683732", - "author": "676134602837852172", - "animated": true, - "created": 1607504842, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kekhands": { - "name": "kekhands", - "id": "771050955641716768", - "author": "245607870463213570", - "animated": false, - "created": 1603903273, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "keking": { - "name": "keking", - "id": "785552380065611858", - "author": "332890251024662529", - "animated": false, - "created": 1607360682, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kekinq": { - "name": "kekinq", - "id": "787387366443712572", - "author": "112471608865624064", - "animated": false, - "created": 1607798177, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kekirbyX": { - "name": "kekirbyX", - "id": "769592074269360169", - "author": "645482510930673675", - "animated": false, - "created": 1603555448, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kekitsfine": { - "name": "kekitsfine", - "id": "782197160812216360", - "author": "365184840209006604", - "animated": false, - "created": 1606560735, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "KEKLeave": { - "name": "KEKLeave", - "id": "670685432316690432", - "author": "331943400234549248", - "animated": true, - "created": 1579974267, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kekleo": { - "name": "kekleo", - "id": "781397748054228992", - "author": "274724839670153218", - "animated": false, - "created": 1606370140, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "keklmao": { - "name": "keklmao", - "id": "548733624145674250", - "author": "256056872254177281", - "animated": false, - "created": 1550898691, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "keklul": { - "name": "keklul", - "id": "718225877522972725", - "author": "209280535174971393", - "animated": true, - "created": 1591308793, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kekpingers": { - "name": "kekpingers", - "id": "733379862726967356", - "author": "353109234201788427", - "animated": true, - "created": 1594921784, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kekpls": { - "name": "kekpls", - "id": "723339580258123786", - "author": "353109234201788427", - "animated": true, - "created": 1592527995, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kekpoint": { - "name": "kekpoint", - "id": "717244685013483520", - "author": "213601530853588992", - "animated": false, - "created": 1591074858, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kekpopcorn": { - "name": "kekpopcorn", - "id": "693507927868178452", - "author": "438644880152068127", - "animated": false, - "created": 1585415574, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kekrec": { - "name": "kekrec", - "id": "746084164381573190", - "author": "353109234201788427", - "animated": false, - "created": 1597950726, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "KekRoll": { - "name": "KekRoll", - "id": "671676436167262228", - "author": "331943400234549248", - "animated": true, - "created": 1580210541, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kekshade": { - "name": "kekshade", - "id": "775484016366190612", - "author": "293107176355004416", - "animated": false, - "created": 1604960197, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "keksplosion": { - "name": "keksplosion", - "id": "540500380161933312", - "author": "203208699500560385", - "animated": true, - "created": 1548935732, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kekthenk": { - "name": "kekthenk", - "id": "759055651384066129", - "author": "428461954064056340", - "animated": false, - "created": 1601043370, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "keku": { - "name": "keku", - "id": "790115440893755412", - "author": "274902785865023488", - "animated": false, - "created": 1608448600, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "KEKW": { - "name": "KEKW", - "id": "626800262648168448", - "author": "373893861950488576", - "animated": false, - "created": 1569511228, - "modified": 1591577999, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "kekw1": { - "name": "kekw1", - "id": "731551514882998282", - "author": "353109234201788427", - "animated": false, - "created": 1594485872, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kekwait": { - "name": "kekwait", - "id": "689850483405488207", - "author": "186324887596564480", - "animated": false, - "created": 1584543572, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kekwatching": { - "name": "kekwatching", - "id": "693137250304655510", - "author": "448102121762455591", - "animated": true, - "created": 1585327198, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kekyou": { - "name": "kekyou", - "id": "726797909256831045", - "author": "167267224787222528", - "animated": false, - "created": 1593352524, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kelvisspeaksly": { - "name": "kelvisspeaksly", - "id": "787377908778795038", - "author": "245607870463213570", - "animated": false, - "created": 1607795922, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kenya_whatdidujustsay": { - "name": "kenya_whatdidujustsay", - "id": "787438175974326353", - "author": "522155526478364675", - "animated": false, - "created": 1607810291, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "keqingcheer": { - "name": "keqingcheer", - "id": "789349496848121877", - "author": "304413971350552588", - "animated": false, - "created": 1608265985, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "keqingfly": { - "name": "keqingfly", - "id": "789349461049868328", - "author": "304413971350552588", - "animated": false, - "created": 1608265977, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "keqinggrr": { - "name": "keqinggrr", - "id": "789349416028733450", - "author": "304413971350552588", - "animated": false, - "created": 1608265966, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "keqingheart": { - "name": "keqingheart", - "id": "789349370436386847", - "author": "304413971350552588", - "animated": false, - "created": 1608265955, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "keqingno": { - "name": "keqingno", - "id": "789349356393725956", - "author": "304413971350552588", - "animated": false, - "created": 1608265952, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "KeqingPadoru": { - "name": "KeqingPadoru", - "id": "789349515278155806", - "author": "304413971350552588", - "animated": false, - "created": 1608265989, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "keqingq": { - "name": "keqingq", - "id": "787992704180551701", - "author": "304413971350552588", - "animated": true, - "created": 1607942500, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "keqingraisehand": { - "name": "keqingraisehand", - "id": "789349334118432788", - "author": "304413971350552588", - "animated": false, - "created": 1608265946, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "KeqingSleep": { - "name": "KeqingSleep", - "id": "789349309434298399", - "author": "304413971350552588", - "animated": false, - "created": 1608265940, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "keqingthumbsup": { - "name": "keqingthumbsup", - "id": "789349295835840512", - "author": "304413971350552588", - "animated": false, - "created": 1608265937, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "keqingweird": { - "name": "keqingweird", - "id": "775775957859434507", - "author": "209280535174971393", - "animated": false, - "created": 1605029801, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "keriko": { - "name": "keriko", - "id": "754542756763926608", - "author": "704662972739616809", - "animated": false, - "created": 1599967412, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kermit": { - "name": "kermit", - "id": "705859708237643838", - "author": "112471608865624064", - "animated": true, - "created": 1588360468, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "KermitAlone": { - "name": "KermitAlone", - "id": "787933161501097994", - "author": "302106586401472512", - "animated": false, - "created": 1607928304, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Kermit_Wut": { - "name": "Kermit_Wut", - "id": "786156953998458880", - "author": "676134602837852172", - "animated": false, - "created": 1607504824, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kernel": { - "name": "kernel", - "id": "681968204268044289", - "author": "425046879047385108", - "animated": false, - "created": 1582664290, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "KernelBan": { - "name": "KernelBan", - "id": "764873330506858516", - "author": "308452846834155530", - "animated": false, - "created": 1602430412, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "keroppi": { - "name": "keroppi", - "id": "785405339964145694", - "author": "411556210152701962", - "animated": false, - "created": 1607325625, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kesparkles": { - "name": "kesparkles", - "id": "743533435917828116", - "author": "219512427513905153", - "animated": true, - "created": 1597342585, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ketchupjoy": { - "name": "ketchupjoy", - "id": "788450302508138536", - "author": "717187106874720287", - "animated": false, - "created": 1608051600, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "keweird": { - "name": "keweird", - "id": "591307727930654730", - "author": "98425391647031296", - "animated": false, - "created": 1561049148, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kewk": { - "name": "kewk", - "id": "750046275495395429", - "author": "528990209589903376", - "animated": false, - "created": 1598895367, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "KEworry": { - "name": "KEworry", - "id": "786059018421665794", - "author": "670406518096789505", - "animated": false, - "created": 1607481474, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Kgaste": { - "name": "Kgaste", - "id": "733844850956435486", - "author": "645482510930673675", - "animated": false, - "created": 1595032646, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kgrande": { - "name": "kgrande", - "id": "669718084235296783", - "author": "509882221730201612", - "animated": false, - "created": 1579743634, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "khaialways": { - "name": "khaialways", - "id": "780538243313434674", - "author": "425046879047385108", - "animated": true, - "created": 1606165219, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "khaifarm": { - "name": "khaifarm", - "id": "788404047723626547", - "author": "425046879047385108", - "animated": true, - "created": 1608040572, - "modified": 1608043589, - "preserve": false, - "description": null, - "nsfw": "MOD_NSFW" - }, - "khaiswettestdream": { - "name": "khaiswettestdream", - "id": "783003525088411678", - "author": "438644880152068127", - "animated": false, - "created": 1606752988, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "khaiwetdream": { - "name": "khaiwetdream", - "id": "782714822454018068", - "author": "425046879047385108", - "animated": false, - "created": 1606684155, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "khaiwettestdream": { - "name": "khaiwettestdream", - "id": "782715803018723339", - "author": "425046879047385108", - "animated": false, - "created": 1606684389, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "khe": { - "name": "khe", - "id": "425744392582594560", - "author": "317456444687515648", - "animated": false, - "created": 1525387945, - "modified": 1533892038, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "khoc": { - "name": "khoc", - "id": "786127713034698752", - "author": "744920706961244251", - "animated": false, - "created": 1607497852, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kHolypepecry": { - "name": "kHolypepecry", - "id": "786266406001704992", - "author": "453944829362307072", - "animated": true, - "created": 1607530919, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kianasmug": { - "name": "kianasmug", - "id": "773718570810343454", - "author": "316209084208644096", - "animated": true, - "created": 1604539282, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kick": { - "name": "kick", - "id": "728489962332356619", - "author": "465388103792590878", - "animated": true, - "created": 1593755941, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kidwhat": { - "name": "kidwhat", - "id": "786363612817784851", - "author": "494688594603147284", - "animated": false, - "created": 1607554095, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kie": { - "name": "kie", - "id": "734975431907868723", - "author": "717472783445131324", - "animated": false, - "created": 1595302198, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kiensos": { - "name": "kiensos", - "id": "732503131350630402", - "author": "290370404579803137", - "animated": false, - "created": 1594712756, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kill": { - "name": "kill", - "id": "420262478501511180", - "author": "166648571033157643", - "animated": false, - "created": 1525387945, - "modified": 1533892038, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "killaaah": { - "name": "killaaah", - "id": "727604221905731614", - "author": "479370177209696267", - "animated": false, - "created": 1593544764, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Killer": { - "name": "Killer", - "id": "759395575052632084", - "author": "580939801243549697", - "animated": false, - "created": 1601124414, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "killme": { - "name": "killme", - "id": "703081401112723516", - "author": "340346846511890432", - "animated": false, - "created": 1587698068, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "KilluaBlush": { - "name": "KilluaBlush", - "id": "781365361537974292", - "author": "554153287109181440", - "animated": false, - "created": 1606362419, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "KilluaDefeat": { - "name": "KilluaDefeat", - "id": "781365342408409100", - "author": "554153287109181440", - "animated": false, - "created": 1606362414, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "KilluaKitty": { - "name": "KilluaKitty", - "id": "781365325136265216", - "author": "554153287109181440", - "animated": false, - "created": 1606362410, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Kim": { - "name": "Kim", - "id": "726905875922550864", - "author": "399671914114711562", - "animated": false, - "created": 1593378266, - "modified": 1593378320, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kimochi": { - "name": "kimochi", - "id": "695892547079372820", - "author": "396995890545426435", - "animated": false, - "created": 1585984112, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kimochii": { - "name": "kimochii", - "id": "768807691555962910", - "author": "403597576223326228", - "animated": false, - "created": 1603368437, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "KingCrimson": { - "name": "KingCrimson", - "id": "668964149606219808", - "author": "479370177209696267", - "animated": false, - "created": 1579563882, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kingPoggerinosDiscord": { - "name": "kingPoggerinosDiscord", - "id": "785458155668635659", - "author": "218172708951687178", - "animated": false, - "created": 1607338217, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kira": { - "name": "kira", - "id": "724002103101620304", - "author": "406529268990869504", - "animated": true, - "created": 1592685952, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kirb": { - "name": "kirb", - "id": "716429775052341328", - "author": "245607870463213570", - "animated": true, - "created": 1590880569, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kirbo": { - "name": "kirbo", - "id": "716341855079628803", - "author": "365650837277507594", - "animated": true, - "created": 1590859607, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kirbo1": { - "name": "kirbo1", - "id": "784440669606903830", - "author": "619907069364928533", - "animated": false, - "created": 1607095630, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kirby": { - "name": "kirby", - "id": "615116551053639700", - "author": "547347533215694858", - "animated": true, - "created": 1566725614, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "KirbyBaile": { - "name": "KirbyBaile", - "id": "775560836416667659", - "author": "741850493088694343", - "animated": true, - "created": 1604978512, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kirbyblob": { - "name": "kirbyblob", - "id": "492047955289964544", - "author": "140516693242937345", - "animated": false, - "created": 1532108962, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "kirbydance": { - "name": "kirbydance", - "id": "767454407755169812", - "author": "676818445068927006", - "animated": true, - "created": 1603045789, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kirbyf": { - "name": "kirbyf", - "id": "786250692972249098", - "author": "293107176355004416", - "animated": false, - "created": 1607527173, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "KirbyGroove": { - "name": "KirbyGroove", - "id": "788810595368566785", - "author": "498212536047370251", - "animated": true, - "created": 1608137501, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Kirbygun": { - "name": "Kirbygun", - "id": "757442612910096425", - "author": "719334547723911232", - "animated": false, - "created": 1600658791, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kirbyhuh": { - "name": "kirbyhuh", - "id": "782157743645261825", - "author": "496037931140513800", - "animated": true, - "created": 1606551337, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kirbyjam": { - "name": "kirbyjam", - "id": "743196871165739054", - "author": "609791313847517223", - "animated": true, - "created": 1597262342, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kirbymusic": { - "name": "kirbymusic", - "id": "782129901670367242", - "author": "496037931140513800", - "animated": true, - "created": 1606544699, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Kirby_Poto": { - "name": "Kirby_Poto", - "id": "785279588908531773", - "author": "731734695750008892", - "animated": false, - "created": 1607295643, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kireina93_wave": { - "name": "kireina93_wave", - "id": "788732965437440001", - "author": "721415443700514847", - "animated": false, - "created": 1608118993, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kirino": { - "name": "kirino", - "id": "740280319055364157", - "author": "425046879047385108", - "animated": false, - "created": 1596566982, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kiryuchan": { - "name": "kiryuchan", - "id": "765109253136318484", - "author": "356267162148798465", - "animated": true, - "created": 1602486661, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kiss": { - "name": "kiss", - "id": "698061762070708234", - "author": "599070470263930882", - "animated": false, - "created": 1586501293, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kiss1": { - "name": "kiss1", - "id": "736595821222690816", - "author": "728949434955857930", - "animated": true, - "created": 1595688529, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kiss2": { - "name": "kiss2", - "id": "743229481396994079", - "author": "723891610709917808", - "animated": true, - "created": 1597270117, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Kissahomie": { - "name": "Kissahomie", - "id": "770224869455429642", - "author": "437547792723083264", - "animated": true, - "created": 1603706319, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kissattack": { - "name": "kissattack", - "id": "775434799489482853", - "author": "756368101788090420", - "animated": true, - "created": 1604948463, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kisses": { - "name": "kisses", - "id": "769179386796572712", - "author": "748223077669929001", - "animated": true, - "created": 1603457056, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kissme": { - "name": "kissme", - "id": "775119706356318218", - "author": "303963315061915648", - "animated": true, - "created": 1604873339, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "KissMyAss": { - "name": "KissMyAss", - "id": "777252523932123167", - "author": "388444122811203605", - "animated": true, - "created": 1605381842, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kissy": { - "name": "kissy", - "id": "769179110433095681", - "author": "748223077669929001", - "animated": true, - "created": 1603456990, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Kisu": { - "name": "Kisu", - "id": "770788963798614087", - "author": "651173629567959070", - "animated": false, - "created": 1603840809, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Kith": { - "name": "Kith", - "id": "784440235021959178", - "author": "711751154119475291", - "animated": false, - "created": 1607095526, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kitti": { - "name": "kitti", - "id": "773259417063391252", - "author": "702536106834526259", - "animated": true, - "created": 1604429811, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kitty": { - "name": "kitty", - "id": "710267157908553787", - "author": "700475671662821456", - "animated": false, - "created": 1589411286, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kittyclap": { - "name": "kittyclap", - "id": "749754349709688834", - "author": "670458394494238760", - "animated": true, - "created": 1598825766, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kittydance": { - "name": "kittydance", - "id": "786153057539850241", - "author": "676134602837852172", - "animated": true, - "created": 1607503895, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kittyhyper2": { - "name": "kittyhyper2", - "id": "786266371310354473", - "author": "453944829362307072", - "animated": true, - "created": 1607530911, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kittyWiggle": { - "name": "kittyWiggle", - "id": "786156920540626945", - "author": "676134602837852172", - "animated": true, - "created": 1607504816, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kiukiu": { - "name": "kiukiu", - "id": "778763181157515294", - "author": "753015942409093144", - "animated": true, - "created": 1605742011, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kiwiball": { - "name": "kiwiball", - "id": "769728430958706688", - "author": "653806638695710721", - "animated": false, - "created": 1603587959, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kiwispin": { - "name": "kiwispin", - "id": "678227126792486943", - "author": "97209058150326272", - "animated": true, - "created": 1581772348, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kizuhappy": { - "name": "kizuhappy", - "id": "788538818500362253", - "author": "569937267012010015", - "animated": false, - "created": 1608072704, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kizuhuh": { - "name": "kizuhuh", - "id": "788538555324432435", - "author": "569937267012010015", - "animated": false, - "created": 1608072642, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kizuna": { - "name": "kizuna", - "id": "788538681824116797", - "author": "569937267012010015", - "animated": false, - "created": 1608072672, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kk": { - "name": "kk", - "id": "621465578124607488", - "author": "249948397673512961", - "animated": false, - "created": 1568239340, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "k_kittyuwu": { - "name": "k_kittyuwu", - "id": "786949624610422844", - "author": "718818001633280071", - "animated": true, - "created": 1607693811, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kkk": { - "name": "kkk", - "id": "718827036457697363", - "author": "557269772270829569", - "animated": false, - "created": 1591452120, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kkmirror": { - "name": "kkmirror", - "id": "789562511572861041", - "author": "83845846474424320", - "animated": false, - "created": 1608316772, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "klee": { - "name": "klee", - "id": "773615456187449344", - "author": "419971854321844225", - "animated": false, - "created": 1604514697, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "KleeBoom": { - "name": "KleeBoom", - "id": "780889049086033990", - "author": "329489710822981633", - "animated": false, - "created": 1606248857, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kleefak": { - "name": "kleefak", - "id": "790093731881680937", - "author": "283931212828114944", - "animated": false, - "created": 1608443425, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "KleeFinger": { - "name": "KleeFinger", - "id": "780888805787303996", - "author": "329489710822981633", - "animated": false, - "created": 1606248799, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "KleeHug": { - "name": "KleeHug", - "id": "784833958600769536", - "author": "359713607635697664", - "animated": false, - "created": 1607189397, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "KleeKaBoom": { - "name": "KleeKaBoom", - "id": "769733832613298176", - "author": "221000194366504962", - "animated": true, - "created": 1603589246, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kleerun": { - "name": "kleerun", - "id": "781243900513615924", - "author": "495518017434681365", - "animated": true, - "created": 1606333460, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kleeweird": { - "name": "kleeweird", - "id": "775331588165861447", - "author": "209280535174971393", - "animated": false, - "created": 1604923856, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "klinskchamp": { - "name": "klinskchamp", - "id": "774802910642962462", - "author": "293107176355004416", - "animated": false, - "created": 1604797809, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kllamrd": { - "name": "kllamrd", - "id": "788237806954741793", - "author": "753681432718737480", - "animated": false, - "created": 1608000938, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kmirai": { - "name": "kmirai", - "id": "782305518248132639", - "author": "739300261763350600", - "animated": false, - "created": 1606586570, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kms": { - "name": "kms", - "id": "415613154358460416", - "author": "201852729730007041", - "animated": false, - "created": 1525387945, - "modified": 1533892038, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kmssmile": { - "name": "kmssmile", - "id": "765951039529680996", - "author": "164559223793909760", - "animated": false, - "created": 1602687358, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kmstear": { - "name": "kmstear", - "id": "781261624967299113", - "author": "612333820141633549", - "animated": false, - "created": 1606337686, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "KM_vibe": { - "name": "KM_vibe", - "id": "766711924871397398", - "author": "725805550687748186", - "animated": true, - "created": 1602868767, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "knaifu": { - "name": "knaifu", - "id": "787226983431798795", - "author": "546474895660548136", - "animated": false, - "created": 1607759938, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "knife": { - "name": "knife", - "id": "763316435283738654", - "author": "199067825430593536", - "animated": false, - "created": 1602059219, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "knifecat": { - "name": "knifecat", - "id": "779423988194738237", - "author": "718755860100284458", - "animated": false, - "created": 1605899559, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kntl": { - "name": "kntl", - "id": "562854927458631684", - "author": "425533249771667456", - "animated": false, - "created": 1554265472, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "knucklesroll": { - "name": "knucklesroll", - "id": "786153008378544149", - "author": "676134602837852172", - "animated": true, - "created": 1607503883, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "knux": { - "name": "knux", - "id": "760387302672695327", - "author": "707782363916271649", - "animated": false, - "created": 1601360860, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "koc_aphr": { - "name": "koc_aphr", - "id": "781814868214284288", - "author": "586886106289668127", - "animated": false, - "created": 1606469590, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kodijaja": { - "name": "kodijaja", - "id": "779363353490620457", - "author": "352617359036514304", - "animated": false, - "created": 1605885103, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kodipog": { - "name": "kodipog", - "id": "778648137840590939", - "author": "352617359036514304", - "animated": false, - "created": 1605714582, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kofu": { - "name": "kofu", - "id": "788803124647165963", - "author": "370757129268887553", - "animated": false, - "created": 1608135720, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kogspeak": { - "name": "kogspeak", - "id": "779426709798780949", - "author": "203858284459851776", - "animated": false, - "created": 1605900208, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "koichi": { - "name": "koichi", - "id": "777353209526091789", - "author": "293107176355004416", - "animated": false, - "created": 1605405847, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "koichi_": { - "name": "koichi_", - "id": "781543341551517706", - "author": "475156812329517068", - "animated": false, - "created": 1606404853, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Koishi": { - "name": "Koishi", - "id": "782742763862884352", - "author": "748023719833894942", - "animated": false, - "created": 1606690817, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "koishidance": { - "name": "koishidance", - "id": "773361984263290881", - "author": "739936426799661086", - "animated": true, - "created": 1604454265, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "KokichiLaugh": { - "name": "KokichiLaugh", - "id": "782739482385842176", - "author": "748023719833894942", - "animated": false, - "created": 1606690035, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kokoyay": { - "name": "kokoyay", - "id": "780899509248458763", - "author": "551188005281464342", - "animated": false, - "created": 1606251351, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kolindash": { - "name": "kolindash", - "id": "783814560179421194", - "author": "162457009147346945", - "animated": false, - "created": 1606946353, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "komachi": { - "name": "komachi", - "id": "707045409704640573", - "author": "511549289558966285", - "animated": true, - "created": 1588643162, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "komadisgusted": { - "name": "komadisgusted", - "id": "781683122144018432", - "author": "294946270861328385", - "animated": false, - "created": 1606438179, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kompare": { - "name": "kompare", - "id": "762180725080326175", - "author": "243405520260694017", - "animated": false, - "created": 1601788445, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "konno": { - "name": "konno", - "id": "746949408490389615", - "author": "326733379678633985", - "animated": true, - "created": 1598157016, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "konnoleave": { - "name": "konnoleave", - "id": "772306984883191818", - "author": "358457900546654209", - "animated": true, - "created": 1604202734, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "KONODIODA": { - "name": "KONODIODA", - "id": "668537385700556804", - "author": "281251143139721226", - "animated": false, - "created": 1579462133, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kontol": { - "name": "kontol", - "id": "732971715012984892", - "author": "226339499523702785", - "animated": false, - "created": 1594824474, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "korone": { - "name": "korone", - "id": "716533172715782154", - "author": "520759278307639296", - "animated": false, - "created": 1590905220, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "koronee": { - "name": "koronee", - "id": "784344725985296424", - "author": "527926961427972107", - "animated": false, - "created": 1607072755, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "koronefukkireta": { - "name": "koronefukkireta", - "id": "759616393229762560", - "author": "468192500025262081", - "animated": true, - "created": 1601177061, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "koronegun": { - "name": "koronegun", - "id": "783171130491797546", - "author": "468192500025262081", - "animated": false, - "created": 1606792948, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "korstare": { - "name": "korstare", - "id": "768611320907956265", - "author": "348307510572089357", - "animated": false, - "created": 1603321619, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "korthink": { - "name": "korthink", - "id": "761666889322987580", - "author": "348307510572089357", - "animated": false, - "created": 1601665937, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kotblush": { - "name": "kotblush", - "id": "781832369946230784", - "author": "703781594015465502", - "animated": false, - "created": 1606473762, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kotcry": { - "name": "kotcry", - "id": "781832485981913088", - "author": "703781594015465502", - "animated": false, - "created": 1606473790, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kova_aphr": { - "name": "kova_aphr", - "id": "781814673279680512", - "author": "586886106289668127", - "animated": false, - "created": 1606469543, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kow": { - "name": "kow", - "id": "782697882737573909", - "author": "406558013848289281", - "animated": false, - "created": 1606680117, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kpedo": { - "name": "kpedo", - "id": "780951026109775882", - "author": "753681432718737480", - "animated": false, - "created": 1606263634, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Kraken": { - "name": "Kraken", - "id": "776983056271671337", - "author": "212026049427537920", - "animated": false, - "created": 1605317596, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "krappa": { - "name": "krappa", - "id": "591816400557965337", - "author": "484820304686874648", - "animated": false, - "created": 1561170425, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kreken": { - "name": "kreken", - "id": "786043999265488936", - "author": "212026049427537920", - "animated": false, - "created": 1607477893, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kreygasm": { - "name": "kreygasm", - "id": "529713162577117187", - "author": "140516693242937345", - "animated": false, - "created": 1546363859, - "modified": 1546365931, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "kris": { - "name": "kris", - "id": "769053150920704000", - "author": "469162062086537226", - "animated": false, - "created": 1603426959, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kronk": { - "name": "kronk", - "id": "780899214770307103", - "author": "425046879047385108", - "animated": false, - "created": 1606251281, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "krowa": { - "name": "krowa", - "id": "775838842909360149", - "author": "425046879047385108", - "animated": true, - "created": 1605044794, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kr_xx_FirePink": { - "name": "kr_xx_FirePink", - "id": "785974513731895347", - "author": "632211012551966750", - "animated": true, - "created": 1607461326, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kr_zr_RedWingedHearts": { - "name": "kr_zr_RedWingedHearts", - "id": "785974455943299104", - "author": "632211012551966750", - "animated": true, - "created": 1607461313, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kr_zw_WhiteButterfly": { - "name": "kr_zw_WhiteButterfly", - "id": "785974417536319569", - "author": "632211012551966750", - "animated": true, - "created": 1607461304, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kr_zw_WhiteSparkles": { - "name": "kr_zw_WhiteSparkles", - "id": "785974442458218527", - "author": "632211012551966750", - "animated": true, - "created": 1607461309, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kr_zw_WhiteStar": { - "name": "kr_zw_WhiteStar", - "id": "785974433701298246", - "author": "632211012551966750", - "animated": false, - "created": 1607461307, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kr_zw_WhiteWings": { - "name": "kr_zw_WhiteWings", - "id": "785974425307578419", - "author": "632211012551966750", - "animated": true, - "created": 1607461305, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kr_zz_PastelConfused": { - "name": "kr_zz_PastelConfused", - "id": "785974381398458368", - "author": "632211012551966750", - "animated": false, - "created": 1607461295, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kr_zz_PastelHeart": { - "name": "kr_zz_PastelHeart", - "id": "785974370509389846", - "author": "632211012551966750", - "animated": false, - "created": 1607461292, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kr_zz_PastelHehe": { - "name": "kr_zz_PastelHehe", - "id": "785974361219530813", - "author": "632211012551966750", - "animated": false, - "created": 1607461291, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kr_zz_PastelPout": { - "name": "kr_zz_PastelPout", - "id": "785974350120484864", - "author": "632211012551966750", - "animated": false, - "created": 1607461287, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "KumaPls": { - "name": "KumaPls", - "id": "772314177280147526", - "author": "727325977755254874", - "animated": true, - "created": 1604204448, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Kuputazo": { - "name": "Kuputazo", - "id": "779568838794281010", - "author": "290708021917646849", - "animated": false, - "created": 1605934094, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kuromirubix": { - "name": "kuromirubix", - "id": "786678598861586472", - "author": "718818001633280071", - "animated": false, - "created": 1607629193, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kurumi": { - "name": "kurumi", - "id": "775351192209457152", - "author": "592187940138909707", - "animated": true, - "created": 1604928529, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "k_vibingpug": { - "name": "k_vibingpug", - "id": "786949642431889438", - "author": "718818001633280071", - "animated": true, - "created": 1607693815, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kwea": { - "name": "kwea", - "id": "586617952166477827", - "author": "385806801624367115", - "animated": false, - "created": 1559931018, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kweactm": { - "name": "kweactm", - "id": "786745400589025300", - "author": "670406518096789505", - "animated": true, - "created": 1607645120, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kya": { - "name": "kya", - "id": "700989718203990086", - "author": "581242976504643585", - "animated": false, - "created": 1587199372, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kyaa": { - "name": "kyaa", - "id": "755871255735042148", - "author": "338588328716795914", - "animated": false, - "created": 1600284150, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "kys": { - "name": "kys", - "id": "766720509248929813", - "author": "668570549680734210", - "animated": true, - "created": 1602870814, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "L_": { - "name": "L_", - "id": "759253759813091348", - "author": "700117364485914704", - "animated": false, - "created": 1601090602, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "la": { - "name": "la", - "id": "768014145692893185", - "author": "496037931140513800", - "animated": true, - "created": 1603179241, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "labunom": { - "name": "labunom", - "id": "787896168184021002", - "author": "330632340088815616", - "animated": true, - "created": 1607919485, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "lachupada": { - "name": "lachupada", - "id": "788304611042656287", - "author": "546474895660548136", - "animated": true, - "created": 1608016865, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "lacOMEGA": { - "name": "lacOMEGA", - "id": "777597957008654356", - "author": "544311743934103573", - "animated": false, - "created": 1605464200, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ladybug_sigh": { - "name": "ladybug_sigh", - "id": "782160141147176960", - "author": "496037931140513800", - "animated": false, - "created": 1606551909, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "laf": { - "name": "laf", - "id": "757300436876394647", - "author": "729066675202293761", - "animated": false, - "created": 1600624894, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "laff3": { - "name": "laff3", - "id": "780893523120619532", - "author": "519640139639685131", - "animated": false, - "created": 1606249924, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Lag": { - "name": "Lag", - "id": "712079804513648650", - "author": "429430017555038208", - "animated": false, - "created": 1589843455, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "LaghingPepo": { - "name": "LaghingPepo", - "id": "785741086639259669", - "author": "515295835555233823", - "animated": false, - "created": 1607405673, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "lagraciosa": { - "name": "lagraciosa", - "id": "774697510475792414", - "author": "293107176355004416", - "animated": false, - "created": 1604772679, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "lagtino": { - "name": "lagtino", - "id": "729690545873485824", - "author": "425046879047385108", - "animated": true, - "created": 1594042183, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "lai": { - "name": "lai", - "id": "688356334152056868", - "author": "425046879047385108", - "animated": false, - "created": 1584187339, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "laibed": { - "name": "laibed", - "id": "758772675233054771", - "author": "112471608865624064", - "animated": false, - "created": 1600975903, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "LaiScreen": { - "name": "LaiScreen", - "id": "726132763312390236", - "author": "425046879047385108", - "animated": false, - "created": 1593193941, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "lalay": { - "name": "lalay", - "id": "731099594280271924", - "author": "245607870463213570", - "animated": false, - "created": 1594378127, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Lalo": { - "name": "Lalo", - "id": "785938074948862012", - "author": "384460013932118019", - "animated": false, - "created": 1607452639, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "lamassuciadelserver": { - "name": "lamassuciadelserver", - "id": "786040319937609750", - "author": "293107176355004416", - "animated": false, - "created": 1607477016, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "lamentable": { - "name": "lamentable", - "id": "644746923391189013", - "author": "391343598374879232", - "animated": false, - "created": 1573790045, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "lamer": { - "name": "lamer", - "id": "777348424881799178", - "author": "564111150443266125", - "animated": true, - "created": 1605404707, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "lamermixtabla": { - "name": "lamermixtabla", - "id": "755636081025613915", - "author": "370757129268887553", - "animated": false, - "created": 1600228080, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "lametabla": { - "name": "lametabla", - "id": "773948318434066432", - "author": "504130418958794763", - "animated": false, - "created": 1604594058, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "lamo": { - "name": "lamo", - "id": "787845640125284393", - "author": "428461954064056340", - "animated": false, - "created": 1607907438, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "lampblob": { - "name": "lampblob", - "id": "781348677243240468", - "author": "448827482179895304", - "animated": true, - "created": 1606358441, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "lampyblush": { - "name": "lampyblush", - "id": "788753330045452298", - "author": "679596611323953175", - "animated": false, - "created": 1608123848, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "LampyPat": { - "name": "LampyPat", - "id": "788744844943294514", - "author": "679596611323953175", - "animated": true, - "created": 1608121825, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "lanzar": { - "name": "lanzar", - "id": "784834355302105138", - "author": "751637071059222629", - "animated": false, - "created": 1607189491, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "lapenetra": { - "name": "lapenetra", - "id": "707668775834484807", - "author": "314191218898763786", - "animated": false, - "created": 1588791784, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "laro_k": { - "name": "laro_k", - "id": "784115699621822495", - "author": "736438830386774087", - "animated": false, - "created": 1607018151, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "laseryes": { - "name": "laseryes", - "id": "785394376779366441", - "author": "257659083547607040", - "animated": false, - "created": 1607323011, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "latido": { - "name": "latido", - "id": "767392351118688267", - "author": "676818445068927006", - "animated": true, - "created": 1603030994, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "latigo": { - "name": "latigo", - "id": "718976435594854401", - "author": "680584052067139593", - "animated": false, - "created": 1591487740, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "latinoamerica": { - "name": "latinoamerica", - "id": "781670362852229151", - "author": "731734695750008892", - "animated": false, - "created": 1606435137, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "latire": { - "name": "latire", - "id": "666916108841910302", - "author": "167267224787222528", - "animated": false, - "created": 1579075591, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "latuya": { - "name": "latuya", - "id": "744743998379262033", - "author": "741457183597920266", - "animated": false, - "created": 1597631205, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Laugh": { - "name": "Laugh", - "id": "520366120969043968", - "author": "504029652223000603", - "animated": false, - "created": 1544135351, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "laughershit": { - "name": "laughershit", - "id": "774309889157365761", - "author": "540260499783417887", - "animated": false, - "created": 1604680263, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "laughsingay": { - "name": "laughsingay", - "id": "751202280291696815", - "author": "325346618364788737", - "animated": false, - "created": 1599170980, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "lawl": { - "name": "lawl", - "id": "724702034237980742", - "author": "461974777905545236", - "animated": false, - "created": 1592852829, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "lb": { - "name": "lb", - "id": "658483285239922737", - "author": "468829462356688897", - "animated": false, - "created": 1577065049, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "lbweird": { - "name": "lbweird", - "id": "788933907722272778", - "author": "245607870463213570", - "animated": false, - "created": 1608166901, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "LC_KrappaHD": { - "name": "LC_KrappaHD", - "id": "786289763388751882", - "author": "757315712430768291", - "animated": false, - "created": 1607536488, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "leche": { - "name": "leche", - "id": "731308342122905620", - "author": "419604866080702465", - "animated": false, - "created": 1594427895, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "lectura": { - "name": "lectura", - "id": "775723823755558922", - "author": "747555334410731672", - "animated": false, - "created": 1605017371, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "leffey": { - "name": "leffey", - "id": "609776095851577344", - "author": "448102121762455591", - "animated": false, - "created": 1565452350, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "legana": { - "name": "legana", - "id": "780953122935406594", - "author": "753681432718737480", - "animated": false, - "created": 1606264134, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "lego": { - "name": "lego", - "id": "756343528438890657", - "author": "442874947568664600", - "animated": false, - "created": 1600396749, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "LegoYoda": { - "name": "LegoYoda", - "id": "782168540190867458", - "author": "496037931140513800", - "animated": false, - "created": 1606553912, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "lehuga": { - "name": "lehuga", - "id": "538315895655890944", - "author": "420979511786733568", - "animated": true, - "created": 1548414911, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "LeiaCosplay": { - "name": "LeiaCosplay", - "id": "784867568884252722", - "author": "532025158865780756", - "animated": false, - "created": 1607197410, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "LekkerPik": { - "name": "LekkerPik", - "id": "782740049505812500", - "author": "748023719833894942", - "animated": false, - "created": 1606690170, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "lel": { - "name": "lel", - "id": "433253752217141259", - "author": "341884304642801664", - "animated": false, - "created": 1525387945, - "modified": 1533892038, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Lelaq_Wait_What": { - "name": "Lelaq_Wait_What", - "id": "785002570611294236", - "author": "751375476647264336", - "animated": false, - "created": 1607229597, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Lenny": { - "name": "Lenny", - "id": "424851427978903563", - "author": "309931418774142976", - "animated": false, - "created": 1525387945, - "modified": 1533892038, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "lenny_dance": { - "name": "lenny_dance", - "id": "787107690488397895", - "author": "756906411295768647", - "animated": false, - "created": 1607731497, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "lennythenk": { - "name": "lennythenk", - "id": "759085486584234025", - "author": "428461954064056340", - "animated": false, - "created": 1601050483, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "LenSpicy": { - "name": "LenSpicy", - "id": "786085344650985472", - "author": "730519813184815126", - "animated": false, - "created": 1607487751, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "LenTemperTantrum": { - "name": "LenTemperTantrum", - "id": "786085380297457716", - "author": "730519813184815126", - "animated": true, - "created": 1607487759, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "lenwa": { - "name": "lenwa", - "id": "532995280044294194", - "author": "343239064918687745", - "animated": true, - "created": 1547146377, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "leozoom": { - "name": "leozoom", - "id": "733466935853056161", - "author": "245607870463213570", - "animated": true, - "created": 1594942544, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "lepega": { - "name": "lepega", - "id": "787724621554253856", - "author": "586219689466658816", - "animated": false, - "created": 1607878585, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "lerry": { - "name": "lerry", - "id": "783342869963472896", - "author": "353109234201788427", - "animated": false, - "created": 1606833894, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "lerryhat": { - "name": "lerryhat", - "id": "783345603291381770", - "author": "353109234201788427", - "animated": false, - "created": 1606834545, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "lesbian": { - "name": "lesbian", - "id": "778067393665826857", - "author": "543123756869222400", - "animated": false, - "created": 1605576122, - "modified": 1605596889, - "preserve": false, - "description": null, - "nsfw": "MOD_NSFW" - }, - "lescape": { - "name": "lescape", - "id": "784449624828149792", - "author": "684477455028846624", - "animated": false, - "created": 1607097765, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "leshawnachile": { - "name": "leshawnachile", - "id": "780899460003790878", - "author": "270258569637658627", - "animated": false, - "created": 1606251339, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "lesir": { - "name": "lesir", - "id": "781126391319494686", - "author": "88006461619200000", - "animated": false, - "created": 1606305444, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "lesire": { - "name": "lesire", - "id": "781122994482708562", - "author": "88006461619200000", - "animated": false, - "created": 1606304634, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Lets": { - "name": "Lets", - "id": "773327847431471105", - "author": "373893861950488576", - "animated": false, - "created": 1604446126, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "letsfuckinggo": { - "name": "letsfuckinggo", - "id": "746013123026354226", - "author": "411163161031344148", - "animated": false, - "created": 1597933788, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "letsnot": { - "name": "letsnot", - "id": "775896948958822411", - "author": "256056872254177281", - "animated": false, - "created": 1605058648, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "letspog": { - "name": "letspog", - "id": "781346318966587425", - "author": "544004454257524746", - "animated": false, - "created": 1606357879, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "lett": { - "name": "lett", - "id": "782151673307987988", - "author": "708404644052729879", - "animated": false, - "created": 1606549890, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "lettclap": { - "name": "lettclap", - "id": "782151479170433064", - "author": "708404644052729879", - "animated": false, - "created": 1606549844, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "lettcry": { - "name": "lettcry", - "id": "782150783768068096", - "author": "708404644052729879", - "animated": false, - "created": 1606549678, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "letters": { - "name": "letters", - "id": "786450635876073513", - "author": "723894380892782662", - "animated": false, - "created": 1607574843, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "letthorny": { - "name": "letthorny", - "id": "766133618891554817", - "author": "708404644052729879", - "animated": false, - "created": 1602730888, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "lettsad": { - "name": "lettsad", - "id": "766139851270914048", - "author": "708404644052729879", - "animated": false, - "created": 1602732375, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "lettstop": { - "name": "lettstop", - "id": "782151415073734687", - "author": "708404644052729879", - "animated": false, - "created": 1606549829, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "lettwine": { - "name": "lettwine", - "id": "782151740099133490", - "author": "708404644052729879", - "animated": false, - "created": 1606549906, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "lewd": { - "name": "lewd", - "id": "414837509080612864", - "author": "124987017246277634", - "animated": false, - "created": 1525387945, - "modified": 1533892038, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "lewdalex": { - "name": "lewdalex", - "id": "767645649519902740", - "author": "457415833572999170", - "animated": false, - "created": 1603091385, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "lewddd": { - "name": "lewddd", - "id": "789166471951548436", - "author": "767032132182212629", - "animated": false, - "created": 1608222348, - "modified": 1608237152, - "preserve": false, - "description": null, - "nsfw": "MOD_NSFW" - }, - "lewdDrool": { - "name": "lewdDrool", - "id": "776268290443051049", - "author": "730519813184815126", - "animated": true, - "created": 1605147182, - "modified": 1605165396, - "preserve": false, - "description": null, - "nsfw": "MOD_NSFW" - }, - "LewdMegumin": { - "name": "LewdMegumin", - "id": "783880748738150410", - "author": "697542753449672775", - "animated": false, - "created": 1606962134, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "lex_arrow": { - "name": "lex_arrow", - "id": "788733042888802315", - "author": "721415443700514847", - "animated": false, - "created": 1608119011, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "lfg": { - "name": "lfg", - "id": "785390001952391188", - "author": "263183872869531648", - "animated": false, - "created": 1607321968, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "LG4_hmm": { - "name": "LG4_hmm", - "id": "788733263291219978", - "author": "721415443700514847", - "animated": false, - "created": 1608119063, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "LG7_meow": { - "name": "LG7_meow", - "id": "788733275064500225", - "author": "721415443700514847", - "animated": false, - "created": 1608119066, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "LG7_peak": { - "name": "LG7_peak", - "id": "788733330774425620", - "author": "721415443700514847", - "animated": false, - "created": 1608119080, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "lgbt": { - "name": "lgbt", - "id": "710983527726055444", - "author": "444542802794119168", - "animated": false, - "created": 1589582082, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "LG_C_arrow1": { - "name": "LG_C_arrow1", - "id": "788733190520832010", - "author": "721415443700514847", - "animated": true, - "created": 1608119046, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "LG_C_arrow2": { - "name": "LG_C_arrow2", - "id": "788733176028725289", - "author": "721415443700514847", - "animated": true, - "created": 1608119043, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "LG_C_arrow3": { - "name": "LG_C_arrow3", - "id": "788733162225401888", - "author": "721415443700514847", - "animated": true, - "created": 1608119039, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "LG_C_arrow5": { - "name": "LG_C_arrow5", - "id": "788733151315886080", - "author": "721415443700514847", - "animated": true, - "created": 1608119037, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "LGG_shy": { - "name": "LGG_shy", - "id": "788733377309573121", - "author": "721415443700514847", - "animated": false, - "created": 1608119091, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "LGG_smile": { - "name": "LGG_smile", - "id": "788733391574269962", - "author": "721415443700514847", - "animated": false, - "created": 1608119094, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "LGTB": { - "name": "LGTB", - "id": "758551862869229588", - "author": "392871094794584064", - "animated": false, - "created": 1600923257, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "lib": { - "name": "lib", - "id": "788481468468559882", - "author": "508004255974817802", - "animated": false, - "created": 1608059031, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "licc": { - "name": "licc", - "id": "788184725809922058", - "author": "353109234201788427", - "animated": true, - "created": 1607988282, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "liccaf": { - "name": "liccaf", - "id": "788124576328581151", - "author": "353109234201788427", - "animated": true, - "created": 1607973941, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "lick": { - "name": "lick", - "id": "415667136455901184", - "author": "147158134941548544", - "animated": true, - "created": 1525387945, - "modified": 1533892038, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "lick1": { - "name": "lick1", - "id": "778132490061348894", - "author": "684772301287587850", - "animated": true, - "created": 1605591643, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "lick2": { - "name": "lick2", - "id": "767798728773730334", - "author": "456756645091868672", - "animated": true, - "created": 1603127882, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "lickl": { - "name": "lickl", - "id": "479615370244915211", - "author": "276014205772234752", - "animated": true, - "created": 1534419615, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "lickr": { - "name": "lickr", - "id": "479615453342466058", - "author": "276014205772234752", - "animated": true, - "created": 1534419634, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "lider": { - "name": "lider", - "id": "745067329871937577", - "author": "538092861481287701", - "animated": false, - "created": 1597708294, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "life": { - "name": "life", - "id": "775153359996977163", - "author": "353109234201788427", - "animated": false, - "created": 1604881362, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "lifelife": { - "name": "lifelife", - "id": "790092501250736148", - "author": "717187106874720287", - "animated": false, - "created": 1608443131, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "lightboulb": { - "name": "lightboulb", - "id": "492047989678931989", - "author": "140516693242937345", - "animated": false, - "created": 1531975879, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "lightsaber": { - "name": "lightsaber", - "id": "785499346338054165", - "author": "434603155695730709", - "animated": true, - "created": 1607348038, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "lightstick": { - "name": "lightstick", - "id": "704201684938653812", - "author": "282774540856328193", - "animated": false, - "created": 1587965165, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "like": { - "name": "like", - "id": "746841247167283330", - "author": "261650934340386817", - "animated": false, - "created": 1598131229, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "likecb": { - "name": "likecb", - "id": "788148093316497448", - "author": "704742786225668206", - "animated": true, - "created": 1607979548, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "like_fb": { - "name": "like_fb", - "id": "783251908474961920", - "author": "496037931140513800", - "animated": false, - "created": 1606812207, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "lil": { - "name": "lil", - "id": "780444379243479070", - "author": "444213647321989121", - "animated": false, - "created": 1606142840, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "lilacplayboy": { - "name": "lilacplayboy", - "id": "784831857325899826", - "author": "252655876177920000", - "animated": false, - "created": 1607188896, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "liljuh": { - "name": "liljuh", - "id": "785392285512106015", - "author": "268138992606773248", - "animated": true, - "created": 1607322512, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "lilynano": { - "name": "lilynano", - "id": "781244951047962655", - "author": "274724839670153218", - "animated": false, - "created": 1606333711, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "limeplayboy": { - "name": "limeplayboy", - "id": "784831760562520087", - "author": "252655876177920000", - "animated": false, - "created": 1607188873, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "lin": { - "name": "lin", - "id": "681479993401802756", - "author": "213668516350525441", - "animated": true, - "created": 1582547891, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "lindo": { - "name": "lindo", - "id": "743995618065907762", - "author": "725437449895149619", - "animated": false, - "created": 1597452778, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "line1": { - "name": "line1", - "id": "789748491123294208", - "author": "454482594097266718", - "animated": false, - "created": 1608361113, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "linspetchicken": { - "name": "linspetchicken", - "id": "787992667531247629", - "author": "294383386393575426", - "animated": true, - "created": 1607942492, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "linus": { - "name": "linus", - "id": "762579394958852106", - "author": "496037931140513800", - "animated": false, - "created": 1601883495, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "linustroleadorcara": { - "name": "linustroleadorcara", - "id": "785589945733480488", - "author": "442120979821625345", - "animated": false, - "created": 1607369638, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "linux": { - "name": "linux", - "id": "737503074834317422", - "author": "574870314928832533", - "animated": false, - "created": 1595904862, - "modified": 1596180517, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "lipbite": { - "name": "lipbite", - "id": "771412844029542431", - "author": "331655887074754560", - "animated": false, - "created": 1603989554, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "lisa": { - "name": "lisa", - "id": "784005597745643570", - "author": "684477455028846624", - "animated": false, - "created": 1606991900, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "lisaweird": { - "name": "lisaweird", - "id": "775780568088051722", - "author": "209280535174971393", - "animated": false, - "created": 1605030900, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "litch": { - "name": "litch", - "id": "790087870404493332", - "author": "704662972739616809", - "animated": false, - "created": 1608442027, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "literallycryingintheclub": { - "name": "literallycryingintheclub", - "id": "788226527372115978", - "author": "409765892210294784", - "animated": true, - "created": 1607998248, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "literallykanna": { - "name": "literallykanna", - "id": "727565703363952680", - "author": "323924657537548289", - "animated": true, - "created": 1593535581, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Literrilli": { - "name": "Literrilli", - "id": "759103818767532032", - "author": "569482187699781653", - "animated": false, - "created": 1601054853, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "lits": { - "name": "lits", - "id": "784853497400262738", - "author": "293107176355004416", - "animated": false, - "created": 1607194055, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "littletou": { - "name": "littletou", - "id": "783351456442482739", - "author": "83845846474424320", - "animated": false, - "created": 1606835941, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "llora": { - "name": "llora", - "id": "710181652390739985", - "author": "483361344104693762", - "animated": false, - "created": 1589390900, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "llorapues": { - "name": "llorapues", - "id": "733461888393805885", - "author": "608769815150198784", - "animated": false, - "created": 1594941341, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "llorar": { - "name": "llorar", - "id": "700801945639714910", - "author": "696620237662978148", - "animated": false, - "created": 1587154604, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "lloron": { - "name": "lloron", - "id": "784215691573198848", - "author": "543468933974589440", - "animated": false, - "created": 1607041990, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "LL_YesMaster": { - "name": "LL_YesMaster", - "id": "785270683718254632", - "author": "706123395913220116", - "animated": false, - "created": 1607293520, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "lmao": { - "name": "lmao", - "id": "428180201294528533", - "author": "415559184445079562", - "animated": true, - "created": 1525387945, - "modified": 1533892038, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "lmao1": { - "name": "lmao1", - "id": "788085641429647451", - "author": "619907069364928533", - "animated": true, - "created": 1607964658, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "lmaocry": { - "name": "lmaocry", - "id": "754897328443359333", - "author": "428461954064056340", - "animated": false, - "created": 1600051948, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "lmfao": { - "name": "lmfao", - "id": "649322249605742612", - "author": "462684302430175233", - "animated": false, - "created": 1574880888, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "lo": { - "name": "lo", - "id": "759432803515105291", - "author": "714174249975414787", - "animated": false, - "created": 1601133290, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "load": { - "name": "load", - "id": "735255721800630294", - "author": "353109234201788427", - "animated": true, - "created": 1595369024, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Loading": { - "name": "Loading", - "id": "565346482035621890", - "author": "295144561569693697", - "animated": true, - "created": 1554859505, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "loadingaf": { - "name": "loadingaf", - "id": "754372054064693389", - "author": "73375128251011072", - "animated": true, - "created": 1599926713, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "loadingcat": { - "name": "loadingcat", - "id": "786152987437039616", - "author": "676134602837852172", - "animated": true, - "created": 1607503878, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "loadinggun": { - "name": "loadinggun", - "id": "786152968557821952", - "author": "676134602837852172", - "animated": true, - "created": 1607503873, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "loaf": { - "name": "loaf", - "id": "780397906251087873", - "author": "162074751341297664", - "animated": false, - "created": 1606131760, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "loanula": { - "name": "loanula", - "id": "780951938320957471", - "author": "753681432718737480", - "animated": false, - "created": 1606263851, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "lobosentado": { - "name": "lobosentado", - "id": "782151933631922177", - "author": "708404644052729879", - "animated": false, - "created": 1606549952, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "locura": { - "name": "locura", - "id": "767220854194044928", - "author": "584556882216353792", - "animated": false, - "created": 1602990106, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "locura1": { - "name": "locura1", - "id": "787566385450057728", - "author": "753681432718737480", - "animated": true, - "created": 1607840858, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "logic": { - "name": "logic", - "id": "778810010708344852", - "author": "760183597930905601", - "animated": false, - "created": 1605753176, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "lokura": { - "name": "lokura", - "id": "774297629977870387", - "author": "704742786225668206", - "animated": true, - "created": 1604677340, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "lol": { - "name": "lol", - "id": "431264482585477141", - "author": "110130328365981696", - "animated": false, - "created": 1525387945, - "modified": 1533892038, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "lol2": { - "name": "lol2", - "id": "766461177013862400", - "author": "410679587035545603", - "animated": false, - "created": 1602808984, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "LolaWas": { - "name": "LolaWas", - "id": "788953585378656286", - "author": "532025158865780756", - "animated": false, - "created": 1608171592, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "lolbear": { - "name": "lolbear", - "id": "775041989522489405", - "author": "303963315061915648", - "animated": true, - "created": 1604854810, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "LolbitBaile": { - "name": "LolbitBaile", - "id": "780517249509359677", - "author": "741850493088694343", - "animated": true, - "created": 1606160213, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "loli": { - "name": "loli", - "id": "502884223175229449", - "author": "405192089836453889", - "animated": false, - "created": 1539967410, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "lolidance": { - "name": "lolidance", - "id": "714937381828165662", - "author": "712063705537445948", - "animated": true, - "created": 1590524754, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "LoliThink": { - "name": "LoliThink", - "id": "780843508679442452", - "author": "727325977755254874", - "animated": false, - "created": 1606237999, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "LoliTruco": { - "name": "LoliTruco", - "id": "774018856251424768", - "author": "727325977755254874", - "animated": true, - "created": 1604610875, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "loli_wave": { - "name": "loli_wave", - "id": "785892268934299658", - "author": "666294632300412928", - "animated": true, - "created": 1607441718, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "loll": { - "name": "loll", - "id": "766378575044935710", - "author": "391034154705485836", - "animated": false, - "created": 1602789291, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "lollipop": { - "name": "lollipop", - "id": "782840964443799573", - "author": "760975697392173067", - "animated": false, - "created": 1606714230, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "lolw": { - "name": "lolw", - "id": "784795260169486337", - "author": "405859539057901568", - "animated": false, - "created": 1607180170, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "lonelytenshi": { - "name": "lonelytenshi", - "id": "782745709392035860", - "author": "692181487788752946", - "animated": false, - "created": 1606691519, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "long": { - "name": "long", - "id": "784944387868196875", - "author": "293107176355004416", - "animated": false, - "created": 1607215725, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Longdick": { - "name": "Longdick", - "id": "783180608951418910", - "author": "487727509778071553", - "animated": true, - "created": 1606795208, - "modified": 1606800903, - "preserve": false, - "description": null, - "nsfw": "MOD_NSFW" - }, - "lonshoball": { - "name": "lonshoball", - "id": "784850354525306900", - "author": "544012397623377930", - "animated": false, - "created": 1607193306, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "lookaround": { - "name": "lookaround", - "id": "786783225635799041", - "author": "353109234201788427", - "animated": true, - "created": 1607654138, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "lookathim": { - "name": "lookathim", - "id": "740216458637869097", - "author": "219512427513905153", - "animated": false, - "created": 1596551756, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "lord": { - "name": "lord", - "id": "761560608516472884", - "author": "203208699500560385", - "animated": true, - "created": 1601640598, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "lordban": { - "name": "lordban", - "id": "788859335467860009", - "author": "373893861950488576", - "animated": false, - "created": 1608149139, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "lordcow": { - "name": "lordcow", - "id": "679383530626875406", - "author": "281563194843987968", - "animated": true, - "created": 1582048056, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "lordflex": { - "name": "lordflex", - "id": "783692441492389888", - "author": "179258923436474368", - "animated": false, - "created": 1606917239, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "lordheleapproves": { - "name": "lordheleapproves", - "id": "492048004820369428", - "author": "140516693242937345", - "animated": false, - "created": 1532650783, - "modified": 1537383802, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "Lordinet": { - "name": "Lordinet", - "id": "777536361032974346", - "author": "457650812533866497", - "animated": false, - "created": 1605449514, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "LordLaptop": { - "name": "LordLaptop", - "id": "784474807735156786", - "author": "373893861950488576", - "animated": false, - "created": 1607103769, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "lordlmao": { - "name": "lordlmao", - "id": "744700768573194281", - "author": "209280535174971393", - "animated": false, - "created": 1597620899, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "lordpeek": { - "name": "lordpeek", - "id": "782731318113992784", - "author": "203858284459851776", - "animated": false, - "created": 1606688088, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "lordppwoke": { - "name": "lordppwoke", - "id": "780899295405670442", - "author": "425046879047385108", - "animated": false, - "created": 1606251300, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "lordspeak": { - "name": "lordspeak", - "id": "757329631249694770", - "author": "245607870463213570", - "animated": false, - "created": 1600631854, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "lordswipe": { - "name": "lordswipe", - "id": "740172981153824838", - "author": "203208699500560385", - "animated": true, - "created": 1596541390, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "lordwettestdream": { - "name": "lordwettestdream", - "id": "779026611286704148", - "author": "425046879047385108", - "animated": false, - "created": 1605804817, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "lordwhentorteonhislap": { - "name": "lordwhentorteonhislap", - "id": "767492305044766720", - "author": "425046879047385108", - "animated": false, - "created": 1603054824, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "loro": { - "name": "loro", - "id": "694682012841279578", - "author": "302106586401472512", - "animated": true, - "created": 1585695498, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "LosBeo": { - "name": "LosBeo", - "id": "761040238281752597", - "author": "638128638700552192", - "animated": true, - "created": 1601516532, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "loser": { - "name": "loser", - "id": "718724357115084810", - "author": "671871798467624970", - "animated": false, - "created": 1591427640, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "love": { - "name": "love", - "id": "437402891100225547", - "author": "239919644704505856", - "animated": false, - "created": 1525387945, - "modified": 1533892038, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Love_": { - "name": "Love_", - "id": "787792873491005460", - "author": "618287304447885312", - "animated": false, - "created": 1607894857, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "lovebongo": { - "name": "lovebongo", - "id": "783189169924997211", - "author": "581699248568139776", - "animated": true, - "created": 1606797249, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "lovecage": { - "name": "lovecage", - "id": "787481981768040458", - "author": "763778550070640672", - "animated": true, - "created": 1607820735, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "love_fb": { - "name": "love_fb", - "id": "783251960391925770", - "author": "496037931140513800", - "animated": false, - "created": 1606812219, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "lovenate": { - "name": "lovenate", - "id": "708737606954909747", - "author": "564111150443266125", - "animated": false, - "created": 1589046613, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "LoveU": { - "name": "LoveU", - "id": "778389195576180746", - "author": "441236709083054080", - "animated": false, - "created": 1605652846, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "LoveYou": { - "name": "LoveYou", - "id": "773948473615056946", - "author": "551188005281464342", - "animated": false, - "created": 1604594095, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "loving": { - "name": "loving", - "id": "770374961105469501", - "author": "442874947568664600", - "animated": false, - "created": 1603742103, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "lpm": { - "name": "lpm", - "id": "683023244290424878", - "author": "543468933974589440", - "animated": false, - "created": 1582915831, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "LPMMM": { - "name": "LPMMM", - "id": "789431657828188210", - "author": "764963344317677609", - "animated": true, - "created": 1608285574, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "lqcheems": { - "name": "lqcheems", - "id": "725824553913155633", - "author": "245607870463213570", - "animated": false, - "created": 1593120458, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "lqjerry": { - "name": "lqjerry", - "id": "734175180393545800", - "author": "425046879047385108", - "animated": false, - "created": 1595111403, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "lucabonk": { - "name": "lucabonk", - "id": "781344880013606942", - "author": "544004454257524746", - "animated": false, - "created": 1606357536, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Lucario": { - "name": "Lucario", - "id": "769694795156160514", - "author": "731734695750008892", - "animated": false, - "created": 1603579939, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "lucarioah": { - "name": "lucarioah", - "id": "784791502437220372", - "author": "751637071059222629", - "animated": false, - "created": 1607179274, - "modified": 1607179385, - "preserve": false, - "description": null, - "nsfw": "MOD_NSFW" - }, - "lucariocansado": { - "name": "lucariocansado", - "id": "784792448274530315", - "author": "751637071059222629", - "animated": false, - "created": 1607179500, - "modified": 1607179622, - "preserve": false, - "description": null, - "nsfw": "MOD_NSFW" - }, - "LucarioPOG": { - "name": "LucarioPOG", - "id": "787402388926758922", - "author": "731734695750008892", - "animated": false, - "created": 1607801758, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "lucariothink": { - "name": "lucariothink", - "id": "767088042837016607", - "author": "508054192758194176", - "animated": false, - "created": 1602958441, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "lucariotired": { - "name": "lucariotired", - "id": "783693124777279488", - "author": "441317661100605440", - "animated": false, - "created": 1606917418, - "modified": 1606928044, - "preserve": false, - "description": null, - "nsfw": "MOD_NSFW" - }, - "ludance": { - "name": "ludance", - "id": "790028214969958471", - "author": "225413493010989058", - "animated": true, - "created": 1608427804, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Luffy": { - "name": "Luffy", - "id": "740724756369637386", - "author": "614632262604030012", - "animated": false, - "created": 1596672943, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "luigeh": { - "name": "luigeh", - "id": "781243427504652358", - "author": "495518017434681365", - "animated": false, - "created": 1606333348, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "luigi": { - "name": "luigi", - "id": "619740639717752833", - "author": "538375570640338974", - "animated": false, - "created": 1567828082, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "luigi_": { - "name": "luigi_", - "id": "779791676586983475", - "author": "475156812329517068", - "animated": true, - "created": 1605987223, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Luigibaile": { - "name": "Luigibaile", - "id": "775177627761639435", - "author": "741850493088694343", - "animated": true, - "created": 1604887148, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Luigi_tank": { - "name": "Luigi_tank", - "id": "752634564609966100", - "author": "719334547723911232", - "animated": false, - "created": 1599512463, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "luis": { - "name": "luis", - "id": "632413673876357120", - "author": "356941401638043678", - "animated": true, - "created": 1570849569, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "luishi": { - "name": "luishi", - "id": "781577090268790787", - "author": "598203741212246035", - "animated": true, - "created": 1606412899, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "luizdoro": { - "name": "luizdoro", - "id": "776836330319249449", - "author": "592210361256509470", - "animated": true, - "created": 1605282614, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "lukewiggly": { - "name": "lukewiggly", - "id": "781917770609852417", - "author": "406558013848289281", - "animated": true, - "created": 1606494123, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "lul": { - "name": "lul", - "id": "492045235162054690", - "author": "140516693242937345", - "animated": false, - "created": 1525387945, - "modified": 1537383142, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "lulkekw": { - "name": "lulkekw", - "id": "708020527876276304", - "author": "235236244420821002", - "animated": false, - "created": 1588875648, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "LulSad": { - "name": "LulSad", - "id": "440553442063286287", - "author": "317456444687515648", - "animated": false, - "created": 1525387945, - "modified": 1533892038, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "LULW": { - "name": "LULW", - "id": "546635285803433984", - "author": "244775812103012363", - "animated": false, - "created": 1550398408, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "lumablob": { - "name": "lumablob", - "id": "492048019882115083", - "author": "300088143422685185", - "animated": false, - "created": 1533445567, - "modified": 1537383806, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "lumineshocked": { - "name": "lumineshocked", - "id": "784093446046351421", - "author": "397121641278210049", - "animated": true, - "created": 1607012845, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "luminetear": { - "name": "luminetear", - "id": "785664906955456552", - "author": "448827482179895304", - "animated": false, - "created": 1607387510, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "luna": { - "name": "luna", - "id": "778222888469659669", - "author": "684477455028846624", - "animated": false, - "created": 1605613195, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "luna_awkward": { - "name": "luna_awkward", - "id": "780885491729956884", - "author": "398627949756022796", - "animated": true, - "created": 1606248009, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "lunafukkireta": { - "name": "lunafukkireta", - "id": "779160387983638569", - "author": "466061790627889167", - "animated": true, - "created": 1605836712, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "lurk": { - "name": "lurk", - "id": "725571985391878204", - "author": "302106586401472512", - "animated": false, - "created": 1593060241, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "lustlurk": { - "name": "lustlurk", - "id": "785793843294371870", - "author": "425046879047385108", - "animated": false, - "created": 1607418251, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "lustwetdream": { - "name": "lustwetdream", - "id": "788425112449843220", - "author": "336021639970029569", - "animated": false, - "created": 1608045595, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "luv": { - "name": "luv", - "id": "788803617959575633", - "author": "700824007523434506", - "animated": false, - "created": 1608135837, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "luv1": { - "name": "luv1", - "id": "784860628836810773", - "author": "506459837169795092", - "animated": true, - "created": 1607195755, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "luwut": { - "name": "luwut", - "id": "786509205414477834", - "author": "567390950838501376", - "animated": true, - "created": 1607588807, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "LV": { - "name": "LV", - "id": "767067301451005982", - "author": "657689355166679052", - "animated": false, - "created": 1602953496, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "lychi": { - "name": "lychi", - "id": "748061810090967147", - "author": "336021639970029569", - "animated": true, - "created": 1598422233, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ma": { - "name": "ma", - "id": "743217518201536652", - "author": "739936426799661086", - "animated": false, - "created": 1597267264, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mabibug": { - "name": "mabibug", - "id": "785172879360524308", - "author": "425046879047385108", - "animated": false, - "created": 1607270202, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "macaco": { - "name": "macaco", - "id": "527687651021553696", - "author": "492719768269225994", - "animated": true, - "created": 1545880940, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "maconha": { - "name": "maconha", - "id": "770056402067783721", - "author": "557269772270829569", - "animated": false, - "created": 1603666153, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mad": { - "name": "mad", - "id": "516781560536498213", - "author": "214529356377096204", - "animated": false, - "created": 1543280725, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "made_with_api": { - "name": "made_with_api", - "id": "787470486283747348", - "author": "262133866062413825", - "animated": false, - "created": 1607817994, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "madman": { - "name": "madman", - "id": "779986533137514516", - "author": "536918500686692362", - "animated": false, - "created": 1606033681, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "MadParrot": { - "name": "MadParrot", - "id": "776633720790319155", - "author": "283791082410475521", - "animated": false, - "created": 1605234308, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "maduro": { - "name": "maduro", - "id": "771065293102907402", - "author": "764959072755515452", - "animated": false, - "created": 1603906691, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mafu": { - "name": "mafu", - "id": "782134088893988874", - "author": "414809605168824340", - "animated": false, - "created": 1606545698, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mag4": { - "name": "mag4", - "id": "728703120032530432", - "author": "385806801624367115", - "animated": false, - "created": 1593806762, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "magaaah": { - "name": "magaaah", - "id": "739349186121695272", - "author": "343239064918687745", - "animated": false, - "created": 1596344982, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "magaste1": { - "name": "magaste1", - "id": "784333518305361931", - "author": "431225704563081216", - "animated": false, - "created": 1607070083, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "magicarp_lol": { - "name": "magicarp_lol", - "id": "787445904348282880", - "author": "522155526478364675", - "animated": true, - "created": 1607812133, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "magno4": { - "name": "magno4", - "id": "764972340211613696", - "author": "343239064918687745", - "animated": false, - "created": 1602454018, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "magnoleta": { - "name": "magnoleta", - "id": "729870362782728293", - "author": "343239064918687745", - "animated": false, - "created": 1594085054, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "magun": { - "name": "magun", - "id": "761404005561663528", - "author": "343239064918687745", - "animated": false, - "created": 1601603261, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mai": { - "name": "mai", - "id": "762829414152142868", - "author": "399671914114711562", - "animated": false, - "created": 1601943105, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "maigiggle": { - "name": "maigiggle", - "id": "783814818591014943", - "author": "162457009147346945", - "animated": true, - "created": 1606946415, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "MaikaWut": { - "name": "MaikaWut", - "id": "782740945031921696", - "author": "507735062955950080", - "animated": false, - "created": 1606690384, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "maiz": { - "name": "maiz", - "id": "784807447247847424", - "author": "751637071059222629", - "animated": false, - "created": 1607183076, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "maj": { - "name": "maj", - "id": "718197736960426026", - "author": "336021639970029569", - "animated": false, - "created": 1591302084, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "majiik": { - "name": "majiik", - "id": "580851881006333962", - "author": "308794315834916864", - "animated": false, - "created": 1558556280, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Makyclown": { - "name": "Makyclown", - "id": "749696184091803748", - "author": "308452846834155530", - "animated": false, - "created": 1598811899, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mal": { - "name": "mal", - "id": "726538906194935889", - "author": "438076555168579610", - "animated": false, - "created": 1593290773, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "malardo": { - "name": "malardo", - "id": "686669775635611709", - "author": "446756532722597889", - "animated": false, - "created": 1583785232, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "malardovish": { - "name": "malardovish", - "id": "730879077497569281", - "author": "661789191470055436", - "animated": false, - "created": 1594325551, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "male": { - "name": "male", - "id": "772497139569131530", - "author": "739554902425993296", - "animated": true, - "created": 1604248070, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mall": { - "name": "mall", - "id": "786687357537091645", - "author": "714546696063025255", - "animated": false, - "created": 1607631282, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mallaball": { - "name": "mallaball", - "id": "784837320846344233", - "author": "726110827278499891", - "animated": false, - "created": 1607190198, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "maltroll": { - "name": "maltroll", - "id": "780900127211651143", - "author": "270258569637658627", - "animated": false, - "created": 1606251498, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mamaco": { - "name": "mamaco", - "id": "739944346899578940", - "author": "432565107080298496", - "animated": false, - "created": 1596486879, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mamadisimo": { - "name": "mamadisimo", - "id": "743611571036749854", - "author": "428330901659713546", - "animated": false, - "created": 1597361214, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mamar": { - "name": "mamar", - "id": "782357930901110825", - "author": "463470500719493137", - "animated": false, - "created": 1606599066, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mamay": { - "name": "mamay", - "id": "672767745644822549", - "author": "562647786231955456", - "animated": false, - "created": 1580470730, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Mamele": { - "name": "Mamele", - "id": "781226444801441802", - "author": "525464605108076567", - "animated": false, - "created": 1606329299, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mamemay": { - "name": "mamemay", - "id": "789542218418880542", - "author": "614090449954668553", - "animated": false, - "created": 1608311933, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "manda": { - "name": "manda", - "id": "506266819493888003", - "author": "389842500812144640", - "animated": true, - "created": 1540773824, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Mandoball": { - "name": "Mandoball", - "id": "784225651074007041", - "author": "726110827278499891", - "animated": false, - "created": 1607044365, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mangomimir": { - "name": "mangomimir", - "id": "745350501637554336", - "author": "723326259056345171", - "animated": false, - "created": 1597775807, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "maniac": { - "name": "maniac", - "id": "415269637308284929", - "author": "113776037812240388", - "animated": true, - "created": 1525387945, - "modified": 1533892038, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mano": { - "name": "mano", - "id": "720800563817611304", - "author": "606545936310861836", - "animated": false, - "created": 1591922646, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mano_": { - "name": "mano_", - "id": "783162235413331968", - "author": "387356039638679553", - "animated": false, - "created": 1606790827, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mano_2": { - "name": "mano_2", - "id": "783162379084234763", - "author": "387356039638679553", - "animated": false, - "created": 1606790861, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "MaPweird": { - "name": "MaPweird", - "id": "754133843535069276", - "author": "438644880152068127", - "animated": false, - "created": 1599869919, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "marc": { - "name": "marc", - "id": "783025282789146684", - "author": "701919188033339412", - "animated": false, - "created": 1606758175, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "MarcianitoBaile": { - "name": "MarcianitoBaile", - "id": "782911008305578014", - "author": "741850493088694343", - "animated": true, - "created": 1606730930, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "MarcianitpBaile": { - "name": "MarcianitpBaile", - "id": "782910848062193714", - "author": "741850493088694343", - "animated": true, - "created": 1606730892, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mari": { - "name": "mari", - "id": "781119426950725663", - "author": "495518017434681365", - "animated": true, - "created": 1606303784, - "modified": 1606331399, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "marica": { - "name": "marica", - "id": "779476353292435466", - "author": "427135249152212992", - "animated": false, - "created": 1605912044, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "maricon": { - "name": "maricon", - "id": "692886183276970075", - "author": "676163766185885710", - "animated": false, - "created": 1585267339, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "marided": { - "name": "marided", - "id": "781345527736172544", - "author": "448827482179895304", - "animated": false, - "created": 1606357690, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "MarieWorried": { - "name": "MarieWorried", - "id": "781174135799152670", - "author": "645583495715880960", - "animated": false, - "created": 1606316827, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "MarinaSpin": { - "name": "MarinaSpin", - "id": "787992421580668958", - "author": "294383386393575426", - "animated": true, - "created": 1607942433, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "marine1": { - "name": "marine1", - "id": "779373527286415391", - "author": "466061790627889167", - "animated": false, - "created": 1605887529, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "marine2": { - "name": "marine2", - "id": "779373579275075584", - "author": "466061790627889167", - "animated": false, - "created": 1605887541, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "marine3": { - "name": "marine3", - "id": "779373625056690207", - "author": "466061790627889167", - "animated": false, - "created": 1605887552, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "marine4": { - "name": "marine4", - "id": "779373669029904395", - "author": "466061790627889167", - "animated": false, - "created": 1605887562, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "marinefukkireta": { - "name": "marinefukkireta", - "id": "779372883889356801", - "author": "466061790627889167", - "animated": true, - "created": 1605887375, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Mario": { - "name": "Mario", - "id": "497102121846702092", - "author": "404827956134019073", - "animated": false, - "created": 1538588821, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mariobaile": { - "name": "mariobaile", - "id": "748479662396669952", - "author": "410178205409083402", - "animated": true, - "created": 1598521857, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "marioBye": { - "name": "marioBye", - "id": "786155200812417035", - "author": "676134602837852172", - "animated": true, - "created": 1607504406, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mariofinger": { - "name": "mariofinger", - "id": "746949417860464684", - "author": "406308174497316865", - "animated": false, - "created": 1598157018, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mariOkieDokie": { - "name": "mariOkieDokie", - "id": "786155223441211392", - "author": "676134602837852172", - "animated": true, - "created": 1607504411, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "marisa": { - "name": "marisa", - "id": "707766756051124305", - "author": "511549289558966285", - "animated": true, - "created": 1588815144, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mark": { - "name": "mark", - "id": "775809372009922590", - "author": "591663566151483404", - "animated": false, - "created": 1605037768, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Markos": { - "name": "Markos", - "id": "785934620331212830", - "author": "396034260089176086", - "animated": false, - "created": 1607451815, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "marselo": { - "name": "marselo", - "id": "658067582720671821", - "author": "417138170430357524", - "animated": false, - "created": 1576965938, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mashiro": { - "name": "mashiro", - "id": "782725684714799105", - "author": "507735062955950080", - "animated": true, - "created": 1606686745, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "master": { - "name": "master", - "id": "778638338168455180", - "author": "408747500288213006", - "animated": false, - "created": 1605712246, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "matable": { - "name": "matable", - "id": "781981289339158548", - "author": "708962087937769484", - "animated": false, - "created": 1606509268, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "matarapegard": { - "name": "matarapegard", - "id": "731143824025452554", - "author": "345055079088390146", - "animated": true, - "created": 1594388671, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "matatafrita": { - "name": "matatafrita", - "id": "781599113765716008", - "author": "746184666490339419", - "animated": false, - "created": 1606418150, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "matematicas": { - "name": "matematicas", - "id": "788769986537717790", - "author": "452839284890664970", - "animated": false, - "created": 1608127819, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mati": { - "name": "mati", - "id": "771469810264440895", - "author": "463502643189514250", - "animated": false, - "created": 1604003136, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "matias": { - "name": "matias", - "id": "771470110559961118", - "author": "307913186261205004", - "animated": false, - "created": 1604003207, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "matsuri": { - "name": "matsuri", - "id": "781567381830238238", - "author": "421991416932335616", - "animated": false, - "created": 1606410584, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "matsurifukkireta": { - "name": "matsurifukkireta", - "id": "779159971026829333", - "author": "466061790627889167", - "animated": true, - "created": 1605836613, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "maurice": { - "name": "maurice", - "id": "785906633522937916", - "author": "640273123165470720", - "animated": false, - "created": 1607445142, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "maurice_hd": { - "name": "maurice_hd", - "id": "785907869556015167", - "author": "640273123165470720", - "animated": false, - "created": 1607445437, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "maurice_origins": { - "name": "maurice_origins", - "id": "785908681593585714", - "author": "640273123165470720", - "animated": false, - "created": 1607445631, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mauricethief": { - "name": "mauricethief", - "id": "785910175982419988", - "author": "731734695750008892", - "animated": false, - "created": 1607445987, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "MayamiMeLoKonfirmo": { - "name": "MayamiMeLoKonfirmo", - "id": "760588545462894654", - "author": "545612393049489418", - "animated": false, - "created": 1601408840, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "maybe": { - "name": "maybe", - "id": "763426400572801024", - "author": "279223421940924416", - "animated": false, - "created": 1602085437, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "maybeSign": { - "name": "maybeSign", - "id": "492048041621061643", - "author": "140516693242937345", - "animated": false, - "created": 1525387945, - "modified": 1537383811, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "mayumidance": { - "name": "mayumidance", - "id": "773362353932075040", - "author": "739936426799661086", - "animated": true, - "created": 1604454353, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mazui": { - "name": "mazui", - "id": "782747395226206239", - "author": "692181487788752946", - "animated": false, - "created": 1606691921, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "m_blink": { - "name": "m_blink", - "id": "785980851229294612", - "author": "667884783954821159", - "animated": true, - "created": 1607462837, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "m_blm": { - "name": "m_blm", - "id": "785980458655678504", - "author": "667884783954821159", - "animated": true, - "created": 1607462744, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mcsBongoTap": { - "name": "mcsBongoTap", - "id": "784861090714353674", - "author": "506459837169795092", - "animated": true, - "created": 1607195866, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "me": { - "name": "me", - "id": "734504802934849536", - "author": "73375128251011072", - "animated": false, - "created": 1595189991, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "medusa": { - "name": "medusa", - "id": "784794829737033738", - "author": "255039969955938305", - "animated": false, - "created": 1607180068, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "meeb": { - "name": "meeb", - "id": "784588566256418836", - "author": "468996191208734730", - "animated": false, - "created": 1607130891, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mega4k": { - "name": "mega4k", - "id": "775180550633685012", - "author": "512509857606139905", - "animated": false, - "created": 1604887846, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "megablush": { - "name": "megablush", - "id": "782148816659939359", - "author": "496037931140513800", - "animated": true, - "created": 1606549209, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "megacry": { - "name": "megacry", - "id": "782148769948237834", - "author": "496037931140513800", - "animated": true, - "created": 1606549198, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "megaface": { - "name": "megaface", - "id": "784103177595125761", - "author": "496037931140513800", - "animated": false, - "created": 1607015165, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "megagunfire": { - "name": "megagunfire", - "id": "783266398050058250", - "author": "496037931140513800", - "animated": true, - "created": 1606815661, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "MEGALUL": { - "name": "MEGALUL", - "id": "737039330400534648", - "author": "245668715067080704", - "animated": false, - "created": 1595794270, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "megamane": { - "name": "megamane", - "id": "782151513605799986", - "author": "496037931140513800", - "animated": false, - "created": 1606549852, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "megasmile": { - "name": "megasmile", - "id": "782157325388611626", - "author": "496037931140513800", - "animated": false, - "created": 1606551238, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "megaspin": { - "name": "megaspin", - "id": "783266327157932032", - "author": "496037931140513800", - "animated": true, - "created": 1606815645, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "MEGATHINK": { - "name": "MEGATHINK", - "id": "528407012690755584", - "author": "140516693242937345", - "animated": false, - "created": 1546052449, - "modified": 1546052454, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "megaworry": { - "name": "megaworry", - "id": "540090031881322506", - "author": "256056872254177281", - "animated": false, - "created": 1548837898, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "megu": { - "name": "megu", - "id": "735233927907639377", - "author": "371341644131336199", - "animated": true, - "created": 1595363828, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "megumin": { - "name": "megumin", - "id": "678679605338439730", - "author": "658269515783864320", - "animated": false, - "created": 1581880227, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Megumin_Padoru": { - "name": "Megumin_Padoru", - "id": "779749117827481601", - "author": "462435774508564491", - "animated": false, - "created": 1605977076, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "megunmin1": { - "name": "megunmin1", - "id": "784338441407692801", - "author": "431225704563081216", - "animated": false, - "created": 1607071256, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "megusad": { - "name": "megusad", - "id": "780984158327013377", - "author": "371341644131336199", - "animated": false, - "created": 1606271533, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "megusad2": { - "name": "megusad2", - "id": "780984240707862528", - "author": "371341644131336199", - "animated": false, - "created": 1606271553, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "meh": { - "name": "meh", - "id": "569551226493206528", - "author": "514791525281169410", - "animated": true, - "created": 1555861994, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mei": { - "name": "mei", - "id": "492048055269326852", - "author": "140516693242937345", - "animated": false, - "created": 1532658653, - "modified": 1537383815, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "MeiHeh": { - "name": "MeiHeh", - "id": "783268669592961025", - "author": "496037931140513800", - "animated": false, - "created": 1606816203, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "meitbag": { - "name": "meitbag", - "id": "679399545192316929", - "author": "227165235293847552", - "animated": true, - "created": 1582051874, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mekumi": { - "name": "mekumi", - "id": "788780692049231882", - "author": "650373918724718623", - "animated": false, - "created": 1608130371, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "melina": { - "name": "melina", - "id": "769046248756871228", - "author": "463502643189514250", - "animated": false, - "created": 1603425313, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "melina2": { - "name": "melina2", - "id": "770328998705233941", - "author": "655227024453140512", - "animated": false, - "created": 1603731145, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "melodycri": { - "name": "melodycri", - "id": "781529100799049728", - "author": "676994307739353142", - "animated": false, - "created": 1606401457, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "melting": { - "name": "melting", - "id": "786591283845660692", - "author": "745373578664476892", - "animated": false, - "created": 1607608376, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "melty": { - "name": "melty", - "id": "782742786079326239", - "author": "748023719833894942", - "animated": false, - "created": 1606690823, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "MeltyDance": { - "name": "MeltyDance", - "id": "788988729934479360", - "author": "690848269022003220", - "animated": true, - "created": 1608179971, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "meme": { - "name": "meme", - "id": "492048057270140939", - "author": "464736302533836800", - "animated": false, - "created": 1535435674, - "modified": 1537383815, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "memecat_butt": { - "name": "memecat_butt", - "id": "786949810304974859", - "author": "718818001633280071", - "animated": true, - "created": 1607693855, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "memecat_laundry": { - "name": "memecat_laundry", - "id": "786949839598387230", - "author": "718818001633280071", - "animated": true, - "created": 1607693862, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Memes": { - "name": "Memes", - "id": "775390144629833768", - "author": "657032893172023363", - "animated": false, - "created": 1604937816, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "meme_what": { - "name": "meme_what", - "id": "786949854638243881", - "author": "718818001633280071", - "animated": false, - "created": 1607693866, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "meme_zoom": { - "name": "meme_zoom", - "id": "786949825450082345", - "author": "718818001633280071", - "animated": true, - "created": 1607693859, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "menacing": { - "name": "menacing", - "id": "632628083999899730", - "author": "610972779470389248", - "animated": false, - "created": 1570900689, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mendy": { - "name": "mendy", - "id": "761667098480476170", - "author": "423260692406337548", - "animated": false, - "created": 1601665987, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mendymala": { - "name": "mendymala", - "id": "767647052703334430", - "author": "356267162148798465", - "animated": true, - "created": 1603091719, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mensandia": { - "name": "mensandia", - "id": "787343776254525450", - "author": "569937267012010015", - "animated": false, - "created": 1607787784, - "modified": 1608441756, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mentalidaddetiburon": { - "name": "mentalidaddetiburon", - "id": "774451206948651028", - "author": "257252090642956288", - "animated": false, - "created": 1604713956, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mentiras": { - "name": "mentiras", - "id": "695297195766710334", - "author": "234097420898664448", - "animated": false, - "created": 1585842169, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mentiras_kakyoin": { - "name": "mentiras_kakyoin", - "id": "785687059700121622", - "author": "234097420898664448", - "animated": false, - "created": 1607392792, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "meo": { - "name": "meo", - "id": "737838555845492818", - "author": "638242920016773131", - "animated": true, - "created": 1595984820, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "meow": { - "name": "meow", - "id": "574040552887025694", - "author": "159816937617096705", - "animated": true, - "created": 1556932333, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "meowthinking": { - "name": "meowthinking", - "id": "492048060210216971", - "author": "140516693242937345", - "animated": false, - "created": 1532042793, - "modified": 1537383816, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "meper": { - "name": "meper", - "id": "548357036845432835", - "author": "269206837306327042", - "animated": false, - "created": 1550808905, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "meperdonas": { - "name": "meperdonas", - "id": "676495142429130762", - "author": "461818566510116895", - "animated": false, - "created": 1581359410, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "merei": { - "name": "merei", - "id": "770348486326747137", - "author": "466061790627889167", - "animated": false, - "created": 1603735791, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "merge": { - "name": "merge", - "id": "492048063637225473", - "author": "150657331212976128", - "animated": false, - "created": 1525387945, - "modified": 1537383816, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "merijaan": { - "name": "merijaan", - "id": "786590740749746206", - "author": "745373578664476892", - "animated": true, - "created": 1607608246, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "merio": { - "name": "merio", - "id": "789671921494523916", - "author": "701103722453008518", - "animated": false, - "created": 1608342857, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mesi": { - "name": "mesi", - "id": "701936551457980507", - "author": "523362457050284044", - "animated": false, - "created": 1587425115, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mesirve": { - "name": "mesirve", - "id": "745853175671685241", - "author": "419623768835620865", - "animated": false, - "created": 1597895654, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mesonrojas": { - "name": "mesonrojas", - "id": "786807342074429441", - "author": "754517959417790494", - "animated": false, - "created": 1607659888, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "messi": { - "name": "messi", - "id": "563915390653038607", - "author": "212026049427537920", - "animated": false, - "created": 1554518306, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "messirve": { - "name": "messirve", - "id": "737929205680963645", - "author": "713115666550620262", - "animated": false, - "created": 1596006432, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "messirve1": { - "name": "messirve1", - "id": "750737039061942393", - "author": "271797102072430592", - "animated": false, - "created": 1599060058, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "metaiwebeando": { - "name": "metaiwebeando", - "id": "777291945515941938", - "author": "293107176355004416", - "animated": false, - "created": 1605391241, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "metakek": { - "name": "metakek", - "id": "556522606774321162", - "author": "264708430793539584", - "animated": false, - "created": 1552755729, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "meteralhorno": { - "name": "meteralhorno", - "id": "717042435158442013", - "author": "300750461894656011", - "animated": false, - "created": 1591026638, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mevengo": { - "name": "mevengo", - "id": "721058671181824131", - "author": "705090233615515648", - "animated": false, - "created": 1591984184, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mevoy": { - "name": "mevoy", - "id": "773471497707716619", - "author": "634698470824869920", - "animated": true, - "created": 1604480375, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mew": { - "name": "mew", - "id": "704984534394863646", - "author": "327627555085484044", - "animated": true, - "created": 1588151811, - "modified": 1588391444, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mewwuluv": { - "name": "mewwuluv", - "id": "788204474086195240", - "author": "311013616918986753", - "animated": false, - "created": 1607992990, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mfw": { - "name": "mfw", - "id": "755189511427850360", - "author": "489815329946599434", - "animated": false, - "created": 1600121610, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mfwmfw": { - "name": "mfwmfw", - "id": "790092379881078784", - "author": "717187106874720287", - "animated": false, - "created": 1608443102, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "m_hi": { - "name": "m_hi", - "id": "789123097688408064", - "author": "527449870873657344", - "animated": false, - "created": 1608212007, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mhm_eat": { - "name": "mhm_eat", - "id": "787434418109284383", - "author": "522155526478364675", - "animated": true, - "created": 1607809395, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mhmm": { - "name": "mhmm", - "id": "785926084373250068", - "author": "552237694500077586", - "animated": false, - "created": 1607449780, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mhpf": { - "name": "mhpf", - "id": "787442337214496768", - "author": "522155526478364675", - "animated": false, - "created": 1607811283, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "miau": { - "name": "miau", - "id": "723938382648180816", - "author": "641063962749960233", - "animated": true, - "created": 1592670760, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "miautriste": { - "name": "miautriste", - "id": "782297006860140574", - "author": "701103722453008518", - "animated": false, - "created": 1606584540, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "micaracuando": { - "name": "micaracuando", - "id": "757606754803646646", - "author": "648612548509433866", - "animated": false, - "created": 1600697926, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "michael": { - "name": "michael", - "id": "780518594034401361", - "author": "489615207069384714", - "animated": true, - "created": 1606160534, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "michi": { - "name": "michi", - "id": "747597966940045372", - "author": "741457183597920266", - "animated": false, - "created": 1598311645, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "michi17": { - "name": "michi17", - "id": "781727126884974614", - "author": "741457183597920266", - "animated": false, - "created": 1606448670, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "michip": { - "name": "michip", - "id": "775343777643888701", - "author": "345165299110248449", - "animated": false, - "created": 1604926761, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "micomandante": { - "name": "micomandante", - "id": "778638499049635850", - "author": "727367783897104384", - "animated": false, - "created": 1605712284, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "middlefinger": { - "name": "middlefinger", - "id": "752981298192187483", - "author": "235077293859536898", - "animated": true, - "created": 1599595131, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "midtopsenate": { - "name": "midtopsenate", - "id": "788522509799522336", - "author": "322599198211964938", - "animated": false, - "created": 1608068816, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mierda": { - "name": "mierda", - "id": "739573054753079382", - "author": "602916202528112672", - "animated": true, - "created": 1596398357, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Miguel": { - "name": "Miguel", - "id": "695799024518955078", - "author": "614981743149318167", - "animated": false, - "created": 1585961814, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "miguelito": { - "name": "miguelito", - "id": "786265684836876328", - "author": "711346412520210443", - "animated": true, - "created": 1607530747, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "miguelitofacha": { - "name": "miguelitofacha", - "id": "789533915098513428", - "author": "752612692321239093", - "animated": false, - "created": 1608309956, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mii": { - "name": "mii", - "id": "783942991705407500", - "author": "406034555766702091", - "animated": false, - "created": 1606976974, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mii2": { - "name": "mii2", - "id": "784615342235582494", - "author": "661789191470055436", - "animated": false, - "created": 1607137275, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "MikanDance": { - "name": "MikanDance", - "id": "786728711344750612", - "author": "414966100074299412", - "animated": true, - "created": 1607641141, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mike": { - "name": "mike", - "id": "692823250518147092", - "author": "289037025427062785", - "animated": false, - "created": 1585252335, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "MikecrackCulo": { - "name": "MikecrackCulo", - "id": "701845472649805844", - "author": "667087966857986088", - "animated": false, - "created": 1587403400, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mikeface": { - "name": "mikeface", - "id": "785891969926823976", - "author": "666294632300412928", - "animated": false, - "created": 1607441646, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mikodance": { - "name": "mikodance", - "id": "773360961934327849", - "author": "739936426799661086", - "animated": true, - "created": 1604454021, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mikofukkireta": { - "name": "mikofukkireta", - "id": "779160853324234762", - "author": "466061790627889167", - "animated": true, - "created": 1605836823, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "miku": { - "name": "miku", - "id": "667144736473350164", - "author": "291913713710006272", - "animated": false, - "created": 1579130100, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "MikuBoogie": { - "name": "MikuBoogie", - "id": "786084448944390159", - "author": "730519813184815126", - "animated": true, - "created": 1607487537, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mikudance2": { - "name": "mikudance2", - "id": "786084679262404608", - "author": "730519813184815126", - "animated": true, - "created": 1607487592, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mikudayo": { - "name": "mikudayo", - "id": "782471862054682684", - "author": "291913713710006272", - "animated": false, - "created": 1606626229, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mikudisgust": { - "name": "mikudisgust", - "id": "782469958293520434", - "author": "291913713710006272", - "animated": false, - "created": 1606625775, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "MikuHappy": { - "name": "MikuHappy", - "id": "786084479545901096", - "author": "730519813184815126", - "animated": false, - "created": 1607487544, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mikuHug": { - "name": "mikuHug", - "id": "789953800705540137", - "author": "768741691250311180", - "animated": true, - "created": 1608410062, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "MikuJazzHands": { - "name": "MikuJazzHands", - "id": "786084501788557313", - "author": "730519813184815126", - "animated": true, - "created": 1607487550, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mikulawl": { - "name": "mikulawl", - "id": "782470553785204756", - "author": "336237235936428034", - "animated": false, - "created": 1606625917, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "MikuPecksRin": { - "name": "MikuPecksRin", - "id": "786084584935784478", - "author": "730519813184815126", - "animated": true, - "created": 1607487569, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mikustonks": { - "name": "mikustonks", - "id": "782470900481523742", - "author": "336237235936428034", - "animated": false, - "created": 1606626000, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "milkglum": { - "name": "milkglum", - "id": "789282055828537394", - "author": "696887321953304657", - "animated": false, - "created": 1608249906, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "milkmocha": { - "name": "milkmocha", - "id": "786178333259726868", - "author": "676134602837852172", - "animated": true, - "created": 1607509921, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "milksippu": { - "name": "milksippu", - "id": "783188787747749899", - "author": "581699248568139776", - "animated": false, - "created": 1606797158, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "milkslave": { - "name": "milkslave", - "id": "783568297652256789", - "author": "557761229595344903", - "animated": false, - "created": 1606887640, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "milksticky": { - "name": "milksticky", - "id": "788295784537128963", - "author": "325346618364788737", - "animated": false, - "created": 1608014760, - "modified": 1608026025, - "preserve": false, - "description": null, - "nsfw": "MOD_NSFW" - }, - "milos": { - "name": "milos", - "id": "571883499112366100", - "author": "328299966747377664", - "animated": true, - "created": 1556418051, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mimi": { - "name": "mimi", - "id": "788487686116999228", - "author": "717187106874720287", - "animated": false, - "created": 1608060513, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mimir": { - "name": "mimir", - "id": "620144034626666496", - "author": "343239064918687745", - "animated": false, - "created": 1567924259, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mimirs": { - "name": "mimirs", - "id": "771240230727581727", - "author": "370757129268887553", - "animated": false, - "created": 1603948400, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mimirtime": { - "name": "mimirtime", - "id": "765955798132064306", - "author": "618127550035787824", - "animated": false, - "created": 1602688493, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mimodoru": { - "name": "mimodoru", - "id": "788982229778038784", - "author": "704742786225668206", - "animated": false, - "created": 1608178422, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mimosa": { - "name": "mimosa", - "id": "756366366696538144", - "author": "667087966857986088", - "animated": false, - "created": 1600402194, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mina_wut": { - "name": "mina_wut", - "id": "788398683695087628", - "author": "715373648520806432", - "animated": false, - "created": 1608039294, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mindstone": { - "name": "mindstone", - "id": "784149979723726879", - "author": "496037931140513800", - "animated": false, - "created": 1607026324, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Mine": { - "name": "Mine", - "id": "701810497191673927", - "author": "454807360070877194", - "animated": true, - "created": 1587395061, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "minecraft": { - "name": "minecraft", - "id": "449155338097131520", - "author": "282637381327388673", - "animated": false, - "created": 1527171777, - "modified": 1567071768, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "minimaliste": { - "name": "minimaliste", - "id": "786974065058775050", - "author": "113673621368471556", - "animated": false, - "created": 1607699638, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mint": { - "name": "mint", - "id": "492048073854550047", - "author": "356091260429402122", - "animated": false, - "created": 1535265565, - "modified": 1537383819, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "mio": { - "name": "mio", - "id": "719641431286743162", - "author": "522127277027491844", - "animated": false, - "created": 1591646287, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mioCEvil": { - "name": "mioCEvil", - "id": "789696873417015306", - "author": "584534634470178826", - "animated": true, - "created": 1608348806, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mioCRI": { - "name": "mioCRI", - "id": "789696717528367124", - "author": "584534634470178826", - "animated": false, - "created": 1608348769, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mioEek": { - "name": "mioEek", - "id": "789696661886206003", - "author": "584534634470178826", - "animated": true, - "created": 1608348756, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mioGasm": { - "name": "mioGasm", - "id": "789696995153412136", - "author": "584534634470178826", - "animated": true, - "created": 1608348835, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mioHIcup": { - "name": "mioHIcup", - "id": "789696239859138571", - "author": "584534634470178826", - "animated": false, - "created": 1608348655, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mioKiss": { - "name": "mioKiss", - "id": "789697151260557352", - "author": "584534634470178826", - "animated": true, - "created": 1608348872, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mioLazr": { - "name": "mioLazr", - "id": "789697251030335488", - "author": "584534634470178826", - "animated": true, - "created": 1608348896, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "miolol": { - "name": "miolol", - "id": "789697706649583639", - "author": "584534634470178826", - "animated": false, - "created": 1608349005, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mioNB": { - "name": "mioNB", - "id": "789697312841793546", - "author": "584534634470178826", - "animated": false, - "created": 1608348911, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mioPout": { - "name": "mioPout", - "id": "515022105922764803", - "author": "140516693242937345", - "animated": false, - "created": 1542861238, - "modified": 1542861252, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "mioR": { - "name": "mioR", - "id": "789697560980750358", - "author": "584534634470178826", - "animated": false, - "created": 1608348970, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mioRefill": { - "name": "mioRefill", - "id": "789697388444385291", - "author": "584534634470178826", - "animated": true, - "created": 1608348929, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mioshy": { - "name": "mioshy", - "id": "789697892070850560", - "author": "584534634470178826", - "animated": false, - "created": 1608349049, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mioSPENT": { - "name": "mioSPENT", - "id": "789697470669258782", - "author": "584534634470178826", - "animated": false, - "created": 1608348948, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mioSwag": { - "name": "mioSwag", - "id": "789696543757828156", - "author": "584534634470178826", - "animated": true, - "created": 1608348728, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mipichula": { - "name": "mipichula", - "id": "775172308166770718", - "author": "701340890404487219", - "animated": true, - "created": 1604885880, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mirar": { - "name": "mirar", - "id": "649056092713910281", - "author": "286944490063790081", - "animated": true, - "created": 1574817431, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mirarojos": { - "name": "mirarojos", - "id": "789673388741623868", - "author": "701103722453008518", - "animated": false, - "created": 1608343207, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mirarojoszoom": { - "name": "mirarojoszoom", - "id": "789673500066447360", - "author": "701103722453008518", - "animated": false, - "created": 1608343233, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "missing": { - "name": "missing", - "id": "780436305426251856", - "author": "366627806831968257", - "animated": false, - "created": 1606140915, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "missu": { - "name": "missu", - "id": "788185846900588574", - "author": "353109234201788427", - "animated": false, - "created": 1607988551, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "missuu": { - "name": "missuu", - "id": "788186215898939402", - "author": "353109234201788427", - "animated": false, - "created": 1607988637, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "misterKor": { - "name": "misterKor", - "id": "785658107341832203", - "author": "601075558486376448", - "animated": false, - "created": 1607385889, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mitch": { - "name": "mitch", - "id": "783808928676184104", - "author": "508004255974817802", - "animated": false, - "created": 1606945011, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Mitori": { - "name": "Mitori", - "id": "781224263696384020", - "author": "525464605108076567", - "animated": false, - "created": 1606328779, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mitsublush": { - "name": "mitsublush", - "id": "788539323523268658", - "author": "569937267012010015", - "animated": false, - "created": 1608072825, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mitsudude": { - "name": "mitsudude", - "id": "788539435234230283", - "author": "569937267012010015", - "animated": false, - "created": 1608072851, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "miupload": { - "name": "miupload", - "id": "786222387913424926", - "author": "399348446525390849", - "animated": false, - "created": 1607520429, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Mixell": { - "name": "Mixell", - "id": "781044323851698226", - "author": "370757129268887553", - "animated": false, - "created": 1606285878, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mixtabla": { - "name": "mixtabla", - "id": "753472044087115836", - "author": "410998033761828864", - "animated": false, - "created": 1599712134, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "miyanobird": { - "name": "miyanobird", - "id": "774277980771844138", - "author": "403597576223326228", - "animated": false, - "created": 1604672656, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Miyanodesk": { - "name": "Miyanodesk", - "id": "782597514623975455", - "author": "521800936553971719", - "animated": true, - "created": 1606656187, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "miyanosip": { - "name": "miyanosip", - "id": "778328027951792198", - "author": "328724630581805056", - "animated": false, - "created": 1605638262, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "MiyanoWow": { - "name": "MiyanoWow", - "id": "774294654085758986", - "author": "403597576223326228", - "animated": false, - "created": 1604676631, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "MiyanoYay": { - "name": "MiyanoYay", - "id": "774276027148402728", - "author": "403597576223326228", - "animated": true, - "created": 1604672190, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mizu": { - "name": "mizu", - "id": "785936100253630516", - "author": "396034260089176086", - "animated": false, - "created": 1607452168, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mj": { - "name": "mj", - "id": "784323777986953216", - "author": "713483831780573275", - "animated": true, - "created": 1607067760, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Mlem": { - "name": "Mlem", - "id": "687665164652118016", - "author": "422399591539802112", - "animated": true, - "created": 1584022551, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ml_hand": { - "name": "ml_hand", - "id": "781398741260697630", - "author": "370757129268887553", - "animated": false, - "created": 1606370377, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mlhand": { - "name": "mlhand", - "id": "781398497693007873", - "author": "370757129268887553", - "animated": false, - "created": 1606370319, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mlhandespejo": { - "name": "mlhandespejo", - "id": "781398557106110484", - "author": "370757129268887553", - "animated": false, - "created": 1606370333, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ml_hand_r": { - "name": "ml_hand_r", - "id": "781398848319782932", - "author": "370757129268887553", - "animated": false, - "created": 1606370403, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mm": { - "name": "mm", - "id": "694364817263165482", - "author": "293555442670370817", - "animated": false, - "created": 1585619873, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mm_Cheer": { - "name": "mm_Cheer", - "id": "786685849722552350", - "author": "676134602837852172", - "animated": true, - "created": 1607630922, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mmhk": { - "name": "mmhk", - "id": "692534011905704002", - "author": "308794315834916864", - "animated": false, - "created": 1585183375, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mmLol": { - "name": "mmLol", - "id": "492048085992734720", - "author": "190544080164487168", - "animated": false, - "created": 1525387945, - "modified": 1537383822, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "mmlul": { - "name": "mmlul", - "id": "730677648367550545", - "author": "455289384187592704", - "animated": false, - "created": 1594277526, - "modified": 1594277531, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "mmm": { - "name": "mmm", - "id": "664850683836628992", - "author": "508054192758194176", - "animated": false, - "created": 1578583155, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mmm2": { - "name": "mmm2", - "id": "712836436344176650", - "author": "691239435768954911", - "animated": false, - "created": 1590023850, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mmmgif": { - "name": "mmmgif", - "id": "787897087115132961", - "author": "727283870461984839", - "animated": true, - "created": 1607919704, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "MMMM": { - "name": "MMMM", - "id": "685160337103781990", - "author": "568213851116535820", - "animated": true, - "created": 1583425354, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mmmmm": { - "name": "mmmmm", - "id": "743225930754818168", - "author": "468192500025262081", - "animated": false, - "created": 1597269270, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mmmyeah": { - "name": "mmmyeah", - "id": "780848800397918259", - "author": "727325977755254874", - "animated": false, - "created": 1606239261, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mmyeah": { - "name": "mmyeah", - "id": "774289441090961438", - "author": "279223421940924416", - "animated": false, - "created": 1604675388, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Mn": { - "name": "Mn", - "id": "784438981000560672", - "author": "711751154119475291", - "animated": false, - "created": 1607095227, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "MNE4crumbheart": { - "name": "MNE4crumbheart", - "id": "786151633595138048", - "author": "676134602837852172", - "animated": false, - "created": 1607503555, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "MNE4ilysmcrumb": { - "name": "MNE4ilysmcrumb", - "id": "786155119439249413", - "author": "676134602837852172", - "animated": false, - "created": 1607504386, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mnweird": { - "name": "mnweird", - "id": "716661692452438048", - "author": "425046879047385108", - "animated": false, - "created": 1590935862, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "moan": { - "name": "moan", - "id": "742468510986534933", - "author": "73375128251011072", - "animated": true, - "created": 1597088687, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mochaangry": { - "name": "mochaangry", - "id": "787419729824186429", - "author": "474278021877071872", - "animated": true, - "created": 1607805893, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mochaok": { - "name": "mochaok", - "id": "786660039095484446", - "author": "405026162109054976", - "animated": false, - "created": 1607624768, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mochasad": { - "name": "mochasad", - "id": "782494156995559424", - "author": "760975697392173067", - "animated": false, - "created": 1606631545, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mochasleep": { - "name": "mochasleep", - "id": "786660077041352745", - "author": "405026162109054976", - "animated": false, - "created": 1607624777, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mod": { - "name": "mod", - "id": "700988073869049957", - "author": "517462606634549387", - "animated": false, - "created": 1587198980, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "modcheck": { - "name": "modcheck", - "id": "755109089025065071", - "author": "186324887596564480", - "animated": true, - "created": 1600102436, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "modoserio": { - "name": "modoserio", - "id": "714958993658740756", - "author": "676324374579642388", - "animated": false, - "created": 1590529907, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mods": { - "name": "mods", - "id": "656625879069229056", - "author": "417138170430357524", - "animated": false, - "created": 1576622209, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "moki": { - "name": "moki", - "id": "780957695427084339", - "author": "293107176355004416", - "animated": false, - "created": 1606265224, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mokoudance": { - "name": "mokoudance", - "id": "773362429904158731", - "author": "739936426799661086", - "animated": true, - "created": 1604454371, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "MolangShock": { - "name": "MolangShock", - "id": "784225283409444945", - "author": "554898860913459200", - "animated": true, - "created": 1607044277, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mollerasumida": { - "name": "mollerasumida", - "id": "784295525172248606", - "author": "703806872221909062", - "animated": false, - "created": 1607061024, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mom": { - "name": "mom", - "id": "678986567460847626", - "author": "460250992370384896", - "animated": false, - "created": 1581953412, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Momantai": { - "name": "Momantai", - "id": "784630807654301717", - "author": "284884105630318594", - "animated": false, - "created": 1607140962, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "momazo": { - "name": "momazo", - "id": "781541903517745193", - "author": "475156812329517068", - "animated": false, - "created": 1606404510, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "momijidance": { - "name": "momijidance", - "id": "773360869001789461", - "author": "739936426799661086", - "animated": true, - "created": 1604453999, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "momo": { - "name": "momo", - "id": "635875327825936384", - "author": "167729432784535562", - "animated": false, - "created": 1571674896, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "momosleep": { - "name": "momosleep", - "id": "781909029579915264", - "author": "209280535174971393", - "animated": false, - "created": 1606492039, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "monak": { - "name": "monak", - "id": "788062841571115009", - "author": "239333423095742464", - "animated": false, - "created": 1607959223, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "monaks": { - "name": "monaks", - "id": "773645658111737856", - "author": "186324887596564480", - "animated": false, - "created": 1604521898, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "monapatting": { - "name": "monapatting", - "id": "789697773724893224", - "author": "294946270861328385", - "animated": true, - "created": 1608349021, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "monaweird": { - "name": "monaweird", - "id": "775331616938786866", - "author": "209280535174971393", - "animated": false, - "created": 1604923862, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "money": { - "name": "money", - "id": "686543122301190151", - "author": "377489947755675649", - "animated": false, - "created": 1583755035, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "moneywings": { - "name": "moneywings", - "id": "780896213053866015", - "author": "586365354713022478", - "animated": true, - "created": 1606250565, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "monika": { - "name": "monika", - "id": "703596354269872209", - "author": "600878457886474251", - "animated": true, - "created": 1587820843, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Monka": { - "name": "Monka", - "id": "785284474312589313", - "author": "256444078302953484", - "animated": true, - "created": 1607296808, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "monkaC": { - "name": "monkaC", - "id": "743831885066797149", - "author": "425153222978699264", - "animated": false, - "created": 1597413741, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "monkagiga": { - "name": "monkagiga", - "id": "640269765952405541", - "author": "224732589548634113", - "animated": false, - "created": 1572722608, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "monkagun": { - "name": "monkagun", - "id": "786054627779018763", - "author": "405859539057901568", - "animated": false, - "created": 1607480427, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "monkaHmm": { - "name": "monkaHmm", - "id": "563611121676845068", - "author": "455289384187592704", - "animated": false, - "created": 1554445762, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "monkalaugh": { - "name": "monkalaugh", - "id": "754121432321097788", - "author": "245668715067080704", - "animated": false, - "created": 1599866960, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "monkaomega": { - "name": "monkaomega", - "id": "785285450717200404", - "author": "256444078302953484", - "animated": true, - "created": 1607297041, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "monkaS": { - "name": "monkaS", - "id": "415713187493576724", - "author": "140516693242937345", - "animated": false, - "created": 1525387945, - "modified": 1533892038, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "monkasEX": { - "name": "monkasEX", - "id": "770335624833794058", - "author": "620744223267749888", - "animated": true, - "created": 1603732725, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "monkashake": { - "name": "monkashake", - "id": "740941433908887603", - "author": "311748153672204288", - "animated": true, - "created": 1596724603, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "monkaShoot": { - "name": "monkaShoot", - "id": "771412560179494912", - "author": "331655887074754560", - "animated": true, - "created": 1603989486, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "monkaspeed": { - "name": "monkaspeed", - "id": "781281808271933440", - "author": "466061790627889167", - "animated": false, - "created": 1606342498, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "monkaSS": { - "name": "monkaSS", - "id": "775865244508749834", - "author": "468631498489200642", - "animated": false, - "created": 1605051089, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "monkaStab": { - "name": "monkaStab", - "id": "758657228349243412", - "author": "714174249975414787", - "animated": false, - "created": 1600948378, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "monkaSTEER": { - "name": "monkaSTEER", - "id": "725665073108090891", - "author": "176356077292486656", - "animated": true, - "created": 1593082435, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "monkaThink": { - "name": "monkaThink", - "id": "713912431033712710", - "author": "227165235293847552", - "animated": false, - "created": 1590280387, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "monkaW": { - "name": "monkaW", - "id": "619606321439703060", - "author": "576045377308852231", - "animated": false, - "created": 1567796058, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "monkaWheel": { - "name": "monkaWheel", - "id": "786156495288270858", - "author": "676134602837852172", - "animated": true, - "created": 1607504714, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "monkawtf": { - "name": "monkawtf", - "id": "774290850268053505", - "author": "279223421940924416", - "animated": false, - "created": 1604675724, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "monkaX": { - "name": "monkaX", - "id": "616193786221166602", - "author": "509456861196713985", - "animated": true, - "created": 1566982447, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "monke": { - "name": "monke", - "id": "759318562619392012", - "author": "224732589548634113", - "animated": false, - "created": 1601106053, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "monkegif": { - "name": "monkegif", - "id": "786428938641080330", - "author": "268138992606773248", - "animated": true, - "created": 1607569670, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "monki": { - "name": "monki", - "id": "738144372171997276", - "author": "164132141662339073", - "animated": true, - "created": 1596057732, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "monkiflip": { - "name": "monkiflip", - "id": "766543389650714664", - "author": "371838747366653952", - "animated": true, - "created": 1602828585, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "monky": { - "name": "monky", - "id": "736221775528067164", - "author": "220823087355133952", - "animated": true, - "created": 1595599349, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mono": { - "name": "mono", - "id": "727695153980112927", - "author": "683098669595099185", - "animated": false, - "created": 1593566444, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "monoma": { - "name": "monoma", - "id": "782056970072358912", - "author": "537418057480536064", - "animated": false, - "created": 1606527311, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "moo": { - "name": "moo", - "id": "778574842349879326", - "author": "608652367012954123", - "animated": false, - "created": 1605697107, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mood": { - "name": "mood", - "id": "693283311270756502", - "author": "514181971941785603", - "animated": false, - "created": 1585362022, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mood2": { - "name": "mood2", - "id": "780895131334082610", - "author": "434521154745663488", - "animated": true, - "created": 1606250307, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "moon": { - "name": "moon", - "id": "726906809729810483", - "author": "650368273040408615", - "animated": true, - "created": 1593378488, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "moona": { - "name": "moona", - "id": "781567774135681034", - "author": "421991416932335616", - "animated": false, - "created": 1606410678, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "morawiecki": { - "name": "morawiecki", - "id": "773807456907690044", - "author": "112471608865624064", - "animated": false, - "created": 1604560474, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mordo": { - "name": "mordo", - "id": "786774727032307722", - "author": "453303780449189888", - "animated": false, - "created": 1607652112, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "moreangry": { - "name": "moreangry", - "id": "774852117058945034", - "author": "738859004712976456", - "animated": false, - "created": 1604809540, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "morido": { - "name": "morido", - "id": "751555968973930506", - "author": "606237964883853364", - "animated": false, - "created": 1599255306, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "morido2": { - "name": "morido2", - "id": "753052817903845468", - "author": "638128638700552192", - "animated": false, - "created": 1599612183, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "morido3": { - "name": "morido3", - "id": "753054939059585084", - "author": "638128638700552192", - "animated": false, - "created": 1599612688, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "morido4": { - "name": "morido4", - "id": "753110805985362041", - "author": "638128638700552192", - "animated": false, - "created": 1599626008, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "morido5": { - "name": "morido5", - "id": "753111350150037614", - "author": "638128638700552192", - "animated": false, - "created": 1599626138, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "morido6": { - "name": "morido6", - "id": "784805102577778758", - "author": "610207676822978590", - "animated": false, - "created": 1607182517, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "morikawa": { - "name": "morikawa", - "id": "782289013372616764", - "author": "293107176355004416", - "animated": false, - "created": 1606582635, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "morir": { - "name": "morir", - "id": "748264157266313259", - "author": "474398324326268930", - "animated": false, - "created": 1598470477, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "morite": { - "name": "morite", - "id": "725391810582806578", - "author": "365650837277507594", - "animated": true, - "created": 1593017284, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "moritesalame": { - "name": "moritesalame", - "id": "443161464748900352", - "author": "334349090550972417", - "animated": false, - "created": 1525742727, - "modified": 1533892038, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "morron": { - "name": "morron", - "id": "776170518872195103", - "author": "399348446525390849", - "animated": false, - "created": 1605123872, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Motor": { - "name": "Motor", - "id": "694310622510448710", - "author": "521802133796945962", - "animated": true, - "created": 1585606952, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mounstroculero": { - "name": "mounstroculero", - "id": "788904586224205834", - "author": "640273123165470720", - "animated": false, - "created": 1608159910, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "movistar": { - "name": "movistar", - "id": "674758511405563924", - "author": "477144142351302656", - "animated": false, - "created": 1580945365, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "moxca": { - "name": "moxca", - "id": "736299325340123226", - "author": "287711579749744642", - "animated": false, - "created": 1595617839, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "moyai": { - "name": "moyai", - "id": "739831273895362651", - "author": "268138992606773248", - "animated": false, - "created": 1596459921, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "moyaii": { - "name": "moyaii", - "id": "784848179606061056", - "author": "752674435802071080", - "animated": false, - "created": 1607192787, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "m_penguin": { - "name": "m_penguin", - "id": "786709455005417493", - "author": "658316782934949889", - "animated": true, - "created": 1607636550, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "m_penguin1": { - "name": "m_penguin1", - "id": "786712173107085374", - "author": "707330304427294821", - "animated": true, - "created": 1607637198, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "m_penguin2": { - "name": "m_penguin2", - "id": "786709308196388904", - "author": "658316782934949889", - "animated": true, - "created": 1607636515, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "msgrinlegs": { - "name": "msgrinlegs", - "id": "786708142574403604", - "author": "707330304427294821", - "animated": false, - "created": 1607636237, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "msgrinningfacelegs": { - "name": "msgrinningfacelegs", - "id": "786711673717129226", - "author": "707330304427294821", - "animated": false, - "created": 1607637079, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "msjoylegs": { - "name": "msjoylegs", - "id": "786707849505538128", - "author": "707330304427294821", - "animated": false, - "created": 1607636167, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mskissingheartlegs": { - "name": "mskissingheartlegs", - "id": "786709053082566686", - "author": "707330304427294821", - "animated": false, - "created": 1607636454, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mslaughinglegs": { - "name": "mslaughinglegs", - "id": "786708284273852467", - "author": "707330304427294821", - "animated": false, - "created": 1607636271, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "msnomouthlegs": { - "name": "msnomouthlegs", - "id": "786708502580166659", - "author": "707330304427294821", - "animated": false, - "created": 1607636323, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "msopenmouthlegs": { - "name": "msopenmouthlegs", - "id": "786708385499971595", - "author": "707330304427294821", - "animated": false, - "created": 1607636295, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mssleepinglegs": { - "name": "mssleepinglegs", - "id": "786708212744585236", - "author": "707330304427294821", - "animated": false, - "created": 1607636254, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mssmirklegs": { - "name": "mssmirklegs", - "id": "786709119678939216", - "author": "707330304427294821", - "animated": false, - "created": 1607636470, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mssunglasseslegs": { - "name": "mssunglasseslegs", - "id": "786707790273183784", - "author": "777257121296810000", - "animated": false, - "created": 1607636153, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "m_steve": { - "name": "m_steve", - "id": "786711021254344704", - "author": "707330304427294821", - "animated": false, - "created": 1607636923, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mstonguewinklegs": { - "name": "mstonguewinklegs", - "id": "786708760328142899", - "author": "707330304427294821", - "animated": false, - "created": 1607636384, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mswearylegs": { - "name": "mswearylegs", - "id": "786708562595807242", - "author": "707330304427294821", - "animated": false, - "created": 1607636337, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mswinkinglegs": { - "name": "mswinkinglegs", - "id": "786708824349212734", - "author": "707330304427294821", - "animated": false, - "created": 1607636400, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mtmdone": { - "name": "mtmdone", - "id": "687730116314529883", - "author": "425046879047385108", - "animated": true, - "created": 1584038037, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mtmping": { - "name": "mtmping", - "id": "591275372830785546", - "author": "98425391647031296", - "animated": false, - "created": 1561041434, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mtmrun": { - "name": "mtmrun", - "id": "764047607575871518", - "author": "359713607635697664", - "animated": false, - "created": 1602233545, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mtmsad": { - "name": "mtmsad", - "id": "591644675564371990", - "author": "98425391647031296", - "animated": false, - "created": 1561129483, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mtmsparkles": { - "name": "mtmsparkles", - "id": "605386389454061586", - "author": "425046879047385108", - "animated": true, - "created": 1564405762, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mtmspeak": { - "name": "mtmspeak", - "id": "735504299219615824", - "author": "245607870463213570", - "animated": false, - "created": 1595428290, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mtmspokles": { - "name": "mtmspokles", - "id": "783683480713429013", - "author": "438644880152068127", - "animated": true, - "created": 1606915102, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mtmweird": { - "name": "mtmweird", - "id": "560576887576068096", - "author": "247208034890153986", - "animated": false, - "created": 1553722345, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mtrded": { - "name": "mtrded", - "id": "723093513121693767", - "author": "282774540856328193", - "animated": false, - "created": 1592469328, - "modified": 1596474584, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "m_triggered": { - "name": "m_triggered", - "id": "783880154060685342", - "author": "697542753449672775", - "animated": true, - "created": 1606961992, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mtrsouka": { - "name": "mtrsouka", - "id": "723089933685751829", - "author": "282774540856328193", - "animated": false, - "created": 1592468474, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "muchotexto": { - "name": "muchotexto", - "id": "714327805462183936", - "author": "676324374579642388", - "animated": false, - "created": 1590379420, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "muda": { - "name": "muda", - "id": "637395879505952768", - "author": "398595685072764939", - "animated": true, - "created": 1572037420, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mudamuda": { - "name": "mudamuda", - "id": "538469663584288779", - "author": "110966611048960000", - "animated": true, - "created": 1548451572, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mudkip": { - "name": "mudkip", - "id": "755777509987188776", - "author": "337776631210967040", - "animated": false, - "created": 1600261800, - "modified": 1600265306, - "preserve": false, - "description": "mudkip", - "nsfw": "SFW" - }, - "muere": { - "name": "muere", - "id": "713212341113847850", - "author": "624434967539089430", - "animated": false, - "created": 1590113473, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "muere1": { - "name": "muere1", - "id": "785906693317197854", - "author": "441317661100605440", - "animated": false, - "created": 1607445157, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "muerefandejojos": { - "name": "muerefandejojos", - "id": "756303112989311017", - "author": "463529400886099972", - "animated": false, - "created": 1600387113, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mueregay": { - "name": "mueregay", - "id": "784332296454799390", - "author": "431225704563081216", - "animated": false, - "created": 1607069791, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "muerejero": { - "name": "muerejero", - "id": "785989518847246387", - "author": "411204117323710466", - "animated": true, - "created": 1607464904, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "muerte": { - "name": "muerte", - "id": "780637825657602068", - "author": "358358843648114692", - "animated": false, - "created": 1606188961, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "muertealosfurros": { - "name": "muertealosfurros", - "id": "782486605545996308", - "author": "406308174497316865", - "animated": false, - "created": 1606629744, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "muertearyck": { - "name": "muertearyck", - "id": "782486827373690880", - "author": "406308174497316865", - "animated": false, - "created": 1606629797, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "muertex2": { - "name": "muertex2", - "id": "781206825214410803", - "author": "635695911254753300", - "animated": false, - "created": 1606324621, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "muerto": { - "name": "muerto", - "id": "754149537844822016", - "author": "370757129268887553", - "animated": false, - "created": 1599873661, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mufasapls": { - "name": "mufasapls", - "id": "781968388984799292", - "author": "714966486359212093", - "animated": true, - "created": 1606506192, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mufflederp": { - "name": "mufflederp", - "id": "783084109681393704", - "author": "577326591902875670", - "animated": false, - "created": 1606772200, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "muitriste": { - "name": "muitriste", - "id": "780793070408695829", - "author": "384854161864523776", - "animated": true, - "created": 1606225974, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "murcia": { - "name": "murcia", - "id": "775396824881823786", - "author": "521800936553971719", - "animated": false, - "created": 1604939409, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "MurdocHead": { - "name": "MurdocHead", - "id": "782155995685978132", - "author": "496037931140513800", - "animated": false, - "created": 1606550921, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Music": { - "name": "Music", - "id": "765891114796187648", - "author": "376792620418203673", - "animated": false, - "created": 1602673071, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "musicanimate": { - "name": "musicanimate", - "id": "782686436322443276", - "author": "125464542791729152", - "animated": true, - "created": 1606677388, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mutestab": { - "name": "mutestab", - "id": "785322044107653121", - "author": "336021639970029569", - "animated": false, - "created": 1607305766, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mutestrab": { - "name": "mutestrab", - "id": "785322194074730507", - "author": "336021639970029569", - "animated": false, - "created": 1607305801, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mutestrap": { - "name": "mutestrap", - "id": "785322171324170270", - "author": "336021639970029569", - "animated": false, - "created": 1607305796, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Muugu": { - "name": "Muugu", - "id": "773986145104429056", - "author": "264572972998721537", - "animated": false, - "created": 1604603077, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mv_mylove": { - "name": "mv_mylove", - "id": "786591159144415272", - "author": "745373578664476892", - "animated": false, - "created": 1607608346, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mwa": { - "name": "mwa", - "id": "776430017772388382", - "author": "683773349939249255", - "animated": true, - "created": 1605185741, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mwah": { - "name": "mwah", - "id": "766656835947069460", - "author": "711992750240825447", - "animated": true, - "created": 1602855633, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mx_kat_gya": { - "name": "mx_kat_gya", - "id": "785741736172585010", - "author": "715606162224971898", - "animated": true, - "created": 1607405828, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mx_reen": { - "name": "mx_reen", - "id": "785741709295747132", - "author": "715606162224971898", - "animated": true, - "created": 1607405821, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "myaesthighs": { - "name": "myaesthighs", - "id": "787460718429470730", - "author": "353109234201788427", - "animated": false, - "created": 1607815665, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "myalert": { - "name": "myalert", - "id": "787754656947896360", - "author": "747341741732003851", - "animated": true, - "created": 1607885746, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "myes": { - "name": "myes", - "id": "788179065105416219", - "author": "524919681753284630", - "animated": false, - "created": 1607986932, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mylipsrsealed": { - "name": "mylipsrsealed", - "id": "782112661408186368", - "author": "690953891482828890", - "animated": true, - "created": 1606540589, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mylittlepogchamp": { - "name": "mylittlepogchamp", - "id": "786258002906054747", - "author": "620650653714350091", - "animated": false, - "created": 1607528915, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "myman": { - "name": "myman", - "id": "731256198598230117", - "author": "635598212756930580", - "animated": false, - "created": 1594415464, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mymelodyluv": { - "name": "mymelodyluv", - "id": "786185913876480010", - "author": "676134602837852172", - "animated": true, - "created": 1607511728, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "myppouiouiaf": { - "name": "myppouiouiaf", - "id": "746120391583334411", - "author": "353109234201788427", - "animated": false, - "created": 1597959363, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "mystery": { - "name": "mystery", - "id": "714971504487563344", - "author": "246938839720001536", - "animated": false, - "created": 1590532890, - "modified": 1590532894, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "n0": { - "name": "n0", - "id": "769348752225337374", - "author": "406558013848289281", - "animated": false, - "created": 1603497436, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "n000": { - "name": "n000", - "id": "790088903716634624", - "author": "504130418958794763", - "animated": false, - "created": 1608442273, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "naanii": { - "name": "naanii", - "id": "763148540490154014", - "author": "463470500719493137", - "animated": false, - "created": 1602019190, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nac_baka": { - "name": "nac_baka", - "id": "787002825656893520", - "author": "512140987607547904", - "animated": false, - "created": 1607706495, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nada": { - "name": "nada", - "id": "711215224300240947", - "author": "596075507049824278", - "animated": false, - "created": 1589637323, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nadine": { - "name": "nadine", - "id": "781348762949255198", - "author": "448827482179895304", - "animated": true, - "created": 1606358461, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nagi": { - "name": "nagi", - "id": "771896463030485033", - "author": "293107176355004416", - "animated": false, - "created": 1604104858, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nagicomo": { - "name": "nagicomo", - "id": "787441496559321088", - "author": "293107176355004416", - "animated": false, - "created": 1607811082, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nagifue": { - "name": "nagifue", - "id": "788849905686020126", - "author": "293107176355004416", - "animated": false, - "created": 1608146873, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nah": { - "name": "nah", - "id": "763966809497796628", - "author": "424465106517360640", - "animated": false, - "created": 1602214281, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nahbro": { - "name": "nahbro", - "id": "785499489917468722", - "author": "434603155695730709", - "animated": false, - "created": 1607348072, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nais": { - "name": "nais", - "id": "750878606720368681", - "author": "428461954064056340", - "animated": false, - "created": 1599093810, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "naisu": { - "name": "naisu", - "id": "777534447054487552", - "author": "608094111651725322", - "animated": true, - "created": 1605449058, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nalgorium": { - "name": "nalgorium", - "id": "740353554245484675", - "author": "428330901659713546", - "animated": true, - "created": 1596584442, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "NaM": { - "name": "NaM", - "id": "753373065567666278", - "author": "270645096758640641", - "animated": true, - "created": 1599688536, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "name": { - "name": "name", - "id": "773387792415850506", - "author": "736497741697646653", - "animated": false, - "created": 1604460418, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "NAMUSAN": { - "name": "NAMUSAN", - "id": "775129722018594857", - "author": "441764984012144651", - "animated": false, - "created": 1604875727, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nanachowhat": { - "name": "nanachowhat", - "id": "771550724936957972", - "author": "308452846834155530", - "animated": false, - "created": 1604022427, - "modified": 1614355666, - "preserve": false, - "description": null, - "nsfw": "MOD_NSFW" - }, - "nani": { - "name": "nani", - "id": "421771775207145483", - "author": "135962006619422720", - "animated": false, - "created": 1525387946, - "modified": 1533892038, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nao": { - "name": "nao", - "id": "759670244154540032", - "author": "667087966857986088", - "animated": true, - "created": 1601189900, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nao_hm": { - "name": "nao_hm", - "id": "787434171613315092", - "author": "522155526478364675", - "animated": false, - "created": 1607809336, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "naotodance": { - "name": "naotodance", - "id": "789156191456329739", - "author": "281251143139721226", - "animated": true, - "created": 1608219898, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Naren": { - "name": "Naren", - "id": "782639218152308746", - "author": "344313085730750464", - "animated": false, - "created": 1606666130, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "naruhodo": { - "name": "naruhodo", - "id": "771464827533000715", - "author": "471787957528035338", - "animated": false, - "created": 1604001948, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "NaruInTheRealWorld": { - "name": "NaruInTheRealWorld", - "id": "782740320285622312", - "author": "748023719833894942", - "animated": true, - "created": 1606690235, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Naru_IRL": { - "name": "Naru_IRL", - "id": "782739314374869012", - "author": "748023719833894942", - "animated": true, - "created": 1606689995, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "narusasu": { - "name": "narusasu", - "id": "784109370228473866", - "author": "384071676960309259", - "animated": false, - "created": 1607016642, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Naruto": { - "name": "Naruto", - "id": "631509504122421289", - "author": "446701465403260958", - "animated": false, - "created": 1570633998, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "narutoama": { - "name": "narutoama", - "id": "784109953082195968", - "author": "384071676960309259", - "animated": false, - "created": 1607016780, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nataljailso": { - "name": "nataljailso", - "id": "783748800221020233", - "author": "580244182652813312", - "animated": true, - "created": 1606930675, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "natsuki": { - "name": "natsuki", - "id": "779023112510898176", - "author": "574014066658377748", - "animated": false, - "created": 1605803983, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "natugnaro": { - "name": "natugnaro", - "id": "787761119279317013", - "author": "504130418958794763", - "animated": false, - "created": 1607887286, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nazi": { - "name": "nazi", - "id": "715599774132469840", - "author": "483361344104693762", - "animated": false, - "created": 1590682681, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nbawave4": { - "name": "nbawave4", - "id": "785925766764036156", - "author": "552237694500077586", - "animated": true, - "created": 1607449704, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "NBAybwave": { - "name": "NBAybwave", - "id": "785499544308940820", - "author": "434603155695730709", - "animated": true, - "created": 1607348085, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nc": { - "name": "nc", - "id": "782784405613314068", - "author": "512509857606139905", - "animated": false, - "created": 1606700745, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "n_crying": { - "name": "n_crying", - "id": "783879840994164757", - "author": "697542753449672775", - "animated": false, - "created": 1606961917, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "neckrope": { - "name": "neckrope", - "id": "782105285065703435", - "author": "484334070772400128", - "animated": false, - "created": 1606538830, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "necochaos": { - "name": "necochaos", - "id": "766295933927292978", - "author": "293107176355004416", - "animated": true, - "created": 1602769587, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "necohype": { - "name": "necohype", - "id": "749012739976069140", - "author": "488054792325824532", - "animated": true, - "created": 1598648953, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "necromuerto": { - "name": "necromuerto", - "id": "788804792688050276", - "author": "524761288795095041", - "animated": false, - "created": 1608136117, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "negociosinutiles": { - "name": "negociosinutiles", - "id": "779224906671194122", - "author": "457415833572999170", - "animated": false, - "created": 1605852095, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "negro": { - "name": "negro", - "id": "726239852173197469", - "author": "410185061485379584", - "animated": false, - "created": 1593219473, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "neko": { - "name": "neko", - "id": "720273449607495751", - "author": "98358132605988864", - "animated": false, - "created": 1591796972, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "neko_2": { - "name": "neko_2", - "id": "789123433917186079", - "author": "616213997338886155", - "animated": true, - "created": 1608212088, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nekoBAKA": { - "name": "nekoBAKA", - "id": "492048127763808265", - "author": "140516693242937345", - "animated": false, - "created": 1525387946, - "modified": 1537383833, - "preserve": true, - "description": "From [Neko's support server](https://kinkbot.me/support)", - "nsfw": "SFW" - }, - "nekomikoreimu": { - "name": "nekomikoreimu", - "id": "783184687866314752", - "author": "97360218127613952", - "animated": true, - "created": 1606796180, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nel": { - "name": "nel", - "id": "660591669783298058", - "author": "631964191409963013", - "animated": false, - "created": 1577567727, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nellyblob": { - "name": "nellyblob", - "id": "492048133946343425", - "author": "140516693242937345", - "animated": false, - "created": 1531976501, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "nelputa": { - "name": "nelputa", - "id": "785940884905918475", - "author": "512509857606139905", - "animated": false, - "created": 1607453309, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nelson": { - "name": "nelson", - "id": "785935644890890310", - "author": "321696866494578688", - "animated": false, - "created": 1607452059, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nemri": { - "name": "nemri", - "id": "781309327960702996", - "author": "528990209589903376", - "animated": false, - "created": 1606349059, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "NeonBlobAngery": { - "name": "NeonBlobAngery", - "id": "492048135091388464", - "author": "89553652477358080", - "animated": true, - "created": 1529366859, - "modified": 1537383834, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "NeonBlobAngry": { - "name": "NeonBlobAngry", - "id": "492048136747876352", - "author": "89553652477358080", - "animated": true, - "created": 1529366860, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "NeonBlobArm": { - "name": "NeonBlobArm", - "id": "492048139478368266", - "author": "89553652477358080", - "animated": true, - "created": 1529366860, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "NeonBlobAstonished": { - "name": "NeonBlobAstonished", - "id": "492048140682264585", - "author": "89553652477358080", - "animated": true, - "created": 1529366861, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "NeonBlobAwkward": { - "name": "NeonBlobAwkward", - "id": "492048142095613972", - "author": "89553652477358080", - "animated": true, - "created": 1529366862, - "modified": 1537383835, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "NeonBlobAww": { - "name": "NeonBlobAww", - "id": "492048144180314115", - "author": "89553652477358080", - "animated": true, - "created": 1529366863, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "NeonBlobBan": { - "name": "NeonBlobBan", - "id": "492048145556045844", - "author": "89553652477358080", - "animated": true, - "created": 1529366865, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "NeonBlobBandage": { - "name": "NeonBlobBandage", - "id": "492048146780651565", - "author": "89553652477358080", - "animated": true, - "created": 1529366866, - "modified": 1537383836, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "NeonBlobBlue": { - "name": "NeonBlobBlue", - "id": "492048148290600970", - "author": "89553652477358080", - "animated": false, - "created": 1529366866, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "NeonBlobBody": { - "name": "NeonBlobBody", - "id": "492048149456617472", - "author": "89553652477358080", - "animated": true, - "created": 1529366867, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "neonblobbowtie": { - "name": "neonblobbowtie", - "id": "492048150597730314", - "author": "140516693242937345", - "animated": true, - "created": 1532485897, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "neonblobcheer": { - "name": "neonblobcheer", - "id": "492048151780392970", - "author": "140516693242937345", - "animated": true, - "created": 1532485890, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "neonblobcookie": { - "name": "neonblobcookie", - "id": "492048153558646804", - "author": "140516693242937345", - "animated": true, - "created": 1532485907, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "neonblobcouncil": { - "name": "neonblobcouncil", - "id": "492048155194687498", - "author": "140516693242937345", - "animated": true, - "created": 1532485889, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "neonblobdab": { - "name": "neonblobdab", - "id": "492048156884860938", - "author": "140516693242937345", - "animated": true, - "created": 1532485932, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "neonblobdarkblue": { - "name": "neonblobdarkblue", - "id": "492048157912334337", - "author": "140516693242937345", - "animated": false, - "created": 1532485877, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "neonblobdead": { - "name": "neonblobdead", - "id": "492048158637948929", - "author": "140516693242937345", - "animated": false, - "created": 1532485896, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "neonblobdead2": { - "name": "neonblobdead2", - "id": "492048160168869890", - "author": "140516693242937345", - "animated": true, - "created": 1532485897, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "neonblobdevil": { - "name": "neonblobdevil", - "id": "492048161741864960", - "author": "140516693242937345", - "animated": true, - "created": 1532485927, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "neonblobglare": { - "name": "neonblobglare", - "id": "492048162777726986", - "author": "140516693242937345", - "animated": true, - "created": 1532485908, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "neonblobgreen": { - "name": "neonblobgreen", - "id": "492048163650142209", - "author": "140516693242937345", - "animated": false, - "created": 1532485872, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "neonblobgrimace": { - "name": "neonblobgrimace", - "id": "492048165319606273", - "author": "140516693242937345", - "animated": true, - "created": 1532485903, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "neonblobgrin": { - "name": "neonblobgrin", - "id": "492048166649069569", - "author": "140516693242937345", - "animated": true, - "created": 1532485896, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "neonblobhalo": { - "name": "neonblobhalo", - "id": "492048168067006475", - "author": "140516693242937345", - "animated": true, - "created": 1532485926, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "NeonBlobHandLeft": { - "name": "NeonBlobHandLeft", - "id": "492048169958637568", - "author": "140516693242937345", - "animated": true, - "created": 1532325621, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "NeonBlobHandRight": { - "name": "NeonBlobHandRight", - "id": "492048170985979927", - "author": "140516693242937345", - "animated": true, - "created": 1532325663, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "NeonBlobHeartEyes": { - "name": "NeonBlobHeartEyes", - "id": "492048172382683226", - "author": "140516693242937345", - "animated": true, - "created": 1532325643, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "neonblobheartmouth": { - "name": "neonblobheartmouth", - "id": "492048173678854157", - "author": "140516693242937345", - "animated": true, - "created": 1532485878, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "neonblobjoy": { - "name": "neonblobjoy", - "id": "492048176174596116", - "author": "140516693242937345", - "animated": true, - "created": 1532485931, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "neonblobmad": { - "name": "neonblobmad", - "id": "492048177218977800", - "author": "140516693242937345", - "animated": true, - "created": 1532485883, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "neonblobno": { - "name": "neonblobno", - "id": "492048178313691169", - "author": "140516693242937345", - "animated": true, - "created": 1532485890, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "neonblobnom": { - "name": "neonblobnom", - "id": "492048180003995648", - "author": "140516693242937345", - "animated": true, - "created": 1532485932, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "neonblobowo": { - "name": "neonblobowo", - "id": "492048181325070337", - "author": "140516693242937345", - "animated": true, - "created": 1532485938, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "NeonBlobParty01": { - "name": "NeonBlobParty01", - "id": "492048183258513409", - "author": "89553652477358080", - "animated": true, - "created": 1529318500, - "modified": 1537383845, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "NeonBlobParty02": { - "name": "NeonBlobParty02", - "id": "492048184793628674", - "author": "89553652477358080", - "animated": true, - "created": 1529318501, - "modified": 1537383845, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "NeonBlobParty03": { - "name": "NeonBlobParty03", - "id": "492048185498402837", - "author": "89553652477358080", - "animated": true, - "created": 1529318502, - "modified": 1537383845, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "NeonBlobParty04": { - "name": "NeonBlobParty04", - "id": "492048187121467424", - "author": "89553652477358080", - "animated": true, - "created": 1529318502, - "modified": 1537383846, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "NeonBlobParty05": { - "name": "NeonBlobParty05", - "id": "492048188233220096", - "author": "89553652477358080", - "animated": true, - "created": 1529318503, - "modified": 1537383846, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "NeonBlobParty06": { - "name": "NeonBlobParty06", - "id": "492048189415882753", - "author": "89553652477358080", - "animated": true, - "created": 1529318504, - "modified": 1537383846, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "NeonBlobParty07": { - "name": "NeonBlobParty07", - "id": "492048192419135495", - "author": "89553652477358080", - "animated": true, - "created": 1529318505, - "modified": 1537383847, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "NeonBlobParty08": { - "name": "NeonBlobParty08", - "id": "492048194092400641", - "author": "89553652477358080", - "animated": true, - "created": 1529318505, - "modified": 1537383847, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "NeonBlobParty09": { - "name": "NeonBlobParty09", - "id": "492048194822209549", - "author": "89553652477358080", - "animated": true, - "created": 1529318506, - "modified": 1537383848, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "neonblobpat": { - "name": "neonblobpat", - "id": "492048196193746956", - "author": "140516693242937345", - "animated": true, - "created": 1532485902, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "NeonBlobPeek": { - "name": "NeonBlobPeek", - "id": "492048197368152086", - "author": "140516693242937345", - "animated": true, - "created": 1531341755, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "neonblobping": { - "name": "neonblobping", - "id": "492048198031114252", - "author": "140516693242937345", - "animated": true, - "created": 1532485877, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "neonblobpolice": { - "name": "neonblobpolice", - "id": "492048199633338407", - "author": "140516693242937345", - "animated": true, - "created": 1532485914, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "neonblobpurple": { - "name": "neonblobpurple", - "id": "492048200677457951", - "author": "140516693242937345", - "animated": false, - "created": 1532485833, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "neonblobrainbow1": { - "name": "neonblobrainbow1", - "id": "492048201570844711", - "author": "140516693242937345", - "animated": true, - "created": 1532485915, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "neonblobrainbow2": { - "name": "neonblobrainbow2", - "id": "492048203303223307", - "author": "140516693242937345", - "animated": true, - "created": 1532485919, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "neonblobrainbow3": { - "name": "neonblobrainbow3", - "id": "492048204964298753", - "author": "140516693242937345", - "animated": true, - "created": 1532485920, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "neonblobrainbow4": { - "name": "neonblobrainbow4", - "id": "492048207480881152", - "author": "140516693242937345", - "animated": true, - "created": 1532485920, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "neonblobrainbow5": { - "name": "neonblobrainbow5", - "id": "492048209112465429", - "author": "140516693242937345", - "animated": true, - "created": 1532485921, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "neonblobred": { - "name": "neonblobred", - "id": "492048210596986881", - "author": "140516693242937345", - "animated": false, - "created": 1532485876, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "neonblobreee": { - "name": "neonblobreee", - "id": "492048211729448963", - "author": "140516693242937345", - "animated": true, - "created": 1532485909, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "neonblobrofl": { - "name": "neonblobrofl", - "id": "492048214443163661", - "author": "140516693242937345", - "animated": true, - "created": 1532485931, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "neonblobsad": { - "name": "neonblobsad", - "id": "492048216024547329", - "author": "140516693242937345", - "animated": true, - "created": 1532485882, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "neonblobsleep": { - "name": "neonblobsleep", - "id": "492048217999933441", - "author": "140516693242937345", - "animated": true, - "created": 1532485890, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "neonblobsob": { - "name": "neonblobsob", - "id": "492048219233320970", - "author": "140516693242937345", - "animated": true, - "created": 1532485908, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "NeonBlobStab": { - "name": "NeonBlobStab", - "id": "492048221342793729", - "author": "89553652477358080", - "animated": true, - "created": 1529366900, - "modified": 1537383854, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "NeonBlobStop": { - "name": "NeonBlobStop", - "id": "492048222831902720", - "author": "89553652477358080", - "animated": true, - "created": 1529366901, - "modified": 1537383854, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "neonblobsunglasses": { - "name": "neonblobsunglasses", - "id": "492048224392314880", - "author": "140516693242937345", - "animated": true, - "created": 1532485883, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "NeonBlobSweats": { - "name": "NeonBlobSweats", - "id": "492048227168813098", - "author": "140516693242937345", - "animated": true, - "created": 1532325769, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "neonblobthink": { - "name": "neonblobthink", - "id": "492048229186273280", - "author": "140516693242937345", - "animated": true, - "created": 1532485883, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "neonblobthumbsdown": { - "name": "neonblobthumbsdown", - "id": "492048230943555584", - "author": "140516693242937345", - "animated": true, - "created": 1532485933, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "NeonBlobThumbsUp": { - "name": "NeonBlobThumbsUp", - "id": "492048232143126532", - "author": "140516693242937345", - "animated": true, - "created": 1530103107, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "neonblobthump": { - "name": "neonblobthump", - "id": "492048233720446977", - "author": "140516693242937345", - "animated": true, - "created": 1532485902, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "neonblobtounge": { - "name": "neonblobtounge", - "id": "492048235356094486", - "author": "140516693242937345", - "animated": true, - "created": 1532485926, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "neonblobwave": { - "name": "neonblobwave", - "id": "492048236983484428", - "author": "140516693242937345", - "animated": true, - "created": 1532485884, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "NeonBlobWaveReverse": { - "name": "NeonBlobWaveReverse", - "id": "492048238480982016", - "author": "140516693242937345", - "animated": true, - "created": 1532485938, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "NeonBlobWink": { - "name": "NeonBlobWink", - "id": "492048239885811722", - "author": "140516693242937345", - "animated": true, - "created": 1531556581, - "modified": 1537383858, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "neonblobyellow": { - "name": "neonblobyellow", - "id": "492048242373033984", - "author": "140516693242937345", - "animated": false, - "created": 1532485872, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "neonblobyes": { - "name": "neonblobyes", - "id": "492048247896932352", - "author": "140516693242937345", - "animated": true, - "created": 1532485889, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "neonbolb": { - "name": "neonbolb", - "id": "492048249025200148", - "author": "140516693242937345", - "animated": true, - "created": 1532485944, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "neonbolbangery": { - "name": "neonbolbangery", - "id": "492048249708871681", - "author": "140516693242937345", - "animated": true, - "created": 1532485956, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "neonbolbattention": { - "name": "neonbolbattention", - "id": "492048250858110988", - "author": "140516693242937345", - "animated": true, - "created": 1532485939, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "neonbolbattentionreverse": { - "name": "neonbolbattentionreverse", - "id": "492048252108144672", - "author": "140516693242937345", - "animated": true, - "created": 1532485943, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "neonbolbdevil": { - "name": "neonbolbdevil", - "id": "492048253035216897", - "author": "140516693242937345", - "animated": true, - "created": 1532485962, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "neonbolbeek": { - "name": "neonbolbeek", - "id": "492048254255759361", - "author": "140516693242937345", - "animated": true, - "created": 1532485944, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "neonbolbeekreverse": { - "name": "neonbolbeekreverse", - "id": "492048255908184097", - "author": "140516693242937345", - "animated": true, - "created": 1532485951, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "neonbolbhalo": { - "name": "neonbolbhalo", - "id": "492048257103429634", - "author": "140516693242937345", - "animated": true, - "created": 1532485956, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "neonbolbheart": { - "name": "neonbolbheart", - "id": "492048259095986200", - "author": "140516693242937345", - "animated": true, - "created": 1532485968, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "neonbolbhero": { - "name": "neonbolbhero", - "id": "492048260635033602", - "author": "140516693242937345", - "animated": true, - "created": 1532485945, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "neonbolbmelt": { - "name": "neonbolbmelt", - "id": "492048262065422340", - "author": "140516693242937345", - "animated": true, - "created": 1532485968, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "neonbolbokhand": { - "name": "neonbolbokhand", - "id": "492048263839612939", - "author": "140516693242937345", - "animated": true, - "created": 1532485957, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "neonbolbpeek": { - "name": "neonbolbpeek", - "id": "492048265244835851", - "author": "140516693242937345", - "animated": true, - "created": 1532485958, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "neonbolbreach": { - "name": "neonbolbreach", - "id": "492048266540744716", - "author": "140516693242937345", - "animated": true, - "created": 1532485950, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "neonbolbsalute": { - "name": "neonbolbsalute", - "id": "492048268474449921", - "author": "140516693242937345", - "animated": true, - "created": 1532485969, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "neonbolbsanta": { - "name": "neonbolbsanta", - "id": "492048270017953793", - "author": "140516693242937345", - "animated": true, - "created": 1532485963, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "neonbolbscream": { - "name": "neonbolbscream", - "id": "492048271846408232", - "author": "140516693242937345", - "animated": true, - "created": 1532485957, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "neonbolbstarboard": { - "name": "neonbolbstarboard", - "id": "492048273142710291", - "author": "140516693242937345", - "animated": true, - "created": 1532485950, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "neonbolbthump": { - "name": "neonbolbthump", - "id": "492048274513985567", - "author": "140516693242937345", - "animated": true, - "created": 1532485964, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "neonbolbupsidedown": { - "name": "neonbolbupsidedown", - "id": "492048275713818624", - "author": "140516693242937345", - "animated": true, - "created": 1532485949, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "neonbolbwaitwhat": { - "name": "neonbolbwaitwhat", - "id": "492048276477181954", - "author": "140516693242937345", - "animated": true, - "created": 1532485939, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "neonbolbwink": { - "name": "neonbolbwink", - "id": "492048277764702219", - "author": "140516693242937345", - "animated": true, - "created": 1532485962, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "neonbolbxddd": { - "name": "neonbolbxddd", - "id": "492048278980919296", - "author": "140516693242937345", - "animated": true, - "created": 1532485949, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "neonepic": { - "name": "neonepic", - "id": "589526032114122771", - "author": "140516693242937345", - "animated": true, - "created": 1560624359, - "modified": 1560624367, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "neonnotlikebolb": { - "name": "neonnotlikebolb", - "id": "492048280122032128", - "author": "140516693242937345", - "animated": true, - "created": 1532485944, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "NeoTogekiss": { - "name": "NeoTogekiss", - "id": "774844966701629472", - "author": "311133475191390210", - "animated": false, - "created": 1604807836, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nepdangnhay": { - "name": "nepdangnhay", - "id": "785902598816399360", - "author": "343310328089804803", - "animated": true, - "created": 1607444182, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "neplep": { - "name": "neplep", - "id": "757914618709409882", - "author": "343310328089804803", - "animated": true, - "created": 1600771326, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nepxd": { - "name": "nepxd", - "id": "779983775982944296", - "author": "536918500686692362", - "animated": false, - "created": 1606033023, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Neroaaah": { - "name": "Neroaaah", - "id": "779729693011738624", - "author": "564111150443266125", - "animated": false, - "created": 1605972445, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nervousdoggo": { - "name": "nervousdoggo", - "id": "782113487702589460", - "author": "690953891482828890", - "animated": true, - "created": 1606540786, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nervoussweat": { - "name": "nervoussweat", - "id": "789953703263076423", - "author": "768741691250311180", - "animated": false, - "created": 1608410039, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "NE_shark_dance": { - "name": "NE_shark_dance", - "id": "786151459921461249", - "author": "676134602837852172", - "animated": true, - "created": 1607503514, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "NessaEvangelion": { - "name": "NessaEvangelion", - "id": "782485992623177728", - "author": "308452846834155530", - "animated": false, - "created": 1606629598, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "netfrix": { - "name": "netfrix", - "id": "783891043712106536", - "author": "776070950181011466", - "animated": false, - "created": 1606964588, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "neutralbruh": { - "name": "neutralbruh", - "id": "758729879490920529", - "author": "506877711181021213", - "animated": true, - "created": 1600965699, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "neutralspecial": { - "name": "neutralspecial", - "id": "778637891760029736", - "author": "279764106926620684", - "animated": false, - "created": 1605712139, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "newbie": { - "name": "newbie", - "id": "784438925661306951", - "author": "711751154119475291", - "animated": false, - "created": 1607095214, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nexpatz": { - "name": "nexpatz", - "id": "789571429196234793", - "author": "457800274887573515", - "animated": false, - "created": 1608318898, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nezuko": { - "name": "nezuko", - "id": "624981860656873492", - "author": "112471608865624064", - "animated": true, - "created": 1569077687, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nezukobored": { - "name": "nezukobored", - "id": "780949278004740096", - "author": "753681432718737480", - "animated": true, - "created": 1606263217, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nezukodepana": { - "name": "nezukodepana", - "id": "700363550895374347", - "author": "461818566510116895", - "animated": false, - "created": 1587050082, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nezukorun": { - "name": "nezukorun", - "id": "675845150798249995", - "author": "658269515783864320", - "animated": true, - "created": 1581204440, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "NezukoVibinNH": { - "name": "NezukoVibinNH", - "id": "786949193167929355", - "author": "718818001633280071", - "animated": true, - "created": 1607693708, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nf": { - "name": "nf", - "id": "750378497477968026", - "author": "381219898321534976", - "animated": false, - "created": 1598974575, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nfdl": { - "name": "nfdl", - "id": "750010916841717781", - "author": "435166381189758998", - "animated": true, - "created": 1598886937, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "n_fh_angry": { - "name": "n_fh_angry", - "id": "785742091036262411", - "author": "715606162224971898", - "animated": true, - "created": 1607405913, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "n_fh_FLYLAUGH": { - "name": "n_fh_FLYLAUGH", - "id": "785742109012787260", - "author": "715606162224971898", - "animated": true, - "created": 1607405917, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "n_fh_rona": { - "name": "n_fh_rona", - "id": "785742120903508019", - "author": "715606162224971898", - "animated": true, - "created": 1607405920, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ngacir": { - "name": "ngacir", - "id": "628240969342517259", - "author": "403597576223326228", - "animated": true, - "created": 1569854719, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Ngga": { - "name": "Ngga", - "id": "781658310700695552", - "author": "512509857606139905", - "animated": false, - "created": 1606432263, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nghien": { - "name": "nghien", - "id": "777145902539210783", - "author": "650561615372222484", - "animated": false, - "created": 1605356421, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ngoan": { - "name": "ngoan", - "id": "728626304869597275", - "author": "373468095601442826", - "animated": true, - "created": 1593788448, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nHandRub": { - "name": "nHandRub", - "id": "786157095204552714", - "author": "676134602837852172", - "animated": true, - "created": 1607504857, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nheartface": { - "name": "nheartface", - "id": "782084432244768789", - "author": "386634109054877707", - "animated": false, - "created": 1606533859, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "NH_NezukoLay": { - "name": "NH_NezukoLay", - "id": "786949010941280266", - "author": "718818001633280071", - "animated": false, - "created": 1607693665, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nhokhoathan": { - "name": "nhokhoathan", - "id": "753633145651200120", - "author": "282774540856328193", - "animated": false, - "created": 1599750543, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "NH_TanjiroEat": { - "name": "NH_TanjiroEat", - "id": "786948905567780876", - "author": "718818001633280071", - "animated": false, - "created": 1607693640, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Nhweird": { - "name": "Nhweird", - "id": "781697505393377321", - "author": "464517909616656405", - "animated": false, - "created": 1606441608, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nibbalett": { - "name": "nibbalett", - "id": "765731351558488074", - "author": "708404644052729879", - "animated": false, - "created": 1602634980, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nibbed": { - "name": "nibbed", - "id": "781267420584869978", - "author": "657032893172023363", - "animated": false, - "created": 1606339068, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nice": { - "name": "nice", - "id": "451691664549871617", - "author": "373478344739520513", - "animated": false, - "created": 1527776485, - "modified": 1533892039, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nice2": { - "name": "nice2", - "id": "771015403748065317", - "author": "604418537368584192", - "animated": false, - "created": 1603894797, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "NiceCock": { - "name": "NiceCock", - "id": "756225141196718174", - "author": "425046879047385108", - "animated": false, - "created": 1600368523, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nicedick": { - "name": "nicedick", - "id": "782321665630666773", - "author": "351894832857481216", - "animated": false, - "created": 1606590420, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nicefloor": { - "name": "nicefloor", - "id": "782739582981898240", - "author": "748023719833894942", - "animated": false, - "created": 1606690059, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "NiceMan": { - "name": "NiceMan", - "id": "765996130793684992", - "author": "733065673030238240", - "animated": false, - "created": 1602698109, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nick": { - "name": "nick", - "id": "786055076011573268", - "author": "475050981185421312", - "animated": false, - "created": 1607480534, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nico": { - "name": "nico", - "id": "778223789535395860", - "author": "684477455028846624", - "animated": false, - "created": 1605613410, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "niczy": { - "name": "niczy", - "id": "774300029132472330", - "author": "408747500288213006", - "animated": false, - "created": 1604677912, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nig": { - "name": "nig", - "id": "761744944016130048", - "author": "313286422025076736", - "animated": false, - "created": 1601684547, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nigabruh": { - "name": "nigabruh", - "id": "790074599173783552", - "author": "659572887086170113", - "animated": false, - "created": 1608438863, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Nigerundayo": { - "name": "Nigerundayo", - "id": "783176624165486602", - "author": "242691348560478209", - "animated": false, - "created": 1606794257, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nigga": { - "name": "nigga", - "id": "511075917922172928", - "author": "489286909969825804", - "animated": false, - "created": 1541920427, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "niggacry": { - "name": "niggacry", - "id": "771571496685797416", - "author": "763240979091292180", - "animated": true, - "created": 1604027380, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "niggasnrk": { - "name": "niggasnrk", - "id": "787419350620831744", - "author": "747564561204248598", - "animated": false, - "created": 1607805802, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "niggaswear": { - "name": "niggaswear", - "id": "787419291883536436", - "author": "747564561204248598", - "animated": false, - "created": 1607805788, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "niggathink": { - "name": "niggathink", - "id": "787419265514733568", - "author": "747564561204248598", - "animated": false, - "created": 1607805782, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "niggavomit": { - "name": "niggavomit", - "id": "787419240898363413", - "author": "747564561204248598", - "animated": false, - "created": 1607805776, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "niggawhat": { - "name": "niggawhat", - "id": "771572416052592670", - "author": "763240979091292180", - "animated": false, - "created": 1604027599, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "niggawtf": { - "name": "niggawtf", - "id": "765604045607272448", - "author": "342524214126968832", - "animated": true, - "created": 1602604628, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nigger": { - "name": "nigger", - "id": "697173652336148580", - "author": "691394576422010940", - "animated": false, - "created": 1586289551, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nigh": { - "name": "nigh", - "id": "784438904920866837", - "author": "711751154119475291", - "animated": false, - "created": 1607095209, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "night": { - "name": "night", - "id": "766821187291447348", - "author": "704662972739616809", - "animated": false, - "created": 1602894817, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "niko": { - "name": "niko", - "id": "739794517649260596", - "author": "679596611323953175", - "animated": false, - "created": 1596451157, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nikoblob": { - "name": "nikoblob", - "id": "492048293648662528", - "author": "140516693242937345", - "animated": false, - "created": 1531976536, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "nikocrying": { - "name": "nikocrying", - "id": "761193235044892684", - "author": "679596611323953175", - "animated": true, - "created": 1601553009, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nikodansen": { - "name": "nikodansen", - "id": "790025225428271144", - "author": "679596611323953175", - "animated": true, - "created": 1608427091, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nikoderp": { - "name": "nikoderp", - "id": "784357254941900806", - "author": "679596611323953175", - "animated": false, - "created": 1607075755, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nikonohatleft": { - "name": "nikonohatleft", - "id": "790020360162377730", - "author": "679596611323953175", - "animated": false, - "created": 1608425931, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nikoplush": { - "name": "nikoplush", - "id": "790020972752535572", - "author": "679596611323953175", - "animated": false, - "created": 1608426077, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nikori": { - "name": "nikori", - "id": "782316839246102528", - "author": "543468933974589440", - "animated": true, - "created": 1606589269, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nikosad": { - "name": "nikosad", - "id": "781926860531564564", - "author": "479017973462466571", - "animated": false, - "created": 1606496291, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nikoshake": { - "name": "nikoshake", - "id": "779906588835184670", - "author": "364295643784806410", - "animated": true, - "created": 1606014620, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nikowtf": { - "name": "nikowtf", - "id": "781909219015131146", - "author": "479017973462466571", - "animated": false, - "created": 1606492085, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nikzon": { - "name": "nikzon", - "id": "760695534385627176", - "author": "667087966857986088", - "animated": false, - "created": 1601434348, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nimish_dance": { - "name": "nimish_dance", - "id": "766604132005838858", - "author": "704705003998412836", - "animated": true, - "created": 1602843067, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nimodo": { - "name": "nimodo", - "id": "748333075842465874", - "author": "651173629567959070", - "animated": false, - "created": 1598486908, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nimodoputa": { - "name": "nimodoputa", - "id": "782423571578355773", - "author": "707435993585942539", - "animated": false, - "created": 1606614716, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ninja": { - "name": "ninja", - "id": "695163233232748555", - "author": "396995890545426435", - "animated": true, - "created": 1585810230, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "NippleLick": { - "name": "NippleLick", - "id": "782573728482590750", - "author": "674019507064274964", - "animated": true, - "created": 1606650516, - "modified": 1606652033, - "preserve": false, - "description": null, - "nsfw": "MOD_NSFW" - }, - "NippleTease": { - "name": "NippleTease", - "id": "782573720517476363", - "author": "674019507064274964", - "animated": true, - "created": 1606650514, - "modified": 1606652036, - "preserve": false, - "description": null, - "nsfw": "MOD_NSFW" - }, - "nisha": { - "name": "nisha", - "id": "790029370516701235", - "author": "314536284725051393", - "animated": false, - "created": 1608428080, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nishalaugh": { - "name": "nishalaugh", - "id": "784172053645361172", - "author": "670406518096789505", - "animated": false, - "created": 1607031586, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "NishaNut": { - "name": "NishaNut", - "id": "737056729354993671", - "author": "425046879047385108", - "animated": false, - "created": 1595798418, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nishishi": { - "name": "nishishi", - "id": "782741831384956988", - "author": "748023719833894942", - "animated": false, - "created": 1606690595, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nishishigun": { - "name": "nishishigun", - "id": "782742812856287252", - "author": "748023719833894942", - "animated": false, - "created": 1606690829, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nispeak": { - "name": "nispeak", - "id": "749316157122543737", - "author": "425046879047385108", - "animated": false, - "created": 1598721293, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "NissanPathfinder": { - "name": "NissanPathfinder", - "id": "780969714087362631", - "author": "513852708290035724", - "animated": false, - "created": 1606268089, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nitro": { - "name": "nitro", - "id": "419952264334278666", - "author": "140516693242937345", - "animated": false, - "created": 1525387946, - "modified": 1533892039, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nitrokiss2": { - "name": "nitrokiss2", - "id": "776325882784251934", - "author": "729792613523390526", - "animated": true, - "created": 1605160913, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nitrono": { - "name": "nitrono", - "id": "790036042408919080", - "author": "372867277068042240", - "animated": false, - "created": 1608429670, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "niweird": { - "name": "niweird", - "id": "692421458961498192", - "author": "167267224787222528", - "animated": false, - "created": 1585156540, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "n_Kanna_Tired": { - "name": "n_Kanna_Tired", - "id": "783880135643365406", - "author": "697542753449672775", - "animated": false, - "created": 1606961988, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nlsparkles": { - "name": "nlsparkles", - "id": "667150711238164497", - "author": "167729432784535562", - "animated": true, - "created": 1579131524, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "NLweird": { - "name": "NLweird", - "id": "572503425380778015", - "author": "203858284459851776", - "animated": false, - "created": 1556565853, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nmms": { - "name": "nmms", - "id": "693229849099239475", - "author": "461818566510116895", - "animated": true, - "created": 1585349275, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "NM_PeepoAirpod": { - "name": "NM_PeepoAirpod", - "id": "789681505647591454", - "author": "762387276595724308", - "animated": false, - "created": 1608345142, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "NM_POG": { - "name": "NM_POG", - "id": "789681540807786526", - "author": "762387276595724308", - "animated": false, - "created": 1608345150, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "NM_XD": { - "name": "NM_XD", - "id": "760921648693510194", - "author": "402231533189988355", - "animated": false, - "created": 1601488258, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "N_Nani": { - "name": "N_Nani", - "id": "784438945047904266", - "author": "711751154119475291", - "animated": false, - "created": 1607095218, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nnheart": { - "name": "nnheart", - "id": "785586214597558283", - "author": "659536236893175838", - "animated": true, - "created": 1607368749, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "n_no": { - "name": "n_no", - "id": "788995575642849342", - "author": "527449870873657344", - "animated": false, - "created": 1608181604, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "no": { - "name": "no", - "id": "416514547118112779", - "author": "395078040931139584", - "animated": true, - "created": 1525387946, - "modified": 1533892039, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "no1": { - "name": "no1", - "id": "702661697218805920", - "author": "640619808748208141", - "animated": false, - "created": 1587598003, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "no2": { - "name": "no2", - "id": "704949907685113968", - "author": "676324374579642388", - "animated": false, - "created": 1588143555, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "No22": { - "name": "No22", - "id": "773313416902869032", - "author": "731734695750008892", - "animated": false, - "created": 1604442686, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "no5": { - "name": "no5", - "id": "780948353352859670", - "author": "604314705175117838", - "animated": false, - "created": 1606262996, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "noah": { - "name": "noah", - "id": "778797585984126996", - "author": "209280535174971393", - "animated": false, - "created": 1605750213, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "noahweird": { - "name": "noahweird", - "id": "778810678018048071", - "author": "353109234201788427", - "animated": false, - "created": 1605753335, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Noahweirder": { - "name": "Noahweirder", - "id": "779322068063223840", - "author": "353109234201788427", - "animated": false, - "created": 1605875260, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nobulli": { - "name": "nobulli", - "id": "784583136196821012", - "author": "399348446525390849", - "animated": false, - "created": 1607129596, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "noc": { - "name": "noc", - "id": "712382102511026318", - "author": "581242976504643585", - "animated": false, - "created": 1589915528, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nocapo": { - "name": "nocapo", - "id": "761054859641225229", - "author": "468192500025262081", - "animated": false, - "created": 1601520018, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nocat": { - "name": "nocat", - "id": "778219802262372352", - "author": "684477455028846624", - "animated": false, - "created": 1605612459, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Nochede": { - "name": "Nochede", - "id": "707060801923448932", - "author": "521802133796945962", - "animated": false, - "created": 1588646831, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nocquedecir": { - "name": "nocquedecir", - "id": "782487886439383043", - "author": "754517959417790494", - "animated": false, - "created": 1606630050, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nod": { - "name": "nod", - "id": "680918170655391758", - "author": "452626907771568129", - "animated": true, - "created": 1582413942, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nodarisa": { - "name": "nodarisa", - "id": "762844126847959061", - "author": "661789191470055436", - "animated": false, - "created": 1601946612, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "NODDERS": { - "name": "NODDERS", - "id": "748652206009614506", - "author": "238478402225569792", - "animated": true, - "created": 1598562995, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "noelle": { - "name": "noelle", - "id": "770454751401607218", - "author": "734226179518758964", - "animated": false, - "created": 1603761127, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Noelleee": { - "name": "Noelleee", - "id": "781466659838885900", - "author": "448827482179895304", - "animated": true, - "created": 1606386570, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "noellesalute": { - "name": "noellesalute", - "id": "781245632454983710", - "author": "274724839670153218", - "animated": false, - "created": 1606333873, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "noes": { - "name": "noes", - "id": "768013846551986176", - "author": "496037931140513800", - "animated": false, - "created": 1603179170, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "noesporahi": { - "name": "noesporahi", - "id": "763146802441486407", - "author": "463470500719493137", - "animated": false, - "created": 1602018776, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "noestoi": { - "name": "noestoi", - "id": "780950593241612328", - "author": "569937267012010015", - "animated": false, - "created": 1606263530, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "noflaco": { - "name": "noflaco", - "id": "779874289737924619", - "author": "504130418958794763", - "animated": false, - "created": 1606006920, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nohhh": { - "name": "nohhh", - "id": "787462161592090625", - "author": "545480236939214861", - "animated": false, - "created": 1607816009, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nohomo": { - "name": "nohomo", - "id": "760838250885021736", - "author": "500680089604980756", - "animated": false, - "created": 1601468374, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nohorny": { - "name": "nohorny", - "id": "762850902993272853", - "author": "610815678659952673", - "animated": true, - "created": 1601948228, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "noice": { - "name": "noice", - "id": "416834424995577878", - "author": "140516693242937345", - "animated": false, - "created": 1525387946, - "modified": 1533892039, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nojao4": { - "name": "nojao4", - "id": "783570016770850826", - "author": "737371717785354334", - "animated": false, - "created": 1606888050, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nom": { - "name": "nom", - "id": "623034203482882058", - "author": "369138668050317312", - "animated": true, - "created": 1568613329, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nomames": { - "name": "nomames", - "id": "759841226458398782", - "author": "362688701928701953", - "animated": false, - "created": 1601230665, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nomeme": { - "name": "nomeme", - "id": "785895941223481384", - "author": "580244182652813312", - "animated": false, - "created": 1607442593, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nomessirve": { - "name": "nomessirve", - "id": "736087336286158879", - "author": "599290730476863744", - "animated": false, - "created": 1595567296, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nomessirve1": { - "name": "nomessirve1", - "id": "750738499015016609", - "author": "293107176355004416", - "animated": false, - "created": 1599060406, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nomkiwi": { - "name": "nomkiwi", - "id": "745496268142542959", - "author": "665573758756716554", - "animated": false, - "created": 1597810561, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nomnom": { - "name": "nomnom", - "id": "766959069978034196", - "author": "336186693210210305", - "animated": true, - "created": 1602927691, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nomnomnom": { - "name": "nomnomnom", - "id": "773414175799771187", - "author": "333103076099489792", - "animated": true, - "created": 1604466708, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nomnompaloma": { - "name": "nomnompaloma", - "id": "738957367202414665", - "author": "410945454415544350", - "animated": false, - "created": 1596251565, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nomparty": { - "name": "nomparty", - "id": "479060195411099648", - "author": "356091260429402122", - "animated": true, - "created": 1534287251, - "modified": 1537653757, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "nomrc": { - "name": "nomrc", - "id": "618865950040653835", - "author": "300750461894656011", - "animated": false, - "created": 1567619540, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "non": { - "name": "non", - "id": "704022401402273813", - "author": "410533390257750036", - "animated": false, - "created": 1587922420, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nonfree": { - "name": "nonfree", - "id": "706721883977941043", - "author": "373256462211874836", - "animated": false, - "created": 1588566027, - "modified": 1588568735, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "noniori": { - "name": "noniori", - "id": "782312457720430612", - "author": "351894832857481216", - "animated": false, - "created": 1606588224, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nono": { - "name": "nono", - "id": "724011447436181534", - "author": "468192500025262081", - "animated": true, - "created": 1592688180, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nononono": { - "name": "nononono", - "id": "769999969167867945", - "author": "342753712567091213", - "animated": true, - "created": 1603652698, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nonverbal": { - "name": "nonverbal", - "id": "786150319368962068", - "author": "745612575454134283", - "animated": false, - "created": 1607503242, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "noo": { - "name": "noo", - "id": "653684446825807872", - "author": "295057074797150208", - "animated": true, - "created": 1575920917, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "noob": { - "name": "noob", - "id": "772828230524076052", - "author": "600654380307447839", - "animated": true, - "created": 1604327008, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "NoodleHead": { - "name": "NoodleHead", - "id": "782156041902882816", - "author": "496037931140513800", - "animated": false, - "created": 1606550932, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nooo": { - "name": "nooo", - "id": "700851490465644544", - "author": "553008515833135106", - "animated": false, - "created": 1587166416, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "noooamigo": { - "name": "noooamigo", - "id": "786835557220614145", - "author": "692165613388431362", - "animated": false, - "created": 1607666615, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nOoOo": { - "name": "nOoOo", - "id": "660931322247905301", - "author": "293107176355004416", - "animated": false, - "created": 1577648707, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "noooon": { - "name": "noooon", - "id": "779029817851904046", - "author": "739299787907792897", - "animated": false, - "created": 1605805582, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nooooo": { - "name": "nooooo", - "id": "779022211784376350", - "author": "574014066658377748", - "animated": false, - "created": 1605803768, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "noooooo": { - "name": "noooooo", - "id": "749885379125182474", - "author": "571189564786606082", - "animated": false, - "created": 1598857006, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "noovspeak": { - "name": "noovspeak", - "id": "769603281105846303", - "author": "425046879047385108", - "animated": false, - "created": 1603558120, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "noovswipe": { - "name": "noovswipe", - "id": "770732488867446804", - "author": "245607870463213570", - "animated": true, - "created": 1603827344, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "noovwhenritsuturns18": { - "name": "noovwhenritsuturns18", - "id": "786553281027244040", - "author": "336021639970029569", - "animated": false, - "created": 1607599315, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nop": { - "name": "nop", - "id": "684382560964706357", - "author": "637777592103075840", - "animated": true, - "created": 1583239917, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nope": { - "name": "nope", - "id": "652507960714723338", - "author": "298906007533387777", - "animated": false, - "created": 1575640420, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nopelien": { - "name": "nopelien", - "id": "730827929348603944", - "author": "703806872221909062", - "animated": false, - "created": 1594313356, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "noperro": { - "name": "noperro", - "id": "770170110810783764", - "author": "704742786225668206", - "animated": true, - "created": 1603693263, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nopers": { - "name": "nopers", - "id": "756202514772132045", - "author": "205686573457604609", - "animated": true, - "created": 1600363129, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "noppers": { - "name": "noppers", - "id": "784109750711222333", - "author": "258074344725413889", - "animated": true, - "created": 1607016732, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nopuedeser": { - "name": "nopuedeser", - "id": "782780001463304204", - "author": "608094111651725322", - "animated": false, - "created": 1606699695, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "no_rodeo": { - "name": "no_rodeo", - "id": "785283837559177276", - "author": "751992505637142528", - "animated": false, - "created": 1607296656, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "norries": { - "name": "norries", - "id": "753129828072554606", - "author": "239333423095742464", - "animated": false, - "created": 1599630543, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "norry": { - "name": "norry", - "id": "697078480441049228", - "author": "438644880152068127", - "animated": false, - "created": 1586266860, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nose": { - "name": "nose", - "id": "743557273481117746", - "author": "462391077391958016", - "animated": false, - "created": 1597348268, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nosegay": { - "name": "nosegay", - "id": "784854528024641547", - "author": "333751628169740313", - "animated": false, - "created": 1607194301, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nosequedecirxd": { - "name": "nosequedecirxd", - "id": "789184365351272478", - "author": "727283870461984839", - "animated": false, - "created": 1608226615, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "noSign": { - "name": "noSign", - "id": "492048306067996672", - "author": "140516693242937345", - "animated": false, - "created": 1525387946, - "modified": 1537383874, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "nosos": { - "name": "nosos", - "id": "767437911074275328", - "author": "608094111651725322", - "animated": false, - "created": 1603041856, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nosotrosaichi": { - "name": "nosotrosaichi", - "id": "785570645462745108", - "author": "293107176355004416", - "animated": false, - "created": 1607365037, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nosotrosnoaichi": { - "name": "nosotrosnoaichi", - "id": "785633861366186034", - "author": "552751562364289025", - "animated": false, - "created": 1607380108, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "NOSOY": { - "name": "NOSOY", - "id": "750828746101227572", - "author": "650416099518578698", - "animated": false, - "created": 1599081922, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nospeak": { - "name": "nospeak", - "id": "775990426146308127", - "author": "209280535174971393", - "animated": false, - "created": 1605080934, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nostonks": { - "name": "nostonks", - "id": "730331555817455696", - "author": "262133866062413825", - "animated": false, - "created": 1594195027, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nosyricardo": { - "name": "nosyricardo", - "id": "789135153066278953", - "author": "442761877097807873", - "animated": false, - "created": 1608214882, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "notamused": { - "name": "notamused", - "id": "776634088156430376", - "author": "293107176355004416", - "animated": false, - "created": 1605234395, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "notbad": { - "name": "notbad", - "id": "774509802609049600", - "author": "125807113569042432", - "animated": false, - "created": 1604727926, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "notborry": { - "name": "notborry", - "id": "710974281374367745", - "author": "294946270861328385", - "animated": false, - "created": 1589579878, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "noteper": { - "name": "noteper", - "id": "567231500538478602", - "author": "290510480727080962", - "animated": false, - "created": 1555308928, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "noteperdono": { - "name": "noteperdono", - "id": "782487078129762314", - "author": "740457917374922765", - "animated": false, - "created": 1606629857, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "notfunny": { - "name": "notfunny", - "id": "775796550878101554", - "author": "710286403824779294", - "animated": false, - "created": 1605034711, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "NOTGOOD": { - "name": "NOTGOOD", - "id": "783955284207861800", - "author": "496037931140513800", - "animated": false, - "created": 1606979905, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nothenk": { - "name": "nothenk", - "id": "757993385725526107", - "author": "428461954064056340", - "animated": false, - "created": 1600790106, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nothing": { - "name": "nothing", - "id": "759558834586517606", - "author": "574870314928832533", - "animated": false, - "created": 1601163338, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "notlikeblob": { - "name": "notlikeblob", - "id": "492048318457708567", - "author": "140516693242937345", - "animated": false, - "created": 1525387946, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "notlikebolb": { - "name": "notlikebolb", - "id": "492048319527387137", - "author": "140516693242937345", - "animated": false, - "created": 1531977981, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "notlikebread": { - "name": "notlikebread", - "id": "738356374492151920", - "author": "167729432784535562", - "animated": false, - "created": 1596108277, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "notlikecryblob": { - "name": "notlikecryblob", - "id": "492048322094301245", - "author": "308162538648895489", - "animated": false, - "created": 1532754197, - "modified": 1537383878, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "notlikeduck": { - "name": "notlikeduck", - "id": "682783390323441666", - "author": "203208699500560385", - "animated": false, - "created": 1582858645, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "notlikelu": { - "name": "notlikelu", - "id": "783216400185425961", - "author": "464517909616656405", - "animated": false, - "created": 1606803741, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "notlikemiya": { - "name": "notlikemiya", - "id": "724473064947187722", - "author": "356611662326923264", - "animated": false, - "created": 1592798238, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "notlikethis": { - "name": "notlikethis", - "id": "492048324635918340", - "author": "150036153846857728", - "animated": false, - "created": 1525387946, - "modified": 1537383879, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "notpanta123": { - "name": "notpanta123", - "id": "782739890805669908", - "author": "748023719833894942", - "animated": false, - "created": 1606690132, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "not_stonks": { - "name": "not_stonks", - "id": "739256222255022110", - "author": "703774846789877862", - "animated": false, - "created": 1596322818, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "notstonks": { - "name": "notstonks", - "id": "694667474284576859", - "author": "692488921673629756", - "animated": false, - "created": 1585692032, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "notstonksatall": { - "name": "notstonksatall", - "id": "782113024672137217", - "author": "690953891482828890", - "animated": true, - "created": 1606540676, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "notstonkss": { - "name": "notstonkss", - "id": "783039000612175883", - "author": "750874467915399250", - "animated": false, - "created": 1606761446, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "notteooo": { - "name": "notteooo", - "id": "781309897492529152", - "author": "544004454257524746", - "animated": false, - "created": 1606349195, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "notworry": { - "name": "notworry", - "id": "656969494824091658", - "author": "425046879047385108", - "animated": false, - "created": 1576704133, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "no_u": { - "name": "no_u", - "id": "589958186157473816", - "author": "417138170430357524", - "animated": false, - "created": 1560727392, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "noU": { - "name": "noU", - "id": "415605536906674176", - "author": "140516693242937345", - "animated": false, - "created": 1525387946, - "modified": 1533892039, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nou_Xp": { - "name": "nou_Xp", - "id": "787419203988094986", - "author": "747564561204248598", - "animated": true, - "created": 1607805767, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "noveo": { - "name": "noveo", - "id": "770091917945339924", - "author": "568982436550279179", - "animated": false, - "created": 1603674620, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "now": { - "name": "now", - "id": "775804369601429534", - "author": "425046879047385108", - "animated": false, - "created": 1605036575, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "No_You": { - "name": "No_You", - "id": "784438882955165708", - "author": "711751154119475291", - "animated": false, - "created": 1607095204, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "noyou": { - "name": "noyou", - "id": "777964641090404352", - "author": "635695911254753300", - "animated": false, - "created": 1605551624, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "npesta": { - "name": "npesta", - "id": "779413716798144512", - "author": "444213647321989121", - "animated": false, - "created": 1605897111, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "npleading": { - "name": "npleading", - "id": "782084412728541265", - "author": "386634109054877707", - "animated": false, - "created": 1606533854, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nrage": { - "name": "nrage", - "id": "782105690130350081", - "author": "484156973147750413", - "animated": false, - "created": 1606538927, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nsfw": { - "name": "nsfw", - "id": "737578397865345065", - "author": "390156982730096640", - "animated": false, - "created": 1595922811, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "n_thumbsup": { - "name": "n_thumbsup", - "id": "788779890035654696", - "author": "527449870873657344", - "animated": false, - "created": 1608130180, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nu": { - "name": "nu", - "id": "718533784508825650", - "author": "680584052067139593", - "animated": false, - "created": 1591382204, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nubepoi": { - "name": "nubepoi", - "id": "752601036035719170", - "author": "500804247986765848", - "animated": false, - "created": 1599504469, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nueronact": { - "name": "nueronact", - "id": "781222712596365314", - "author": "303964491291295745", - "animated": false, - "created": 1606328409, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nuestra": { - "name": "nuestra", - "id": "761055659177017375", - "author": "713115666550620262", - "animated": false, - "created": 1601520209, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nuestro": { - "name": "nuestro", - "id": "732122497402667098", - "author": "713115666550620262", - "animated": false, - "created": 1594622005, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nugget": { - "name": "nugget", - "id": "692792975121448992", - "author": "614919553415381011", - "animated": true, - "created": 1585245116, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Numbah": { - "name": "Numbah", - "id": "771362230762733679", - "author": "281563194843987968", - "animated": false, - "created": 1603977487, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "number": { - "name": "number", - "id": "771362250694328341", - "author": "281563194843987968", - "animated": false, - "created": 1603977491, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "numberforever": { - "name": "numberforever", - "id": "780899646431166517", - "author": "336021639970029569", - "animated": true, - "created": 1606251384, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "numbernever": { - "name": "numbernever", - "id": "780899591406485534", - "author": "281563194843987968", - "animated": false, - "created": 1606251371, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "numberppwoke": { - "name": "numberppwoke", - "id": "780899519621496843", - "author": "336021639970029569", - "animated": true, - "created": 1606251353, - "modified": 1606251556, - "preserve": false, - "description": null, - "nsfw": "MOD_NSFW" - }, - "Numbmamay": { - "name": "Numbmamay", - "id": "735253360848011324", - "author": "373893861950488576", - "animated": false, - "created": 1595368465, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nunu": { - "name": "nunu", - "id": "783777823495684127", - "author": "402526604842106881", - "animated": true, - "created": 1606937595, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nuongdit": { - "name": "nuongdit", - "id": "779757013198176267", - "author": "665573758756716554", - "animated": false, - "created": 1605978959, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nuoo": { - "name": "nuoo", - "id": "779481310787141683", - "author": "657032893172023363", - "animated": true, - "created": 1605913226, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nut": { - "name": "nut", - "id": "445291892708474881", - "author": "246419735254663179", - "animated": false, - "created": 1526250660, - "modified": 1533892039, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nuthard": { - "name": "nuthard", - "id": "784470339617816607", - "author": "772637906304892958", - "animated": true, - "created": 1607102703, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nvg": { - "name": "nvg", - "id": "788802431449825320", - "author": "370757129268887553", - "animated": false, - "created": 1608135555, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "NVXStaff": { - "name": "NVXStaff", - "id": "781128612878221314", - "author": "780595432724103188", - "animated": true, - "created": 1606305974, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "NWhype": { - "name": "NWhype", - "id": "786298951300546570", - "author": "734977654314237973", - "animated": true, - "created": 1607538678, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nword": { - "name": "nword", - "id": "537030318750826561", - "author": "332691915629658112", - "animated": false, - "created": 1548108405, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nwordlol": { - "name": "nwordlol", - "id": "785576910796226590", - "author": "268138992606773248", - "animated": true, - "created": 1607366530, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nya": { - "name": "nya", - "id": "620686635117445140", - "author": "203208699500560385", - "animated": false, - "created": 1546003035, - "modified": 1568058577, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nya1_bunny_coffepls": { - "name": "nya1_bunny_coffepls", - "id": "783881264721428504", - "author": "697542753449672775", - "animated": false, - "created": 1606962257, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nyaa": { - "name": "nyaa", - "id": "699426423630200842", - "author": "396873402901725184", - "animated": true, - "created": 1586826654, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nya_BAN": { - "name": "nya_BAN", - "id": "783881282169077761", - "author": "697542753449672775", - "animated": false, - "created": 1606962261, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nyadance": { - "name": "nyadance", - "id": "782325857079394334", - "author": "566835076470407180", - "animated": true, - "created": 1606591419, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nyan": { - "name": "nyan", - "id": "767420215960535100", - "author": "553972113602641930", - "animated": false, - "created": 1603037637, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nyancat": { - "name": "nyancat", - "id": "770547951055405096", - "author": "717818029269975172", - "animated": true, - "created": 1603783347, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nyandance": { - "name": "nyandance", - "id": "786694586004799508", - "author": "631643714581954560", - "animated": true, - "created": 1607633005, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nyanheadbanghyper": { - "name": "nyanheadbanghyper", - "id": "784284439437115402", - "author": "437506257146871819", - "animated": true, - "created": 1607058381, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nyanpls": { - "name": "nyanpls", - "id": "789640099436167168", - "author": "714966486359212093", - "animated": true, - "created": 1608335270, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nyanyay": { - "name": "nyanyay", - "id": "785562611387203604", - "author": "145754764414550017", - "animated": false, - "created": 1607363121, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nyasu": { - "name": "nyasu", - "id": "760248751758770228", - "author": "739936426799661086", - "animated": false, - "created": 1601327827, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Nyc_CatVibeUltra": { - "name": "Nyc_CatVibeUltra", - "id": "781330883473965136", - "author": "711779279582658562", - "animated": true, - "created": 1606354199, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nyce": { - "name": "nyce", - "id": "760047688925446184", - "author": "747917946608680980", - "animated": true, - "created": 1601279890, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Nyohoho": { - "name": "Nyohoho", - "id": "768607429490507787", - "author": "546358931740557312", - "animated": false, - "created": 1603320691, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nyoom": { - "name": "nyoom", - "id": "787894443474812980", - "author": "412060716288442378", - "animated": false, - "created": 1607919073, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "nzn": { - "name": "nzn", - "id": "789621236401307648", - "author": "170245053283958784", - "animated": false, - "created": 1608330773, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "o_": { - "name": "o_", - "id": "741898946510585878", - "author": "464961710462205952", - "animated": true, - "created": 1596952892, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "oal": { - "name": "oal", - "id": "767387765615755294", - "author": "508054192758194176", - "animated": false, - "created": 1603029900, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "obama": { - "name": "obama", - "id": "665636427593285681", - "author": "210797762768404480", - "animated": true, - "created": 1578770491, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "obamaprism": { - "name": "obamaprism", - "id": "784616260578443264", - "author": "496037931140513800", - "animated": false, - "created": 1607137494, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "obamium": { - "name": "obamium", - "id": "743621056610304132", - "author": "705544956835659826", - "animated": true, - "created": 1597363475, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "objection": { - "name": "objection", - "id": "781348509441589271", - "author": "448827482179895304", - "animated": false, - "created": 1606358401, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "oboop": { - "name": "oboop", - "id": "782310640106078293", - "author": "351894832857481216", - "animated": true, - "created": 1606587791, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "obvio": { - "name": "obvio", - "id": "702628696707563571", - "author": "581242976504643585", - "animated": false, - "created": 1587590135, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "oc": { - "name": "oc", - "id": "726219603662995496", - "author": "361254177671741440", - "animated": false, - "created": 1593214646, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "occho": { - "name": "occho", - "id": "786126335524864040", - "author": "744920706961244251", - "animated": false, - "created": 1607497523, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "OceanCredit": { - "name": "OceanCredit", - "id": "788565544985952257", - "author": "245668715067080704", - "animated": true, - "created": 1608079076, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "OceanSmashu": { - "name": "OceanSmashu", - "id": "788880280965742613", - "author": "394146105060753409", - "animated": true, - "created": 1608154115, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ocookie": { - "name": "ocookie", - "id": "788732853008728104", - "author": "721415443700514847", - "animated": false, - "created": 1608118966, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ocry": { - "name": "ocry", - "id": "785908655496232990", - "author": "569937267012010015", - "animated": true, - "created": 1607445625, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "odiosmio": { - "name": "odiosmio", - "id": "784333919834865665", - "author": "431225704563081216", - "animated": false, - "created": 1607070178, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "OEBunnyFlowers": { - "name": "OEBunnyFlowers", - "id": "788732947661455380", - "author": "721415443700514847", - "animated": true, - "created": 1608118988, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ofcourse": { - "name": "ofcourse", - "id": "782741787814395924", - "author": "748023719833894942", - "animated": false, - "created": 1606690585, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "offline": { - "name": "offline", - "id": "492048346588905475", - "author": "249750282324410368", - "animated": false, - "created": 1536211734, - "modified": 1537383884, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "offline2": { - "name": "offline2", - "id": "492048347843264512", - "author": "455289384187592704", - "animated": false, - "created": 1536211778, - "modified": 1537383884, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "offthegoop": { - "name": "offthegoop", - "id": "782060315491041360", - "author": "241849099794513920", - "animated": false, - "created": 1606528109, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "offtopic": { - "name": "offtopic", - "id": "783573191473627176", - "author": "496037931140513800", - "animated": false, - "created": 1606888807, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ofo": { - "name": "ofo", - "id": "604791477645738015", - "author": "458678622392156173", - "animated": false, - "created": 1564263924, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "oglak_aphr": { - "name": "oglak_aphr", - "id": "781814908479471626", - "author": "586886106289668127", - "animated": false, - "created": 1606469599, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "OH": { - "name": "OH", - "id": "417449842265292801", - "author": "413453219365126145", - "animated": true, - "created": 1525387946, - "modified": 1533892039, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "oh95": { - "name": "oh95", - "id": "775034223886598174", - "author": "293107176355004416", - "animated": false, - "created": 1604852958, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ohbrother": { - "name": "ohbrother", - "id": "785974044569763881", - "author": "632211012551966750", - "animated": false, - "created": 1607461215, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ohh": { - "name": "ohh", - "id": "733312912743071744", - "author": "731387815442513981", - "animated": false, - "created": 1594905822, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ohhanako": { - "name": "ohhanako", - "id": "782746504183808030", - "author": "748023719833894942", - "animated": false, - "created": 1606691709, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ohhh": { - "name": "ohhh", - "id": "772639384561647616", - "author": "291340727319920641", - "animated": true, - "created": 1604281984, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ohhno": { - "name": "ohhno", - "id": "782006230276112445", - "author": "457415833572999170", - "animated": false, - "created": 1606515214, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ohhnoo": { - "name": "ohhnoo", - "id": "788780798106009621", - "author": "650373918724718623", - "animated": false, - "created": 1608130397, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ohmahgah": { - "name": "ohmahgah", - "id": "788472732135456768", - "author": "580244182652813312", - "animated": false, - "created": 1608056948, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ohmerio": { - "name": "ohmerio", - "id": "770849140418150411", - "author": "541046649116688405", - "animated": false, - "created": 1603855156, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ohmevengo": { - "name": "ohmevengo", - "id": "722208516470734970", - "author": "500141024320946176", - "animated": false, - "created": 1592258328, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Ohmevoy": { - "name": "Ohmevoy", - "id": "780243399483326495", - "author": "672660494724759553", - "animated": false, - "created": 1606094922, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ohno": { - "name": "ohno", - "id": "431327792085598209", - "author": "269206837306327042", - "animated": false, - "created": 1525387946, - "modified": 1533892039, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ohno1": { - "name": "ohno1", - "id": "730518472584593448", - "author": "661789191470055436", - "animated": false, - "created": 1594239576, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ohnoo": { - "name": "ohnoo", - "id": "757467901249847316", - "author": "450903155572736000", - "animated": true, - "created": 1600664820, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ohnooo": { - "name": "ohnooo", - "id": "748951306219290706", - "author": "670458394494238760", - "animated": false, - "created": 1598634306, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ohnu": { - "name": "ohnu", - "id": "741871334254182440", - "author": "338588328716795914", - "animated": false, - "created": 1596946309, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ohnyoo": { - "name": "ohnyoo", - "id": "680783349710585893", - "author": "256056872254177281", - "animated": false, - "created": 1582381799, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ohok": { - "name": "ohok", - "id": "769179333410422824", - "author": "748223077669929001", - "animated": false, - "created": 1603457043, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ohokayum": { - "name": "ohokayum", - "id": "782773384232697896", - "author": "748023719833894942", - "animated": false, - "created": 1606698118, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ohshit": { - "name": "ohshit", - "id": "782740360803647488", - "author": "748023719833894942", - "animated": false, - "created": 1606690244, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ohsi": { - "name": "ohsi", - "id": "754938357120893030", - "author": "505122030384054273", - "animated": false, - "created": 1600061730, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ohsi1": { - "name": "ohsi1", - "id": "759601223363199007", - "author": "598650793389850644", - "animated": false, - "created": 1601173444, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ohug": { - "name": "ohug", - "id": "782307764436860949", - "author": "351894832857481216", - "animated": false, - "created": 1606587105, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ohyeah": { - "name": "ohyeah", - "id": "769997368820629564", - "author": "225413493010989058", - "animated": false, - "created": 1603652078, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ohyeahmrkrabs": { - "name": "ohyeahmrkrabs", - "id": "782060370603802654", - "author": "241849099794513920", - "animated": true, - "created": 1606528122, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "oi": { - "name": "oi", - "id": "725008839761592350", - "author": "670779107486728214", - "animated": false, - "created": 1592925977, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "oi7": { - "name": "oi7", - "id": "786685042263851068", - "author": "714546696063025255", - "animated": true, - "created": 1607630730, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "oiiii": { - "name": "oiiii", - "id": "786690442175184966", - "author": "714546696063025255", - "animated": false, - "created": 1607632017, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "OILO": { - "name": "OILO", - "id": "689721364721958962", - "author": "342167216273358850", - "animated": false, - "created": 1584512787, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "oilup": { - "name": "oilup", - "id": "593850178201583623", - "author": "269546067966689280", - "animated": false, - "created": 1561655315, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ojenao": { - "name": "ojenao", - "id": "751459969244725258", - "author": "568213851116535820", - "animated": false, - "created": 1599232418, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ojetes": { - "name": "ojetes", - "id": "632833515377131530", - "author": "467899004320088084", - "animated": false, - "created": 1570949667, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ojitos": { - "name": "ojitos", - "id": "632833441389477920", - "author": "467899004320088084", - "animated": false, - "created": 1570949649, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ojo": { - "name": "ojo", - "id": "719905846708011093", - "author": "419678613303197730", - "animated": false, - "created": 1591709329, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ojo1": { - "name": "ojo1", - "id": "789673657752485929", - "author": "701103722453008518", - "animated": false, - "created": 1608343271, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ojo2": { - "name": "ojo2", - "id": "789673722487111740", - "author": "701103722453008518", - "animated": false, - "created": 1608343286, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ojocon": { - "name": "ojocon", - "id": "756935579115192432", - "author": "257252090642956288", - "animated": false, - "created": 1600537905, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ojokun": { - "name": "ojokun", - "id": "784935756891160606", - "author": "311133475191390210", - "animated": false, - "created": 1607213667, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ojotes": { - "name": "ojotes", - "id": "632833378512797706", - "author": "467899004320088084", - "animated": false, - "created": 1570949635, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ok": { - "name": "ok", - "id": "625401900124078174", - "author": "525136060385198112", - "animated": false, - "created": 1569177832, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "okay": { - "name": "okay", - "id": "692924477276815371", - "author": "270343119902474240", - "animated": false, - "created": 1585276469, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "okaychamp": { - "name": "okaychamp", - "id": "692065907744440476", - "author": "95579127389618176", - "animated": false, - "created": 1585071770, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "okayeg": { - "name": "okayeg", - "id": "772538181983797298", - "author": "544311743934103573", - "animated": false, - "created": 1604257855, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "okayge": { - "name": "okayge", - "id": "768182876482437121", - "author": "245668715067080704", - "animated": false, - "created": 1603219470, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "okayublush": { - "name": "okayublush", - "id": "779415571216859187", - "author": "466061790627889167", - "animated": false, - "created": 1605897553, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "okayurolling": { - "name": "okayurolling", - "id": "779174393645367296", - "author": "515897683219578900", - "animated": true, - "created": 1605840052, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "okayuspin": { - "name": "okayuspin", - "id": "757406094212464650", - "author": "383723642489405441", - "animated": true, - "created": 1600650084, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "okayutambourine": { - "name": "okayutambourine", - "id": "779173762927034398", - "author": "466061790627889167", - "animated": true, - "created": 1605839901, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "okey": { - "name": "okey", - "id": "730862183205961789", - "author": "469574360517181440", - "animated": true, - "created": 1594321523, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "OKhanako": { - "name": "OKhanako", - "id": "782746493512712202", - "author": "748023719833894942", - "animated": false, - "created": 1606691706, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ok_handm": { - "name": "ok_handm", - "id": "613479407754936468", - "author": "140516693242937345", - "animated": false, - "created": 1566335289, - "modified": 1566335301, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "okidoki": { - "name": "okidoki", - "id": "783153509184438303", - "author": "165676915410075650", - "animated": true, - "created": 1606788746, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "okie": { - "name": "okie", - "id": "785973959815725066", - "author": "632211012551966750", - "animated": false, - "created": 1607461194, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "okiem": { - "name": "okiem", - "id": "789845152524926996", - "author": "293107176355004416", - "animated": false, - "created": 1608384159, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "okimout": { - "name": "okimout", - "id": "786340172392169493", - "author": "203208699500560385", - "animated": true, - "created": 1607548506, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "OKita": { - "name": "OKita", - "id": "745781931685445705", - "author": "394963849834659840", - "animated": false, - "created": 1597878668, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "okjoto": { - "name": "okjoto", - "id": "730538028644171818", - "author": "419604866080702465", - "animated": false, - "created": 1594244238, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ok_kira": { - "name": "ok_kira", - "id": "787518433768112158", - "author": "506217102622064651", - "animated": false, - "created": 1607829426, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "oksadnt": { - "name": "oksadnt", - "id": "771167130007633961", - "author": "647450008358223894", - "animated": false, - "created": 1603930971, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "oksip": { - "name": "oksip", - "id": "790090808950259713", - "author": "426167094078472192", - "animated": false, - "created": 1608442728, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "okuu": { - "name": "okuu", - "id": "708603077082742854", - "author": "511549289558966285", - "animated": true, - "created": 1589014538, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "okuudance": { - "name": "okuudance", - "id": "773362054543048714", - "author": "739936426799661086", - "animated": true, - "created": 1604454282, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "okwtf": { - "name": "okwtf", - "id": "785973947715682404", - "author": "632211012551966750", - "animated": false, - "created": 1607461191, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ola": { - "name": "ola", - "id": "700501210268172328", - "author": "410185061485379584", - "animated": false, - "created": 1587082903, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "olabuenas": { - "name": "olabuenas", - "id": "735690407320616992", - "author": "703774846789877862", - "animated": false, - "created": 1595472661, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "olamuerto": { - "name": "olamuerto", - "id": "646052433965088801", - "author": "396034260089176086", - "animated": false, - "created": 1574101303, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "olanena": { - "name": "olanena", - "id": "771599079590461521", - "author": "647450008358223894", - "animated": false, - "created": 1604033956, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "olaserio": { - "name": "olaserio", - "id": "628395963412643857", - "author": "526099395536617472", - "animated": false, - "created": 1569891672, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "olewd": { - "name": "olewd", - "id": "635638614566633522", - "author": "160000453944410112", - "animated": false, - "created": 1571618455, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "om": { - "name": "om", - "id": "763852972962086922", - "author": "651935327795281921", - "animated": false, - "created": 1602187140, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "omaigot": { - "name": "omaigot", - "id": "786125192879407135", - "author": "744920706961244251", - "animated": false, - "created": 1607497251, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "omecron": { - "name": "omecron", - "id": "771472279333896252", - "author": "370757129268887553", - "animated": true, - "created": 1604003724, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "OMEGACAT": { - "name": "OMEGACAT", - "id": "767401156363157534", - "author": "245668715067080704", - "animated": false, - "created": 1603033093, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "OmegaCoC": { - "name": "OmegaCoC", - "id": "777611194617036860", - "author": "293107176355004416", - "animated": false, - "created": 1605467356, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "omegakek": { - "name": "omegakek", - "id": "765660740132143194", - "author": "281925082887225355", - "animated": false, - "created": 1602618145, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "omegakekw": { - "name": "omegakekw", - "id": "779692266133520436", - "author": "580244182652813312", - "animated": false, - "created": 1605963522, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "OmegaLol": { - "name": "OmegaLol", - "id": "773945723627765810", - "author": "551188005281464342", - "animated": false, - "created": 1604593439, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "omegalul": { - "name": "omegalul", - "id": "415270596549541888", - "author": "174709631690604545", - "animated": false, - "created": 1525387946, - "modified": 1533892039, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "OMEGALULiguess": { - "name": "OMEGALULiguess", - "id": "767842988905857024", - "author": "245668715067080704", - "animated": false, - "created": 1603138434, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "omg": { - "name": "omg", - "id": "457843170496086036", - "author": "315445607437172739", - "animated": false, - "created": 1529243118, - "modified": 1533892039, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "OMGeyes": { - "name": "OMGeyes", - "id": "782745342856134671", - "author": "671834928157294603", - "animated": true, - "created": 1606691432, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "omoc": { - "name": "omoc", - "id": "766352560855580703", - "author": "293107176355004416", - "animated": false, - "created": 1602783088, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Onichan": { - "name": "Onichan", - "id": "757361065024552970", - "author": "580939801243549697", - "animated": false, - "created": 1600639349, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "online": { - "name": "online", - "id": "492048377933201418", - "author": "249750282324410368", - "animated": false, - "created": 1536211696, - "modified": 1537383891, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "online2": { - "name": "online2", - "id": "492048379099217921", - "author": "455289384187592704", - "animated": false, - "created": 1536211754, - "modified": 1537383892, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "onlyfans": { - "name": "onlyfans", - "id": "781245840223240232", - "author": "274724839670153218", - "animated": false, - "created": 1606333923, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ono": { - "name": "ono", - "id": "765269382359547904", - "author": "682760213912354854", - "animated": false, - "created": 1602524838, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "O_O": { - "name": "O_O", - "id": "756637821871063061", - "author": "711748993117585449", - "animated": false, - "created": 1600466914, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "oo": { - "name": "oo", - "id": "724500817343938602", - "author": "411673785243009026", - "animated": false, - "created": 1592804855, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "oof": { - "name": "oof", - "id": "462749074681102336", - "author": "140516693242937345", - "animated": false, - "created": 1530412777, - "modified": 1542914273, - "preserve": false, - "description": "made by Danny#0007", - "nsfw": "SFW" - }, - "ooh": { - "name": "ooh", - "id": "772453827110633493", - "author": "364048420916428802", - "animated": false, - "created": 1604237743, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "oohno": { - "name": "oohno", - "id": "788821907272499230", - "author": "717187106874720287", - "animated": false, - "created": 1608140198, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ooo": { - "name": "ooo", - "id": "561951643575517213", - "author": "203858284459851776", - "animated": false, - "created": 1554050112, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ooo2": { - "name": "ooo2", - "id": "780526618028408913", - "author": "352617359036514304", - "animated": false, - "created": 1606162447, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ooo3": { - "name": "ooo3", - "id": "619152393115795458", - "author": "385806801624367115", - "animated": true, - "created": 1567687833, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "OOOH": { - "name": "OOOH", - "id": "781909252805230631", - "author": "479017973462466571", - "animated": false, - "created": 1606492093, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "oooo": { - "name": "oooo", - "id": "714127445401534495", - "author": "422792791945510932", - "animated": true, - "created": 1590331650, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ooooo_lala": { - "name": "ooooo_lala", - "id": "786084810593796106", - "author": "730519813184815126", - "animated": false, - "created": 1607487623, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ooooooh": { - "name": "ooooooh", - "id": "782060345350029324", - "author": "241849099794513920", - "animated": false, - "created": 1606528116, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "OOP": { - "name": "OOP", - "id": "757439388878897365", - "author": "476613544297889793", - "animated": true, - "created": 1600658023, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "oops": { - "name": "oops", - "id": "755493615073099886", - "author": "559090904246255637", - "animated": false, - "created": 1600194114, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "oppado": { - "name": "oppado", - "id": "751029502221615216", - "author": "299527566140637184", - "animated": true, - "created": 1599129786, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "oppagei": { - "name": "oppagei", - "id": "756456844003901440", - "author": "343310328089804803", - "animated": true, - "created": 1600423765, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "oppai": { - "name": "oppai", - "id": "788797144508268556", - "author": "304413971350552588", - "animated": true, - "created": 1608134294, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "oqe": { - "name": "oqe", - "id": "786690951015301180", - "author": "714546696063025255", - "animated": true, - "created": 1607632138, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ora": { - "name": "ora", - "id": "637395912674639884", - "author": "398595685072764939", - "animated": true, - "created": 1572037427, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "OrANGE": { - "name": "OrANGE", - "id": "745710328599412816", - "author": "525380827861876736", - "animated": false, - "created": 1597861597, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "orangejustice": { - "name": "orangejustice", - "id": "466714730174611487", - "author": "423982668481298434", - "animated": true, - "created": 1531358262, - "modified": 1533892039, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "oraora": { - "name": "oraora", - "id": "538469786548699146", - "author": "110966611048960000", - "animated": true, - "created": 1548451601, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "orgasm": { - "name": "orgasm", - "id": "756074367997444096", - "author": "544117251314548738", - "animated": false, - "created": 1600332576, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "orgasmo": { - "name": "orgasmo", - "id": "782039576734728232", - "author": "291628634920452096", - "animated": false, - "created": 1606523164, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ori": { - "name": "ori", - "id": "782318797675036682", - "author": "351894832857481216", - "animated": true, - "created": 1606589736, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "oricaramell": { - "name": "oricaramell", - "id": "782316340697890827", - "author": "351894832857481216", - "animated": true, - "created": 1606589150, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "oricool": { - "name": "oricool", - "id": "782307151036284958", - "author": "351894832857481216", - "animated": false, - "created": 1606586959, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "oridance": { - "name": "oridance", - "id": "782318992848191500", - "author": "351894832857481216", - "animated": true, - "created": 1606589782, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "orided": { - "name": "orided", - "id": "782308795283013642", - "author": "351894832857481216", - "animated": false, - "created": 1606587351, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "original_10": { - "name": "original_10", - "id": "782811442343575592", - "author": "760975697392173067", - "animated": true, - "created": 1606707191, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "orihi": { - "name": "orihi", - "id": "782310033299210251", - "author": "351894832857481216", - "animated": false, - "created": 1606587646, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "orihug2": { - "name": "orihug2", - "id": "782317988141465630", - "author": "351894832857481216", - "animated": true, - "created": 1606589543, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "orikya": { - "name": "orikya", - "id": "782315640140202006", - "author": "351894832857481216", - "animated": false, - "created": 1606588983, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "oriluv": { - "name": "oriluv", - "id": "782301523086016533", - "author": "351894832857481216", - "animated": false, - "created": 1606585617, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "oripat": { - "name": "oripat", - "id": "782311608521064489", - "author": "351894832857481216", - "animated": true, - "created": 1606588022, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "oripet": { - "name": "oripet", - "id": "782309408951500800", - "author": "351894832857481216", - "animated": true, - "created": 1606587497, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "oriqnq": { - "name": "oriqnq", - "id": "782301183595118664", - "author": "351894832857481216", - "animated": false, - "created": 1606585536, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "orishy": { - "name": "orishy", - "id": "782309832715665439", - "author": "351894832857481216", - "animated": false, - "created": 1606587598, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "orismug": { - "name": "orismug", - "id": "782315131920056331", - "author": "351894832857481216", - "animated": false, - "created": 1606588862, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "oritable": { - "name": "oritable", - "id": "782319374883094569", - "author": "351894832857481216", - "animated": true, - "created": 1606589873, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "orithink": { - "name": "orithink", - "id": "782313950912970783", - "author": "351894832857481216", - "animated": true, - "created": 1606588580, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "oriyay": { - "name": "oriyay", - "id": "782302837152677888", - "author": "351894832857481216", - "animated": false, - "created": 1606585930, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "orslokgangsta": { - "name": "orslokgangsta", - "id": "781278068001472562", - "author": "535881000169897995", - "animated": false, - "created": 1606341607, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ory": { - "name": "ory", - "id": "782321058464268320", - "author": "351894832857481216", - "animated": false, - "created": 1606590275, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "orz": { - "name": "orz", - "id": "751114919495336176", - "author": "729066675202293761", - "animated": false, - "created": 1599150151, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "oscar": { - "name": "oscar", - "id": "747536074645045389", - "author": "427135249152212992", - "animated": false, - "created": 1598296888, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Oshawott": { - "name": "Oshawott", - "id": "778278460816621579", - "author": "731734695750008892", - "animated": false, - "created": 1605626444, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "osi": { - "name": "osi", - "id": "712657107849052282", - "author": "539944025608683551", - "animated": false, - "created": 1589981095, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "osiosi": { - "name": "osiosi", - "id": "703098957357645884", - "author": "335807632243687434", - "animated": false, - "created": 1587702254, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "osiosiosi": { - "name": "osiosiosi", - "id": "724813080218959913", - "author": "515384043454595104", - "animated": false, - "created": 1592879304, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "oskrball": { - "name": "oskrball", - "id": "769727435393990686", - "author": "653806638695710721", - "animated": false, - "created": 1603587721, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "osos_maduros": { - "name": "osos_maduros", - "id": "783041465949093928", - "author": "506217102622064651", - "animated": false, - "created": 1606762033, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "osuna": { - "name": "osuna", - "id": "758838842744242187", - "author": "667087966857986088", - "animated": false, - "created": 1600991678, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "osunajoseph": { - "name": "osunajoseph", - "id": "780912189833871410", - "author": "485620901195415585", - "animated": false, - "created": 1606254374, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "otakaa": { - "name": "otakaa", - "id": "787452898366717963", - "author": "406558013848289281", - "animated": true, - "created": 1607813801, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "otaku": { - "name": "otaku", - "id": "773250761764896799", - "author": "512509857606139905", - "animated": false, - "created": 1604427748, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "otakudance": { - "name": "otakudance", - "id": "784448368797155369", - "author": "406558013848289281", - "animated": true, - "created": 1607097465, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "otakuql": { - "name": "otakuql", - "id": "774074041862586409", - "author": "266125398117580802", - "animated": false, - "created": 1604624033, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "otakureverse": { - "name": "otakureverse", - "id": "784415498569515048", - "author": "406558013848289281", - "animated": false, - "created": 1607089628, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "otalker": { - "name": "otalker", - "id": "763827691316576257", - "author": "512509857606139905", - "animated": false, - "created": 1602181113, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "otis": { - "name": "otis", - "id": "784179639068393482", - "author": "475156812329517068", - "animated": false, - "created": 1607033395, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "otro_bailable": { - "name": "otro_bailable", - "id": "787070060454739969", - "author": "701103722453008518", - "animated": true, - "created": 1607722525, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "otter": { - "name": "otter", - "id": "673427620859346964", - "author": "547861735391100931", - "animated": false, - "created": 1580628056, - "modified": 1580629775, - "preserve": true, - "description": "testing gang <:otter:596576722154029072>", - "nsfw": "SFW" - }, - "otteramaze": { - "name": "otteramaze", - "id": "786155071564939294", - "author": "676134602837852172", - "animated": false, - "created": 1607504375, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ouch": { - "name": "ouch", - "id": "717206798482014255", - "author": "396801506180988938", - "animated": false, - "created": 1591065825, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Oula": { - "name": "Oula", - "id": "676552214315139102", - "author": "153186780802318338", - "animated": false, - "created": 1581373017, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "our": { - "name": "our", - "id": "757301680990584982", - "author": "729066675202293761", - "animated": false, - "created": 1600625190, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "OutpizzaTheHut": { - "name": "OutpizzaTheHut", - "id": "779066045922279456", - "author": "620650653714350091", - "animated": false, - "created": 1605814219, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ouuu": { - "name": "ouuu", - "id": "789580776756215848", - "author": "546474895660548136", - "animated": true, - "created": 1608321127, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ouyiaboi": { - "name": "ouyiaboi", - "id": "789677228232671273", - "author": "639931530638131214", - "animated": false, - "created": 1608344122, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ovejafreefire": { - "name": "ovejafreefire", - "id": "773971882646437928", - "author": "293107176355004416", - "animated": false, - "created": 1604599676, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "oversoul": { - "name": "oversoul", - "id": "784574983267287040", - "author": "476918199061839902", - "animated": false, - "created": 1607127652, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ow": { - "name": "ow", - "id": "755121700617846864", - "author": "568213851116535820", - "animated": true, - "created": 1600105443, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "owner": { - "name": "owner", - "id": "701172409050333275", - "author": "517462606634549387", - "animated": false, - "created": 1587242929, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "OwnerRep": { - "name": "OwnerRep", - "id": "781139981967163392", - "author": "780595432724103188", - "animated": false, - "created": 1606308684, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "OwO": { - "name": "OwO", - "id": "418513250427076619", - "author": "130877564066594816", - "animated": false, - "created": 1525387946, - "modified": 1533892039, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "owoegg": { - "name": "owoegg", - "id": "789026401364738078", - "author": "567390950838501376", - "animated": true, - "created": 1608188953, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "OWOhanako": { - "name": "OWOhanako", - "id": "782746479634284584", - "author": "748023719833894942", - "animated": false, - "created": 1606691703, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "owoHehe": { - "name": "owoHehe", - "id": "773947671525982208", - "author": "551188005281464342", - "animated": false, - "created": 1604593904, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "owoKitty": { - "name": "owoKitty", - "id": "768361498552565761", - "author": "389791835041693696", - "animated": true, - "created": 1603262056, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "owomaybe": { - "name": "owomaybe", - "id": "782742413667729419", - "author": "748023719833894942", - "animated": false, - "created": 1606690734, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "owoNydance": { - "name": "owoNydance", - "id": "784528258833580063", - "author": "182266798052212736", - "animated": true, - "created": 1607116512, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "owoo": { - "name": "owoo", - "id": "762429270818947072", - "author": "304294851317465089", - "animated": true, - "created": 1601847703, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "oworun": { - "name": "oworun", - "id": "694082370340519987", - "author": "217313838914076686", - "animated": true, - "created": 1585552532, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "owoShy": { - "name": "owoShy", - "id": "788447098492026890", - "author": "284819168791101450", - "animated": true, - "created": 1608050837, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "owosips": { - "name": "owosips", - "id": "788447050164338688", - "author": "284819168791101450", - "animated": true, - "created": 1608050825, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "owoSmug": { - "name": "owoSmug", - "id": "773945359155855401", - "author": "551188005281464342", - "animated": false, - "created": 1604593352, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "owoSnore": { - "name": "owoSnore", - "id": "788447132305719348", - "author": "284819168791101450", - "animated": true, - "created": 1608050845, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "owothenk": { - "name": "owothenk", - "id": "758219916528058378", - "author": "428461954064056340", - "animated": false, - "created": 1600844115, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "owow": { - "name": "owow", - "id": "762429352520056833", - "author": "304294851317465089", - "animated": true, - "created": 1601847723, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "owoyay": { - "name": "owoyay", - "id": "769520270163574794", - "author": "303963315061915648", - "animated": false, - "created": 1603538329, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "oww": { - "name": "oww", - "id": "785742546772688896", - "author": "715606162224971898", - "animated": true, - "created": 1607406021, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "OyeNoInsultes": { - "name": "OyeNoInsultes", - "id": "780219205755994144", - "author": "741850493088694343", - "animated": false, - "created": 1606089154, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "oz": { - "name": "oz", - "id": "787463411196887092", - "author": "438644880152068127", - "animated": false, - "created": 1607816307, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ozi": { - "name": "ozi", - "id": "727301367298916462", - "author": "425046879047385108", - "animated": false, - "created": 1593472558, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "oziozi": { - "name": "oziozi", - "id": "733809772599443506", - "author": "437506257146871819", - "animated": true, - "created": 1595024283, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ozs": { - "name": "ozs", - "id": "787463390510710824", - "author": "438644880152068127", - "animated": false, - "created": 1607816302, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ozssparkles": { - "name": "ozssparkles", - "id": "665661442564816896", - "author": "281563194843987968", - "animated": true, - "created": 1578776455, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "OzSweird": { - "name": "OzSweird", - "id": "582564606468161565", - "author": "425046879047385108", - "animated": false, - "created": 1558964625, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "OzSWird": { - "name": "OzSWird", - "id": "782681117080682517", - "author": "438644880152068127", - "animated": false, - "created": 1606676119, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ozuna": { - "name": "ozuna", - "id": "783042626777382923", - "author": "506217102622064651", - "animated": false, - "created": 1606762310, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "p_": { - "name": "p_", - "id": "768352780200312844", - "author": "677987166076272704", - "animated": false, - "created": 1603259978, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "p0rainbow_dancingdawg": { - "name": "p0rainbow_dancingdawg", - "id": "786949591399530547", - "author": "718818001633280071", - "animated": true, - "created": 1607693803, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "p2white_dogwave": { - "name": "p2white_dogwave", - "id": "786949474332311552", - "author": "718818001633280071", - "animated": false, - "created": 1607693775, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "p2white_floatingwoo": { - "name": "p2white_floatingwoo", - "id": "786949453608386600", - "author": "718818001633280071", - "animated": true, - "created": 1607693770, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "p3pink_letterclosed": { - "name": "p3pink_letterclosed", - "id": "786949414644088862", - "author": "718818001633280071", - "animated": false, - "created": 1607693761, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "p3pink_letteropen": { - "name": "p3pink_letteropen", - "id": "786949425372332092", - "author": "718818001633280071", - "animated": false, - "created": 1607693763, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "p3pink_ribbonneat": { - "name": "p3pink_ribbonneat", - "id": "786949326805925918", - "author": "718818001633280071", - "animated": false, - "created": 1607693740, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "p3pink_urcute": { - "name": "p3pink_urcute", - "id": "786949378010251294", - "author": "718818001633280071", - "animated": false, - "created": 1607693752, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "p3pink_urcuter": { - "name": "p3pink_urcuter", - "id": "786949389573947403", - "author": "718818001633280071", - "animated": false, - "created": 1607693755, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "p4gpog": { - "name": "p4gpog", - "id": "778648385347387433", - "author": "279764106926620684", - "animated": false, - "created": 1605714641, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "p5blue_star": { - "name": "p5blue_star", - "id": "786949313510637598", - "author": "718818001633280071", - "animated": false, - "created": 1607693737, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "p8orange_hamstergoawh": { - "name": "p8orange_hamstergoawh", - "id": "786949353532162059", - "author": "718818001633280071", - "animated": true, - "created": 1607693746, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "p8orange_hamstergobrr": { - "name": "p8orange_hamstergobrr", - "id": "786949364513767434", - "author": "718818001633280071", - "animated": true, - "created": 1607693749, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pa1_bannedbean": { - "name": "pa1_bannedbean", - "id": "783881177567985684", - "author": "697542753449672775", - "animated": true, - "created": 1606962236, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pa1_cutebean": { - "name": "pa1_cutebean", - "id": "783881166859796550", - "author": "697542753449672775", - "animated": false, - "created": 1606962234, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pa1_doitbean": { - "name": "pa1_doitbean", - "id": "783881155736764447", - "author": "697542753449672775", - "animated": false, - "created": 1606962231, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pa1_dontbean": { - "name": "pa1_dontbean", - "id": "783881144760401940", - "author": "697542753449672775", - "animated": false, - "created": 1606962228, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pa1_gotobedbean": { - "name": "pa1_gotobedbean", - "id": "783881131807866950", - "author": "697542753449672775", - "animated": true, - "created": 1606962225, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pa1_itokbean": { - "name": "pa1_itokbean", - "id": "783881113956384838", - "author": "697542753449672775", - "animated": false, - "created": 1606962221, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pa1_stopbean": { - "name": "pa1_stopbean", - "id": "783881102490206248", - "author": "697542753449672775", - "animated": false, - "created": 1606962218, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pa1_whatbean": { - "name": "pa1_whatbean", - "id": "783881090376532081", - "author": "697542753449672775", - "animated": false, - "created": 1606962215, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pa2_adore_froggy": { - "name": "pa2_adore_froggy", - "id": "783881063255769128", - "author": "697542753449672775", - "animated": false, - "created": 1606962209, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pa2_blushy_froggie": { - "name": "pa2_blushy_froggie", - "id": "783881052627927080", - "author": "697542753449672775", - "animated": false, - "created": 1606962206, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pa2_shocked_froggie": { - "name": "pa2_shocked_froggie", - "id": "783880992808894465", - "author": "697542753449672775", - "animated": false, - "created": 1606962192, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pa2__starstruck_froggie": { - "name": "pa2__starstruck_froggie", - "id": "783881072978296883", - "author": "697542753449672775", - "animated": false, - "created": 1606962211, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Pablo": { - "name": "Pablo", - "id": "691349492435255358", - "author": "465606972058632202", - "animated": false, - "created": 1584900963, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pac": { - "name": "pac", - "id": "779372250129891338", - "author": "528990209589903376", - "animated": false, - "created": 1605887224, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Pacha": { - "name": "Pacha", - "id": "601071655187382272", - "author": "551857425586847774", - "animated": false, - "created": 1563377050, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pachaok": { - "name": "pachaok", - "id": "730618675857457263", - "author": "598650793389850644", - "animated": false, - "created": 1594263466, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "paci": { - "name": "paci", - "id": "786150276167893022", - "author": "745612575454134283", - "animated": false, - "created": 1607503231, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "package": { - "name": "package", - "id": "492048406118662149", - "author": "150657331212976128", - "animated": false, - "created": 1525387946, - "modified": 1537383898, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "packrless": { - "name": "packrless", - "id": "788086320651567134", - "author": "353109234201788427", - "animated": false, - "created": 1607964820, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pacman": { - "name": "pacman", - "id": "527620674575925299", - "author": "437137381494358026", - "animated": false, - "created": 1545864971, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pado": { - "name": "pado", - "id": "774661130521804830", - "author": "466061790627889167", - "animated": false, - "created": 1604764006, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "padoru": { - "name": "padoru", - "id": "679766834698125538", - "author": "329669003909922816", - "animated": true, - "created": 1582139443, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "padorun": { - "name": "padorun", - "id": "775709982519066666", - "author": "704742786225668206", - "animated": true, - "created": 1605014072, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "PadoruPadoru": { - "name": "PadoruPadoru", - "id": "779758704110993449", - "author": "462435774508564491", - "animated": true, - "created": 1605979362, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pagaras": { - "name": "pagaras", - "id": "749458705581604964", - "author": "704662972739616809", - "animated": false, - "created": 1598755279, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pagchomp": { - "name": "pagchomp", - "id": "643215512909774891", - "author": "374339613864624130", - "animated": false, - "created": 1573424928, - "modified": 1573424979, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "pahaha": { - "name": "pahaha", - "id": "783186782883020810", - "author": "581699248568139776", - "animated": false, - "created": 1606796680, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "paimon": { - "name": "paimon", - "id": "765255167985451042", - "author": "278792816866623492", - "animated": false, - "created": 1602521449, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "paimon1": { - "name": "paimon1", - "id": "784343135115149322", - "author": "527926961427972107", - "animated": true, - "created": 1607072375, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "paimoncookie": { - "name": "paimoncookie", - "id": "764611561943072779", - "author": "176760162579644428", - "animated": true, - "created": 1602368002, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "PaimonCookies": { - "name": "PaimonCookies", - "id": "780427976499134464", - "author": "250664753511399434", - "animated": true, - "created": 1606138929, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "paimoncrunch": { - "name": "paimoncrunch", - "id": "782757304923717692", - "author": "358457900546654209", - "animated": true, - "created": 1606694284, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "PaimonDeadInside": { - "name": "PaimonDeadInside", - "id": "765890873425788928", - "author": "376792620418203673", - "animated": false, - "created": 1602673013, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "PaimonDerp": { - "name": "PaimonDerp", - "id": "765890784012271626", - "author": "376792620418203673", - "animated": false, - "created": 1602672992, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Paimonenter": { - "name": "Paimonenter", - "id": "774048621481820161", - "author": "645482510930673675", - "animated": false, - "created": 1604617972, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "paimonfacepalm": { - "name": "paimonfacepalm", - "id": "779044092524757004", - "author": "164559223793909760", - "animated": false, - "created": 1605808986, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "PaimonKnife": { - "name": "PaimonKnife", - "id": "763876123234140191", - "author": "308452846834155530", - "animated": false, - "created": 1602192659, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Paimon_Milos": { - "name": "Paimon_Milos", - "id": "781225772936331315", - "author": "525464605108076567", - "animated": false, - "created": 1606329138, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "paimonn": { - "name": "paimonn", - "id": "772013311125356554", - "author": "338588328716795914", - "animated": false, - "created": 1604132716, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "paimonpat": { - "name": "paimonpat", - "id": "772647900094267442", - "author": "182743155651641344", - "animated": true, - "created": 1604284014, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "paimonpeek": { - "name": "paimonpeek", - "id": "764611392077561876", - "author": "176760162579644428", - "animated": true, - "created": 1602367961, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "PaimonSanta": { - "name": "PaimonSanta", - "id": "765890476473581568", - "author": "376792620418203673", - "animated": false, - "created": 1602672919, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "PaimonSLEEP": { - "name": "PaimonSLEEP", - "id": "765890351327739944", - "author": "376792620418203673", - "animated": false, - "created": 1602672889, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "paimontank1": { - "name": "paimontank1", - "id": "765890282465525760", - "author": "376792620418203673", - "animated": false, - "created": 1602672872, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "paimontank2": { - "name": "paimontank2", - "id": "765890257891360809", - "author": "376792620418203673", - "animated": false, - "created": 1602672867, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "paimontank3": { - "name": "paimontank3", - "id": "765890246960349184", - "author": "376792620418203673", - "animated": false, - "created": 1602672864, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "paimonvn": { - "name": "paimonvn", - "id": "765890235338326078", - "author": "376792620418203673", - "animated": false, - "created": 1602672861, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "PaimonWAKE": { - "name": "PaimonWAKE", - "id": "765890223304474646", - "author": "376792620418203673", - "animated": false, - "created": 1602672858, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "paimonweird": { - "name": "paimonweird", - "id": "764127075271180299", - "author": "425046879047385108", - "animated": false, - "created": 1602252491, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "paimonwhat": { - "name": "paimonwhat", - "id": "765890213369085962", - "author": "376792620418203673", - "animated": false, - "created": 1602672856, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "paimonwiggle": { - "name": "paimonwiggle", - "id": "778059089531502594", - "author": "95039498525618176", - "animated": true, - "created": 1605574142, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pain": { - "name": "pain", - "id": "650691115724570624", - "author": "586643945497559051", - "animated": false, - "created": 1575207251, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "painchamp": { - "name": "painchamp", - "id": "708239067674050571", - "author": "636836242297716743", - "animated": false, - "created": 1588927752, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "paja": { - "name": "paja", - "id": "684114467440820279", - "author": "681211291410628623", - "animated": false, - "created": 1583175999, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pajeable": { - "name": "pajeable", - "id": "785275824936189962", - "author": "753681432718737480", - "animated": false, - "created": 1607294746, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pal": { - "name": "pal", - "id": "786951157636792351", - "author": "704662972739616809", - "animated": false, - "created": 1607694176, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "palacajaball": { - "name": "palacajaball", - "id": "725829497944801291", - "author": "653806638695710721", - "animated": false, - "created": 1593121637, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "paladmin": { - "name": "paladmin", - "id": "780852358301089852", - "author": "723326259056345171", - "animated": false, - "created": 1606240109, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "palca": { - "name": "palca", - "id": "766838573085229067", - "author": "314849116645490688", - "animated": true, - "created": 1602898963, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "palcaewe": { - "name": "palcaewe", - "id": "772290904135827487", - "author": "546358931740557312", - "animated": false, - "created": 1604198900, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "palcate": { - "name": "palcate", - "id": "767644614416531467", - "author": "157765724083978240", - "animated": false, - "created": 1603091138, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "paloma_sentada": { - "name": "paloma_sentada", - "id": "789639925749514283", - "author": "751593322669408268", - "animated": false, - "created": 1608335229, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "palomitas": { - "name": "palomitas", - "id": "696118553656426518", - "author": "552553608521187348", - "animated": false, - "created": 1586037996, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "palomitas1": { - "name": "palomitas1", - "id": "787342131827048538", - "author": "569937267012010015", - "animated": false, - "created": 1607787392, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Palomitas2": { - "name": "Palomitas2", - "id": "772038815052464139", - "author": "741850493088694343", - "animated": false, - "created": 1604138797, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "palpatine": { - "name": "palpatine", - "id": "783809442994454589", - "author": "508004255974817802", - "animated": false, - "created": 1606945133, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "palta": { - "name": "palta", - "id": "684441023400902810", - "author": "631590594736685076", - "animated": false, - "created": 1583253856, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pan": { - "name": "pan", - "id": "601658714822279188", - "author": "551857425586847774", - "animated": false, - "created": 1563517015, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pana": { - "name": "pana", - "id": "703818480364945458", - "author": "396801506180988938", - "animated": false, - "created": 1587873802, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "panachu": { - "name": "panachu", - "id": "702616669809278986", - "author": "333303752800993284", - "animated": false, - "created": 1587587268, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "panas": { - "name": "panas", - "id": "782386103013081128", - "author": "555949811522863104", - "animated": false, - "created": 1606605783, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Panbird": { - "name": "Panbird", - "id": "785661132982976542", - "author": "384390093378551810", - "animated": false, - "created": 1607386611, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pancake": { - "name": "pancake", - "id": "772632163086499851", - "author": "756906411295768647", - "animated": false, - "created": 1604280262, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pancardia": { - "name": "pancardia", - "id": "768194405646860319", - "author": "645482510930673675", - "animated": false, - "created": 1603222218, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Panda": { - "name": "Panda", - "id": "735228197058248824", - "author": "709357147926036512", - "animated": false, - "created": 1595362462, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pandaangel": { - "name": "pandaangel", - "id": "782732599302684672", - "author": "671831767585652776", - "animated": false, - "created": 1606688394, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pandablob": { - "name": "pandablob", - "id": "492048407976869899", - "author": "140516693242937345", - "animated": false, - "created": 1532109313, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "pandablush": { - "name": "pandablush", - "id": "782674899852460052", - "author": "700050219995496568", - "animated": false, - "created": 1606674637, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pandacop": { - "name": "pandacop", - "id": "786156459116855337", - "author": "676134602837852172", - "animated": false, - "created": 1607504705, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "PandaCry": { - "name": "PandaCry", - "id": "768280875242356757", - "author": "471027949831716874", - "animated": false, - "created": 1603242834, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "PandaDance": { - "name": "PandaDance", - "id": "772827585532657725", - "author": "600654380307447839", - "animated": true, - "created": 1604326854, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pandaxd": { - "name": "pandaxd", - "id": "756476042742464594", - "author": "428461954064056340", - "animated": false, - "created": 1600428344, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "panday": { - "name": "panday", - "id": "787095589019058206", - "author": "519557637994446888", - "animated": false, - "created": 1607728612, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "p_angry1": { - "name": "p_angry1", - "id": "786677503124176946", - "author": "718818001633280071", - "animated": false, - "created": 1607628932, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Panic": { - "name": "Panic", - "id": "729965021219520523", - "author": "516122981156782091", - "animated": true, - "created": 1594107623, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "panic1": { - "name": "panic1", - "id": "518786353740251156", - "author": "418902767076376586", - "animated": true, - "created": 1543758706, - "modified": 1543766443, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "panic2": { - "name": "panic2", - "id": "518786482622955550", - "author": "418902767076376586", - "animated": true, - "created": 1543758736, - "modified": 1543766443, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "PANIK": { - "name": "PANIK", - "id": "705663944018362419", - "author": "635437272300257280", - "animated": false, - "created": 1588313795, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "paniku": { - "name": "paniku", - "id": "777496495527952395", - "author": "614090449954668553", - "animated": false, - "created": 1605440009, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pankapan": { - "name": "pankapan", - "id": "562919912239267842", - "author": "420979511786733568", - "animated": false, - "created": 1554280965, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pansive": { - "name": "pansive", - "id": "726894973634478113", - "author": "176760162579644428", - "animated": true, - "created": 1593375666, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pansive1": { - "name": "pansive1", - "id": "781245030026313738", - "author": "495518017434681365", - "animated": true, - "created": 1606333730, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "panuwu": { - "name": "panuwu", - "id": "787095308031098900", - "author": "519557637994446888", - "animated": false, - "created": 1607728545, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "papadenisha": { - "name": "papadenisha", - "id": "788765487584509962", - "author": "245668715067080704", - "animated": true, - "created": 1608126746, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "papita": { - "name": "papita", - "id": "784410156435636244", - "author": "476189437038952472", - "animated": true, - "created": 1607088355, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "papu": { - "name": "papu", - "id": "701668197404770324", - "author": "591464461483900939", - "animated": false, - "created": 1587361134, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "paraguay": { - "name": "paraguay", - "id": "704053770103029901", - "author": "335807632243687434", - "animated": false, - "created": 1587929899, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "paraguayo": { - "name": "paraguayo", - "id": "698282813199220827", - "author": "365650837277507594", - "animated": false, - "created": 1586553996, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "parami": { - "name": "parami", - "id": "782470842406797332", - "author": "601924780815286284", - "animated": false, - "created": 1606625986, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ParaTi": { - "name": "ParaTi", - "id": "777479187367854091", - "author": "708962087937769484", - "animated": false, - "created": 1605435883, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pardon": { - "name": "pardon", - "id": "754482197427126392", - "author": "723326259056345171", - "animated": false, - "created": 1599952973, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pared": { - "name": "pared", - "id": "784834559984140288", - "author": "751637071059222629", - "animated": false, - "created": 1607189540, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "parrotpeek": { - "name": "parrotpeek", - "id": "780847482753253389", - "author": "727325977755254874", - "animated": false, - "created": 1606238947, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Party": { - "name": "Party", - "id": "469652447124520970", - "author": "289903680147292171", - "animated": true, - "created": 1532044269, - "modified": 1533892039, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "partyanime": { - "name": "partyanime", - "id": "786948340940144644", - "author": "718818001633280071", - "animated": true, - "created": 1607693505, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "partyb1nzy": { - "name": "partyb1nzy", - "id": "492048413102178324", - "author": "140516693242937345", - "animated": true, - "created": 1525387946, - "modified": 1537383900, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "party_blob": { - "name": "party_blob", - "id": "744292325915623475", - "author": "438070524963192832", - "animated": true, - "created": 1597523518, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "partyblob": { - "name": "partyblob", - "id": "696741955199041586", - "author": "282799749734858753", - "animated": true, - "created": 1586186627, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "partycat": { - "name": "partycat", - "id": "705949234213683261", - "author": "266765214488199170", - "animated": true, - "created": 1588381813, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "partycatjam": { - "name": "partycatjam", - "id": "776515826274140201", - "author": "368558529268809728", - "animated": true, - "created": 1605206200, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "partyparrot": { - "name": "partyparrot", - "id": "492048417346813963", - "author": "140516693242937345", - "animated": true, - "created": 1525387946, - "modified": 1537383901, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "partywumpus": { - "name": "partywumpus", - "id": "492048420123443211", - "author": "140516693242937345", - "animated": true, - "created": 1525387946, - "modified": 1537383901, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "pasen_porno": { - "name": "pasen_porno", - "id": "783042114362933260", - "author": "506217102622064651", - "animated": false, - "created": 1606762188, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "paseusted": { - "name": "paseusted", - "id": "767584536979963904", - "author": "704662972739616809", - "animated": false, - "created": 1603076814, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pat": { - "name": "pat", - "id": "492048420568170497", - "author": "244918527113297921", - "animated": false, - "created": 1536843085, - "modified": 1537383902, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pat1": { - "name": "pat1", - "id": "780840110937473025", - "author": "727325977755254874", - "animated": false, - "created": 1606237189, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Patas": { - "name": "Patas", - "id": "689705873756520625", - "author": "342167216273358850", - "animated": false, - "created": 1584509094, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Patata": { - "name": "Patata", - "id": "719344649990438964", - "author": "654098274462203904", - "animated": false, - "created": 1591575529, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pataz": { - "name": "pataz", - "id": "789563253784313886", - "author": "457800274887573515", - "animated": false, - "created": 1608316949, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "patchyconcern": { - "name": "patchyconcern", - "id": "780675176005894185", - "author": "441764984012144651", - "animated": false, - "created": 1606197866, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "patchycontrol": { - "name": "patchycontrol", - "id": "685294303865733122", - "author": "511549289558966285", - "animated": true, - "created": 1583457294, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "patetic": { - "name": "patetic", - "id": "765752863850627102", - "author": "659572887086170113", - "animated": false, - "created": 1602640109, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pathappy": { - "name": "pathappy", - "id": "789588122341998592", - "author": "135129300063092737", - "animated": true, - "created": 1608322878, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pathetic": { - "name": "pathetic", - "id": "763306599036354600", - "author": "463426460330229760", - "animated": false, - "created": 1602056874, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "patitagatito": { - "name": "patitagatito", - "id": "782039200664780851", - "author": "291628634920452096", - "animated": true, - "created": 1606523075, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "patitas": { - "name": "patitas", - "id": "789564273528930344", - "author": "457800274887573515", - "animated": false, - "created": 1608317192, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "patitouwu": { - "name": "patitouwu", - "id": "786302130293571616", - "author": "685852503673143300", - "animated": false, - "created": 1607539437, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "patkek": { - "name": "patkek", - "id": "722938583857496095", - "author": "203208699500560385", - "animated": true, - "created": 1592432390, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "patmayuwu": { - "name": "patmayuwu", - "id": "780675846972375051", - "author": "739936426799661086", - "animated": true, - "created": 1606198026, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pato": { - "name": "pato", - "id": "783900754263277599", - "author": "753681432718737480", - "animated": true, - "created": 1606966904, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "patobaile": { - "name": "patobaile", - "id": "775398572484067338", - "author": "705888505154502697", - "animated": true, - "created": 1604939825, - "modified": 1604987076, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "patodance": { - "name": "patodance", - "id": "715718579403882496", - "author": "348667103865208835", - "animated": true, - "created": 1590711006, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "patpat": { - "name": "patpat", - "id": "715585804881231922", - "author": "611343157845688331", - "animated": false, - "created": 1590679350, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "patpatpat": { - "name": "patpatpat", - "id": "752676190170644540", - "author": "383723642489405441", - "animated": true, - "created": 1599522387, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "patrick": { - "name": "patrick", - "id": "743594729442246716", - "author": "559121613677920256", - "animated": true, - "created": 1597357198, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pats": { - "name": "pats", - "id": "492048422224920591", - "author": "140516693242937345", - "animated": false, - "created": 1531979316, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "patt": { - "name": "patt", - "id": "761774857414246410", - "author": "635642091497717771", - "animated": true, - "created": 1601691679, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "patthebluhen": { - "name": "patthebluhen", - "id": "788123141313789973", - "author": "353109234201788427", - "animated": true, - "created": 1607973599, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "patthedia": { - "name": "patthedia", - "id": "788123211710726164", - "author": "353109234201788427", - "animated": true, - "created": 1607973616, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "patthedirtman": { - "name": "patthedirtman", - "id": "788511171543302190", - "author": "524919681753284630", - "animated": true, - "created": 1608066113, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "patthefish": { - "name": "patthefish", - "id": "781242798753972257", - "author": "495518017434681365", - "animated": true, - "created": 1606333198, - "modified": 1606333376, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "patto": { - "name": "patto", - "id": "755060627424411749", - "author": "303963315061915648", - "animated": true, - "created": 1600090882, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "patwensex": { - "name": "patwensex", - "id": "772179641334759474", - "author": "463502643189514250", - "animated": true, - "created": 1604172373, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pau": { - "name": "pau", - "id": "668209219027206205", - "author": "362665254058196992", - "animated": false, - "created": 1579383892, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pausechamp": { - "name": "pausechamp", - "id": "708242029943062658", - "author": "636836242297716743", - "animated": false, - "created": 1588928458, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "paw": { - "name": "paw", - "id": "723728494235877507", - "author": "529421456270950411", - "animated": false, - "created": 1592620719, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "paws": { - "name": "paws", - "id": "595666041032409118", - "author": "472811971272638466", - "animated": false, - "created": 1562088251, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pawsderacro": { - "name": "pawsderacro", - "id": "782977541987631106", - "author": "577326591902875670", - "animated": false, - "created": 1606746793, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "payaso": { - "name": "payaso", - "id": "720473417870213122", - "author": "480571565118062614", - "animated": false, - "created": 1591844648, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "paypal": { - "name": "paypal", - "id": "758657332158398475", - "author": "714174249975414787", - "animated": false, - "created": 1600948403, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "paz": { - "name": "paz", - "id": "737097468386345023", - "author": "444542802794119168", - "animated": true, - "created": 1595808131, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "p_bandaid1": { - "name": "p_bandaid1", - "id": "786677447856881685", - "author": "718818001633280071", - "animated": false, - "created": 1607628919, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "p_bandaid2": { - "name": "p_bandaid2", - "id": "786677458883706950", - "author": "718818001633280071", - "animated": false, - "created": 1607628922, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "p_bandaid3": { - "name": "p_bandaid3", - "id": "786677472661864478", - "author": "718818001633280071", - "animated": false, - "created": 1607628925, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pbblack": { - "name": "pbblack", - "id": "785980537734037505", - "author": "667884783954821159", - "animated": true, - "created": 1607462763, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pb_female": { - "name": "pb_female", - "id": "786874382101512203", - "author": "675231616213188608", - "animated": true, - "created": 1607675872, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pb_male": { - "name": "pb_male", - "id": "786874283296030751", - "author": "675231616213188608", - "animated": true, - "created": 1607675848, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "p_bow10": { - "name": "p_bow10", - "id": "786677536439795734", - "author": "718818001633280071", - "animated": false, - "created": 1607628940, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "p_bow11": { - "name": "p_bow11", - "id": "786677548037046322", - "author": "718818001633280071", - "animated": false, - "created": 1607628943, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "p_bow2": { - "name": "p_bow2", - "id": "786677574809157642", - "author": "718818001633280071", - "animated": false, - "created": 1607628949, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "p_bow3": { - "name": "p_bow3", - "id": "786677584683466753", - "author": "718818001633280071", - "animated": false, - "created": 1607628952, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pcba": { - "name": "pcba", - "id": "779914566871941150", - "author": "704742786225668206", - "animated": false, - "created": 1606016522, - "modified": 1606449897, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pc_chick_gun": { - "name": "pc_chick_gun", - "id": "783880953776046094", - "author": "697542753449672775", - "animated": false, - "created": 1606962183, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pcdetrax": { - "name": "pcdetrax", - "id": "786300511170199612", - "author": "659572887086170113", - "animated": false, - "created": 1607539050, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pe": { - "name": "pe", - "id": "745488850343821362", - "author": "351853576571846676", - "animated": true, - "created": 1597808792, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Peace": { - "name": "Peace", - "id": "784438864231399444", - "author": "711751154119475291", - "animated": false, - "created": 1607095199, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Peacee": { - "name": "Peacee", - "id": "784440012934610975", - "author": "711751154119475291", - "animated": false, - "created": 1607095473, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peaceOut": { - "name": "peaceOut", - "id": "738435663430549606", - "author": "627542948489330709", - "animated": true, - "created": 1596127181, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peacheshuh": { - "name": "peacheshuh", - "id": "787148812610961428", - "author": "671834928157294603", - "animated": true, - "created": 1607741301, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peachesinsanelaugh": { - "name": "peachesinsanelaugh", - "id": "787148237152059433", - "author": "671834928157294603", - "animated": true, - "created": 1607741164, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peacheslaugh": { - "name": "peacheslaugh", - "id": "782751311572762705", - "author": "671834928157294603", - "animated": true, - "created": 1606692855, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peachesspilltea": { - "name": "peachesspilltea", - "id": "787148301521780767", - "author": "671834928157294603", - "animated": true, - "created": 1607741179, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peacheswtf": { - "name": "peacheswtf", - "id": "787149418654728202", - "author": "671834928157294603", - "animated": true, - "created": 1607741446, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peachkiss": { - "name": "peachkiss", - "id": "782165776051208193", - "author": "496037931140513800", - "animated": true, - "created": 1606553253, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peakofemoji": { - "name": "peakofemoji", - "id": "786325211192229898", - "author": "262133866062413825", - "animated": true, - "created": 1607544939, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pearl": { - "name": "pearl", - "id": "784854990446919746", - "author": "293107176355004416", - "animated": false, - "created": 1607194411, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pechofrio": { - "name": "pechofrio", - "id": "774989627718238238", - "author": "485868607989874728", - "animated": false, - "created": 1604842325, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pedang": { - "name": "pedang", - "id": "784757231551774750", - "author": "732455822881193984", - "animated": false, - "created": 1607171104, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Pedo": { - "name": "Pedo", - "id": "709831380065845301", - "author": "671813134096269339", - "animated": false, - "created": 1589307389, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pedobear": { - "name": "pedobear", - "id": "770171121646960640", - "author": "403597576223326228", - "animated": false, - "created": 1603693504, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pee": { - "name": "pee", - "id": "759468059785297930", - "author": "211095696382754816", - "animated": false, - "created": 1601141695, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peek": { - "name": "peek", - "id": "664259165186949151", - "author": "651556365722189892", - "animated": false, - "created": 1578442126, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peepee": { - "name": "peepee", - "id": "683169247639240729", - "author": "455289384187592704", - "animated": false, - "created": 1582950641, - "modified": 1602922032, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peepeecat": { - "name": "peepeecat", - "id": "783185923453222924", - "author": "581699248568139776", - "animated": true, - "created": 1606796475, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peepeepoint": { - "name": "peepeepoint", - "id": "695412585713106974", - "author": "547861735391100931", - "animated": false, - "created": 1585869680, - "modified": 1586288242, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "peepo": { - "name": "peepo", - "id": "589508471611850853", - "author": "533359252518076416", - "animated": false, - "created": 1560620172, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peepo150": { - "name": "peepo150", - "id": "782587821546274836", - "author": "674019507064274964", - "animated": true, - "created": 1606653876, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peepoArrive": { - "name": "peepoArrive", - "id": "775494069563949127", - "author": "328893511896399882", - "animated": true, - "created": 1604962594, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peepoAsra": { - "name": "peepoAsra", - "id": "783697874449989662", - "author": "674019507064274964", - "animated": true, - "created": 1606918533, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peepobed": { - "name": "peepobed", - "id": "788960390997999627", - "author": "405859539057901568", - "animated": true, - "created": 1608173215, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peepoblanco": { - "name": "peepoblanco", - "id": "788511280838606858", - "author": "293107176355004416", - "animated": false, - "created": 1608066139, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "PeepoBlanket": { - "name": "PeepoBlanket", - "id": "773934308854857748", - "author": "334059233144340480", - "animated": false, - "created": 1604590718, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peepoblush": { - "name": "peepoblush", - "id": "756031650558902373", - "author": "427050223689531392", - "animated": false, - "created": 1600322392, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peepobonk": { - "name": "peepobonk", - "id": "787138569948758037", - "author": "293107176355004416", - "animated": true, - "created": 1607738859, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peepobye": { - "name": "peepobye", - "id": "742525535434833921", - "author": "609791313847517223", - "animated": true, - "created": 1597102283, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peepoCatsad": { - "name": "peepoCatsad", - "id": "746072842499653682", - "author": "269206837306327042", - "animated": false, - "created": 1597948028, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peepocave": { - "name": "peepocave", - "id": "576484951201939497", - "author": "98425391647031296", - "animated": true, - "created": 1557515123, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peepocaved": { - "name": "peepocaved", - "id": "684397297878171664", - "author": "239333423095742464", - "animated": true, - "created": 1583243431, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "PeepoCheers": { - "name": "PeepoCheers", - "id": "772316900398465084", - "author": "727325977755254874", - "animated": true, - "created": 1604205098, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peepochrist": { - "name": "peepochrist", - "id": "537324991650332698", - "author": "279223421940924416", - "animated": true, - "created": 1548178661, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peepoclap": { - "name": "peepoclap", - "id": "666860257204502562", - "author": "214777632947044352", - "animated": true, - "created": 1579062275, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peepoClownDance": { - "name": "peepoClownDance", - "id": "770512996241113118", - "author": "397220822197993472", - "animated": true, - "created": 1603775013, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peepocoffe": { - "name": "peepocoffe", - "id": "777002589102669875", - "author": "325346618364788737", - "animated": false, - "created": 1605322253, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peepoComfy": { - "name": "peepoComfy", - "id": "763804517316952074", - "author": "661054860195528716", - "animated": false, - "created": 1602175587, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peepocooldrive": { - "name": "peepocooldrive", - "id": "789325082777485364", - "author": "293107176355004416", - "animated": true, - "created": 1608260164, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peepocouch": { - "name": "peepocouch", - "id": "776814532097212426", - "author": "112471608865624064", - "animated": false, - "created": 1605277417, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peepocringe": { - "name": "peepocringe", - "id": "775313433692209152", - "author": "521800936553971719", - "animated": false, - "created": 1604919527, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peepoCry": { - "name": "peepoCry", - "id": "546805398926131201", - "author": "543583152350691332", - "animated": false, - "created": 1550438966, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peepoCute": { - "name": "peepoCute", - "id": "787811390890049556", - "author": "660670358050832404", - "animated": false, - "created": 1607899272, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peepoDaddy": { - "name": "peepoDaddy", - "id": "785823267982278656", - "author": "424826839047864320", - "animated": true, - "created": 1607425267, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peepodedito": { - "name": "peepodedito", - "id": "787848300753321985", - "author": "342285786185728001", - "animated": true, - "created": 1607908072, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peepodetective": { - "name": "peepodetective", - "id": "771883000668487680", - "author": "203208699500560385", - "animated": false, - "created": 1604101648, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "PeepoDrive": { - "name": "PeepoDrive", - "id": "787811343164112927", - "author": "660670358050832404", - "animated": true, - "created": 1607899261, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peepoduck": { - "name": "peepoduck", - "id": "750893672916320297", - "author": "113776037812240388", - "animated": true, - "created": 1599097402, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "PeepoEek": { - "name": "PeepoEek", - "id": "786968713562685480", - "author": "453414784470089728", - "animated": false, - "created": 1607698362, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peepoenter": { - "name": "peepoenter", - "id": "728691925699264552", - "author": "302106586401472512", - "animated": false, - "created": 1593804093, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peepoevil": { - "name": "peepoevil", - "id": "620686642457477132", - "author": "472173615752806402", - "animated": false, - "created": 1559496359, - "modified": 1568058583, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peepoexit": { - "name": "peepoexit", - "id": "619050881018757121", - "author": "533476865579679764", - "animated": false, - "created": 1567663631, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peepo_exit_door_bye_out": { - "name": "peepo_exit_door_bye_out", - "id": "789681401518620722", - "author": "762387276595724308", - "animated": false, - "created": 1608345117, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peepoEZ": { - "name": "peepoEZ", - "id": "546805543994523650", - "author": "543583152350691332", - "animated": false, - "created": 1550439001, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peepofight": { - "name": "peepofight", - "id": "769174195316981800", - "author": "299638454323773440", - "animated": true, - "created": 1603455818, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peepoflames": { - "name": "peepoflames", - "id": "784103390002282496", - "author": "258074344725413889", - "animated": true, - "created": 1607015216, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peepoFlower": { - "name": "peepoFlower", - "id": "773357198050590740", - "author": "397220822197993472", - "animated": false, - "created": 1604453124, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peepoflushed": { - "name": "peepoflushed", - "id": "783116324191600640", - "author": "136253326189658114", - "animated": false, - "created": 1606779881, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peepoGarme": { - "name": "peepoGarme", - "id": "782582816108970014", - "author": "674019507064274964", - "animated": true, - "created": 1606652683, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peepoggers": { - "name": "peepoggers", - "id": "739469338565804085", - "author": "628938327684546570", - "animated": false, - "created": 1596373629, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peepoGiggle": { - "name": "peepoGiggle", - "id": "772425533694803998", - "author": "600654380307447839", - "animated": true, - "created": 1604230998, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peepoGlad": { - "name": "peepoGlad", - "id": "767010663574274068", - "author": "245668715067080704", - "animated": false, - "created": 1602939992, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peepogross": { - "name": "peepogross", - "id": "742792677635915907", - "author": "209280535174971393", - "animated": false, - "created": 1597165974, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peepogun": { - "name": "peepogun", - "id": "785487327945687121", - "author": "274902785865023488", - "animated": false, - "created": 1607345172, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peepohands": { - "name": "peepohands", - "id": "736577390871969862", - "author": "203208699500560385", - "animated": false, - "created": 1595684135, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peepoHappy": { - "name": "peepoHappy", - "id": "560169646305706164", - "author": "507363918822506508", - "animated": false, - "created": 1553625251, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peepohey": { - "name": "peepohey", - "id": "785551639784194068", - "author": "405859539057901568", - "animated": true, - "created": 1607360505, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peepohmm": { - "name": "peepohmm", - "id": "774289148583870545", - "author": "279223421940924416", - "animated": false, - "created": 1604675318, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peepohug": { - "name": "peepohug", - "id": "727151650048966706", - "author": "245607870463213570", - "animated": false, - "created": 1593436863, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peepojam": { - "name": "peepojam", - "id": "785225922080276500", - "author": "114574080442761217", - "animated": false, - "created": 1607282848, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peepoknife": { - "name": "peepoknife", - "id": "559258345647636517", - "author": "205929421444612097", - "animated": false, - "created": 1553407980, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peepolaugh": { - "name": "peepolaugh", - "id": "664754901473296395", - "author": "214777632947044352", - "animated": true, - "created": 1578560319, - "modified": 1579145408, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peepoLaughPoint": { - "name": "peepoLaughPoint", - "id": "785941407994871849", - "author": "355983241200795648", - "animated": false, - "created": 1607453433, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peepoLeave": { - "name": "peepoLeave", - "id": "698590706863702139", - "author": "698525259602591779", - "animated": true, - "created": 1586627404, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peepolegs": { - "name": "peepolegs", - "id": "783357523280396338", - "author": "342431580758999040", - "animated": false, - "created": 1606837387, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peepolove": { - "name": "peepolove", - "id": "527210995614220299", - "author": "408810965610659861", - "animated": false, - "created": 1545767296, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peepolove2": { - "name": "peepolove2", - "id": "769179342684946504", - "author": "748223077669929001", - "animated": false, - "created": 1603457046, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peepoLuv": { - "name": "peepoLuv", - "id": "773987753595240508", - "author": "264572972998721537", - "animated": false, - "created": 1604603460, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peepomadpuke": { - "name": "peepomadpuke", - "id": "786244785248927744", - "author": "425046879047385108", - "animated": true, - "created": 1607525764, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "PeepoMeltDown": { - "name": "PeepoMeltDown", - "id": "772317089599979570", - "author": "727325977755254874", - "animated": true, - "created": 1604205143, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peepoMusic": { - "name": "peepoMusic", - "id": "544850288914333696", - "author": "97204768497209344", - "animated": true, - "created": 1549972831, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peeponeurona": { - "name": "peeponeurona", - "id": "737124981137211532", - "author": "245668715067080704", - "animated": false, - "created": 1595814690, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peeponword": { - "name": "peeponword", - "id": "789662339217227816", - "author": "368558529268809728", - "animated": false, - "created": 1608340572, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peepoocomfy": { - "name": "peepoocomfy", - "id": "783188041530998855", - "author": "581699248568139776", - "animated": true, - "created": 1606796980, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peepoohno": { - "name": "peepoohno", - "id": "782113434728792064", - "author": "690953891482828890", - "animated": true, - "created": 1606540773, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peepoPanties": { - "name": "peepoPanties", - "id": "765608676689051670", - "author": "178993968124526593", - "animated": false, - "created": 1602605733, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peepopelea": { - "name": "peepopelea", - "id": "776149011073073202", - "author": "245668715067080704", - "animated": true, - "created": 1605118744, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "PeepoPing": { - "name": "PeepoPing", - "id": "772496321106018314", - "author": "739554902425993296", - "animated": false, - "created": 1604247875, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peepopizza": { - "name": "peepopizza", - "id": "771625969563205662", - "author": "299927423125028864", - "animated": true, - "created": 1604040367, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peepoplzno": { - "name": "peepoplzno", - "id": "736577266598936637", - "author": "203208699500560385", - "animated": false, - "created": 1595684105, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peepopoint": { - "name": "peepopoint", - "id": "628389404712632361", - "author": "173173971179536385", - "animated": false, - "created": 1569890109, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "PeepoPooPoo": { - "name": "PeepoPooPoo", - "id": "772318060332711936", - "author": "727325977755254874", - "animated": true, - "created": 1604205374, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peepopuke": { - "name": "peepopuke", - "id": "785496790014754816", - "author": "425046879047385108", - "animated": true, - "created": 1607347428, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peeporain": { - "name": "peeporain", - "id": "612650615746854922", - "author": "425046879047385108", - "animated": true, - "created": 1566137689, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peeporaro": { - "name": "peeporaro", - "id": "777261222289473556", - "author": "293107176355004416", - "animated": false, - "created": 1605383916, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peeporiot": { - "name": "peeporiot", - "id": "787741025912881172", - "author": "405859539057901568", - "animated": true, - "created": 1607882496, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peeporobbery": { - "name": "peeporobbery", - "id": "788461948786180186", - "author": "293107176355004416", - "animated": false, - "created": 1608054395, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peeporules": { - "name": "peeporules", - "id": "783485412454694992", - "author": "609791313847517223", - "animated": false, - "created": 1606867878, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peepoRun": { - "name": "peepoRun", - "id": "529080458747707407", - "author": "120600608930660352", - "animated": true, - "created": 1546213011, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peeposaber": { - "name": "peeposaber", - "id": "766556161218052106", - "author": "299927423125028864", - "animated": true, - "created": 1602831630, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peepoSad": { - "name": "peepoSad", - "id": "517181860657233930", - "author": "156717197786480640", - "animated": false, - "created": 1543376164, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peepoSadCat": { - "name": "peepoSadCat", - "id": "756271858625806446", - "author": "397220822197993472", - "animated": false, - "created": 1600379662, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peepoSadLeave": { - "name": "peepoSadLeave", - "id": "785941515234705469", - "author": "355983241200795648", - "animated": true, - "created": 1607453459, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peeposadman": { - "name": "peeposadman", - "id": "640211326781882428", - "author": "425046879047385108", - "animated": false, - "created": 1572708674, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "PeepoSalute": { - "name": "PeepoSalute", - "id": "733470787285287012", - "author": "347949491984269313", - "animated": false, - "created": 1594943463, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peepoSarde": { - "name": "peepoSarde", - "id": "782582625230651422", - "author": "674019507064274964", - "animated": true, - "created": 1606652637, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peepoSEX": { - "name": "peepoSEX", - "id": "783697893244665897", - "author": "674019507064274964", - "animated": true, - "created": 1606918538, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peeposhake": { - "name": "peeposhake", - "id": "785615975361544282", - "author": "245607870463213570", - "animated": true, - "created": 1607375844, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "PeepoShoot": { - "name": "PeepoShoot", - "id": "772312020598259712", - "author": "727325977755254874", - "animated": true, - "created": 1604203934, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "PeepoShrug": { - "name": "PeepoShrug", - "id": "697034251350310933", - "author": "112471608865624064", - "animated": false, - "created": 1586256315, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peeposhy": { - "name": "peeposhy", - "id": "723188345118654839", - "author": "142340276558626816", - "animated": true, - "created": 1592491937, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "PeepoSimp": { - "name": "PeepoSimp", - "id": "767448583321813042", - "author": "718918895527788544", - "animated": true, - "created": 1603044400, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peepoSit": { - "name": "peepoSit", - "id": "764213451048222740", - "author": "467355396919525407", - "animated": true, - "created": 1602273085, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peeposlow": { - "name": "peeposlow", - "id": "691731960208556133", - "author": "337813267777060870", - "animated": true, - "created": 1584992151, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "PeepoSmash": { - "name": "PeepoSmash", - "id": "772313076832665620", - "author": "727325977755254874", - "animated": true, - "created": 1604204186, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peepoSmile": { - "name": "peepoSmile", - "id": "765656658822955048", - "author": "470250441708404746", - "animated": false, - "created": 1602617172, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peepoSpin": { - "name": "peepoSpin", - "id": "769212126916771901", - "author": "397220822197993472", - "animated": true, - "created": 1603464862, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peepostare": { - "name": "peepostare", - "id": "722931962901430312", - "author": "112471608865624064", - "animated": false, - "created": 1592430811, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peepostop": { - "name": "peepostop", - "id": "765666450610192405", - "author": "245668715067080704", - "animated": false, - "created": 1602619507, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peeposweat": { - "name": "peeposweat", - "id": "759775784989622302", - "author": "299927423125028864", - "animated": false, - "created": 1601215063, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peepoThink": { - "name": "peepoThink", - "id": "517182121018785812", - "author": "156717197786480640", - "animated": false, - "created": 1543376226, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peepotrip": { - "name": "peepotrip", - "id": "761537943621337099", - "author": "203208699500560385", - "animated": true, - "created": 1601635194, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peepoumm": { - "name": "peepoumm", - "id": "765447797649702913", - "author": "358457900546654209", - "animated": false, - "created": 1602567376, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peepoweird": { - "name": "peepoweird", - "id": "513817776209788929", - "author": "290510480727080962", - "animated": false, - "created": 1542574151, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peepoWeirdLeave": { - "name": "peepoWeirdLeave", - "id": "764132824952864778", - "author": "397220822197993472", - "animated": true, - "created": 1602253862, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "PeepoWhy": { - "name": "PeepoWhy", - "id": "772312287049547806", - "author": "727325977755254874", - "animated": true, - "created": 1604203998, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peepowide": { - "name": "peepowide", - "id": "589813860836442132", - "author": "240308839243710464", - "animated": false, - "created": 1560692982, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peepoWowCry": { - "name": "peepoWowCry", - "id": "788822479631679529", - "author": "695328902377242735", - "animated": false, - "created": 1608140334, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peepowtf": { - "name": "peepowtf", - "id": "620686643543932943", - "author": "373893861950488576", - "animated": false, - "created": 1561338338, - "modified": 1568058584, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peepoYaali": { - "name": "peepoYaali", - "id": "782581859909500950", - "author": "674019507064274964", - "animated": true, - "created": 1606652455, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peepoYes": { - "name": "peepoYes", - "id": "758101189396398120", - "author": "542557538600878090", - "animated": false, - "created": 1600815808, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pekasher": { - "name": "pekasher", - "id": "753374114735063062", - "author": "270645096758640641", - "animated": true, - "created": 1599688786, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peking_knife": { - "name": "peking_knife", - "id": "785000078191755294", - "author": "756906411295768647", - "animated": false, - "created": 1607229003, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peko": { - "name": "peko", - "id": "727998431813042259", - "author": "73375128251011072", - "animated": true, - "created": 1593638751, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pekocri": { - "name": "pekocri", - "id": "785721434952958032", - "author": "508276261219598347", - "animated": false, - "created": 1607400988, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pekodance1": { - "name": "pekodance1", - "id": "779371525802426378", - "author": "466061790627889167", - "animated": true, - "created": 1605887052, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pekodance2": { - "name": "pekodance2", - "id": "779371572715585576", - "author": "466061790627889167", - "animated": true, - "created": 1605887063, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pekofukkireta": { - "name": "pekofukkireta", - "id": "779371155203162122", - "author": "466061790627889167", - "animated": true, - "created": 1605886963, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pekonejoR": { - "name": "pekonejoR", - "id": "779370841657835550", - "author": "466061790627889167", - "animated": true, - "created": 1605886888, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "PekoPeko": { - "name": "PekoPeko", - "id": "774082088277901323", - "author": "243018958708539392", - "animated": false, - "created": 1604625951, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Pekopog": { - "name": "Pekopog", - "id": "776919924144472115", - "author": "444261303218077709", - "animated": false, - "created": 1605302544, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pekora": { - "name": "pekora", - "id": "779370558609555497", - "author": "515897683219578900", - "animated": true, - "created": 1605886821, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pekorawalk": { - "name": "pekorawalk", - "id": "766496084544716821", - "author": "433099839274745876", - "animated": true, - "created": 1602817307, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pekorazoiuda": { - "name": "pekorazoiuda", - "id": "776919037179199489", - "author": "288070232264933406", - "animated": false, - "created": 1605302333, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pelea": { - "name": "pelea", - "id": "782033663121424405", - "author": "700844233212559372", - "animated": false, - "created": 1606521754, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pelien": { - "name": "pelien", - "id": "745658965496692766", - "author": "660646351863939076", - "animated": false, - "created": 1597849351, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pelosi": { - "name": "pelosi", - "id": "788481566212751401", - "author": "508004255974817802", - "animated": false, - "created": 1608059054, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pelota": { - "name": "pelota", - "id": "760681938377506886", - "author": "586974374675087361", - "animated": false, - "created": 1601431106, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peluche_inexistente": { - "name": "peluche_inexistente", - "id": "781661883663908885", - "author": "706216515963453531", - "animated": false, - "created": 1606433115, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Pen": { - "name": "Pen", - "id": "734629132113281055", - "author": "462391077391958016", - "animated": false, - "created": 1595219633, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pendejo": { - "name": "pendejo", - "id": "698769991415234581", - "author": "581242976504643585", - "animated": false, - "created": 1586670148, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pene": { - "name": "pene", - "id": "594675667103252481", - "author": "200996584077524994", - "animated": false, - "created": 1561852127, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "PeneWaffle": { - "name": "PeneWaffle", - "id": "789351184351756308", - "author": "527593366645506058", - "animated": false, - "created": 1608266387, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "penguin1": { - "name": "penguin1", - "id": "769477275666087947", - "author": "476976775210074114", - "animated": false, - "created": 1603528078, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "penguindance": { - "name": "penguindance", - "id": "768352796352970762", - "author": "677987166076272704", - "animated": true, - "created": 1603259982, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Penguin_Vanish": { - "name": "Penguin_Vanish", - "id": "786709386579935233", - "author": "658316782934949889", - "animated": true, - "created": 1607636534, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "penis": { - "name": "penis", - "id": "499038219854282762", - "author": "381169948971761665", - "animated": false, - "created": 1539050432, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "penis23": { - "name": "penis23", - "id": "780599399058374706", - "author": "437137381494358026", - "animated": false, - "created": 1606179799, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "penita": { - "name": "penita", - "id": "778208198972407870", - "author": "613683732276314114", - "animated": false, - "created": 1605609693, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "penn": { - "name": "penn", - "id": "693933820424093716", - "author": "528990209589903376", - "animated": false, - "created": 1585517115, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Pensamientos": { - "name": "Pensamientos", - "id": "781780367517679616", - "author": "521802133796945962", - "animated": false, - "created": 1606461364, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pensanding": { - "name": "pensanding", - "id": "743650948232249354", - "author": "661789191470055436", - "animated": false, - "created": 1597370602, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pensando": { - "name": "pensando", - "id": "716404537220661313", - "author": "234097420898664448", - "animated": false, - "created": 1590874551, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pensasteque": { - "name": "pensasteque", - "id": "766997352024113163", - "author": "613683732276314114", - "animated": false, - "created": 1602936818, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pensativo": { - "name": "pensativo", - "id": "775705849485852713", - "author": "551929487617425423", - "animated": false, - "created": 1605013086, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "penseve": { - "name": "penseve", - "id": "774278297763708948", - "author": "403597576223326228", - "animated": false, - "created": 1604672731, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pensive": { - "name": "pensive", - "id": "572592114198773760", - "author": "570335320948867096", - "animated": false, - "created": 1556586998, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pensiveaf": { - "name": "pensiveaf", - "id": "715594728900657233", - "author": "229350299909881876", - "animated": true, - "created": 1590681478, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pensivebread": { - "name": "pensivebread", - "id": "555357913087213570", - "author": "181880156275605504", - "animated": false, - "created": 1552478044, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pensiveclown": { - "name": "pensiveclown", - "id": "585461723188690984", - "author": "465530393223888918", - "animated": false, - "created": 1559655352, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pensive_cowboy": { - "name": "pensive_cowboy", - "id": "752932888131141703", - "author": "155367997257678848", - "animated": false, - "created": 1599583589, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pensivecowboy": { - "name": "pensivecowboy", - "id": "667235262387978250", - "author": "328588555586764802", - "animated": false, - "created": 1579151683, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pensiveFast": { - "name": "pensiveFast", - "id": "765486338438856715", - "author": "389791835041693696", - "animated": true, - "created": 1602576565, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pensiveFlexL": { - "name": "pensiveFlexL", - "id": "782113271909187625", - "author": "690953891482828890", - "animated": true, - "created": 1606540735, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pensivefr": { - "name": "pensivefr", - "id": "782673656773345300", - "author": "700050219995496568", - "animated": true, - "created": 1606674341, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pensivemimi": { - "name": "pensivemimi", - "id": "788876197982371840", - "author": "717187106874720287", - "animated": false, - "created": 1608153142, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pensive_transgender_pride_flag": { - "name": "pensive_transgender_pride_flag", - "id": "604899393438613506", - "author": "140516693242937345", - "animated": true, - "created": 1564289654, - "modified": 1564300210, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "pensivo": { - "name": "pensivo", - "id": "670341901840285719", - "author": "362665254058196992", - "animated": false, - "created": 1579892363, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepe": { - "name": "pepe", - "id": "444253385932275725", - "author": "414177583740092417", - "animated": false, - "created": 1526003061, - "modified": 1533892039, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepe1": { - "name": "pepe1", - "id": "784344979597950996", - "author": "527926961427972107", - "animated": true, - "created": 1607072815, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepe36": { - "name": "pepe36", - "id": "784413108738326560", - "author": "371481548404293633", - "animated": false, - "created": 1607089058, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepeAAAAA": { - "name": "pepeAAAAA", - "id": "789469101545488394", - "author": "245668715067080704", - "animated": true, - "created": 1608294501, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "PepeAim": { - "name": "PepeAim", - "id": "772319063891902515", - "author": "727325977755254874", - "animated": true, - "created": 1604205613, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepeasco": { - "name": "pepeasco", - "id": "777669922322907187", - "author": "399279385967853569", - "animated": false, - "created": 1605481357, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepeban": { - "name": "pepeban", - "id": "763424942360100875", - "author": "279223421940924416", - "animated": false, - "created": 1602085090, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepebass": { - "name": "pepebass", - "id": "777620282859847721", - "author": "205686573457604609", - "animated": true, - "created": 1605469523, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepebean": { - "name": "pepebean", - "id": "786156345149227018", - "author": "676134602837852172", - "animated": false, - "created": 1607504678, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepec": { - "name": "pepec", - "id": "773821682959515678", - "author": "714174249975414787", - "animated": true, - "created": 1604563866, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepecat": { - "name": "pepecat", - "id": "773821341677518848", - "author": "714174249975414787", - "animated": false, - "created": 1604563784, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepecaught": { - "name": "pepecaught", - "id": "782113361919082497", - "author": "690953891482828890", - "animated": true, - "created": 1606540756, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Pepe_Cave": { - "name": "Pepe_Cave", - "id": "778384123508031542", - "author": "755613274401144973", - "animated": true, - "created": 1605651636, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepeCD": { - "name": "pepeCD", - "id": "770069008438788186", - "author": "270645096758640641", - "animated": true, - "created": 1603669158, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepeclap": { - "name": "pepeclap", - "id": "721700968584052818", - "author": "645889311161450505", - "animated": true, - "created": 1592137319, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepeclaus": { - "name": "pepeclaus", - "id": "786155026329632778", - "author": "676134602837852172", - "animated": false, - "created": 1607504364, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepeclown": { - "name": "pepeclown", - "id": "642301657270452232", - "author": "196695378341527552", - "animated": true, - "created": 1573207048, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "PepeComfy": { - "name": "PepeComfy", - "id": "771413021503127603", - "author": "331655887074754560", - "animated": false, - "created": 1603989596, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepecouch": { - "name": "pepecouch", - "id": "776806614753345546", - "author": "209280535174971393", - "animated": false, - "created": 1605275529, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepecri": { - "name": "pepecri", - "id": "724415617767047179", - "author": "487585806232453120", - "animated": true, - "created": 1592784542, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepecringe": { - "name": "pepecringe", - "id": "786338845753999411", - "author": "323850809655689216", - "animated": false, - "created": 1607548190, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepecrown": { - "name": "pepecrown", - "id": "786155052179390475", - "author": "676134602837852172", - "animated": false, - "created": 1607504370, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepe_cry": { - "name": "pepe_cry", - "id": "778344526195982376", - "author": "696419699541540974", - "animated": true, - "created": 1605642196, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepecry": { - "name": "pepecry", - "id": "512982431398100992", - "author": "282151793075421195", - "animated": true, - "created": 1542374985, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepeCryDrink": { - "name": "pepeCryDrink", - "id": "782113392063545356", - "author": "690953891482828890", - "animated": true, - "created": 1606540763, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepecute": { - "name": "pepecute", - "id": "773822196635664415", - "author": "714174249975414787", - "animated": false, - "created": 1604563988, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepeD": { - "name": "pepeD", - "id": "632767306560307201", - "author": "150745989836308480", - "animated": true, - "created": 1570933882, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Pepe_Dance": { - "name": "Pepe_Dance", - "id": "778384073173368833", - "author": "755613274401144973", - "animated": true, - "created": 1605651624, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepedance": { - "name": "pepedance", - "id": "415656957261905932", - "author": "113776037812240388", - "animated": true, - "created": 1525387946, - "modified": 1533892039, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepe_dead": { - "name": "pepe_dead", - "id": "762910661525110785", - "author": "703689092554162236", - "animated": true, - "created": 1601962476, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepedrive": { - "name": "pepedrive", - "id": "774436972324323338", - "author": "155104744472313857", - "animated": true, - "created": 1604710562, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepeDS": { - "name": "pepeDS", - "id": "548670022675857414", - "author": "104434187687165952", - "animated": true, - "created": 1550883527, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepeDSS": { - "name": "pepeDSS", - "id": "710013506224783403", - "author": "270645096758640641", - "animated": true, - "created": 1589350811, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "PepeEggplantstroke": { - "name": "PepeEggplantstroke", - "id": "786156086343892994", - "author": "676134602837852172", - "animated": true, - "created": 1607504617, - "modified": 1607514852, - "preserve": false, - "description": null, - "nsfw": "MOD_NSFW" - }, - "pepeenter": { - "name": "pepeenter", - "id": "786156393509421056", - "author": "676134602837852172", - "animated": false, - "created": 1607504690, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepeExit": { - "name": "pepeExit", - "id": "781904871937933348", - "author": "722269789573087233", - "animated": false, - "created": 1606491048, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepefacha": { - "name": "pepefacha", - "id": "771539450349879307", - "author": "434852481693122570", - "animated": false, - "created": 1604019739, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepefight": { - "name": "pepefight", - "id": "615203643959803914", - "author": "587270287633022998", - "animated": true, - "created": 1566746378, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepeflex": { - "name": "pepeflex", - "id": "786156384156254258", - "author": "676134602837852172", - "animated": false, - "created": 1607504688, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepeg": { - "name": "pepeg", - "id": "640042006629974016", - "author": "162413114745159680", - "animated": false, - "created": 1572668305, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepega": { - "name": "pepega", - "id": "513799723929305088", - "author": "334452113264607232", - "animated": false, - "created": 1542569847, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepega1": { - "name": "pepega1", - "id": "778044237786775552", - "author": "717472783445131324", - "animated": false, - "created": 1605570601, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepegaaim": { - "name": "pepegaaim", - "id": "732685829318770688", - "author": "515897683219578900", - "animated": true, - "created": 1594756314, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepegacircle": { - "name": "pepegacircle", - "id": "719369676098109510", - "author": "294523943514013701", - "animated": false, - "created": 1591581496, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepegacredit": { - "name": "pepegacredit", - "id": "776216713321775115", - "author": "342285786185728001", - "animated": true, - "created": 1605134886, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepegadriver": { - "name": "pepegadriver", - "id": "773821872118038539", - "author": "714174249975414787", - "animated": true, - "created": 1604563911, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "PepegaHands": { - "name": "PepegaHands", - "id": "574748083481739267", - "author": "269206837306327042", - "animated": false, - "created": 1557101021, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepegajam": { - "name": "pepegajam", - "id": "731265789310664825", - "author": "609791313847517223", - "animated": true, - "created": 1594417750, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepegang": { - "name": "pepegang", - "id": "787076281282985984", - "author": "349633381694177282", - "animated": false, - "created": 1607724008, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepegapls": { - "name": "pepegapls", - "id": "695190400851247108", - "author": "167267224787222528", - "animated": true, - "created": 1585816707, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepegas": { - "name": "pepegas", - "id": "651827022363885609", - "author": "425046879047385108", - "animated": false, - "created": 1575478072, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepegaswipe": { - "name": "pepegaswipe", - "id": "728725395209453650", - "author": "425046879047385108", - "animated": true, - "created": 1593812073, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepegawh4le": { - "name": "pepegawh4le", - "id": "780834401415856128", - "author": "363841922617573376", - "animated": false, - "created": 1606235828, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepege": { - "name": "pepege", - "id": "768188560112353322", - "author": "245668715067080704", - "animated": false, - "created": 1603220825, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepegiro": { - "name": "pepegiro", - "id": "789325221516542054", - "author": "293107176355004416", - "animated": true, - "created": 1608260197, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepegotem": { - "name": "pepegotem", - "id": "764251497248063498", - "author": "353109234201788427", - "animated": false, - "created": 1602282156, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "PepeGrill": { - "name": "PepeGrill", - "id": "783234660397744129", - "author": "741200634384220191", - "animated": false, - "created": 1606808094, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepe_gun": { - "name": "pepe_gun", - "id": "778344353768407060", - "author": "696419699541540974", - "animated": false, - "created": 1605642155, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "PEPEgun": { - "name": "PEPEgun", - "id": "475230551100358676", - "author": "356091260429402122", - "animated": true, - "created": 1533374192, - "modified": 1533892039, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepehands": { - "name": "pepehands", - "id": "684477794880585793", - "author": "455289384187592704", - "animated": false, - "created": 1583262623, - "modified": 1583266671, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "PepeHappy": { - "name": "PepeHappy", - "id": "738470467098116126", - "author": "405214255433121792", - "animated": false, - "created": 1596135479, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepeheart": { - "name": "pepeheart", - "id": "781115812181180436", - "author": "551841613006110731", - "animated": false, - "created": 1606302922, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepehehe": { - "name": "pepehehe", - "id": "754400412471394455", - "author": "235077293859536898", - "animated": true, - "created": 1599933474, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "PepeHMMM": { - "name": "PepeHMMM", - "id": "784734214461456414", - "author": "193830082983231488", - "animated": false, - "created": 1607165616, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepehug": { - "name": "pepehug", - "id": "740248527443066981", - "author": "450903155572736000", - "animated": false, - "created": 1596559402, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepejam": { - "name": "pepejam", - "id": "620686647331258399", - "author": "336237235936428034", - "animated": true, - "created": 1555675562, - "modified": 1568058584, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepeJAMJAM": { - "name": "pepeJAMJAM", - "id": "632767406036615178", - "author": "150745989836308480", - "animated": true, - "created": 1570933905, - "modified": 1570936712, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "pepejazz": { - "name": "pepejazz", - "id": "727554205539106857", - "author": "662008793022070810", - "animated": false, - "created": 1593532840, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepejedi": { - "name": "pepejedi", - "id": "771412593436131339", - "author": "331655887074754560", - "animated": true, - "created": 1603989494, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepejoker": { - "name": "pepejoker", - "id": "708097491475759134", - "author": "434852481693122570", - "animated": false, - "created": 1588893997, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepe_jump": { - "name": "pepe_jump", - "id": "789119285519187978", - "author": "297961554673008641", - "animated": true, - "created": 1608211098, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepekek": { - "name": "pepekek", - "id": "768186926451785769", - "author": "599426940394405898", - "animated": true, - "created": 1603220435, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepekms": { - "name": "pepekms", - "id": "607663765009334299", - "author": "221837228991578112", - "animated": false, - "created": 1564948731, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepe_kmss": { - "name": "pepe_kmss", - "id": "758103964318433302", - "author": "542557538600878090", - "animated": false, - "created": 1600816470, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepeknife": { - "name": "pepeknife", - "id": "758049446251593750", - "author": "245607870463213570", - "animated": false, - "created": 1600803471, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "PepeLa": { - "name": "PepeLa", - "id": "761606813967188019", - "author": "425046879047385108", - "animated": false, - "created": 1601651614, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepeLaff": { - "name": "pepeLaff", - "id": "788445392701751338", - "author": "245668715067080704", - "animated": false, - "created": 1608050430, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepelaugh": { - "name": "pepelaugh", - "id": "657123263549407232", - "author": "140516693242937345", - "animated": false, - "created": 1576740794, - "modified": 1576740799, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "pepe_laugh_128p": { - "name": "pepe_laugh_128p", - "id": "789176116921237545", - "author": "457569956079337472", - "animated": false, - "created": 1608224648, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepelaugher": { - "name": "pepelaugher", - "id": "788180963326558218", - "author": "353109234201788427", - "animated": false, - "created": 1607987385, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepelaughing": { - "name": "pepelaughing", - "id": "640210461362749440", - "author": "425046879047385108", - "animated": true, - "created": 1572708468, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepelegs": { - "name": "pepelegs", - "id": "787993674817732629", - "author": "304413971350552588", - "animated": true, - "created": 1607942732, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepelook": { - "name": "pepelook", - "id": "786156282834714645", - "author": "676134602837852172", - "animated": false, - "created": 1607504664, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepelove": { - "name": "pepelove", - "id": "607041544951824385", - "author": "186957216161595393", - "animated": false, - "created": 1564800382, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepemad": { - "name": "pepemad", - "id": "786156294519783444", - "author": "676134602837852172", - "animated": false, - "created": 1607504666, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepemeltdown": { - "name": "pepemeltdown", - "id": "736266703855550598", - "author": "255538055555842049", - "animated": true, - "created": 1595610061, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepe_naruto": { - "name": "pepe_naruto", - "id": "785740502329851944", - "author": "515295835555233823", - "animated": true, - "created": 1607405534, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepenarutorun": { - "name": "pepenarutorun", - "id": "775845325398081576", - "author": "323850809655689216", - "animated": true, - "created": 1605046340, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepenervous": { - "name": "pepenervous", - "id": "787997701354160159", - "author": "304413971350552588", - "animated": true, - "created": 1607943692, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepeno": { - "name": "pepeno", - "id": "763423990520741910", - "author": "279223421940924416", - "animated": false, - "created": 1602084863, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepeok": { - "name": "pepeok", - "id": "577330582208380939", - "author": "534026399325880356", - "animated": false, - "created": 1557716737, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepepat": { - "name": "pepepat", - "id": "735167585510883408", - "author": "235077293859536898", - "animated": true, - "created": 1595348011, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepepet": { - "name": "pepepet", - "id": "738933308620144720", - "author": "550549043022135296", - "animated": true, - "created": 1596245829, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepeping": { - "name": "pepeping", - "id": "719330442142285854", - "author": "245607870463213570", - "animated": false, - "created": 1591572142, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "PepePls": { - "name": "PepePls", - "id": "620809069258735616", - "author": "141044302749892608", - "animated": true, - "created": 1568082816, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "PepePog": { - "name": "PepePog", - "id": "733023767760076920", - "author": "626744598248816650", - "animated": false, - "created": 1594836885, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepepoint": { - "name": "pepepoint", - "id": "629340280323309598", - "author": "427050223689531392", - "animated": false, - "created": 1570116815, - "modified": 1585777489, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "pepepopcorn": { - "name": "pepepopcorn", - "id": "773821401869844490", - "author": "714174249975414787", - "animated": true, - "created": 1604563799, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "PepePower": { - "name": "PepePower", - "id": "785552430666350662", - "author": "516638746066550791", - "animated": false, - "created": 1607360694, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepepuke": { - "name": "pepepuke", - "id": "660129609139879967", - "author": "425046879047385108", - "animated": false, - "created": 1577457563, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepepunch": { - "name": "pepepunch", - "id": "767940725299740723", - "author": "434852481693122570", - "animated": false, - "created": 1603161736, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peperain": { - "name": "peperain", - "id": "620686652569813002", - "author": "526609321736273930", - "animated": true, - "created": 1561440964, - "modified": 1568058584, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peperisa": { - "name": "peperisa", - "id": "765391063988830218", - "author": "661789191470055436", - "animated": false, - "created": 1602553850, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peperun": { - "name": "peperun", - "id": "450226080540786688", - "author": "98425391647031296", - "animated": false, - "created": 1527427062, - "modified": 1533892039, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peperunfast": { - "name": "peperunfast", - "id": "602261009234657293", - "author": "209280535174971393", - "animated": true, - "created": 1563660614, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peperungif": { - "name": "peperungif", - "id": "464819791908306945", - "author": "98425391647031296", - "animated": true, - "created": 1530906474, - "modified": 1533892039, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepesaber": { - "name": "pepesaber", - "id": "740771934027120700", - "author": "654898998221733888", - "animated": true, - "created": 1596684192, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepesad": { - "name": "pepesad", - "id": "522955196045852673", - "author": "272094002465996811", - "animated": false, - "created": 1544752634, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepesadjam": { - "name": "pepesadjam", - "id": "789993320255979581", - "author": "714966486359212093", - "animated": true, - "created": 1608419485, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepesadmusic": { - "name": "pepesadmusic", - "id": "780723962044088351", - "author": "355019676935389186", - "animated": true, - "created": 1606209497, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepesalute": { - "name": "pepesalute", - "id": "712418042860273665", - "author": "434852481693122570", - "animated": false, - "created": 1589924097, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepeshake": { - "name": "pepeshake", - "id": "674673481367027743", - "author": "547861735391100931", - "animated": true, - "created": 1580925092, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepeshooter": { - "name": "pepeshooter", - "id": "782949145631129640", - "author": "740005349544820878", - "animated": true, - "created": 1606740022, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepeshrug": { - "name": "pepeshrug", - "id": "786156516537008129", - "author": "676134602837852172", - "animated": false, - "created": 1607504719, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepeshy": { - "name": "pepeshy", - "id": "763424294332006400", - "author": "279223421940924416", - "animated": false, - "created": 1602084935, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepe_simp": { - "name": "pepe_simp", - "id": "773822391780507669", - "author": "714174249975414787", - "animated": true, - "created": 1604564035, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "PepeSimp": { - "name": "PepeSimp", - "id": "744644259516383353", - "author": "695583914508419083", - "animated": false, - "created": 1597607426, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "PepeSip": { - "name": "PepeSip", - "id": "698427632433365002", - "author": "150057308339044354", - "animated": true, - "created": 1586588523, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepesleep": { - "name": "pepesleep", - "id": "778393827860938783", - "author": "284464330089693184", - "animated": false, - "created": 1605653957, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepesmile": { - "name": "pepesmile", - "id": "786156269701562388", - "author": "676134602837852172", - "animated": false, - "created": 1607504660, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepesmug": { - "name": "pepesmug", - "id": "552897914284933122", - "author": "551800291369156623", - "animated": false, - "created": 1551891535, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepestare": { - "name": "pepestare", - "id": "758849048647565382", - "author": "231629637913018370", - "animated": false, - "created": 1600994112, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepeswol": { - "name": "pepeswol", - "id": "783595555301359637", - "author": "242113374811455488", - "animated": false, - "created": 1606894139, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepetabienloco": { - "name": "pepetabienloco", - "id": "787525547885461535", - "author": "293107176355004416", - "animated": true, - "created": 1607831122, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepetakethewheel": { - "name": "pepetakethewheel", - "id": "787992225388036106", - "author": "304413971350552588", - "animated": true, - "created": 1607942386, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepethink": { - "name": "pepethink", - "id": "737133900522061874", - "author": "702021393868521536", - "animated": false, - "created": 1595816817, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepeToiletPaper": { - "name": "pepeToiletPaper", - "id": "786193321532981258", - "author": "547058426392346634", - "animated": false, - "created": 1607513494, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepevil": { - "name": "pepevil", - "id": "741988959344787507", - "author": "425046879047385108", - "animated": false, - "created": 1596974353, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepeW": { - "name": "pepeW", - "id": "771321537223458817", - "author": "299927423125028864", - "animated": false, - "created": 1603967785, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepeweird": { - "name": "pepeweird", - "id": "750547094657564773", - "author": "212962491783839744", - "animated": false, - "created": 1599014771, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepewhale": { - "name": "pepewhale", - "id": "753249737368535219", - "author": "112471608865624064", - "animated": true, - "created": 1599659132, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepewot": { - "name": "pepewot", - "id": "786156234071998485", - "author": "676134602837852172", - "animated": false, - "created": 1607504652, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepeyes": { - "name": "pepeyes", - "id": "763423905708507146", - "author": "279223421940924416", - "animated": false, - "created": 1602084842, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "PepeYikes": { - "name": "PepeYikes", - "id": "764628877473087538", - "author": "702384376620777553", - "animated": false, - "created": 1602372130, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepkekrun": { - "name": "pepkekrun", - "id": "748481489867505744", - "author": "425046879047385108", - "animated": true, - "created": 1598522293, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepo": { - "name": "pepo", - "id": "739369930809409616", - "author": "635458927198470175", - "animated": false, - "created": 1596349928, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepochancla": { - "name": "pepochancla", - "id": "789012116907491328", - "author": "747555334410731672", - "animated": false, - "created": 1608185547, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepochrist": { - "name": "pepochrist", - "id": "752891936972734545", - "author": "428461954064056340", - "animated": false, - "created": 1599573825, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepocry": { - "name": "pepocry", - "id": "739419539615514694", - "author": "635458927198470175", - "animated": false, - "created": 1596361756, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepodance": { - "name": "pepodance", - "id": "448433789312565248", - "author": "144976494710620161", - "animated": true, - "created": 1526999746, - "modified": 1533892039, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepodaytona": { - "name": "pepodaytona", - "id": "780549675610013746", - "author": "287387603206930442", - "animated": false, - "created": 1606167944, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepoescuchandocancionesdecamila": { - "name": "pepoescuchandocancionesdecamila", - "id": "786640482687778816", - "author": "471787957528035338", - "animated": true, - "created": 1607620106, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepoganso": { - "name": "pepoganso", - "id": "756182308616142929", - "author": "364520924227043339", - "animated": true, - "created": 1600358311, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "PepoGroove": { - "name": "PepoGroove", - "id": "532994554236764180", - "author": "140516693242937345", - "animated": false, - "created": 1547146204, - "modified": 1547146217, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "pepohappy": { - "name": "pepohappy", - "id": "757952333987578037", - "author": "112471608865624064", - "animated": false, - "created": 1600780318, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepoHmm": { - "name": "pepoHmm", - "id": "528620163206217728", - "author": "140516693242937345", - "animated": false, - "created": 1546103268, - "modified": 1546103274, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "pepolove": { - "name": "pepolove", - "id": "774288600228954134", - "author": "279223421940924416", - "animated": false, - "created": 1604675188, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepopat": { - "name": "pepopat", - "id": "754843594065707038", - "author": "419623768835620865", - "animated": true, - "created": 1600039137, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepoporro": { - "name": "pepoporro", - "id": "749686824045248644", - "author": "406308174497316865", - "animated": true, - "created": 1598809667, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepoS": { - "name": "pepoS", - "id": "614564802072936448", - "author": "462009203427639319", - "animated": false, - "created": 1566594066, - "modified": 1566594071, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "peposad": { - "name": "peposad", - "id": "753694323983253516", - "author": "419623768835620865", - "animated": false, - "created": 1599765129, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peposemata": { - "name": "peposemata", - "id": "786078633235709976", - "author": "406308174497316865", - "animated": true, - "created": 1607486150, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peposmile": { - "name": "peposmile", - "id": "779455247767568385", - "author": "609791313847517223", - "animated": false, - "created": 1605907012, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepothink": { - "name": "pepothink", - "id": "773822169322487878", - "author": "714174249975414787", - "animated": false, - "created": 1604563982, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepotiembla": { - "name": "pepotiembla", - "id": "687009390410203142", - "author": "302106586401472512", - "animated": true, - "created": 1583866202, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepotienecovidyrecuerdaasuex": { - "name": "pepotienecovidyrecuerdaasuex", - "id": "750468395278925824", - "author": "406308174497316865", - "animated": true, - "created": 1598996008, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepotrigger": { - "name": "pepotrigger", - "id": "789581452005867553", - "author": "546474895660548136", - "animated": true, - "created": 1608321288, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepoWeird": { - "name": "pepoWeird", - "id": "733470751742623774", - "author": "347949491984269313", - "animated": false, - "created": 1594943454, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepper": { - "name": "pepper", - "id": "782747664629366824", - "author": "671834928157294603", - "animated": false, - "created": 1606691986, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peppoweird": { - "name": "peppoweird", - "id": "772205384470757397", - "author": "573511947404705803", - "animated": false, - "created": 1604178510, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peprun": { - "name": "peprun", - "id": "557625967091253269", - "author": "203208699500560385", - "animated": true, - "created": 1553018791, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pepsi": { - "name": "pepsi", - "id": "733357964622168214", - "author": "399671914114711562", - "animated": false, - "created": 1594916564, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "PERA": { - "name": "PERA", - "id": "764214312084176986", - "author": "467355396919525407", - "animated": false, - "created": 1602273290, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pera_culo": { - "name": "pera_culo", - "id": "764567569054695456", - "author": "437222116300029972", - "animated": false, - "created": 1602357513, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "perfect": { - "name": "perfect", - "id": "709222804930953246", - "author": "327493101306249217", - "animated": true, - "created": 1589162293, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "perhaps": { - "name": "perhaps", - "id": "716758450226593886", - "author": "171539705043615744", - "animated": false, - "created": 1590958931, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "perhapsCow": { - "name": "perhapsCow", - "id": "771569960069365761", - "author": "763240979091292180", - "animated": false, - "created": 1604027013, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "perico": { - "name": "perico", - "id": "698652871461437540", - "author": "581242976504643585", - "animated": false, - "created": 1586642224, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "periodt": { - "name": "periodt", - "id": "733842240920748084", - "author": "715640167943110736", - "animated": false, - "created": 1595032024, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Perish": { - "name": "Perish", - "id": "787895931537326100", - "author": "412060716288442378", - "animated": false, - "created": 1607919428, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "permiso": { - "name": "permiso", - "id": "767647965266837535", - "author": "356267162148798465", - "animated": false, - "created": 1603091937, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "permiso2": { - "name": "permiso2", - "id": "779129029860261918", - "author": "613683732276314114", - "animated": true, - "created": 1605829236, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peron": { - "name": "peron", - "id": "778636756316192789", - "author": "727367783897104384", - "animated": false, - "created": 1605711869, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pero_pez": { - "name": "pero_pez", - "id": "782610177492647957", - "author": "245668715067080704", - "animated": false, - "created": 1606659206, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Perra": { - "name": "Perra", - "id": "783040455356710952", - "author": "525464605108076567", - "animated": false, - "created": 1606761792, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "perrachi": { - "name": "perrachi", - "id": "787052990220599317", - "author": "358457900546654209", - "animated": true, - "created": 1607718456, - "modified": 1607726682, - "preserve": false, - "description": null, - "nsfw": "MOD_NSFW" - }, - "perreando": { - "name": "perreando", - "id": "782039044808114216", - "author": "291628634920452096", - "animated": true, - "created": 1606523038, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "perreo": { - "name": "perreo", - "id": "718527499033903107", - "author": "486606674073878540", - "animated": false, - "created": 1591380705, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "perrito": { - "name": "perrito", - "id": "727536998453346315", - "author": "399671914114711562", - "animated": false, - "created": 1593528737, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "PerritoBaile": { - "name": "PerritoBaile", - "id": "782905064112783380", - "author": "741850493088694343", - "animated": true, - "created": 1606729513, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "perro": { - "name": "perro", - "id": "664573323522474054", - "author": "391343598374879232", - "animated": true, - "created": 1578517027, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "perrobaile": { - "name": "perrobaile", - "id": "775544761083494420", - "author": "705888505154502697", - "animated": true, - "created": 1604974680, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "perrodance": { - "name": "perrodance", - "id": "788147836901392445", - "author": "586219689466658816", - "animated": true, - "created": 1607979487, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "perrofacha": { - "name": "perrofacha", - "id": "760537432662999147", - "author": "651173629567959070", - "animated": false, - "created": 1601396654, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "perrogafas": { - "name": "perrogafas", - "id": "787638377854926858", - "author": "441317661100605440", - "animated": false, - "created": 1607858023, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "perropolitico": { - "name": "perropolitico", - "id": "787129096404598795", - "author": "367417452575064075", - "animated": false, - "created": 1607736600, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "perroprivado": { - "name": "perroprivado", - "id": "757645479751450775", - "author": "567140961650737162", - "animated": false, - "created": 1600707158, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "perrowaton": { - "name": "perrowaton", - "id": "787898528629653554", - "author": "727283870461984839", - "animated": false, - "created": 1607920047, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "perroxd": { - "name": "perroxd", - "id": "750829086615535686", - "author": "608769815150198784", - "animated": false, - "created": 1599082004, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "PersonaBaile": { - "name": "PersonaBaile", - "id": "781313391787769857", - "author": "741850493088694343", - "animated": true, - "created": 1606350028, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "person_hamsterwipe": { - "name": "person_hamsterwipe", - "id": "782673953956298824", - "author": "700050219995496568", - "animated": true, - "created": 1606674412, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "perturbador": { - "name": "perturbador", - "id": "705188347919728722", - "author": "396034260089176086", - "animated": false, - "created": 1588200404, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Peru": { - "name": "Peru", - "id": "687086415791521841", - "author": "582926801160896522", - "animated": false, - "created": 1583884567, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peruANO": { - "name": "peruANO", - "id": "696123001346981968", - "author": "552553608521187348", - "animated": false, - "created": 1586039057, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peruvian": { - "name": "peruvian", - "id": "720806748457271296", - "author": "464631748601577473", - "animated": false, - "created": 1591924120, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peruvian_": { - "name": "peruvian_", - "id": "777317247210356746", - "author": "485620901195415585", - "animated": false, - "created": 1605397273, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pervert": { - "name": "pervert", - "id": "716484829859807253", - "author": "383891065939296256", - "animated": false, - "created": 1590893695, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "PES4_IDunnoMan": { - "name": "PES4_IDunnoMan", - "id": "786154752776994856", - "author": "676134602837852172", - "animated": false, - "created": 1607504299, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "PES4_Ignore": { - "name": "PES4_Ignore", - "id": "786154767243542549", - "author": "676134602837852172", - "animated": false, - "created": 1607504302, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "PES4_SadCatLove": { - "name": "PES4_SadCatLove", - "id": "786154778274562068", - "author": "676134602837852172", - "animated": false, - "created": 1607504305, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "PES4_SmugWhiskey": { - "name": "PES4_SmugWhiskey", - "id": "786154820842946561", - "author": "676134602837852172", - "animated": false, - "created": 1607504315, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "PES_Angel": { - "name": "PES_Angel", - "id": "786185996126519317", - "author": "676134602837852172", - "animated": false, - "created": 1607511748, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "PES_EvilRondo": { - "name": "PES_EvilRondo", - "id": "786156159094620220", - "author": "676134602837852172", - "animated": false, - "created": 1607504634, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pesfight": { - "name": "pesfight", - "id": "768833244387999754", - "author": "702536106834526259", - "animated": true, - "created": 1603374529, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "PES_KingSip": { - "name": "PES_KingSip", - "id": "785940849392746506", - "author": "355983241200795648", - "animated": false, - "created": 1607453300, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pesoball": { - "name": "pesoball", - "id": "784227376925114368", - "author": "726110827278499891", - "animated": false, - "created": 1607044776, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "PES_Pathetic": { - "name": "PES_Pathetic", - "id": "775796420426596422", - "author": "566002006511190047", - "animated": false, - "created": 1605034680, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "PES_SipRondo": { - "name": "PES_SipRondo", - "id": "786156115352223754", - "author": "676134602837852172", - "animated": false, - "created": 1607504624, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "PES_Think": { - "name": "PES_Think", - "id": "764471671221911583", - "author": "497033213680680970", - "animated": false, - "created": 1602334649, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pestilence": { - "name": "pestilence", - "id": "788449701023318058", - "author": "717187106874720287", - "animated": false, - "created": 1608051457, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pet": { - "name": "pet", - "id": "762910632508915782", - "author": "703689092554162236", - "animated": false, - "created": 1601962469, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pet22": { - "name": "pet22", - "id": "782310175691243570", - "author": "731734695750008892", - "animated": true, - "created": 1606587680, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "petalaska": { - "name": "petalaska", - "id": "761685128383561809", - "author": "441317661100605440", - "animated": true, - "created": 1601670286, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "petalex": { - "name": "petalex", - "id": "756552782579892237", - "author": "703774846789877862", - "animated": true, - "created": 1600446639, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "petanfur": { - "name": "petanfur", - "id": "774331635713703947", - "author": "703774846789877862", - "animated": true, - "created": 1604685448, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "petape": { - "name": "petape", - "id": "762704812705316896", - "author": "479370177209696267", - "animated": true, - "created": 1601913397, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "petapepoto": { - "name": "petapepoto", - "id": "778615926118678528", - "author": "479370177209696267", - "animated": true, - "created": 1605706902, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "PetAsriel": { - "name": "PetAsriel", - "id": "785294824738914329", - "author": "521802133796945962", - "animated": true, - "created": 1607299276, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "petastolfo": { - "name": "petastolfo", - "id": "766835875338256394", - "author": "463470500719493137", - "animated": true, - "created": 1602898319, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "petbehemo": { - "name": "petbehemo", - "id": "782783292835364884", - "author": "613683732276314114", - "animated": true, - "created": 1606700480, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "petbones": { - "name": "petbones", - "id": "788136875575607306", - "author": "609084285839998986", - "animated": true, - "created": 1607976874, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "petcookie": { - "name": "petcookie", - "id": "761018148786143242", - "author": "510549808646455317", - "animated": true, - "created": 1601511265, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "petcorey": { - "name": "petcorey", - "id": "758905736373075988", - "author": "437222116300029972", - "animated": true, - "created": 1601007627, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "petcorey2": { - "name": "petcorey2", - "id": "764341426812354600", - "author": "437222116300029972", - "animated": true, - "created": 1602303597, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "petcorey3": { - "name": "petcorey3", - "id": "765314364110143498", - "author": "437222116300029972", - "animated": true, - "created": 1602535563, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "petcorey4": { - "name": "petcorey4", - "id": "777982851739680769", - "author": "437222116300029972", - "animated": true, - "created": 1605555966, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "petcorey5": { - "name": "petcorey5", - "id": "784163585903034428", - "author": "437222116300029972", - "animated": true, - "created": 1607029568, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "petcorey6": { - "name": "petcorey6", - "id": "784163648905543680", - "author": "437222116300029972", - "animated": true, - "created": 1607029583, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "petcorey7": { - "name": "petcorey7", - "id": "784163725660782612", - "author": "437222116300029972", - "animated": true, - "created": 1607029601, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Petdan": { - "name": "Petdan", - "id": "777221849595379742", - "author": "521802133796945962", - "animated": true, - "created": 1605374529, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "petdingo": { - "name": "petdingo", - "id": "775198358548774912", - "author": "352617359036514304", - "animated": true, - "created": 1604892091, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "petdingo2": { - "name": "petdingo2", - "id": "782349856554614804", - "author": "352617359036514304", - "animated": true, - "created": 1606597141, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "petdingo3": { - "name": "petdingo3", - "id": "786620341279260682", - "author": "352617359036514304", - "animated": true, - "created": 1607615304, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Peter": { - "name": "Peter", - "id": "771456937992781876", - "author": "724624309154218017", - "animated": false, - "created": 1604000067, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "peteveryone": { - "name": "peteveryone", - "id": "764928622715863080", - "author": "538092861481287701", - "animated": true, - "created": 1602443595, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "petexe": { - "name": "petexe", - "id": "781377038237433867", - "author": "648213430305554434", - "animated": true, - "created": 1606365203, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "PetFelixgus": { - "name": "PetFelixgus", - "id": "782465831992950784", - "author": "425835420820045824", - "animated": true, - "created": 1606624791, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "petfem": { - "name": "petfem", - "id": "779849444207624202", - "author": "538092861481287701", - "animated": true, - "created": 1606000996, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "petfinnih": { - "name": "petfinnih", - "id": "773256698609401926", - "author": "538092861481287701", - "animated": true, - "created": 1604429163, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "petflay": { - "name": "petflay", - "id": "787885089542504480", - "author": "405919056114483204", - "animated": true, - "created": 1607916843, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "petfoat": { - "name": "petfoat", - "id": "773249955255025714", - "author": "769630110806048771", - "animated": true, - "created": 1604427555, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "petfoxel": { - "name": "petfoxel", - "id": "774334722041839626", - "author": "538092861481287701", - "animated": true, - "created": 1604686184, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "petgonza": { - "name": "petgonza", - "id": "788376173255458826", - "author": "761644519245742101", - "animated": true, - "created": 1608033927, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Petgus": { - "name": "Petgus", - "id": "782424445296836628", - "author": "425835420820045824", - "animated": true, - "created": 1606614924, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "PetJacky": { - "name": "PetJacky", - "id": "782423580591915039", - "author": "613683732276314114", - "animated": true, - "created": 1606614718, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "petjere": { - "name": "petjere", - "id": "773250183860977717", - "author": "769630110806048771", - "animated": true, - "created": 1604427610, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "petkat": { - "name": "petkat", - "id": "789501420994297867", - "author": "401765150404902912", - "animated": true, - "created": 1608302207, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "petkill": { - "name": "petkill", - "id": "777913044856209429", - "author": "510549808646455317", - "animated": true, - "created": 1605539322, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "petlaser": { - "name": "petlaser", - "id": "764651664790913034", - "author": "538092861481287701", - "animated": true, - "created": 1602377563, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "petlaser2": { - "name": "petlaser2", - "id": "777814706957582346", - "author": "257659083547607040", - "animated": true, - "created": 1605515877, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "petlilith": { - "name": "petlilith", - "id": "782783375365636098", - "author": "613683732276314114", - "animated": true, - "created": 1606700500, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "PetLimmer": { - "name": "PetLimmer", - "id": "782922869625585706", - "author": "613683732276314114", - "animated": true, - "created": 1606733758, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "petmag": { - "name": "petmag", - "id": "753076441331138601", - "author": "343239064918687745", - "animated": true, - "created": 1599617815, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "petmixell": { - "name": "petmixell", - "id": "768365635495264277", - "author": "410998033761828864", - "animated": true, - "created": 1603263043, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "petmonster": { - "name": "petmonster", - "id": "782754568244166677", - "author": "613683732276314114", - "animated": true, - "created": 1606693632, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "petmozi": { - "name": "petmozi", - "id": "775248083806060596", - "author": "463470500719493137", - "animated": true, - "created": 1604903946, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "PetNex": { - "name": "PetNex", - "id": "756353645401997413", - "author": "521802133796945962", - "animated": true, - "created": 1600399161, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "petome": { - "name": "petome", - "id": "788297355811225671", - "author": "370757129268887553", - "animated": true, - "created": 1608015135, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "petomecron": { - "name": "petomecron", - "id": "788297303697129473", - "author": "370757129268887553", - "animated": true, - "created": 1608015123, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "petpidgeon": { - "name": "petpidgeon", - "id": "764650448568582205", - "author": "538092861481287701", - "animated": true, - "created": 1602377273, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "petpomelo": { - "name": "petpomelo", - "id": "778640146282446908", - "author": "315681625927057409", - "animated": true, - "created": 1605712677, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "petrakan": { - "name": "petrakan", - "id": "765058961363435540", - "author": "463470500719493137", - "animated": true, - "created": 1602474670, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Petrita": { - "name": "Petrita", - "id": "777312281813319710", - "author": "521802133796945962", - "animated": true, - "created": 1605396089, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "petroger": { - "name": "petroger", - "id": "764904759621845062", - "author": "538092861481287701", - "animated": true, - "created": 1602437906, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "petrox": { - "name": "petrox", - "id": "786307595962155008", - "author": "538092861481287701", - "animated": true, - "created": 1607540740, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "petroxxie": { - "name": "petroxxie", - "id": "783370871799545917", - "author": "447277770654089216", - "animated": true, - "created": 1606840570, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "petscorp": { - "name": "petscorp", - "id": "774765347147350026", - "author": "457187793542709249", - "animated": true, - "created": 1604788853, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "petslayer": { - "name": "petslayer", - "id": "760658130744377365", - "author": "648213430305554434", - "animated": true, - "created": 1601425430, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pettheblobsadh": { - "name": "pettheblobsadh", - "id": "789523609319374858", - "author": "717187106874720287", - "animated": true, - "created": 1608307497, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "petthechilde": { - "name": "petthechilde", - "id": "787991561500622889", - "author": "288617134928429056", - "animated": true, - "created": 1607942228, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pet_the_dazai": { - "name": "pet_the_dazai", - "id": "782029394410995722", - "author": "719041454324056105", - "animated": true, - "created": 1606520737, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pettheduck": { - "name": "pettheduck", - "id": "789523510857826364", - "author": "508004255974817802", - "animated": true, - "created": 1608307473, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "petthefrogue": { - "name": "petthefrogue", - "id": "780975366428295228", - "author": "268138992606773248", - "animated": true, - "created": 1606269437, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "petthekat": { - "name": "petthekat", - "id": "762425789853073409", - "author": "208963262094639104", - "animated": true, - "created": 1601846873, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "PETTHEPAIMON": { - "name": "PETTHEPAIMON", - "id": "765991063114219560", - "author": "454376436527005726", - "animated": true, - "created": 1602696900, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "petthepeepo": { - "name": "petthepeepo", - "id": "725670410502406206", - "author": "176356077292486656", - "animated": true, - "created": 1593083708, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "petuke": { - "name": "petuke", - "id": "776558776895143987", - "author": "441317661100605440", - "animated": true, - "created": 1605216440, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "petwhenmomos": { - "name": "petwhenmomos", - "id": "764624419581853706", - "author": "608094111651725322", - "animated": true, - "created": 1602371067, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "petwolf": { - "name": "petwolf", - "id": "775790401545043999", - "author": "469560911477080064", - "animated": true, - "created": 1605033245, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "petzar": { - "name": "petzar", - "id": "761682275262791710", - "author": "538092861481287701", - "animated": true, - "created": 1601669605, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "petzotofox": { - "name": "petzotofox", - "id": "787135050071932939", - "author": "538092861481287701", - "animated": true, - "created": 1607738020, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pew": { - "name": "pew", - "id": "783178186313039913", - "author": "242691348560478209", - "animated": false, - "created": 1606794630, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pewpew": { - "name": "pewpew", - "id": "724608017701797980", - "author": "461974777905545236", - "animated": false, - "created": 1592830414, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pexelente": { - "name": "pexelente", - "id": "783868748074713118", - "author": "704742786225668206", - "animated": false, - "created": 1606959273, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pfft": { - "name": "pfft", - "id": "771572371794559037", - "author": "763240979091292180", - "animated": false, - "created": 1604027588, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "phatdab": { - "name": "phatdab", - "id": "785823219122307082", - "author": "424826839047864320", - "animated": true, - "created": 1607425255, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "phe": { - "name": "phe", - "id": "777393979431452672", - "author": "650561615372222484", - "animated": false, - "created": 1605415568, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "p_heart04": { - "name": "p_heart04", - "id": "786677681952391238", - "author": "718818001633280071", - "animated": false, - "created": 1607628975, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "p_heart34": { - "name": "p_heart34", - "id": "786677159917387789", - "author": "718818001633280071", - "animated": false, - "created": 1607628850, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "phenom": { - "name": "phenom", - "id": "789561396274004009", - "author": "445046781185622027", - "animated": false, - "created": 1608316506, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "phoenixstrike": { - "name": "phoenixstrike", - "id": "786073359837954048", - "author": "739664715646632040", - "animated": false, - "created": 1607484893, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "photoblob": { - "name": "photoblob", - "id": "492048482644000777", - "author": "140516693242937345", - "animated": false, - "created": 1532108932, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "php": { - "name": "php", - "id": "492048484594221066", - "author": "140516693242937345", - "animated": false, - "created": 1532497504, - "modified": 1537383917, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "pi": { - "name": "pi", - "id": "764939823306899466", - "author": "512509857606139905", - "animated": false, - "created": 1602446265, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "piano": { - "name": "piano", - "id": "633856721672208409", - "author": "528990209589903376", - "animated": true, - "created": 1571193619, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pianotime": { - "name": "pianotime", - "id": "774798686260953089", - "author": "524400766346330112", - "animated": true, - "created": 1604796802, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "picali": { - "name": "picali", - "id": "722671691939184720", - "author": "653806638695710721", - "animated": false, - "created": 1592368758, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "picardia": { - "name": "picardia", - "id": "659280531904659459", - "author": "417387399606304788", - "animated": false, - "created": 1577255127, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "picardia2": { - "name": "picardia2", - "id": "781346152166588416", - "author": "453303780449189888", - "animated": false, - "created": 1606357839, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "picardiaet2": { - "name": "picardiaet2", - "id": "719709363857653782", - "author": "257252090642956288", - "animated": false, - "created": 1591662484, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "picardiaet4": { - "name": "picardiaet4", - "id": "760623861531672576", - "author": "257252090642956288", - "animated": false, - "created": 1601417260, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "picardio": { - "name": "picardio", - "id": "774301127440465960", - "author": "408747500288213006", - "animated": false, - "created": 1604678174, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "picardy": { - "name": "picardy", - "id": "633797439438061579", - "author": "455289384187592704", - "animated": false, - "created": 1571179485, - "modified": 1571865530, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "picarvos": { - "name": "picarvos", - "id": "780911849381036094", - "author": "521800936553971719", - "animated": false, - "created": 1606254293, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pichuknife": { - "name": "pichuknife", - "id": "788543235760979978", - "author": "435166381189758998", - "animated": false, - "created": 1608073758, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pichula": { - "name": "pichula", - "id": "709580363562876968", - "author": "463529400886099972", - "animated": false, - "created": 1589247542, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pidge": { - "name": "pidge", - "id": "782166017547173890", - "author": "496037931140513800", - "animated": false, - "created": 1606553310, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pieckalive": { - "name": "pieckalive", - "id": "788280601442385930", - "author": "690848269022003220", - "animated": true, - "created": 1608011141, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pieckdead": { - "name": "pieckdead", - "id": "788279321902317588", - "author": "690848269022003220", - "animated": true, - "created": 1608010835, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pigga": { - "name": "pigga", - "id": "785375332554768454", - "author": "618287304447885312", - "animated": false, - "created": 1607318471, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pigkiss": { - "name": "pigkiss", - "id": "790110023019659285", - "author": "630828485417369620", - "animated": false, - "created": 1608447309, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "PiglinBaile": { - "name": "PiglinBaile", - "id": "782902621996187698", - "author": "741850493088694343", - "animated": true, - "created": 1606728930, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pija": { - "name": "pija", - "id": "718285698758869094", - "author": "667087966857986088", - "animated": false, - "created": 1591323055, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Pika": { - "name": "Pika", - "id": "547915851664326686", - "author": "370348275355615242", - "animated": false, - "created": 1550703718, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pikabicho": { - "name": "pikabicho", - "id": "784814065498849341", - "author": "512509857606139905", - "animated": false, - "created": 1607184654, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pikablob": { - "name": "pikablob", - "id": "492048488717090816", - "author": "140516693242937345", - "animated": false, - "created": 1532109349, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "pikachu": { - "name": "pikachu", - "id": "425387769271943168", - "author": "341952520383627277", - "animated": false, - "created": 1525387947, - "modified": 1533892039, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pikacosa": { - "name": "pikacosa", - "id": "784177025475805254", - "author": "701340890404487219", - "animated": false, - "created": 1607032772, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pika_dance": { - "name": "pika_dance", - "id": "788730104741101589", - "author": "695328902377242735", - "animated": true, - "created": 1608118310, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pikadance": { - "name": "pikadance", - "id": "781178747214233640", - "author": "421532785816240138", - "animated": true, - "created": 1606317927, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "PikaDank": { - "name": "PikaDank", - "id": "773338527723290634", - "author": "515897683219578900", - "animated": false, - "created": 1604448673, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pikaderp": { - "name": "pikaderp", - "id": "772639530099802153", - "author": "291340727319920641", - "animated": false, - "created": 1604282019, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pikaew": { - "name": "pikaew", - "id": "576686788282941441", - "author": "258074344725413889", - "animated": false, - "created": 1557563244, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pikagun": { - "name": "pikagun", - "id": "738025593198608395", - "author": "679596611323953175", - "animated": false, - "created": 1596029413, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pikahm": { - "name": "pikahm", - "id": "789741243554988053", - "author": "435166381189758998", - "animated": false, - "created": 1608359385, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pikalaugh": { - "name": "pikalaugh", - "id": "788048529783259167", - "author": "756906411295768647", - "animated": false, - "created": 1607955810, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pikamee": { - "name": "pikamee", - "id": "771114552975818752", - "author": "466061790627889167", - "animated": false, - "created": 1603918436, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pikaoh": { - "name": "pikaoh", - "id": "757955164769615983", - "author": "676818445068927006", - "animated": false, - "created": 1600780993, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pikaSHOCK": { - "name": "pikaSHOCK", - "id": "779987608201461770", - "author": "536918500686692362", - "animated": true, - "created": 1606033937, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pikastab": { - "name": "pikastab", - "id": "788791978540269578", - "author": "304413971350552588", - "animated": true, - "created": 1608133062, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pikathink": { - "name": "pikathink", - "id": "694038061113278496", - "author": "553008515833135106", - "animated": false, - "created": 1585541968, - "modified": 1585543495, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "PikaThug": { - "name": "PikaThug", - "id": "788723679361499156", - "author": "497766788549836810", - "animated": true, - "created": 1608116779, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pikawhat": { - "name": "pikawhat", - "id": "773297409656750132", - "author": "738859004712976456", - "animated": false, - "created": 1604438869, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pikaxd": { - "name": "pikaxd", - "id": "713451188196081806", - "author": "691838494581981218", - "animated": false, - "created": 1590170418, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pikaz": { - "name": "pikaz", - "id": "785972785822040094", - "author": "706216515963453531", - "animated": false, - "created": 1607460914, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pilin": { - "name": "pilin", - "id": "743613867644682389", - "author": "702283061298987089", - "animated": false, - "created": 1597361761, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pillowpeak": { - "name": "pillowpeak", - "id": "782676748202016778", - "author": "700050219995496568", - "animated": true, - "created": 1606675078, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pilotingaf": { - "name": "pilotingaf", - "id": "776784242905448448", - "author": "353109234201788427", - "animated": true, - "created": 1605270195, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pin": { - "name": "pin", - "id": "705953171196870697", - "author": "692488921673629756", - "animated": false, - "created": 1588382752, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pinapat": { - "name": "pinapat", - "id": "782486645831106602", - "author": "601131588654465051", - "animated": true, - "created": 1606629754, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pinasorprendida": { - "name": "pinasorprendida", - "id": "782484303903719434", - "author": "754517959417790494", - "animated": false, - "created": 1606629197, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pinchesfurros": { - "name": "pinchesfurros", - "id": "730465764880154730", - "author": "359531364019601419", - "animated": false, - "created": 1594227009, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Pinchimono": { - "name": "Pinchimono", - "id": "782787722020257812", - "author": "256953440092028928", - "animated": false, - "created": 1606701536, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ping": { - "name": "ping", - "id": "421128951063117834", - "author": "140516693242937345", - "animated": false, - "created": 1525387947, - "modified": 1533892039, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pinga": { - "name": "pinga", - "id": "721491257142149264", - "author": "496276785353457664", - "animated": false, - "created": 1592087320, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pingas": { - "name": "pingas", - "id": "782323194328514591", - "author": "718976077413744701", - "animated": false, - "created": 1606590784, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pingascute": { - "name": "pingascute", - "id": "782326143746703411", - "author": "276877342008279041", - "animated": false, - "created": 1606591487, - "modified": 1606591555, - "preserve": false, - "description": null, - "nsfw": "MOD_NSFW" - }, - "PingCardia": { - "name": "PingCardia", - "id": "772637777564139551", - "author": "256542988866551817", - "animated": false, - "created": 1604281601, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pingctm": { - "name": "pingctm", - "id": "785975787249467392", - "author": "774605872440803360", - "animated": true, - "created": 1607461630, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pingnom": { - "name": "pingnom", - "id": "665208397519519754", - "author": "214777632947044352", - "animated": true, - "created": 1578668441, - "modified": 1585166796, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "pingoof": { - "name": "pingoof", - "id": "789281856360284210", - "author": "717187106874720287", - "animated": false, - "created": 1608249858, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pingsock": { - "name": "pingsock", - "id": "672476839351943182", - "author": "547861735391100931", - "animated": false, - "created": 1580401372, - "modified": 1580441761, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "ping_teros": { - "name": "ping_teros", - "id": "784758161885888552", - "author": "732455822881193984", - "animated": true, - "created": 1607171325, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pingu1": { - "name": "pingu1", - "id": "772276533124399104", - "author": "727325977755254874", - "animated": true, - "created": 1604195473, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pingu2": { - "name": "pingu2", - "id": "772276600326193192", - "author": "727325977755254874", - "animated": true, - "created": 1604195489, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pingu3": { - "name": "pingu3", - "id": "772276664448581632", - "author": "727325977755254874", - "animated": true, - "created": 1604195505, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pingu4": { - "name": "pingu4", - "id": "772276828521889813", - "author": "727325977755254874", - "animated": true, - "created": 1604195544, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pingubaile": { - "name": "pingubaile", - "id": "775432211464978433", - "author": "705888505154502697", - "animated": true, - "created": 1604947846, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pingubaile2": { - "name": "pingubaile2", - "id": "775492504748556318", - "author": "705888505154502697", - "animated": true, - "created": 1604962221, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pingubaile4": { - "name": "pingubaile4", - "id": "775492578946056212", - "author": "705888505154502697", - "animated": true, - "created": 1604962238, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pinguine": { - "name": "pinguine", - "id": "784342077064347698", - "author": "527926961427972107", - "animated": true, - "created": 1607072123, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pingusad": { - "name": "pingusad", - "id": "776151924692090940", - "author": "705888505154502697", - "animated": false, - "created": 1605119439, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pingusock": { - "name": "pingusock", - "id": "788849309382737941", - "author": "717187106874720287", - "animated": true, - "created": 1608146731, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pink": { - "name": "pink", - "id": "717033390850965515", - "author": "646299863922901012", - "animated": false, - "created": 1591024482, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pink2_sparkle": { - "name": "pink2_sparkle", - "id": "781365186371649546", - "author": "554153287109181440", - "animated": true, - "created": 1606362378, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pink_arrow_DL": { - "name": "pink_arrow_DL", - "id": "788733018998046720", - "author": "721415443700514847", - "animated": true, - "created": 1608119005, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pink_arrow_DR": { - "name": "pink_arrow_DR", - "id": "788733009985273896", - "author": "721415443700514847", - "animated": true, - "created": 1608119003, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pink_arrow_L": { - "name": "pink_arrow_L", - "id": "788733032012972032", - "author": "721415443700514847", - "animated": true, - "created": 1608119008, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pinkmoonwand": { - "name": "pinkmoonwand", - "id": "786084955348009018", - "author": "730519813184815126", - "animated": false, - "created": 1607487658, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pink_star": { - "name": "pink_star", - "id": "786949761857093632", - "author": "718818001633280071", - "animated": false, - "created": 1607693844, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pinochet": { - "name": "pinochet", - "id": "778637510900973578", - "author": "727367783897104384", - "animated": false, - "created": 1605712049, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pins": { - "name": "pins", - "id": "754747033897664573", - "author": "399563322870988812", - "animated": true, - "created": 1600016115, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "piola": { - "name": "piola", - "id": "672850915513991168", - "author": "591464461483900939", - "animated": false, - "created": 1580490559, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "piola3": { - "name": "piola3", - "id": "742785279856738324", - "author": "713115666550620262", - "animated": false, - "created": 1597164211, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "piolaa": { - "name": "piolaa", - "id": "762409697805991956", - "author": "661789191470055436", - "animated": false, - "created": 1601843036, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "piolanavidad": { - "name": "piolanavidad", - "id": "782444590094876682", - "author": "598650793389850644", - "animated": false, - "created": 1606619727, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "piolant": { - "name": "piolant", - "id": "767928271097561118", - "author": "598650793389850644", - "animated": false, - "created": 1603158767, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "piolapersona": { - "name": "piolapersona", - "id": "786872070503792650", - "author": "661789191470055436", - "animated": false, - "created": 1607675321, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "piolas": { - "name": "piolas", - "id": "782060052567031808", - "author": "452839284890664970", - "animated": false, - "created": 1606528046, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pipi": { - "name": "pipi", - "id": "731396863097438268", - "author": "627380860429139977", - "animated": false, - "created": 1594449000, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pipoca": { - "name": "pipoca", - "id": "746512636694495294", - "author": "729015115411750943", - "animated": false, - "created": 1598052882, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pipplechonk": { - "name": "pipplechonk", - "id": "782962416299540491", - "author": "544004454257524746", - "animated": false, - "created": 1606743186, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pisko": { - "name": "pisko", - "id": "786297901948993606", - "author": "302106586401472512", - "animated": false, - "created": 1607538428, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "piss": { - "name": "piss", - "id": "766055588995924028", - "author": "725805550687748186", - "animated": true, - "created": 1602712285, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pistacho": { - "name": "pistacho", - "id": "778434702667284577", - "author": "390156982730096640", - "animated": false, - "created": 1605663695, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pistol": { - "name": "pistol", - "id": "517908651881529347", - "author": "140516693242937345", - "animated": false, - "created": 1543549445, - "modified": 1543549448, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "pistola": { - "name": "pistola", - "id": "694920655992258592", - "author": "320354548105609217", - "animated": false, - "created": 1585752395, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pistolayaya": { - "name": "pistolayaya", - "id": "783075512259706921", - "author": "293107176355004416", - "animated": true, - "created": 1606770151, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pitico": { - "name": "pitico", - "id": "762515254613377024", - "author": "620033832032141313", - "animated": false, - "created": 1601868203, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pito": { - "name": "pito", - "id": "584657099447861256", - "author": "523903605850374145", - "animated": false, - "created": 1559463515, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pium": { - "name": "pium", - "id": "603666054492979200", - "author": "467098286642167819", - "animated": false, - "created": 1563995603, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pixelthenk": { - "name": "pixelthenk", - "id": "757859314651234335", - "author": "428461954064056340", - "animated": false, - "created": 1600758141, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pixuz": { - "name": "pixuz", - "id": "756615405048692847", - "author": "662008793022070810", - "animated": false, - "created": 1600461569, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pizzathonk": { - "name": "pizzathonk", - "id": "784999701371027456", - "author": "756906411295768647", - "animated": false, - "created": 1607228913, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "PL": { - "name": "PL", - "id": "679742306563129398", - "author": "425046879047385108", - "animated": false, - "created": 1582133595, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "platano": { - "name": "platano", - "id": "778639488497877022", - "author": "408747500288213006", - "animated": false, - "created": 1605712520, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "platelet": { - "name": "platelet", - "id": "789953377815494656", - "author": "768741691250311180", - "animated": true, - "created": 1608409962, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "platinum": { - "name": "platinum", - "id": "771571462149767190", - "author": "763240979091292180", - "animated": false, - "created": 1604027371, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Playboypink": { - "name": "Playboypink", - "id": "789361019599978526", - "author": "776340947167739924", - "animated": false, - "created": 1608268732, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "playstation": { - "name": "playstation", - "id": "752533040852369428", - "author": "400562016546455552", - "animated": false, - "created": 1599488258, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Pleading": { - "name": "Pleading", - "id": "753710074244890745", - "author": "673119235081240577", - "animated": false, - "created": 1599768885, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Pleadingpoop": { - "name": "Pleadingpoop", - "id": "786660201688334359", - "author": "405026162109054976", - "animated": false, - "created": 1607624807, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "please": { - "name": "please", - "id": "719845226100817940", - "author": "320877061432672256", - "animated": false, - "created": 1591694876, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Please_pat": { - "name": "Please_pat", - "id": "784439835565490236", - "author": "711751154119475291", - "animated": false, - "created": 1607095431, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pleasure": { - "name": "pleasure", - "id": "782574592572260403", - "author": "674019507064274964", - "animated": true, - "created": 1606650722, - "modified": 1606652030, - "preserve": false, - "description": null, - "nsfw": "MOD_NSFW" - }, - "pleasure2": { - "name": "pleasure2", - "id": "782584232865824768", - "author": "674019507064274964", - "animated": true, - "created": 1606653020, - "modified": 1606660235, - "preserve": false, - "description": null, - "nsfw": "MOD_NSFW" - }, - "ples": { - "name": "ples", - "id": "770822227318145024", - "author": "567390950838501376", - "animated": false, - "created": 1603848740, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pllora": { - "name": "pllora", - "id": "781747219048955915", - "author": "704742786225668206", - "animated": false, - "created": 1606453461, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pLoli": { - "name": "pLoli", - "id": "624462716840706069", - "author": "140516693242937345", - "animated": false, - "created": 1568953913, - "modified": 1568953981, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "pls": { - "name": "pls", - "id": "672364873430073344", - "author": "133592101706399744", - "animated": false, - "created": 1580374677, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "PlsAdmin": { - "name": "PlsAdmin", - "id": "789031256331517962", - "author": "527593366645506058", - "animated": false, - "created": 1608190111, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "plsgimme": { - "name": "plsgimme", - "id": "788448457676423200", - "author": "284819168791101450", - "animated": false, - "created": 1608051161, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pluseleven5mingaia": { - "name": "pluseleven5mingaia", - "id": "788432043562237972", - "author": "112471608865624064", - "animated": false, - "created": 1608047247, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "plush": { - "name": "plush", - "id": "782739710191468594", - "author": "748023719833894942", - "animated": false, - "created": 1606690089, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "plushgun": { - "name": "plushgun", - "id": "782742795453988934", - "author": "748023719833894942", - "animated": false, - "created": 1606690825, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "plushknife": { - "name": "plushknife", - "id": "782742803792003093", - "author": "748023719833894942", - "animated": false, - "created": 1606690827, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Pluto": { - "name": "Pluto", - "id": "779512653088423996", - "author": "634604015216492587", - "animated": false, - "created": 1605920699, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "p_melodycry2": { - "name": "p_melodycry2", - "id": "786676956396519434", - "author": "718818001633280071", - "animated": false, - "created": 1607628802, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "p_melodylove2": { - "name": "p_melodylove2", - "id": "786676989443964948", - "author": "718818001633280071", - "animated": false, - "created": 1607628810, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "p_melodyshock1": { - "name": "p_melodyshock1", - "id": "786676865670447104", - "author": "718818001633280071", - "animated": false, - "created": 1607628780, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pnose": { - "name": "pnose", - "id": "781731796739293256", - "author": "704742786225668206", - "animated": false, - "created": 1606449784, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "p_nuttedon": { - "name": "p_nuttedon", - "id": "787519047096991744", - "author": "325346618364788737", - "animated": false, - "created": 1607829572, - "modified": 1607850522, - "preserve": false, - "description": null, - "nsfw": "MOD_NSFW" - }, - "po": { - "name": "po", - "id": "771944188245835776", - "author": "342923911916421120", - "animated": false, - "created": 1604116236, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pochoclo": { - "name": "pochoclo", - "id": "788301381420974102", - "author": "546474895660548136", - "animated": true, - "created": 1608016095, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "poco": { - "name": "poco", - "id": "675087844565581863", - "author": "226781467089436672", - "animated": false, - "created": 1581023884, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pocotexto": { - "name": "pocotexto", - "id": "715333606137921666", - "author": "396801506180988938", - "animated": false, - "created": 1590619222, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "poetico": { - "name": "poetico", - "id": "691362317501333594", - "author": "620033832032141313", - "animated": false, - "created": 1584904021, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Pog": { - "name": "Pog", - "id": "494298132125974539", - "author": "254056639777210368", - "animated": false, - "created": 1537920284, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pog2": { - "name": "pog2", - "id": "767794554656915476", - "author": "475050981185421312", - "animated": false, - "created": 1603126886, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pog22": { - "name": "pog22", - "id": "787436155833548871", - "author": "640273123165470720", - "animated": false, - "created": 1607809809, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pogchamp": { - "name": "pogchamp", - "id": "620686656340754438", - "author": "140516693242937345", - "animated": false, - "created": 1525387947, - "modified": 1568058586, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "PogChomp": { - "name": "PogChomp", - "id": "742461430778822687", - "author": "231629637913018370", - "animated": false, - "created": 1597086999, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pogdoru": { - "name": "pogdoru", - "id": "784143466367287316", - "author": "185567942555992064", - "animated": false, - "created": 1607024771, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "POGfisg": { - "name": "POGfisg", - "id": "775884597614739466", - "author": "601924780815286284", - "animated": true, - "created": 1605055703, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pogfish": { - "name": "pogfish", - "id": "678775757966934016", - "author": "171050727869906953", - "animated": false, - "created": 1581903151, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pogg": { - "name": "pogg", - "id": "758557113315885118", - "author": "547861735391100931", - "animated": false, - "created": 1600924509, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pogga": { - "name": "pogga", - "id": "774006725367431221", - "author": "609791313847517223", - "animated": false, - "created": 1604607983, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "poggers": { - "name": "poggers", - "id": "492048516412342284", - "author": "229816429577240576", - "animated": false, - "created": 1525387947, - "modified": 1537383924, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "poggers4Ever": { - "name": "poggers4Ever", - "id": "785940910277787689", - "author": "355983241200795648", - "animated": true, - "created": 1607453315, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "poggies": { - "name": "poggies", - "id": "538296215306108932", - "author": "269691188875886593", - "animated": false, - "created": 1548410218, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "PogLamp": { - "name": "PogLamp", - "id": "786586905470173235", - "author": "364295643784806410", - "animated": false, - "created": 1607607332, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "poglick": { - "name": "poglick", - "id": "702950554728529931", - "author": "112471608865624064", - "animated": true, - "created": 1587666872, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pog_lul": { - "name": "pog_lul", - "id": "784666290266570752", - "author": "732455822881193984", - "animated": false, - "created": 1607149422, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pogme": { - "name": "pogme", - "id": "718292266090889306", - "author": "266125398117580802", - "animated": false, - "created": 1591324621, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pogmoyai": { - "name": "pogmoyai", - "id": "783010306887516173", - "author": "738859004712976456", - "animated": false, - "created": 1606754605, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "PogO": { - "name": "PogO", - "id": "684995527892664320", - "author": "438644880152068127", - "animated": false, - "created": 1583386060, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pogoAr": { - "name": "pogoAr", - "id": "776207968709378048", - "author": "242399774462967809", - "animated": false, - "created": 1605132801, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pogoni": { - "name": "pogoni", - "id": "773718280212971520", - "author": "358457900546654209", - "animated": false, - "created": 1604539213, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pogpega": { - "name": "pogpega", - "id": "665199246516944936", - "author": "262033680401301506", - "animated": false, - "created": 1578666259, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pog_pepe": { - "name": "pog_pepe", - "id": "783247521882439690", - "author": "663447617715568650", - "animated": false, - "created": 1606811161, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pogrampu": { - "name": "pogrampu", - "id": "777040087442784286", - "author": "279223421940924416", - "animated": false, - "created": 1605331193, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pogSad": { - "name": "pogSad", - "id": "758102585331810355", - "author": "542557538600878090", - "animated": false, - "created": 1600816141, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pogsatan": { - "name": "pogsatan", - "id": "774408964359061525", - "author": "358457900546654209", - "animated": false, - "created": 1604703884, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "POGSLIDE": { - "name": "POGSLIDE", - "id": "729802195892961370", - "author": "310016207627616256", - "animated": true, - "created": 1594068802, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pogthenk": { - "name": "pogthenk", - "id": "759041123640672286", - "author": "428461954064056340", - "animated": false, - "created": 1601039906, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pogu": { - "name": "pogu", - "id": "549375490842951691", - "author": "104434187687165952", - "animated": false, - "created": 1551051724, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pogXD": { - "name": "pogXD", - "id": "777632565694693427", - "author": "438644880152068127", - "animated": false, - "created": 1605472451, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pogyou": { - "name": "pogyou", - "id": "665272697227444225", - "author": "209280535174971393", - "animated": false, - "created": 1578683771, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Poi": { - "name": "Poi", - "id": "707652877665173624", - "author": "352253181616586754", - "animated": false, - "created": 1588787993, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "poia": { - "name": "poia", - "id": "720310535979008092", - "author": "212026049427537920", - "animated": false, - "created": 1591805814, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "poiamolesta": { - "name": "poiamolesta", - "id": "778975479129833484", - "author": "747555334410731672", - "animated": false, - "created": 1605792627, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "PoiBaka": { - "name": "PoiBaka", - "id": "759855078592741416", - "author": "364645922484781057", - "animated": false, - "created": 1601233968, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "poiblush": { - "name": "poiblush", - "id": "768489611357716480", - "author": "316209084208644096", - "animated": false, - "created": 1603292601, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "poicry": { - "name": "poicry", - "id": "768489427370508297", - "author": "316209084208644096", - "animated": true, - "created": 1603292557, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "PoiDesu": { - "name": "PoiDesu", - "id": "759855089569103943", - "author": "364645922484781057", - "animated": false, - "created": 1601233970, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "PoiGood": { - "name": "PoiGood", - "id": "759855289960366143", - "author": "364645922484781057", - "animated": false, - "created": 1601234018, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "PoiMy": { - "name": "PoiMy", - "id": "759855050595106877", - "author": "364645922484781057", - "animated": false, - "created": 1601233961, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "poinie": { - "name": "poinie", - "id": "779073852884910140", - "author": "638128638700552192", - "animated": false, - "created": 1605816081, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "point": { - "name": "point", - "id": "679126099711623168", - "author": "171539705043615744", - "animated": false, - "created": 1581986679, - "modified": 1585229792, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "pointandlaugh": { - "name": "pointandlaugh", - "id": "782742401676345376", - "author": "748023719833894942", - "animated": false, - "created": 1606690731, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pointless": { - "name": "pointless", - "id": "610840217007554593", - "author": "287711579749744642", - "animated": true, - "created": 1565706056, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pointno": { - "name": "pointno", - "id": "790035512647745567", - "author": "372867277068042240", - "animated": false, - "created": 1608429544, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "poio": { - "name": "poio", - "id": "761732241750491166", - "author": "435166381189758998", - "animated": false, - "created": 1601681518, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "poio2": { - "name": "poio2", - "id": "785713199026536468", - "author": "565682823722434560", - "animated": false, - "created": 1607399024, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "PoiSleep": { - "name": "PoiSleep", - "id": "759855193793363978", - "author": "364645922484781057", - "animated": false, - "created": 1601233995, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "poison": { - "name": "poison", - "id": "788384334419329044", - "author": "297961554673008641", - "animated": false, - "created": 1608035872, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "PoiWave": { - "name": "PoiWave", - "id": "759855066818805790", - "author": "364645922484781057", - "animated": false, - "created": 1601233965, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "PoiWhy": { - "name": "PoiWhy", - "id": "759854918705741865", - "author": "364645922484781057", - "animated": false, - "created": 1601233930, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "PoiWoah": { - "name": "PoiWoah", - "id": "759855178684825601", - "author": "364645922484781057", - "animated": false, - "created": 1601233992, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "poke": { - "name": "poke", - "id": "709424238343487508", - "author": "357222705348739074", - "animated": false, - "created": 1589210318, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Pokeball": { - "name": "Pokeball", - "id": "782350244310548501", - "author": "756253418808672469", - "animated": false, - "created": 1606597233, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pokeHD": { - "name": "pokeHD", - "id": "761234321108893697", - "author": "245668715067080704", - "animated": false, - "created": 1601562805, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pokemon": { - "name": "pokemon", - "id": "701949915487535167", - "author": "262712325625217026", - "animated": false, - "created": 1587428301, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pokerface": { - "name": "pokerface", - "id": "757441220040458372", - "author": "383723642489405441", - "animated": false, - "created": 1600658459, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pokerthenk": { - "name": "pokerthenk", - "id": "757922777478070382", - "author": "428461954064056340", - "animated": false, - "created": 1600773271, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "PolarWalk": { - "name": "PolarWalk", - "id": "783880687475228712", - "author": "697542753449672775", - "animated": true, - "created": 1606962119, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "polidab": { - "name": "polidab", - "id": "780873706649813032", - "author": "521800936553971719", - "animated": false, - "created": 1606245200, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "polillas": { - "name": "polillas", - "id": "726148661985411184", - "author": "399671914114711562", - "animated": false, - "created": 1593197732, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "polishcow": { - "name": "polishcow", - "id": "765675911861239829", - "author": "274574298289799168", - "animated": true, - "created": 1602621763, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "polla": { - "name": "polla", - "id": "745398988701696031", - "author": "703806872221909062", - "animated": false, - "created": 1597787367, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pollo": { - "name": "pollo", - "id": "702680406457188373", - "author": "591464461483900939", - "animated": false, - "created": 1587602464, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Pollo2": { - "name": "Pollo2", - "id": "772662223537045524", - "author": "741850493088694343", - "animated": true, - "created": 1604287429, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "PolloWalk": { - "name": "PolloWalk", - "id": "781732845189464126", - "author": "618287304447885312", - "animated": true, - "created": 1606450034, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pom": { - "name": "pom", - "id": "766383856919511040", - "author": "508288755539640361", - "animated": false, - "created": 1602790550, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "PonteVerga": { - "name": "PonteVerga", - "id": "747316321938571306", - "author": "292436867755016192", - "animated": false, - "created": 1598244495, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pontevergas": { - "name": "pontevergas", - "id": "771102115695165440", - "author": "428330901659713546", - "animated": false, - "created": 1603915470, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "poof": { - "name": "poof", - "id": "675530685121036349", - "author": "666438406104023060", - "animated": true, - "created": 1581129466, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "poorthenk": { - "name": "poorthenk", - "id": "757946429439344661", - "author": "428461954064056340", - "animated": false, - "created": 1600778911, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pop_cat": { - "name": "pop_cat", - "id": "785005556929658892", - "author": "326119107240132622", - "animated": true, - "created": 1607230309, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "popcat": { - "name": "popcat", - "id": "788234043950104596", - "author": "714966486359212093", - "animated": true, - "created": 1608000040, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "popcorn": { - "name": "popcorn", - "id": "572890754243100693", - "author": "373849182433443841", - "animated": true, - "created": 1556658199, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "popdance": { - "name": "popdance", - "id": "684571023894380554", - "author": "302106586401472512", - "animated": true, - "created": 1583284850, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "popopo": { - "name": "popopo", - "id": "783293494952198144", - "author": "525009535950389268", - "animated": true, - "created": 1606822122, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "popopop": { - "name": "popopop", - "id": "786206097601200139", - "author": "676134602837852172", - "animated": true, - "created": 1607516540, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "poppo": { - "name": "poppo", - "id": "695553027343646800", - "author": "281251143139721226", - "animated": true, - "created": 1585903164, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "popuko1": { - "name": "popuko1", - "id": "787223515443101706", - "author": "546474895660548136", - "animated": false, - "created": 1607759112, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "popuko2": { - "name": "popuko2", - "id": "787223751409926175", - "author": "546474895660548136", - "animated": false, - "created": 1607759168, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "popukochi": { - "name": "popukochi", - "id": "782742391957356555", - "author": "748023719833894942", - "animated": false, - "created": 1606690729, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "porcodioelamadonnadicristo": { - "name": "porcodioelamadonnadicristo", - "id": "780101913168314410", - "author": "245607870463213570", - "animated": false, - "created": 1606061189, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "porlafe": { - "name": "porlafe", - "id": "656550066470780944", - "author": "300750461894656011", - "animated": true, - "created": 1576604134, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "porlafe2": { - "name": "porlafe2", - "id": "775042150407995402", - "author": "564111150443266125", - "animated": false, - "created": 1604854848, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "porn": { - "name": "porn", - "id": "678795938390605837", - "author": "460250992370384896", - "animated": false, - "created": 1581907963, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pornhub": { - "name": "pornhub", - "id": "744902155906973806", - "author": "671881696970539019", - "animated": false, - "created": 1597668913, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "porno": { - "name": "porno", - "id": "736046171587608658", - "author": "464961710462205952", - "animated": false, - "created": 1595557482, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "poronga": { - "name": "poronga", - "id": "733139021248856085", - "author": "569378334828396554", - "animated": false, - "created": 1594864363, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "porque": { - "name": "porque", - "id": "659821032261156874", - "author": "300750461894656011", - "animated": false, - "created": 1577383993, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "porra": { - "name": "porra", - "id": "765650260789821460", - "author": "377449121235206146", - "animated": false, - "created": 1602615647, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "porro": { - "name": "porro", - "id": "780896432609558539", - "author": "586365354713022478", - "animated": true, - "created": 1606250617, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pose": { - "name": "pose", - "id": "771411572622229524", - "author": "331655887074754560", - "animated": true, - "created": 1603989251, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "poshthenk": { - "name": "poshthenk", - "id": "757975917577502830", - "author": "428461954064056340", - "animated": false, - "created": 1600785941, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "postgres": { - "name": "postgres", - "id": "689180957831725108", - "author": "285148358815776768", - "animated": false, - "created": 1584383944, - "modified": 1584387451, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "potatino": { - "name": "potatino", - "id": "743594683082473526", - "author": "670458394494238760", - "animated": false, - "created": 1597357187, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "potato": { - "name": "potato", - "id": "788383985222942751", - "author": "297961554673008641", - "animated": false, - "created": 1608035789, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "potatocute": { - "name": "potatocute", - "id": "726057633429061735", - "author": "359713607635697664", - "animated": false, - "created": 1593176029, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "potatovanish": { - "name": "potatovanish", - "id": "781348334689845269", - "author": "448827482179895304", - "animated": true, - "created": 1606358359, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "potatowobble": { - "name": "potatowobble", - "id": "785648395742085202", - "author": "619907069364928533", - "animated": true, - "created": 1607383574, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "potente": { - "name": "potente", - "id": "758022837435891742", - "author": "677814110125031444", - "animated": false, - "created": 1600797127, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "poto": { - "name": "poto", - "id": "704116486955991103", - "author": "398595685072764939", - "animated": true, - "created": 1587944852, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pout": { - "name": "pout", - "id": "664258906775879680", - "author": "651556365722189892", - "animated": false, - "created": 1578442064, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pow": { - "name": "pow", - "id": "743692670412783617", - "author": "513556416628260876", - "animated": true, - "created": 1597380549, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "poweird": { - "name": "poweird", - "id": "688774924633899191", - "author": "112471608865624064", - "animated": false, - "created": 1584287139, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Power": { - "name": "Power", - "id": "781371779226533943", - "author": "363841922617573376", - "animated": false, - "created": 1606363949, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "powerstone": { - "name": "powerstone", - "id": "784149788802285569", - "author": "496037931140513800", - "animated": false, - "created": 1607026278, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pOwo": { - "name": "pOwo", - "id": "643901305471107102", - "author": "517482359243669524", - "animated": false, - "created": 1573588434, - "modified": 1573594670, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "poyo": { - "name": "poyo", - "id": "644290884334125076", - "author": "447230520074567682", - "animated": false, - "created": 1573681317, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "poyopana": { - "name": "poyopana", - "id": "781717037256015912", - "author": "270343119902474240", - "animated": true, - "created": 1606446265, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pp": { - "name": "pp", - "id": "666778343575781387", - "author": "376553492833239051", - "animated": false, - "created": 1579042745, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "p_peachdance": { - "name": "p_peachdance", - "id": "786948063834013706", - "author": "718818001633280071", - "animated": true, - "created": 1607693439, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "p_penguinknife1": { - "name": "p_penguinknife1", - "id": "786677914967212082", - "author": "718818001633280071", - "animated": false, - "created": 1607629030, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "p_penguinstare": { - "name": "p_penguinstare", - "id": "786678820299997184", - "author": "718818001633280071", - "animated": false, - "created": 1607629246, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "p_PepePants": { - "name": "p_PepePants", - "id": "786156434689228812", - "author": "676134602837852172", - "animated": true, - "created": 1607504700, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "PPHop": { - "name": "PPHop", - "id": "734243583267176528", - "author": "255538055555842049", - "animated": true, - "created": 1595127712, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ppog": { - "name": "ppog", - "id": "545794996448788480", - "author": "272094002465996811", - "animated": false, - "created": 1550198067, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ppoverheat": { - "name": "ppoverheat", - "id": "732686913106083971", - "author": "515897683219578900", - "animated": true, - "created": 1594756572, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pq": { - "name": "pq", - "id": "755771908837998592", - "author": "366627806831968257", - "animated": false, - "created": 1600260464, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pr": { - "name": "pr", - "id": "492048570346897428", - "author": "150657331212976128", - "animated": false, - "created": 1525387947, - "modified": 1537383937, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "praisedasun": { - "name": "praisedasun", - "id": "782378143909412895", - "author": "739300261763350600", - "animated": true, - "created": 1606603885, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Pratblushjabkartiha": { - "name": "Pratblushjabkartiha", - "id": "786590710593093644", - "author": "745373578664476892", - "animated": false, - "created": 1607608239, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pray": { - "name": "pray", - "id": "750445839482093589", - "author": "474969149207216138", - "animated": true, - "created": 1598990630, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pr_bandaid1": { - "name": "pr_bandaid1", - "id": "786678370624208956", - "author": "718818001633280071", - "animated": false, - "created": 1607629139, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pr_bow2": { - "name": "pr_bow2", - "id": "786678412906594305", - "author": "718818001633280071", - "animated": false, - "created": 1607629149, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pr_butterfly4": { - "name": "pr_butterfly4", - "id": "786678392291459082", - "author": "718818001633280071", - "animated": false, - "created": 1607629144, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "precio": { - "name": "precio", - "id": "749390645696921662", - "author": "395696844493160449", - "animated": false, - "created": 1598739053, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "precoce": { - "name": "precoce", - "id": "741801628923068477", - "author": "670458394494238760", - "animated": false, - "created": 1596929690, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pregunta": { - "name": "pregunta", - "id": "767197915324088321", - "author": "584556882216353792", - "animated": false, - "created": 1602984636, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "premio": { - "name": "premio", - "id": "759980000958611487", - "author": "705090233615515648", - "animated": false, - "created": 1601263752, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "prepara": { - "name": "prepara", - "id": "766666137127092255", - "author": "704662972739616809", - "animated": false, - "created": 1602857851, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "presio": { - "name": "presio", - "id": "709798804878131210", - "author": "676324374579642388", - "animated": false, - "created": 1589299622, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pressf": { - "name": "pressf", - "id": "744921240329912360", - "author": "498841314927050753", - "animated": false, - "created": 1597673463, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pr_heart16": { - "name": "pr_heart16", - "id": "786677085468360744", - "author": "718818001633280071", - "animated": false, - "created": 1607628833, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Primogem": { - "name": "Primogem", - "id": "765890102307061810", - "author": "376792620418203673", - "animated": false, - "created": 1602672830, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "privaticese": { - "name": "privaticese", - "id": "783066085754011649", - "author": "721319573877424210", - "animated": false, - "created": 1606767903, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "p_roar": { - "name": "p_roar", - "id": "773590514574163988", - "author": "600654380307447839", - "animated": false, - "created": 1604508751, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "proteina": { - "name": "proteina", - "id": "758794815441207356", - "author": "655227024453140512", - "animated": true, - "created": 1600981181, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Protodance": { - "name": "Protodance", - "id": "586481819512340482", - "author": "393567379365560335", - "animated": true, - "created": 1559898562, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ProtogenBaile": { - "name": "ProtogenBaile", - "id": "779940000447201310", - "author": "741850493088694343", - "animated": true, - "created": 1606022586, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "proud": { - "name": "proud", - "id": "620312953895387146", - "author": "233661873382227968", - "animated": false, - "created": 1567964533, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "prusia": { - "name": "prusia", - "id": "777250040041046026", - "author": "293107176355004416", - "animated": false, - "created": 1605381250, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "prxGasm": { - "name": "prxGasm", - "id": "623655953002266624", - "author": "140516693242937345", - "animated": false, - "created": 1568761566, - "modified": 1568761572, - "preserve": true, - "description": null, - "nsfw": "MOD_NSFW" - }, - "PS": { - "name": "PS", - "id": "782609503740100618", - "author": "293107176355004416", - "animated": false, - "created": 1606659045, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ps5": { - "name": "ps5", - "id": "777590690464268299", - "author": "503924871353335814", - "animated": false, - "created": 1605462467, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pShota": { - "name": "pShota", - "id": "624462965768323102", - "author": "140293604726800385", - "animated": false, - "created": 1568953973, - "modified": 1568953981, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "psy": { - "name": "psy", - "id": "775130075170734130", - "author": "423915249662427137", - "animated": false, - "created": 1604875811, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "psychi": { - "name": "psychi", - "id": "782287556132864032", - "author": "293107176355004416", - "animated": false, - "created": 1606582287, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "PsyCrack": { - "name": "PsyCrack", - "id": "783107075373793291", - "author": "302106586401472512", - "animated": false, - "created": 1606777676, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Psyduck": { - "name": "Psyduck", - "id": "721080176943038635", - "author": "302106586401472512", - "animated": false, - "created": 1591989311, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "p_Teddy": { - "name": "p_Teddy", - "id": "782674910107271228", - "author": "700050219995496568", - "animated": false, - "created": 1606674640, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ptm": { - "name": "ptm", - "id": "711019607212687432", - "author": "529227757423558687", - "animated": false, - "created": 1589590684, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ptmflowet": { - "name": "ptmflowet", - "id": "774699836498903040", - "author": "293107176355004416", - "animated": false, - "created": 1604773234, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Ptmggius": { - "name": "Ptmggius", - "id": "781559891043024936", - "author": "368558529268809728", - "animated": false, - "created": 1606408798, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ptmplatano": { - "name": "ptmplatano", - "id": "768145845244788777", - "author": "293107176355004416", - "animated": false, - "created": 1603210641, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ptmplatanoo": { - "name": "ptmplatanoo", - "id": "772555122403967026", - "author": "293107176355004416", - "animated": false, - "created": 1604261894, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ptmplatanooo": { - "name": "ptmplatanooo", - "id": "773279248253321237", - "author": "489049747349438465", - "animated": false, - "created": 1604434539, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "p_toybox": { - "name": "p_toybox", - "id": "788732939633557505", - "author": "721415443700514847", - "animated": false, - "created": 1608118986, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "PUBGM": { - "name": "PUBGM", - "id": "789182820768677908", - "author": "694588377743228968", - "animated": false, - "created": 1608226246, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pucha": { - "name": "pucha", - "id": "667029251492544512", - "author": "391343598374879232", - "animated": true, - "created": 1579102566, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "puchero": { - "name": "puchero", - "id": "784513848408670218", - "author": "431225704563081216", - "animated": false, - "created": 1607113077, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pug": { - "name": "pug", - "id": "732708213262123068", - "author": "626137162290561054", - "animated": true, - "created": 1594761651, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "PugBaile": { - "name": "PugBaile", - "id": "782909702446383104", - "author": "741850493088694343", - "animated": true, - "created": 1606730618, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pugDance": { - "name": "pugDance", - "id": "771570006437789696", - "author": "763240979091292180", - "animated": true, - "created": 1604027024, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "PuggoDance": { - "name": "PuggoDance", - "id": "786156102613598230", - "author": "676134602837852172", - "animated": true, - "created": 1607504621, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "puke": { - "name": "puke", - "id": "497724811032920065", - "author": "244508568517083136", - "animated": false, - "created": 1538737285, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pukery": { - "name": "pukery", - "id": "760898302245470218", - "author": "203208699500560385", - "animated": true, - "created": 1601482692, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "PulidoMamadisimo": { - "name": "PulidoMamadisimo", - "id": "764905624815009822", - "author": "336682771995164684", - "animated": false, - "created": 1602438112, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pum": { - "name": "pum", - "id": "691362083983458428", - "author": "620033832032141313", - "animated": false, - "created": 1584903966, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "punchwaman": { - "name": "punchwaman", - "id": "764583272722071619", - "author": "725836189558636656", - "animated": true, - "created": 1602361257, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "punchXD": { - "name": "punchXD", - "id": "788550445840072734", - "author": "750794811224752160", - "animated": false, - "created": 1608075476, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "PU_Pogoo": { - "name": "PU_Pogoo", - "id": "784146655024775208", - "author": "742349989795201065", - "animated": false, - "created": 1607025531, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "puppyrun": { - "name": "puppyrun", - "id": "786156220309831730", - "author": "676134602837852172", - "animated": true, - "created": 1607504649, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "puro": { - "name": "puro", - "id": "587347672831229974", - "author": "497841425904435203", - "animated": false, - "created": 1560104997, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Purobaile": { - "name": "Purobaile", - "id": "789679933949476913", - "author": "788499057798414398", - "animated": true, - "created": 1608344767, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "PuroDance": { - "name": "PuroDance", - "id": "788783583066193932", - "author": "527593366645506058", - "animated": true, - "created": 1608131061, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "puro_pat": { - "name": "puro_pat", - "id": "787713721311952897", - "author": "692353244529426465", - "animated": true, - "created": 1607875986, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "PurpleGuy": { - "name": "PurpleGuy", - "id": "699338632674410638", - "author": "435515741517643777", - "animated": false, - "created": 1586805723, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "purple_hearts": { - "name": "purple_hearts", - "id": "781878835859423232", - "author": "548201429584838677", - "animated": true, - "created": 1606484841, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "PurpleStud": { - "name": "PurpleStud", - "id": "782149187043196938", - "author": "496037931140513800", - "animated": true, - "created": 1606549297, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pusheenblob": { - "name": "pusheenblob", - "id": "492048572179677195", - "author": "140516693242937345", - "animated": false, - "created": 1532109313, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "pussy": { - "name": "pussy", - "id": "511357370765410319", - "author": "376159435258593290", - "animated": false, - "created": 1541987532, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "puta": { - "name": "puta", - "id": "584658334385307658", - "author": "531653885543317508", - "animated": false, - "created": 1559463809, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "puta2": { - "name": "puta2", - "id": "788449733210537984", - "author": "740457917374922765", - "animated": false, - "created": 1608051465, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "putabida": { - "name": "putabida", - "id": "681208742314115135", - "author": "658269515783864320", - "animated": false, - "created": 1582483220, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "putamadrediosyaviene": { - "name": "putamadrediosyaviene", - "id": "789183909538955294", - "author": "727283870461984839", - "animated": false, - "created": 1608226506, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "putazo": { - "name": "putazo", - "id": "779947870387437568", - "author": "701103722453008518", - "animated": false, - "created": 1606024463, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pute": { - "name": "pute", - "id": "773822376546009098", - "author": "714174249975414787", - "animated": false, - "created": 1604564031, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "putin": { - "name": "putin", - "id": "701500412791881729", - "author": "389235933716938762", - "animated": true, - "created": 1587321131, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "puto": { - "name": "puto", - "id": "582332991817383936", - "author": "514491301560057877", - "animated": true, - "created": 1558909404, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "puto_luis": { - "name": "puto_luis", - "id": "783043409773854720", - "author": "506217102622064651", - "animated": false, - "created": 1606762497, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "putos": { - "name": "putos", - "id": "760881640669970443", - "author": "680493273990955123", - "animated": false, - "created": 1601478719, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "pypi": { - "name": "pypi", - "id": "492048574826283018", - "author": "356091260429402122", - "animated": false, - "created": 1535265560, - "modified": 1537383938, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "python": { - "name": "python", - "id": "492048577099595781", - "author": "140516693242937345", - "animated": false, - "created": 1525875125, - "modified": 1537383939, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "python2": { - "name": "python2", - "id": "492048578773123072", - "author": "140516693242937345", - "animated": false, - "created": 1525387947, - "modified": 1537383939, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "python3": { - "name": "python3", - "id": "492048580417290251", - "author": "140516693242937345", - "animated": false, - "created": 1525387947, - "modified": 1537383940, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "Qassam": { - "name": "Qassam", - "id": "789668644874616832", - "author": "608769815150198784", - "animated": false, - "created": 1608342076, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "qbheart": { - "name": "qbheart", - "id": "786186280324169749", - "author": "676134602837852172", - "animated": true, - "created": 1607511816, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "qe": { - "name": "qe", - "id": "788431087981953044", - "author": "453303780449189888", - "animated": false, - "created": 1608047019, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "qienporongasos": { - "name": "qienporongasos", - "id": "786801666535849984", - "author": "761590261502574682", - "animated": false, - "created": 1607658535, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "qiensos": { - "name": "qiensos", - "id": "732118446795391008", - "author": "359531364019601419", - "animated": false, - "created": 1594621039, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "qiqiweird": { - "name": "qiqiweird", - "id": "775331724296323072", - "author": "209280535174971393", - "animated": false, - "created": 1604923888, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "qque": { - "name": "qque", - "id": "765394422253748245", - "author": "370757129268887553", - "animated": false, - "created": 1602554650, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "qt": { - "name": "qt", - "id": "785891620159619102", - "author": "666294632300412928", - "animated": false, - "created": 1607441563, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "qtierno": { - "name": "qtierno", - "id": "785381899622416404", - "author": "358457900546654209", - "animated": false, - "created": 1607320036, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "qu": { - "name": "qu", - "id": "780588810878451722", - "author": "391034154705485836", - "animated": false, - "created": 1606177275, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Quby004": { - "name": "Quby004", - "id": "786154717998481409", - "author": "676134602837852172", - "animated": true, - "created": 1607504290, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Quby005": { - "name": "Quby005", - "id": "786154735220424714", - "author": "676134602837852172", - "animated": true, - "created": 1607504294, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "que": { - "name": "que", - "id": "599217360024633354", - "author": "342084411224752128", - "animated": false, - "created": 1562934951, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "que22": { - "name": "que22", - "id": "789607759909355521", - "author": "640273123165470720", - "animated": false, - "created": 1608327561, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "quedaste": { - "name": "quedaste", - "id": "766181038279098388", - "author": "450903155572736000", - "animated": false, - "created": 1602742194, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "quede": { - "name": "quede", - "id": "741900765890740256", - "author": "705592580196270120", - "animated": false, - "created": 1596953326, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "quedeLoL": { - "name": "quedeLoL", - "id": "782765482674618388", - "author": "601131588654465051", - "animated": false, - "created": 1606696234, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "quedo": { - "name": "quedo", - "id": "789837981699407873", - "author": "586219689466658816", - "animated": false, - "created": 1608382449, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "quee": { - "name": "quee", - "id": "776230280075411477", - "author": "466061790627889167", - "animated": false, - "created": 1605138120, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "quehiciste": { - "name": "quehiciste", - "id": "678070601432170526", - "author": "417138170430357524", - "animated": false, - "created": 1581735029, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "quehino": { - "name": "quehino", - "id": "786085545796304916", - "author": "325346618364788737", - "animated": true, - "created": 1607487798, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Quepasa": { - "name": "Quepasa", - "id": "777500743246413886", - "author": "708962087937769484", - "animated": false, - "created": 1605441022, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "quepasomaster": { - "name": "quepasomaster", - "id": "686666211500884030", - "author": "631964191409963013", - "animated": false, - "created": 1583784382, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "queso": { - "name": "queso", - "id": "674714609919328257", - "author": "658269515783864320", - "animated": false, - "created": 1580934898, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "quetalloquis": { - "name": "quetalloquis", - "id": "786296539903164446", - "author": "302106586401472512", - "animated": false, - "created": 1607538103, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "quewea": { - "name": "quewea", - "id": "785046873542098944", - "author": "689614029555236964", - "animated": false, - "created": 1607240160, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "quickball": { - "name": "quickball", - "id": "784224657942511678", - "author": "726110827278499891", - "animated": false, - "created": 1607044128, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "quicoxd": { - "name": "quicoxd", - "id": "788260477091708950", - "author": "705580144936484915", - "animated": false, - "created": 1608006343, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "quien": { - "name": "quien", - "id": "759339022173601862", - "author": "523362457050284044", - "animated": false, - "created": 1601110930, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "quien_pingeo": { - "name": "quien_pingeo", - "id": "775159670272032788", - "author": "618287304447885312", - "animated": false, - "created": 1604882867, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "quiensos": { - "name": "quiensos", - "id": "729355610117767268", - "author": "705592580196270120", - "animated": false, - "created": 1593962328, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "quieres": { - "name": "quieres", - "id": "582075212300943360", - "author": "97104885337575424", - "animated": false, - "created": 1558847945, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "quiet2": { - "name": "quiet2", - "id": "789555354769686528", - "author": "568113558202875914", - "animated": false, - "created": 1608315065, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "quitese1": { - "name": "quitese1", - "id": "780953295505981470", - "author": "604314705175117838", - "animated": false, - "created": 1606264175, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "rabu": { - "name": "rabu", - "id": "786591357807886377", - "author": "745373578664476892", - "animated": false, - "created": 1607608393, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "rachel": { - "name": "rachel", - "id": "787731249832656896", - "author": "373893861950488576", - "animated": true, - "created": 1607880165, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "racistcartoon": { - "name": "racistcartoon", - "id": "782154983021084672", - "author": "496037931140513800", - "animated": true, - "created": 1606550679, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Racpaws": { - "name": "Racpaws", - "id": "782978423395057675", - "author": "577326591902875670", - "animated": false, - "created": 1606747003, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "raedab": { - "name": "raedab", - "id": "757364080217555064", - "author": "662008793022070810", - "animated": false, - "created": 1600640067, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "rage": { - "name": "rage", - "id": "631673233686659092", - "author": "152847981220069377", - "animated": false, - "created": 1570673034, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "raging": { - "name": "raging", - "id": "786152813147324477", - "author": "676134602837852172", - "animated": true, - "created": 1607503836, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "RaikoCry": { - "name": "RaikoCry", - "id": "788548798761926677", - "author": "394963849834659840", - "animated": false, - "created": 1608075084, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "raikodance": { - "name": "raikodance", - "id": "773361827697524796", - "author": "739936426799661086", - "animated": true, - "created": 1604454228, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "rainbawoo": { - "name": "rainbawoo", - "id": "492048586234789898", - "author": "140516693242937345", - "animated": false, - "created": 1527731442, - "modified": 1537383941, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "rainblob": { - "name": "rainblob", - "id": "492048587941871626", - "author": "140516693242937345", - "animated": false, - "created": 1531976441, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "RainbowArnosGrapeFish": { - "name": "RainbowArnosGrapeFish", - "id": "783460475152498708", - "author": "328327250682576897", - "animated": true, - "created": 1606861933, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "RainBowAYAYA": { - "name": "RainBowAYAYA", - "id": "787810934307160134", - "author": "660670358050832404", - "animated": true, - "created": 1607899163, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "rainbowcatshrug": { - "name": "rainbowcatshrug", - "id": "786154802827886592", - "author": "676134602837852172", - "animated": true, - "created": 1607504311, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "RainbowF": { - "name": "RainbowF", - "id": "788233583860252734", - "author": "527593366645506058", - "animated": false, - "created": 1607999931, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "raised_eyebrow": { - "name": "raised_eyebrow", - "id": "519485839261171720", - "author": "140516693242937345", - "animated": false, - "created": 1543925475, - "modified": 1546034884, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "Rakanaaah": { - "name": "Rakanaaah", - "id": "783344777718530069", - "author": "521802133796945962", - "animated": false, - "created": 1606834348, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ralsei": { - "name": "ralsei", - "id": "742245017527255070", - "author": "610238556006383825", - "animated": true, - "created": 1597035402, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "RalseiBaile": { - "name": "RalseiBaile", - "id": "779822496869515274", - "author": "741850493088694343", - "animated": true, - "created": 1605994571, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ranaconflow": { - "name": "ranaconflow", - "id": "789743119046148096", - "author": "747555334410731672", - "animated": false, - "created": 1608359832, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "rancio": { - "name": "rancio", - "id": "781009419974475817", - "author": "546444302348320778", - "animated": false, - "created": 1606277560, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "rangupog": { - "name": "rangupog", - "id": "780925513127559198", - "author": "418989117163175948", - "animated": false, - "created": 1606257551, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "rape": { - "name": "rape", - "id": "695075781185110036", - "author": "461818566510116895", - "animated": true, - "created": 1585789380, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "RaphiWink": { - "name": "RaphiWink", - "id": "782740781222985738", - "author": "507735062955950080", - "animated": false, - "created": 1606690344, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "raph_peek": { - "name": "raph_peek", - "id": "782676761112215622", - "author": "700050219995496568", - "animated": false, - "created": 1606675081, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "raph_yawm": { - "name": "raph_yawm", - "id": "782676728573067264", - "author": "700050219995496568", - "animated": false, - "created": 1606675073, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "rasbun": { - "name": "rasbun", - "id": "771280826863976448", - "author": "498084138507567105", - "animated": false, - "created": 1603958079, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "rashappy": { - "name": "rashappy", - "id": "750520433287102584", - "author": "353109234201788427", - "animated": false, - "created": 1599008415, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "rashappyextreme": { - "name": "rashappyextreme", - "id": "750523771756085248", - "author": "353109234201788427", - "animated": false, - "created": 1599009211, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "raspeeposad": { - "name": "raspeeposad", - "id": "749851990334373958", - "author": "353109234201788427", - "animated": false, - "created": 1598849046, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "rassparkles": { - "name": "rassparkles", - "id": "701984030106845194", - "author": "498084138507567105", - "animated": true, - "created": 1587436435, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "rasweird": { - "name": "rasweird", - "id": "595017369500516353", - "author": "105066469422796800", - "animated": false, - "created": 1561933595, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "rata": { - "name": "rata", - "id": "775189812168622150", - "author": "718976077413744701", - "animated": false, - "created": 1604890053, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "rataconpistola": { - "name": "rataconpistola", - "id": "785286694542901259", - "author": "406308174497316865", - "animated": false, - "created": 1607297338, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ratalia": { - "name": "ratalia", - "id": "740790942411259945", - "author": "571189564786606082", - "animated": true, - "created": 1596688724, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ratatuile": { - "name": "ratatuile", - "id": "785944231872954392", - "author": "702536106834526259", - "animated": false, - "created": 1607454107, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "rataxd": { - "name": "rataxd", - "id": "718157790119723049", - "author": "348642480138485760", - "animated": false, - "created": 1591292560, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "RatDog": { - "name": "RatDog", - "id": "788745943113662494", - "author": "524919681753284630", - "animated": false, - "created": 1608122087, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "RatSimp": { - "name": "RatSimp", - "id": "749362769715003533", - "author": "308452846834155530", - "animated": false, - "created": 1598732406, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ravefox": { - "name": "ravefox", - "id": "767200767383175209", - "author": "553972113602641930", - "animated": false, - "created": 1602985316, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "raven": { - "name": "raven", - "id": "672057298923028498", - "author": "281563194843987968", - "animated": false, - "created": 1580301346, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "RavenMains": { - "name": "RavenMains", - "id": "723118433754939415", - "author": "425046879047385108", - "animated": false, - "created": 1592475269, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ravi": { - "name": "ravi", - "id": "781409099677564958", - "author": "274724839670153218", - "animated": true, - "created": 1606372847, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "raw": { - "name": "raw", - "id": "784341916811657216", - "author": "431225704563081216", - "animated": false, - "created": 1607072085, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "raw1": { - "name": "raw1", - "id": "784343398995066880", - "author": "431225704563081216", - "animated": false, - "created": 1607072438, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "raw2": { - "name": "raw2", - "id": "784348684778209330", - "author": "431225704563081216", - "animated": false, - "created": 1607073699, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "rawr": { - "name": "rawr", - "id": "775037227768086528", - "author": "303963315061915648", - "animated": false, - "created": 1604853674, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "RaySmile": { - "name": "RaySmile", - "id": "781347893759967232", - "author": "448827482179895304", - "animated": false, - "created": 1606358254, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "raziya": { - "name": "raziya", - "id": "787722816383615006", - "author": "182850025007742976", - "animated": false, - "created": 1607878154, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "razon": { - "name": "razon", - "id": "776865334614556752", - "author": "453303780449189888", - "animated": false, - "created": 1605289529, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "razorweird": { - "name": "razorweird", - "id": "775331750339149824", - "author": "209280535174971393", - "animated": false, - "created": 1604923894, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Rbear_dead": { - "name": "Rbear_dead", - "id": "782673681691967499", - "author": "700050219995496568", - "animated": true, - "created": 1606674347, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Rbear_hug": { - "name": "Rbear_hug", - "id": "782673669259264080", - "author": "700050219995496568", - "animated": false, - "created": 1606674344, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "rcagaste": { - "name": "rcagaste", - "id": "776193220555964466", - "author": "659572887086170113", - "animated": false, - "created": 1605129284, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "r_catboy": { - "name": "r_catboy", - "id": "788732861452124160", - "author": "721415443700514847", - "animated": false, - "created": 1608118968, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "r_catgrl": { - "name": "r_catgrl", - "id": "788732875427282944", - "author": "721415443700514847", - "animated": false, - "created": 1608118971, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "RE": { - "name": "RE", - "id": "456867149714292737", - "author": "284926618714243074", - "animated": false, - "created": 1529010416, - "modified": 1533892039, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "reacao": { - "name": "reacao", - "id": "764587720206581760", - "author": "703704158665965568", - "animated": false, - "created": 1602362318, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "realitystone": { - "name": "realitystone", - "id": "784149834357014568", - "author": "496037931140513800", - "animated": false, - "created": 1607026289, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "really": { - "name": "really", - "id": "701551683150282812", - "author": "617138733459832866", - "animated": false, - "created": 1587333355, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "realshit": { - "name": "realshit", - "id": "539847455798460421", - "author": "376162092882853900", - "animated": false, - "created": 1548780063, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "rebotin": { - "name": "rebotin", - "id": "777252924623028264", - "author": "705888505154502697", - "animated": false, - "created": 1605381937, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "re_clapclap": { - "name": "re_clapclap", - "id": "786949268707213313", - "author": "718818001633280071", - "animated": true, - "created": 1607693726, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Reconfirmo": { - "name": "Reconfirmo", - "id": "668527882443685888", - "author": "476119413473673226", - "animated": false, - "created": 1579459867, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "recontraputo": { - "name": "recontraputo", - "id": "786804139815993344", - "author": "293107176355004416", - "animated": false, - "created": 1607659125, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "red": { - "name": "red", - "id": "682294165735735341", - "author": "600878457886474251", - "animated": true, - "created": 1582742005, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "red2": { - "name": "red2", - "id": "773604586077421629", - "author": "436639693073809418", - "animated": true, - "created": 1604512106, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "RED_296": { - "name": "RED_296", - "id": "785742471614562304", - "author": "715606162224971898", - "animated": true, - "created": 1607406003, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "redcape": { - "name": "redcape", - "id": "781348589036240906", - "author": "448827482179895304", - "animated": false, - "created": 1606358420, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "reddit": { - "name": "reddit", - "id": "768217731949920346", - "author": "496037931140513800", - "animated": false, - "created": 1603227780, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "reder": { - "name": "reder", - "id": "775427567464218734", - "author": "452839284890664970", - "animated": false, - "created": 1604946738, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "reder2": { - "name": "reder2", - "id": "777721158665633813", - "author": "452839284890664970", - "animated": false, - "created": 1605493575, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "reder3": { - "name": "reder3", - "id": "786336794312310804", - "author": "452839284890664970", - "animated": false, - "created": 1607547701, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "reder4": { - "name": "reder4", - "id": "786378707685867530", - "author": "452839284890664970", - "animated": false, - "created": 1607557694, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "RedF": { - "name": "RedF", - "id": "788233508841586709", - "author": "527593366645506058", - "animated": false, - "created": 1607999913, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "redkilling": { - "name": "redkilling", - "id": "783359224208949288", - "author": "330070979927605260", - "animated": false, - "created": 1606837793, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "redlaflame": { - "name": "redlaflame", - "id": "790091079848296458", - "author": "219580469933506560", - "animated": false, - "created": 1608442792, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "redstaru": { - "name": "redstaru", - "id": "786052140434587689", - "author": "592064686896185433", - "animated": false, - "created": 1607479834, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "redtick": { - "name": "redtick", - "id": "492049233546051584", - "author": "140516693242937345", - "animated": false, - "created": 1531976453, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "REE": { - "name": "REE", - "id": "422106310595837953", - "author": "386592467027492876", - "animated": true, - "created": 1525387947, - "modified": 1533892039, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "REEE": { - "name": "REEE", - "id": "416117480516485121", - "author": "140516693242937345", - "animated": false, - "created": 1525387947, - "modified": 1533892039, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Reeee": { - "name": "Reeee", - "id": "424560897998979072", - "author": "316771497014198272", - "animated": false, - "created": 1525387947, - "modified": 1533892039, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "reeeee": { - "name": "reeeee", - "id": "722681067298881548", - "author": "384734346734469121", - "animated": false, - "created": 1592370993, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "reeeeee": { - "name": "reeeeee", - "id": "692309068110495744", - "author": "169058139285487616", - "animated": false, - "created": 1585129744, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "reek": { - "name": "reek", - "id": "768928988491415576", - "author": "258074344725413889", - "animated": false, - "created": 1603397357, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ReginaCrocodileTears": { - "name": "ReginaCrocodileTears", - "id": "788955776545980426", - "author": "462547159032659973", - "animated": true, - "created": 1608172115, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "RegionEU": { - "name": "RegionEU", - "id": "782883614240145479", - "author": "683736512776372266", - "animated": false, - "created": 1606724399, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "RegionNA": { - "name": "RegionNA", - "id": "782883448086986753", - "author": "683736512776372266", - "animated": false, - "created": 1606724359, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "RegionOCE": { - "name": "RegionOCE", - "id": "782883701377204225", - "author": "683736512776372266", - "animated": false, - "created": 1606724419, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "regret": { - "name": "regret", - "id": "772784789811232768", - "author": "488694672441737236", - "animated": false, - "created": 1604316652, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "regreteverything": { - "name": "regreteverything", - "id": "782458948317741056", - "author": "488694672441737236", - "animated": false, - "created": 1606623150, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "rei": { - "name": "rei", - "id": "780896834629140493", - "author": "586365354713022478", - "animated": false, - "created": 1606250713, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "rei_chikita": { - "name": "rei_chikita", - "id": "782264835567648770", - "author": "469243442904432640", - "animated": false, - "created": 1606576870, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Reijin": { - "name": "Reijin", - "id": "789466845572497419", - "author": "245668715067080704", - "animated": false, - "created": 1608293963, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "reimu": { - "name": "reimu", - "id": "708408246960128040", - "author": "511549289558966285", - "animated": true, - "created": 1588968087, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "reimudab": { - "name": "reimudab", - "id": "782319180363071488", - "author": "718976077413744701", - "animated": false, - "created": 1606589827, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "reimudance": { - "name": "reimudance", - "id": "773363072269418527", - "author": "739936426799661086", - "animated": true, - "created": 1604454524, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "reimufacepalm": { - "name": "reimufacepalm", - "id": "782325619748503553", - "author": "718976077413744701", - "animated": false, - "created": 1606591362, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ReimuPeek": { - "name": "ReimuPeek", - "id": "782662731840749598", - "author": "441764984012144651", - "animated": false, - "created": 1606671736, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "reindeerblob": { - "name": "reindeerblob", - "id": "492049235873759233", - "author": "140516693242937345", - "animated": false, - "created": 1531976723, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "reisen": { - "name": "reisen", - "id": "708344025832226827", - "author": "511549289558966285", - "animated": true, - "created": 1588952776, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "relacionessexuales": { - "name": "relacionessexuales", - "id": "789186173699620884", - "author": "727283870461984839", - "animated": false, - "created": 1608227046, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "relax": { - "name": "relax", - "id": "781357784506564608", - "author": "753681432718737480", - "animated": false, - "created": 1606360612, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "rem": { - "name": "rem", - "id": "696114823867400282", - "author": "552553608521187348", - "animated": false, - "created": 1586037107, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "remiblock": { - "name": "remiblock", - "id": "764136301527171092", - "author": "185567942555992064", - "animated": false, - "created": 1602254691, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "remilia": { - "name": "remilia", - "id": "708529999220572191", - "author": "511549289558966285", - "animated": true, - "created": 1588997115, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "RemThink": { - "name": "RemThink", - "id": "781343593239281685", - "author": "448827482179895304", - "animated": false, - "created": 1606357229, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "remy": { - "name": "remy", - "id": "773364554692296734", - "author": "739936426799661086", - "animated": false, - "created": 1604454878, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "remyma": { - "name": "remyma", - "id": "787367843616391188", - "author": "163352673456881667", - "animated": true, - "created": 1607793522, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ren_haiiiii": { - "name": "ren_haiiiii", - "id": "788490167350460436", - "author": "225038304079380480", - "animated": false, - "created": 1608061105, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ren_Haiti": { - "name": "ren_Haiti", - "id": "789584890898939994", - "author": "225038304079380480", - "animated": false, - "created": 1608322107, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "renshrug": { - "name": "renshrug", - "id": "784032509750149141", - "author": "293107176355004416", - "animated": false, - "created": 1606998317, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "repoop": { - "name": "repoop", - "id": "783138978463350804", - "author": "276877342008279041", - "animated": false, - "created": 1606785282, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "report": { - "name": "report", - "id": "755773492603125832", - "author": "621875607839440916", - "animated": false, - "created": 1600260842, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "reputo": { - "name": "reputo", - "id": "687065339963768900", - "author": "543468933974589440", - "animated": false, - "created": 1583879542, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "rerata": { - "name": "rerata", - "id": "786184017346428938", - "author": "543468933974589440", - "animated": false, - "created": 1607511276, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "residentsleeper": { - "name": "residentsleeper", - "id": "515161388096815113", - "author": "156717197786480640", - "animated": false, - "created": 1542894446, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "resitas": { - "name": "resitas", - "id": "627831100034777088", - "author": "425046879047385108", - "animated": true, - "created": 1569756998, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "resleep": { - "name": "resleep", - "id": "737820140023840889", - "author": "353109234201788427", - "animated": false, - "created": 1595980429, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "respect": { - "name": "respect", - "id": "711586308631560273", - "author": "317319342523940865", - "animated": false, - "created": 1589725796, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "retard": { - "name": "retard", - "id": "695510123111645215", - "author": "673279003762622486", - "animated": false, - "created": 1585892935, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "retarded": { - "name": "retarded", - "id": "773976849457479751", - "author": "381866876483141632", - "animated": false, - "created": 1604600860, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "retardedchie": { - "name": "retardedchie", - "id": "778647944848080958", - "author": "279764106926620684", - "animated": true, - "created": 1605714536, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "retrol": { - "name": "retrol", - "id": "776863804641771520", - "author": "453303780449189888", - "animated": false, - "created": 1605289164, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Reus": { - "name": "Reus", - "id": "748553514577297460", - "author": "407646561141522443", - "animated": false, - "created": 1598539465, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "reusdrogado": { - "name": "reusdrogado", - "id": "750876181347303515", - "author": "407646561141522443", - "animated": false, - "created": 1599093232, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "reusescupiendo": { - "name": "reusescupiendo", - "id": "752277132834766849", - "author": "407646561141522443", - "animated": true, - "created": 1599427245, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "revel": { - "name": "revel", - "id": "781309827074490399", - "author": "293107176355004416", - "animated": false, - "created": 1606349178, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "reverse": { - "name": "reverse", - "id": "508728519782694930", - "author": "400329759898337280", - "animated": false, - "created": 1541360752, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "reverse1": { - "name": "reverse1", - "id": "769263743174705212", - "author": "406558013848289281", - "animated": false, - "created": 1603477168, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "reverse2": { - "name": "reverse2", - "id": "784415322764738650", - "author": "406558013848289281", - "animated": false, - "created": 1607089586, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "reverse_card": { - "name": "reverse_card", - "id": "745126696386166886", - "author": "501201955851599893", - "animated": false, - "created": 1597722448, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "reversecard": { - "name": "reversecard", - "id": "599257907556777985", - "author": "282919291672723467", - "animated": false, - "created": 1562944619, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "reversedbog": { - "name": "reversedbog", - "id": "786309876183859221", - "author": "329215542730948609", - "animated": false, - "created": 1607541283, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "reverserealm": { - "name": "reverserealm", - "id": "787997773001523220", - "author": "294383386393575426", - "animated": true, - "created": 1607943709, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "revive": { - "name": "revive", - "id": "743161498922385469", - "author": "532025158865780756", - "animated": false, - "created": 1597253908, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "revivethechat": { - "name": "revivethechat", - "id": "786700163896705024", - "author": "711736084438057031", - "animated": false, - "created": 1607634335, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "rexpog": { - "name": "rexpog", - "id": "790020921397477396", - "author": "679596611323953175", - "animated": false, - "created": 1608426065, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "rey": { - "name": "rey", - "id": "780682056249901057", - "author": "741850493088694343", - "animated": false, - "created": 1606199506, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "r_fh_vampi_dance": { - "name": "r_fh_vampi_dance", - "id": "785742029841367060", - "author": "715606162224971898", - "animated": true, - "created": 1607405898, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "r_fh_wipeki_cycle": { - "name": "r_fh_wipeki_cycle", - "id": "785742041576505355", - "author": "715606162224971898", - "animated": true, - "created": 1607405901, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "RG_vomito": { - "name": "RG_vomito", - "id": "780895020554387476", - "author": "434521154745663488", - "animated": true, - "created": 1606250281, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "rhweird": { - "name": "rhweird", - "id": "695465994872946688", - "author": "294946270861328385", - "animated": false, - "created": 1585882414, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "rhysangy": { - "name": "rhysangy", - "id": "782106518056861746", - "author": "690953891482828890", - "animated": true, - "created": 1606539124, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ri": { - "name": "ri", - "id": "773365629574578216", - "author": "739936426799661086", - "animated": false, - "created": 1604455134, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "rianse": { - "name": "rianse", - "id": "755634131244941332", - "author": "567140961650737162", - "animated": false, - "created": 1600227615, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Ricardao": { - "name": "Ricardao", - "id": "556679952800546836", - "author": "311533937853857793", - "animated": true, - "created": 1552793243, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ricardo": { - "name": "ricardo", - "id": "534605603969040384", - "author": "408760177916117003", - "animated": false, - "created": 1547530308, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ricardoRGB": { - "name": "ricardoRGB", - "id": "784469977784647701", - "author": "772637906304892958", - "animated": true, - "created": 1607102617, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ricardosmile": { - "name": "ricardosmile", - "id": "774509869054033972", - "author": "125807113569042432", - "animated": false, - "created": 1604727942, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "riceball": { - "name": "riceball", - "id": "789130791505756211", - "author": "562613937531518986", - "animated": false, - "created": 1608213842, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "richasf": { - "name": "richasf", - "id": "740504170506747916", - "author": "300283548470870016", - "animated": true, - "created": 1596620352, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "richsu": { - "name": "richsu", - "id": "781462607004958730", - "author": "112471608865624064", - "animated": false, - "created": 1606385604, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "richthenk": { - "name": "richthenk", - "id": "757946595571531827", - "author": "428461954064056340", - "animated": false, - "created": 1600778950, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Rick": { - "name": "Rick", - "id": "786154692362633227", - "author": "676134602837852172", - "animated": true, - "created": 1607504284, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "rickblob": { - "name": "rickblob", - "id": "492049241456377896", - "author": "140516693242937345", - "animated": false, - "created": 1532109055, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "rickroll": { - "name": "rickroll", - "id": "756835242945544204", - "author": "410983710083776522", - "animated": true, - "created": 1600513983, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "rico": { - "name": "rico", - "id": "694067106286796800", - "author": "488496599148920842", - "animated": true, - "created": 1585548893, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ridi": { - "name": "ridi", - "id": "769310318832123914", - "author": "512509857606139905", - "animated": false, - "created": 1603488273, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "riendose": { - "name": "riendose", - "id": "782029102768455690", - "author": "508054192758194176", - "animated": true, - "created": 1606520667, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "rig": { - "name": "rig", - "id": "780625103817277450", - "author": "293107176355004416", - "animated": false, - "created": 1606185928, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "RighteousJustice": { - "name": "RighteousJustice", - "id": "784574848436928532", - "author": "476918199061839902", - "animated": false, - "created": 1607127620, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "rikaroll": { - "name": "rikaroll", - "id": "751606272771752077", - "author": "488054792325824532", - "animated": true, - "created": 1599267299, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "rikka1": { - "name": "rikka1", - "id": "525639327687114783", - "author": "140516693242937345", - "animated": true, - "created": 1545392581, - "modified": 1545392849, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "rikka10": { - "name": "rikka10", - "id": "525639375564963843", - "author": "140516693242937345", - "animated": true, - "created": 1545392593, - "modified": 1545392849, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "rikka11": { - "name": "rikka11", - "id": "525639435501568000", - "author": "140516693242937345", - "animated": true, - "created": 1545392607, - "modified": 1545392849, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "rikka12break": { - "name": "rikka12break", - "id": "525639496298004480", - "author": "140516693242937345", - "animated": true, - "created": 1545392621, - "modified": 1545392849, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "rikka13": { - "name": "rikka13", - "id": "525639552627376128", - "author": "140516693242937345", - "animated": true, - "created": 1545392635, - "modified": 1545392849, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "rikka14": { - "name": "rikka14", - "id": "525639591877672960", - "author": "140516693242937345", - "animated": true, - "created": 1545392644, - "modified": 1545392849, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "rikka15": { - "name": "rikka15", - "id": "525639641609666590", - "author": "140516693242937345", - "animated": true, - "created": 1545392656, - "modified": 1545392849, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "rikka16end": { - "name": "rikka16end", - "id": "525639705665077258", - "author": "140516693242937345", - "animated": true, - "created": 1545392671, - "modified": 1545392849, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "rikka2": { - "name": "rikka2", - "id": "525639746274197505", - "author": "140516693242937345", - "animated": true, - "created": 1545392681, - "modified": 1545392849, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "rikka3": { - "name": "rikka3", - "id": "525639788548849664", - "author": "140516693242937345", - "animated": true, - "created": 1545392691, - "modified": 1545392849, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "rikka4break": { - "name": "rikka4break", - "id": "525639832861671424", - "author": "140516693242937345", - "animated": true, - "created": 1545392702, - "modified": 1545392849, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "rikka5": { - "name": "rikka5", - "id": "525639881641164801", - "author": "140516693242937345", - "animated": true, - "created": 1545392713, - "modified": 1545392849, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "rikka6": { - "name": "rikka6", - "id": "525639940294443009", - "author": "140516693242937345", - "animated": true, - "created": 1545392727, - "modified": 1545392849, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "rikka7": { - "name": "rikka7", - "id": "525639977346924544", - "author": "140516693242937345", - "animated": true, - "created": 1545392736, - "modified": 1545392849, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "rikka8break": { - "name": "rikka8break", - "id": "525640016127459340", - "author": "140516693242937345", - "animated": true, - "created": 1545392745, - "modified": 1545392849, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "rikka9": { - "name": "rikka9", - "id": "525640098054668318", - "author": "140516693242937345", - "animated": true, - "created": 1545392765, - "modified": 1545392849, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "riko": { - "name": "riko", - "id": "703098385401511996", - "author": "335807632243687434", - "animated": false, - "created": 1587702118, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "riko2": { - "name": "riko2", - "id": "781204550828556348", - "author": "320955944659976192", - "animated": false, - "created": 1606324079, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "rikoriko": { - "name": "rikoriko", - "id": "788482140894789632", - "author": "754517959417790494", - "animated": true, - "created": 1608059191, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "rili": { - "name": "rili", - "id": "603988475066318851", - "author": "461030999917330443", - "animated": false, - "created": 1564072474, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "rin": { - "name": "rin", - "id": "761216603467415593", - "author": "508276261219598347", - "animated": false, - "created": 1601558581, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "rinablobcat": { - "name": "rinablobcat", - "id": "492049242710605824", - "author": "140516693242937345", - "animated": true, - "created": 1532485989, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "rindance": { - "name": "rindance", - "id": "773362124307038239", - "author": "739936426799661086", - "animated": true, - "created": 1604454298, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "rindancecb": { - "name": "rindancecb", - "id": "753049890212413531", - "author": "185567942555992064", - "animated": true, - "created": 1599611484, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "RingoMgMgMg": { - "name": "RingoMgMgMg", - "id": "777375420727164948", - "author": "441764984012144651", - "animated": false, - "created": 1605411143, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "rinhappy": { - "name": "rinhappy", - "id": "786085426963677201", - "author": "730519813184815126", - "animated": false, - "created": 1607487770, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "RinThankyou": { - "name": "RinThankyou", - "id": "786085487650668545", - "author": "730519813184815126", - "animated": false, - "created": 1607487785, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "riolu": { - "name": "riolu", - "id": "759416461860667412", - "author": "396288507930476556", - "animated": true, - "created": 1601129393, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Riolu22": { - "name": "Riolu22", - "id": "772940117349761064", - "author": "731734695750008892", - "animated": false, - "created": 1604353684, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "RioluBaile": { - "name": "RioluBaile", - "id": "779466543431811121", - "author": "741850493088694343", - "animated": true, - "created": 1605909705, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "rioluspin": { - "name": "rioluspin", - "id": "764972403129712660", - "author": "396288507930476556", - "animated": true, - "created": 1602454033, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "rip": { - "name": "rip", - "id": "461448120925028353", - "author": "140516693242937345", - "animated": false, - "created": 1530102605, - "modified": 1533892039, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ripchat": { - "name": "ripchat", - "id": "719659018565713940", - "author": "472585871602876427", - "animated": false, - "created": 1591650480, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ripgpu": { - "name": "ripgpu", - "id": "773969288465219624", - "author": "293107176355004416", - "animated": false, - "created": 1604599058, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ripkat": { - "name": "ripkat", - "id": "782300151179902996", - "author": "665573758756716554", - "animated": false, - "created": 1606585290, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "riridesu": { - "name": "riridesu", - "id": "788364872458174474", - "author": "448827482179895304", - "animated": false, - "created": 1608031232, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "risa": { - "name": "risa", - "id": "676966083214966806", - "author": "509882221730201612", - "animated": false, - "created": 1581471691, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "rise": { - "name": "rise", - "id": "712341997201129605", - "author": "151690845857251328", - "animated": true, - "created": 1589905966, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "risitas": { - "name": "risitas", - "id": "535646458096123915", - "author": "256056872254177281", - "animated": true, - "created": 1547778467, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ritsudance": { - "name": "ritsudance", - "id": "766727329355005992", - "author": "203208699500560385", - "animated": true, - "created": 1602872440, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ritsudream": { - "name": "ritsudream", - "id": "781625857927806986", - "author": "336021639970029569", - "animated": false, - "created": 1606424526, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "RitsuFarm": { - "name": "RitsuFarm", - "id": "758710257429512224", - "author": "425046879047385108", - "animated": false, - "created": 1600961021, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ritsumaths": { - "name": "ritsumaths", - "id": "781579309915045910", - "author": "425046879047385108", - "animated": false, - "created": 1606413428, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ritsunever": { - "name": "ritsunever", - "id": "782322920922939412", - "author": "425046879047385108", - "animated": false, - "created": 1606590719, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ritsuscreen": { - "name": "ritsuscreen", - "id": "719646116169384008", - "author": "256056872254177281", - "animated": false, - "created": 1591647404, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "RitsuSleep": { - "name": "RitsuSleep", - "id": "776468016362815518", - "author": "425046879047385108", - "animated": false, - "created": 1605194801, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ritsuspak": { - "name": "ritsuspak", - "id": "783737203879706656", - "author": "566468845854785536", - "animated": false, - "created": 1606927910, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "RitsuSpeak": { - "name": "RitsuSpeak", - "id": "695333762954821682", - "author": "373893861950488576", - "animated": false, - "created": 1585850887, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ritsuswipe": { - "name": "ritsuswipe", - "id": "784180468638941254", - "author": "425046879047385108", - "animated": true, - "created": 1607033593, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ritsutrap": { - "name": "ritsutrap", - "id": "780465889849638912", - "author": "425046879047385108", - "animated": true, - "created": 1606147968, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "rllynigga": { - "name": "rllynigga", - "id": "786693935703523368", - "author": "232614369773617152", - "animated": true, - "created": 1607632850, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "rms": { - "name": "rms", - "id": "502555586181857332", - "author": "140516693242937345", - "animated": false, - "created": 1539889055, - "modified": 1539889061, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "rmsparkles": { - "name": "rmsparkles", - "id": "703322974220058644", - "author": "149597754249838592", - "animated": true, - "created": 1587755664, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "rmweird": { - "name": "rmweird", - "id": "595017509065981982", - "author": "105066469422796800", - "animated": false, - "created": 1561933629, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "rnb_poggers": { - "name": "rnb_poggers", - "id": "785695675613970452", - "author": "696795888676503594", - "animated": false, - "created": 1607394846, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "rnb_pogmabye": { - "name": "rnb_pogmabye", - "id": "785695731217334293", - "author": "696795888676503594", - "animated": false, - "created": 1607394860, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "roach": { - "name": "roach", - "id": "665624750210547742", - "author": "210797762768404480", - "animated": true, - "created": 1578767707, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "roachitas": { - "name": "roachitas", - "id": "704922731610636309", - "author": "298827100016607232", - "animated": true, - "created": 1588137076, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "RoadRoller": { - "name": "RoadRoller", - "id": "739605120551092224", - "author": "685552025462636566", - "animated": true, - "created": 1596406002, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "roar": { - "name": "roar", - "id": "788513141339848754", - "author": "717187106874720287", - "animated": false, - "created": 1608066582, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "roasted": { - "name": "roasted", - "id": "776902013006905354", - "author": "209280535174971393", - "animated": false, - "created": 1605298274, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "robertsmithmoon": { - "name": "robertsmithmoon", - "id": "782156370601312280", - "author": "496037931140513800", - "animated": false, - "created": 1606551010, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "roblox": { - "name": "roblox", - "id": "427323456007176203", - "author": "427297654586736642", - "animated": false, - "created": 1525387947, - "modified": 1533892039, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "roblox_": { - "name": "roblox_", - "id": "787117582901706792", - "author": "701103722453008518", - "animated": false, - "created": 1607733855, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "robloxdance": { - "name": "robloxdance", - "id": "770222256814293002", - "author": "480152655981969429", - "animated": true, - "created": 1603705696, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "robocofukkireta": { - "name": "robocofukkireta", - "id": "779160770318565397", - "author": "466061790627889167", - "animated": true, - "created": 1605836803, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Rodolfinhobugado": { - "name": "Rodolfinhobugado", - "id": "768224365702807563", - "author": "580244182652813312", - "animated": false, - "created": 1603229361, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "rofl": { - "name": "rofl", - "id": "725547489020739716", - "author": "462561939911081995", - "animated": true, - "created": 1593054401, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "rogeraaah": { - "name": "rogeraaah", - "id": "775800329076867112", - "author": "479370177209696267", - "animated": false, - "created": 1605035612, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "rogerdance": { - "name": "rogerdance", - "id": "787854846627151872", - "author": "586219689466658816", - "animated": true, - "created": 1607909633, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "rolf": { - "name": "rolf", - "id": "688490976075186241", - "author": "226781467089436672", - "animated": false, - "created": 1584219440, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "rollingoma": { - "name": "rollingoma", - "id": "782742826839703622", - "author": "748023719833894942", - "animated": true, - "created": 1606690832, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "rollsafe": { - "name": "rollsafe", - "id": "651801466214023171", - "author": "396730458869596170", - "animated": false, - "created": 1575471979, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "roll_tease": { - "name": "roll_tease", - "id": "782152643777921054", - "author": "496037931140513800", - "animated": true, - "created": 1606550122, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "rompela": { - "name": "rompela", - "id": "723726989453819904", - "author": "653806638695710721", - "animated": true, - "created": 1592620360, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ronenter": { - "name": "ronenter", - "id": "773914485392015361", - "author": "406558013848289281", - "animated": false, - "created": 1604585992, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ronping": { - "name": "ronping", - "id": "724840690021957673", - "author": "212026049427537920", - "animated": false, - "created": 1592885887, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "rooAwwShakeZoom": { - "name": "rooAwwShakeZoom", - "id": "589333344978993162", - "author": "140516693242937345", - "animated": true, - "created": 1560578418, - "modified": 1560578544, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "rooAwwt": { - "name": "rooAwwt", - "id": "589333354906648599", - "author": "140516693242937345", - "animated": false, - "created": 1560578421, - "modified": 1560578544, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "rooAwwWizard": { - "name": "rooAwwWizard", - "id": "589333348263133197", - "author": "140516693242937345", - "animated": false, - "created": 1560578419, - "modified": 1560578544, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "rooAwwZoom": { - "name": "rooAwwZoom", - "id": "589333351777828875", - "author": "140516693242937345", - "animated": true, - "created": 1560578420, - "modified": 1560578543, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "rooBlank": { - "name": "rooBlank", - "id": "589333375823904768", - "author": "140516693242937345", - "animated": false, - "created": 1560578433, - "modified": 1560578544, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "rooBless": { - "name": "rooBless", - "id": "589333501606756352", - "author": "140516693242937345", - "animated": false, - "created": 1560578456, - "modified": 1560578544, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "rooBlind": { - "name": "rooBlind", - "id": "589333577137651722", - "author": "140516693242937345", - "animated": false, - "created": 1560578474, - "modified": 1560578544, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "rooBonk": { - "name": "rooBonk", - "id": "589333372623519774", - "author": "140516693242937345", - "animated": false, - "created": 1560578425, - "modified": 1560578544, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "rooBot": { - "name": "rooBot", - "id": "589333504974651395", - "author": "140516693242937345", - "animated": false, - "created": 1560578456, - "modified": 1560578544, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "rooBulli": { - "name": "rooBulli", - "id": "847863196978380841", - "author": "140516693242937345", - "animated": false, - "created": 1622216738, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "rooCheer1": { - "name": "rooCheer1", - "id": "589333572830232576", - "author": "140516693242937345", - "animated": true, - "created": 1560578473, - "modified": 1560578544, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "rooClap": { - "name": "rooClap", - "id": "775632954630209577", - "author": "515465307071053824", - "animated": true, - "created": 1604995707, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "rooCoke": { - "name": "rooCoke", - "id": "772760872492728350", - "author": "600654380307447839", - "animated": true, - "created": 1604310949, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "rooComfy": { - "name": "rooComfy", - "id": "589333369398231040", - "author": "140516693242937345", - "animated": false, - "created": 1560578424, - "modified": 1560578544, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "rooCookieEat": { - "name": "rooCookieEat", - "id": "775222229046394931", - "author": "515465307071053824", - "animated": true, - "created": 1604897782, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "RooCool": { - "name": "RooCool", - "id": "772536986149847061", - "author": "600654380307447839", - "animated": true, - "created": 1604257570, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "rooCop": { - "name": "rooCop", - "id": "589333366206365697", - "author": "140516693242937345", - "animated": false, - "created": 1560578423, - "modified": 1560578544, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "rooCry": { - "name": "rooCry", - "id": "589333408484818948", - "author": "140516693242937345", - "animated": false, - "created": 1560578434, - "modified": 1560578544, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "rooDab": { - "name": "rooDab", - "id": "589333341740990464", - "author": "140516693242937345", - "animated": false, - "created": 1560578418, - "modified": 1560578544, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "rooDerp": { - "name": "rooDerp", - "id": "675934044843933696", - "author": "376012343777427457", - "animated": false, - "created": 1581225634, - "modified": 1581228834, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "rooEZ": { - "name": "rooEZ", - "id": "527606267280097281", - "author": "140516693242937345", - "animated": false, - "created": 1545861536, - "modified": 1545861545, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "rooEZSip": { - "name": "rooEZSip", - "id": "527606086870630409", - "author": "140516693242937345", - "animated": false, - "created": 1545861493, - "modified": 1545861506, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "rooFat": { - "name": "rooFat", - "id": "589333358434320394", - "author": "140516693242937345", - "animated": false, - "created": 1560578422, - "modified": 1560578544, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "rooFeels": { - "name": "rooFeels", - "id": "589333362485755914", - "author": "140516693242937345", - "animated": false, - "created": 1560578422, - "modified": 1560578544, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "rooFuu": { - "name": "rooFuu", - "id": "774163570958401542", - "author": "319125585458626562", - "animated": false, - "created": 1604645378, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "rooHappy": { - "name": "rooHappy", - "id": "624375701675442193", - "author": "140516693242937345", - "animated": false, - "created": 1568933167, - "modified": 1568933506, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "rooHug": { - "name": "rooHug", - "id": "589333581399195649", - "author": "140516693242937345", - "animated": false, - "created": 1560578475, - "modified": 1560578544, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "RooHyperRun": { - "name": "RooHyperRun", - "id": "772826805375336469", - "author": "600654380307447839", - "animated": true, - "created": 1604326671, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "rooKb": { - "name": "rooKb", - "id": "712608846526283887", - "author": "455289384187592704", - "animated": false, - "created": 1589969588, - "modified": 1589969592, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "roonap": { - "name": "roonap", - "id": "786773886964072478", - "author": "285130711348805632", - "animated": false, - "created": 1607651912, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "rooNice": { - "name": "rooNice", - "id": "783427747379937300", - "author": "703781594015465502", - "animated": false, - "created": 1606854130, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "rooO": { - "name": "rooO", - "id": "759302207010635817", - "author": "703781594015465502", - "animated": false, - "created": 1601102153, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "rooohcrap": { - "name": "rooohcrap", - "id": "786763389359357954", - "author": "488694672441737236", - "animated": false, - "created": 1607649409, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "rooPeek": { - "name": "rooPeek", - "id": "756253006919368845", - "author": "703781594015465502", - "animated": true, - "created": 1600375167, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "rooPirate": { - "name": "rooPirate", - "id": "774163613316415509", - "author": "319125585458626562", - "animated": false, - "created": 1604645388, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "rooPog": { - "name": "rooPog", - "id": "611721261722107915", - "author": "455289384187592704", - "animated": false, - "created": 1565916114, - "modified": 1565916139, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "rooPout1": { - "name": "rooPout1", - "id": "621193538754969600", - "author": "140516693242937345", - "animated": false, - "created": 1568174480, - "modified": 1568931390, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "rooPout2": { - "name": "rooPout2", - "id": "621193603003449393", - "author": "140516693242937345", - "animated": false, - "created": 1568174496, - "modified": 1568931388, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "rooPout3": { - "name": "rooPout3", - "id": "621193611014438923", - "author": "140516693242937345", - "animated": false, - "created": 1568174498, - "modified": 1568931389, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "rooPout4": { - "name": "rooPout4", - "id": "621193566181654559", - "author": "140516693242937345", - "animated": false, - "created": 1568174487, - "modified": 1568931389, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "rooRage": { - "name": "rooRage", - "id": "774163621805555732", - "author": "319125585458626562", - "animated": false, - "created": 1604645390, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "rooREE": { - "name": "rooREE", - "id": "787992367633924126", - "author": "294383386393575426", - "animated": true, - "created": 1607942420, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "roosadspoon": { - "name": "roosadspoon", - "id": "772738723808411658", - "author": "488694672441737236", - "animated": false, - "created": 1604305668, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "rooshut": { - "name": "rooshut", - "id": "728489712783982634", - "author": "465388103792590878", - "animated": false, - "created": 1593755882, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "rooSip": { - "name": "rooSip", - "id": "691459987137888317", - "author": "376012343777427457", - "animated": false, - "created": 1584927307, - "modified": 1585938460, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "rooSipTooHard": { - "name": "rooSipTooHard", - "id": "784724851620315147", - "author": "524930031852716032", - "animated": true, - "created": 1607163384, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "rooSnap": { - "name": "rooSnap", - "id": "589333497630687235", - "author": "140516693242937345", - "animated": true, - "created": 1560578455, - "modified": 1560578544, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "roospoon": { - "name": "roospoon", - "id": "780807591495860265", - "author": "756368101788090420", - "animated": false, - "created": 1606229436, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "rooteasip": { - "name": "rooteasip", - "id": "782935727138537523", - "author": "488694672441737236", - "animated": true, - "created": 1606736824, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "rooThink": { - "name": "rooThink", - "id": "556606403062530069", - "author": "240119551679922178", - "animated": false, - "created": 1552775708, - "modified": 1560578584, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "rooThonk": { - "name": "rooThonk", - "id": "494400224953892874", - "author": "455289384187592704", - "animated": false, - "created": 1537944625, - "modified": 1538016362, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "rooting4u": { - "name": "rooting4u", - "id": "782112564192608278", - "author": "690953891482828890", - "animated": true, - "created": 1606540567, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "rootriggered": { - "name": "rootriggered", - "id": "786330827524669540", - "author": "494688594603147284", - "animated": true, - "created": 1607546278, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "roowizard": { - "name": "roowizard", - "id": "783185775931162634", - "author": "567390950838501376", - "animated": false, - "created": 1606796439, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "roren": { - "name": "roren", - "id": "778885348809768961", - "author": "351864401265033217", - "animated": true, - "created": 1605771138, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "roseisajoke": { - "name": "roseisajoke", - "id": "771806035324436531", - "author": "209280535174971393", - "animated": true, - "created": 1604083298, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "rosemain": { - "name": "rosemain", - "id": "747219317543665825", - "author": "468794043397177344", - "animated": true, - "created": 1598221368, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "rositas": { - "name": "rositas", - "id": "715899356297035808", - "author": "425046879047385108", - "animated": true, - "created": 1590754107, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "rosso": { - "name": "rosso", - "id": "774638315961712640", - "author": "448102121762455591", - "animated": false, - "created": 1604758566, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "rossoweird": { - "name": "rossoweird", - "id": "712978672159555584", - "author": "425046879047385108", - "animated": false, - "created": 1590057762, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "rotanding": { - "name": "rotanding", - "id": "752707267727458355", - "author": "638128638700552192", - "animated": true, - "created": 1599529797, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "rotloli": { - "name": "rotloli", - "id": "787912597160722432", - "author": "681411516959817728", - "animated": false, - "created": 1607923401, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "roundcube": { - "name": "roundcube", - "id": "623746163505496064", - "author": "140516693242937345", - "animated": false, - "created": 1568783074, - "modified": 1568783085, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "rp": { - "name": "rp", - "id": "772798287052668928", - "author": "756078139863597056", - "animated": false, - "created": 1604319869, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "r_readrules": { - "name": "r_readrules", - "id": "782884211064700938", - "author": "683736512776372266", - "animated": true, - "created": 1606724541, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "rt": { - "name": "rt", - "id": "751820250609352764", - "author": "113673621368471556", - "animated": false, - "created": 1599318316, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "rtga": { - "name": "rtga", - "id": "775481980270673931", - "author": "112471608865624064", - "animated": false, - "created": 1604959711, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "RTpat": { - "name": "RTpat", - "id": "748491677127409664", - "author": "299927423125028864", - "animated": true, - "created": 1598524722, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "rtrgreencloudyheart": { - "name": "rtrgreencloudyheart", - "id": "782344218575765535", - "author": "520730446259290122", - "animated": true, - "created": 1606595797, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "rtsparkles": { - "name": "rtsparkles", - "id": "665659979365351425", - "author": "112471608865624064", - "animated": true, - "created": 1578776106, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "RTweird": { - "name": "RTweird", - "id": "566092998123978762", - "author": "307614505397911554", - "animated": false, - "created": 1555037488, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "rtwird": { - "name": "rtwird", - "id": "784536312710955070", - "author": "702673961858760797", - "animated": false, - "created": 1607118433, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "rtwtf": { - "name": "rtwtf", - "id": "616584600646451211", - "author": "533476865579679764", - "animated": false, - "created": 1567075624, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "rtwtfier": { - "name": "rtwtfier", - "id": "784090850745253890", - "author": "353109234201788427", - "animated": false, - "created": 1607012226, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "rtwtfiest": { - "name": "rtwtfiest", - "id": "784090944081100821", - "author": "353109234201788427", - "animated": false, - "created": 1607012248, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "rubiuspija": { - "name": "rubiuspija", - "id": "756637945250840667", - "author": "392871094794584064", - "animated": false, - "created": 1600466943, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ruby": { - "name": "ruby", - "id": "492049258623533058", - "author": "140516693242937345", - "animated": false, - "created": 1525387947, - "modified": 1537384101, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "rubyhappy_pat": { - "name": "rubyhappy_pat", - "id": "781979013823332432", - "author": "583411362450112523", - "animated": true, - "created": 1606508725, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "rudolph": { - "name": "rudolph", - "id": "788481723251687444", - "author": "508004255974817802", - "animated": false, - "created": 1608059092, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "rukafast": { - "name": "rukafast", - "id": "779846245862211584", - "author": "466061790627889167", - "animated": true, - "created": 1606000233, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "rukatambourine": { - "name": "rukatambourine", - "id": "779850002821808168", - "author": "466061790627889167", - "animated": true, - "created": 1606001129, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "rules": { - "name": "rules", - "id": "776267119973236746", - "author": "730519813184815126", - "animated": false, - "created": 1605146903, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Rumia": { - "name": "Rumia", - "id": "715400548903419955", - "author": "444542802794119168", - "animated": true, - "created": 1590635182, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "rumiadance": { - "name": "rumiadance", - "id": "709815324547088395", - "author": "444542802794119168", - "animated": true, - "created": 1589303561, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "run": { - "name": "run", - "id": "544312058942849024", - "author": "535157871265054732", - "animated": true, - "created": 1549844509, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "run1": { - "name": "run1", - "id": "787341124007362591", - "author": "569937267012010015", - "animated": true, - "created": 1607787152, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "run2": { - "name": "run2", - "id": "620336900691066891", - "author": "594338768895475720", - "animated": true, - "created": 1567970242, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "run3": { - "name": "run3", - "id": "729395222965911653", - "author": "399671914114711562", - "animated": true, - "created": 1593971772, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "runaway": { - "name": "runaway", - "id": "732068661707276299", - "author": "195542285134462976", - "animated": true, - "created": 1594609170, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "running": { - "name": "running", - "id": "786025414518112256", - "author": "701682162889392228", - "animated": true, - "created": 1607473462, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "runrun": { - "name": "runrun", - "id": "728703853666762784", - "author": "657816857935609867", - "animated": true, - "created": 1593806937, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "RunrunRun": { - "name": "RunrunRun", - "id": "690999380320190484", - "author": "342167216273358850", - "animated": true, - "created": 1584817490, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "rural": { - "name": "rural", - "id": "766381901065224233", - "author": "450903155572736000", - "animated": false, - "created": 1602790084, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "rushiafukkireta": { - "name": "rushiafukkireta", - "id": "779160248056283138", - "author": "466061790627889167", - "animated": true, - "created": 1605836679, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ruslanperreo": { - "name": "ruslanperreo", - "id": "782152143003189278", - "author": "708404644052729879", - "animated": false, - "created": 1606550002, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "rusoB": { - "name": "rusoB", - "id": "727623086693941339", - "author": "705090233615515648", - "animated": true, - "created": 1593549262, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "rusoB2": { - "name": "rusoB2", - "id": "751088944548151340", - "author": "705090233615515648", - "animated": true, - "created": 1599143959, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "RusselHead": { - "name": "RusselHead", - "id": "782155959249141760", - "author": "496037931140513800", - "animated": false, - "created": 1606550912, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "rust": { - "name": "rust", - "id": "492049259865178115", - "author": "140516693242937345", - "animated": false, - "created": 1525387947, - "modified": 1537384102, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "RX_ananya": { - "name": "RX_ananya", - "id": "785741852078768140", - "author": "715606162224971898", - "animated": true, - "created": 1607405856, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Rx_C_mkiss1": { - "name": "Rx_C_mkiss1", - "id": "785740847638511687", - "author": "715606162224971898", - "animated": true, - "created": 1607405616, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Rx_C_mkiss2": { - "name": "Rx_C_mkiss2", - "id": "785740835592470599", - "author": "715606162224971898", - "animated": true, - "created": 1607405613, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "RX_cute_smile": { - "name": "RX_cute_smile", - "id": "785741540345643069", - "author": "715606162224971898", - "animated": true, - "created": 1607405781, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "RX_doggo_tease": { - "name": "RX_doggo_tease", - "id": "785741502902042634", - "author": "715606162224971898", - "animated": true, - "created": 1607405772, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "RX_doggo_yehhh": { - "name": "RX_doggo_yehhh", - "id": "785741938358747146", - "author": "715606162224971898", - "animated": true, - "created": 1607405876, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "rx_kar_feel": { - "name": "rx_kar_feel", - "id": "785741520358998027", - "author": "715606162224971898", - "animated": true, - "created": 1607405776, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "RX_pepo_haanhaan": { - "name": "RX_pepo_haanhaan", - "id": "785742212256235520", - "author": "715606162224971898", - "animated": true, - "created": 1607405941, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "RX__popcorn": { - "name": "RX__popcorn", - "id": "785741449865461770", - "author": "715606162224971898", - "animated": true, - "created": 1607405760, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "RX_rimpu_1": { - "name": "RX_rimpu_1", - "id": "785741661258514433", - "author": "715606162224971898", - "animated": true, - "created": 1607405810, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ryck": { - "name": "ryck", - "id": "772306648408653835", - "author": "358457900546654209", - "animated": false, - "created": 1604202653, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ryosukesip": { - "name": "ryosukesip", - "id": "787721468712058881", - "author": "293107176355004416", - "animated": false, - "created": 1607877833, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "saadge": { - "name": "saadge", - "id": "784138727773175808", - "author": "425046879047385108", - "animated": true, - "created": 1607023641, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "saberyay": { - "name": "saberyay", - "id": "781238292691288064", - "author": "182743155651641344", - "animated": true, - "created": 1606332123, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sabotage": { - "name": "sabotage", - "id": "782699048654209054", - "author": "496037931140513800", - "animated": false, - "created": 1606680395, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sacarosalove": { - "name": "sacarosalove", - "id": "788966577454055434", - "author": "298606114365505547", - "animated": true, - "created": 1608174690, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sacudir": { - "name": "sacudir", - "id": "624006450963939328", - "author": "543468933974589440", - "animated": true, - "created": 1568845131, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sad": { - "name": "sad", - "id": "632753419953766401", - "author": "233661873382227968", - "animated": false, - "created": 1570930571, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sad1": { - "name": "sad1", - "id": "745040463114797066", - "author": "513556416628260876", - "animated": true, - "created": 1597701888, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sad2": { - "name": "sad2", - "id": "735352287027003422", - "author": "493026902336864256", - "animated": false, - "created": 1595392047, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sad3": { - "name": "sad3", - "id": "741024164240162858", - "author": "705090233615515648", - "animated": false, - "created": 1596744328, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sad4": { - "name": "sad4", - "id": "765571882874961970", - "author": "676818445068927006", - "animated": false, - "created": 1602596960, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sadaltair": { - "name": "sadaltair", - "id": "776298258888785971", - "author": "348526977801781248", - "animated": false, - "created": 1605154328, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sadanime": { - "name": "sadanime", - "id": "783221552560078908", - "author": "702412151624695868", - "animated": false, - "created": 1606804969, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sadblob": { - "name": "sadblob", - "id": "776699048354381825", - "author": "328327250682576897", - "animated": false, - "created": 1605249883, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sadbutwemove": { - "name": "sadbutwemove", - "id": "782108484212228146", - "author": "690953891482828890", - "animated": true, - "created": 1606539593, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sadcat": { - "name": "sadcat", - "id": "414322273407991811", - "author": "140516693242937345", - "animated": false, - "created": 1525387947, - "modified": 1533892039, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sadcatthenk": { - "name": "sadcatthenk", - "id": "759040170007199765", - "author": "428461954064056340", - "animated": false, - "created": 1601039678, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sadcatto": { - "name": "sadcatto", - "id": "752293400811798578", - "author": "383723642489405441", - "animated": false, - "created": 1599431123, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sadcatto1": { - "name": "sadcatto1", - "id": "778288604278423592", - "author": "702536106834526259", - "animated": false, - "created": 1605628863, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sadchamp": { - "name": "sadchamp", - "id": "620321535676121098", - "author": "174520685526384640", - "animated": false, - "created": 1567966579, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sadchat": { - "name": "sadchat", - "id": "751900530078384328", - "author": "269206837306327042", - "animated": true, - "created": 1599337456, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sadcheems": { - "name": "sadcheems", - "id": "750509179189461113", - "author": "450903155572736000", - "animated": false, - "created": 1599005732, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sadde": { - "name": "sadde", - "id": "771570871533305916", - "author": "763240979091292180", - "animated": false, - "created": 1604027230, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sad_doggo": { - "name": "sad_doggo", - "id": "732474406399508483", - "author": "428651185977819172", - "animated": false, - "created": 1594705907, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sademperor": { - "name": "sademperor", - "id": "783731098487619614", - "author": "524761288795095041", - "animated": false, - "created": 1606926454, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sadface": { - "name": "sadface", - "id": "783291938026553344", - "author": "329215542730948609", - "animated": false, - "created": 1606821751, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sad_fb": { - "name": "sad_fb", - "id": "783252118126723082", - "author": "496037931140513800", - "animated": false, - "created": 1606812257, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sadgay": { - "name": "sadgay", - "id": "782742381874774036", - "author": "748023719833894942", - "animated": false, - "created": 1606690726, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sadge": { - "name": "sadge", - "id": "709222795053236558", - "author": "283498239095865355", - "animated": false, - "created": 1589162291, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sadgecry": { - "name": "sadgecry", - "id": "783625806735867945", - "author": "112471608865624064", - "animated": true, - "created": 1606901351, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sadger": { - "name": "sadger", - "id": "788188832012304405", - "author": "353109234201788427", - "animated": false, - "created": 1607989261, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sadgesip": { - "name": "sadgesip", - "id": "733459085122338826", - "author": "425046879047385108", - "animated": false, - "created": 1594940673, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sadgesobsip": { - "name": "sadgesobsip", - "id": "778722818866806814", - "author": "328893511896399882", - "animated": true, - "created": 1605732388, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sadgueso": { - "name": "sadgueso", - "id": "782757462821568583", - "author": "692181487788752946", - "animated": false, - "created": 1606694322, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sadhime": { - "name": "sadhime", - "id": "785380366860156938", - "author": "358457900546654209", - "animated": false, - "created": 1607319671, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "SadHug": { - "name": "SadHug", - "id": "761253528320606258", - "author": "397220822197993472", - "animated": false, - "created": 1601567384, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Sadkek": { - "name": "Sadkek", - "id": "669725675296391170", - "author": "625810429075128355", - "animated": false, - "created": 1579745444, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sadkitty": { - "name": "sadkitty", - "id": "776745535407259668", - "author": "389001785689374720", - "animated": true, - "created": 1605260966, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sadlife": { - "name": "sadlife", - "id": "787855899716223066", - "author": "472585871602876427", - "animated": false, - "created": 1607909884, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sadness": { - "name": "sadness", - "id": "742153324186304654", - "author": "238478402225569792", - "animated": true, - "created": 1597013541, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sadnewsbolb": { - "name": "sadnewsbolb", - "id": "492049275853733930", - "author": "140516693242937345", - "animated": false, - "created": 1531978011, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "sadoomer": { - "name": "sadoomer", - "id": "773367980465586226", - "author": "506226627189932039", - "animated": false, - "created": 1604455695, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sadpepe": { - "name": "sadpepe", - "id": "620686660048257024", - "author": "252894002439782401", - "animated": false, - "created": 1525387947, - "modified": 1568058605, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sadpog": { - "name": "sadpog", - "id": "758705783243669565", - "author": "427135249152212992", - "animated": false, - "created": 1600959954, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sadpoyo": { - "name": "sadpoyo", - "id": "763453879425433670", - "author": "546358931740557312", - "animated": false, - "created": 1602091989, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sadsiames": { - "name": "sadsiames", - "id": "776238913379368961", - "author": "351853576571846676", - "animated": false, - "created": 1605140178, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sadsiames2": { - "name": "sadsiames2", - "id": "786790221723074571", - "author": "351853576571846676", - "animated": false, - "created": 1607655806, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sadsmile": { - "name": "sadsmile", - "id": "786198931436601414", - "author": "491174779278065689", - "animated": false, - "created": 1607514832, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sadwaut": { - "name": "sadwaut", - "id": "734922624773259314", - "author": "701340890404487219", - "animated": false, - "created": 1595289608, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sagiri": { - "name": "sagiri", - "id": "768854613821620275", - "author": "469162062086537226", - "animated": false, - "created": 1603379624, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sagiri2": { - "name": "sagiri2", - "id": "768907834473316445", - "author": "655227024453140512", - "animated": false, - "created": 1603392313, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "SagiriShy": { - "name": "SagiriShy", - "id": "783880709584191500", - "author": "697542753449672775", - "animated": false, - "created": 1606962125, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "saia": { - "name": "saia", - "id": "778703369795010597", - "author": "528990209589903376", - "animated": false, - "created": 1605727751, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sakidance": { - "name": "sakidance", - "id": "773359185949360179", - "author": "739936426799661086", - "animated": true, - "created": 1604453598, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "SakuraSpin": { - "name": "SakuraSpin", - "id": "746947101526851594", - "author": "389222063438823424", - "animated": true, - "created": 1598156466, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sakuya": { - "name": "sakuya", - "id": "711766462611718285", - "author": "511549289558966285", - "animated": true, - "created": 1589768748, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sakuyadance": { - "name": "sakuyadance", - "id": "773362653875666965", - "author": "739936426799661086", - "animated": true, - "created": 1604454425, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sal": { - "name": "sal", - "id": "785935818749247550", - "author": "321696866494578688", - "animated": false, - "created": 1607452101, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "salamilid": { - "name": "salamilid", - "id": "782995235978215485", - "author": "444213647321989121", - "animated": false, - "created": 1606751011, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "salem": { - "name": "salem", - "id": "763826469259837511", - "author": "512509857606139905", - "animated": false, - "created": 1602180821, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "salemangy": { - "name": "salemangy", - "id": "783834142079975424", - "author": "262686809228705792", - "animated": false, - "created": 1606951022, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "salemblush": { - "name": "salemblush", - "id": "783834175362826240", - "author": "262686809228705792", - "animated": false, - "created": 1606951030, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "salemexcited": { - "name": "salemexcited", - "id": "783834095171797032", - "author": "262686809228705792", - "animated": false, - "created": 1606951011, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "salemlove": { - "name": "salemlove", - "id": "783834030793556029", - "author": "262686809228705792", - "animated": false, - "created": 1606950996, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "salempeace": { - "name": "salempeace", - "id": "783833963226464316", - "author": "262686809228705792", - "animated": false, - "created": 1606950979, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "salemsad": { - "name": "salemsad", - "id": "783833921002930216", - "author": "262686809228705792", - "animated": false, - "created": 1606950969, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "salemtired": { - "name": "salemtired", - "id": "783833876560478219", - "author": "262686809228705792", - "animated": false, - "created": 1606950959, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "salemyawn": { - "name": "salemyawn", - "id": "783833814115549224", - "author": "262686809228705792", - "animated": false, - "created": 1606950944, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "salto": { - "name": "salto", - "id": "763160129507164160", - "author": "727283870461984839", - "animated": true, - "created": 1602021953, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "saltUheart": { - "name": "saltUheart", - "id": "788732697743851540", - "author": "721415443700514847", - "animated": false, - "created": 1608118929, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "salty": { - "name": "salty", - "id": "761722577877467146", - "author": "529028144431235073", - "animated": true, - "created": 1601679214, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "saltywhale": { - "name": "saltywhale", - "id": "786239497171238942", - "author": "671834928157294603", - "animated": false, - "created": 1607524503, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "saludo": { - "name": "saludo", - "id": "760508468280295485", - "author": "441317661100605440", - "animated": true, - "created": 1601389748, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "salute": { - "name": "salute", - "id": "524425017983762433", - "author": "140516693242937345", - "animated": false, - "created": 1545103096, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "salute1": { - "name": "salute1", - "id": "785865091160604762", - "author": "212026049427537920", - "animated": true, - "created": 1607435238, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "samaconfused": { - "name": "samaconfused", - "id": "766678915849912340", - "author": "727283870461984839", - "animated": false, - "created": 1602860897, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "samatremendo": { - "name": "samatremendo", - "id": "766873065652879381", - "author": "727283870461984839", - "animated": false, - "created": 1602907186, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "samatruoste": { - "name": "samatruoste", - "id": "766113960918253609", - "author": "727283870461984839", - "animated": false, - "created": 1602726202, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "samaxd": { - "name": "samaxd", - "id": "766663129533775892", - "author": "704662972739616809", - "animated": false, - "created": 1602857134, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "same": { - "name": "same", - "id": "757650251396939957", - "author": "427135249152212992", - "animated": false, - "created": 1600708296, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sanaecast": { - "name": "sanaecast", - "id": "707759506666422302", - "author": "511549289558966285", - "animated": true, - "created": 1588813416, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sanae_smug": { - "name": "sanae_smug", - "id": "787430957593657415", - "author": "522155526478364675", - "animated": true, - "created": 1607808570, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sanae_smug2": { - "name": "sanae_smug2", - "id": "787431212800409610", - "author": "522155526478364675", - "animated": false, - "created": 1607808631, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sandia": { - "name": "sandia", - "id": "760386803357319178", - "author": "707782363916271649", - "animated": false, - "created": 1601360741, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sangre": { - "name": "sangre", - "id": "572210554169589784", - "author": "318090556574269447", - "animated": false, - "created": 1556496027, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sangre2": { - "name": "sangre2", - "id": "665959447541186571", - "author": "543468933974589440", - "animated": false, - "created": 1578847505, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sanic": { - "name": "sanic", - "id": "622608447715803198", - "author": "580824507913338891", - "animated": true, - "created": 1568511821, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sanrio_wink": { - "name": "sanrio_wink", - "id": "786949743179595787", - "author": "718818001633280071", - "animated": true, - "created": 1607693839, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sans": { - "name": "sans", - "id": "426062490971930636", - "author": "405803940006068224", - "animated": false, - "created": 1525387947, - "modified": 1533892039, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "SansDance": { - "name": "SansDance", - "id": "774279620525948929", - "author": "613683732276314114", - "animated": true, - "created": 1604673047, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sansreverse": { - "name": "sansreverse", - "id": "784080732598829126", - "author": "406558013848289281", - "animated": false, - "created": 1607009814, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "SantaEyes": { - "name": "SantaEyes", - "id": "787410771632980008", - "author": "428380699163099147", - "animated": false, - "created": 1607803757, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "santalaugh": { - "name": "santalaugh", - "id": "782227300593696810", - "author": "643845865227812894", - "animated": false, - "created": 1606567921, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "saori": { - "name": "saori", - "id": "781546002389139457", - "author": "460802435217358848", - "animated": false, - "created": 1606405487, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sape": { - "name": "sape", - "id": "735765341292068884", - "author": "558803847372472320", - "animated": false, - "created": 1595490527, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sape2": { - "name": "sape2", - "id": "784915604460798012", - "author": "284884105630318594", - "animated": false, - "created": 1607208863, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sapito": { - "name": "sapito", - "id": "766308388010328074", - "author": "438532198916816916", - "animated": true, - "created": 1602772557, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "saplak1": { - "name": "saplak1", - "id": "782572570510884874", - "author": "674019507064274964", - "animated": true, - "created": 1606650240, - "modified": 1606652026, - "preserve": false, - "description": null, - "nsfw": "MOD_NSFW" - }, - "sapo": { - "name": "sapo", - "id": "706563633353588796", - "author": "410533390257750036", - "animated": true, - "created": 1588528297, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sapog": { - "name": "sapog", - "id": "783873217643020318", - "author": "549044527017623573", - "animated": false, - "created": 1606960338, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sarahcrying": { - "name": "sarahcrying", - "id": "782747342612594698", - "author": "671834928157294603", - "animated": false, - "created": 1606691909, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sarahhuh": { - "name": "sarahhuh", - "id": "782747391505727488", - "author": "671834928157294603", - "animated": false, - "created": 1606691920, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Saro": { - "name": "Saro", - "id": "777337455534669844", - "author": "293107176355004416", - "animated": false, - "created": 1605402091, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sarpado": { - "name": "sarpado", - "id": "730188016332832812", - "author": "587784774563790861", - "animated": false, - "created": 1594160789, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sasta_rahulkehasi": { - "name": "sasta_rahulkehasi", - "id": "785742459493810187", - "author": "715606162224971898", - "animated": true, - "created": 1607406000, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sasuke": { - "name": "sasuke", - "id": "702014573493878846", - "author": "523362457050284044", - "animated": false, - "created": 1587443717, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sasukethink": { - "name": "sasukethink", - "id": "783889447439695892", - "author": "581699248568139776", - "animated": false, - "created": 1606964208, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "SATAN": { - "name": "SATAN", - "id": "771572340268990494", - "author": "763240979091292180", - "animated": false, - "created": 1604027581, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "satangiggle": { - "name": "satangiggle", - "id": "786243042633973781", - "author": "671834928157294603", - "animated": true, - "created": 1607525349, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "satania1": { - "name": "satania1", - "id": "784345536580157460", - "author": "431225704563081216", - "animated": false, - "created": 1607072948, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "satania_laugh": { - "name": "satania_laugh", - "id": "787431958531407953", - "author": "522155526478364675", - "animated": true, - "created": 1607808808, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "satisfied": { - "name": "satisfied", - "id": "787442871342596106", - "author": "353109234201788427", - "animated": false, - "created": 1607811410, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "satoridance": { - "name": "satoridance", - "id": "773360725661974548", - "author": "739936426799661086", - "animated": true, - "created": 1604453965, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "satou_kenya_nani": { - "name": "satou_kenya_nani", - "id": "787438665327575051", - "author": "522155526478364675", - "animated": false, - "created": 1607810407, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sau": { - "name": "sau", - "id": "721150341881528320", - "author": "705090233615515648", - "animated": false, - "created": 1592006039, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "saveme": { - "name": "saveme", - "id": "559460383707103243", - "author": "264708430793539584", - "animated": false, - "created": 1553456149, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sayori": { - "name": "sayori", - "id": "734600822821748786", - "author": "466061790627889167", - "animated": false, - "created": 1595212884, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sbcPeachExcited": { - "name": "sbcPeachExcited", - "id": "784317772725354506", - "author": "713483831780573275", - "animated": true, - "created": 1607066329, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sbReadTheRules": { - "name": "sbReadTheRules", - "id": "785822847108120586", - "author": "424826839047864320", - "animated": true, - "created": 1607425166, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ScaraDisgusted": { - "name": "ScaraDisgusted", - "id": "780290442612572190", - "author": "303964491291295745", - "animated": false, - "created": 1606106138, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "scared": { - "name": "scared", - "id": "583960419677503488", - "author": "343239064918687745", - "animated": false, - "created": 1559297413, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "SCbite": { - "name": "SCbite", - "id": "783918096309682187", - "author": "182743155651641344", - "animated": true, - "created": 1606971038, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "SCboplaugh": { - "name": "SCboplaugh", - "id": "787834168226086963", - "author": "545480236939214861", - "animated": true, - "created": 1607904703, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "scizor": { - "name": "scizor", - "id": "784813270606413844", - "author": "293107176355004416", - "animated": false, - "created": 1607184464, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "scooby_smile": { - "name": "scooby_smile", - "id": "785742448482844683", - "author": "715606162224971898", - "animated": true, - "created": 1607405998, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "s_cOrangeSlice": { - "name": "s_cOrangeSlice", - "id": "784460830988959764", - "author": "608814748620029964", - "animated": true, - "created": 1607100436, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ScoutBaile": { - "name": "ScoutBaile", - "id": "777387769252806666", - "author": "741850493088694343", - "animated": true, - "created": 1605414087, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "SCP": { - "name": "SCP", - "id": "775677282806398976", - "author": "742322905957793792", - "animated": false, - "created": 1605006275, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "scream": { - "name": "scream", - "id": "761156717265682442", - "author": "88006461619200000", - "animated": true, - "created": 1601544303, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Screenshot_20201209_085859": { - "name": "Screenshot_20201209_085859", - "id": "786109714328453160", - "author": "522749177168658432", - "animated": false, - "created": 1607493561, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "scry": { - "name": "scry", - "id": "785908809549742082", - "author": "569937267012010015", - "animated": false, - "created": 1607445661, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "scsBongoAngry": { - "name": "scsBongoAngry", - "id": "784861168698392627", - "author": "506459837169795092", - "animated": false, - "created": 1607195884, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "scseStinky": { - "name": "scseStinky", - "id": "784860897486962701", - "author": "506459837169795092", - "animated": false, - "created": 1607195820, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "SCsobbing": { - "name": "SCsobbing", - "id": "786152508892381195", - "author": "676134602837852172", - "animated": false, - "created": 1607503764, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "scuffedcry": { - "name": "scuffedcry", - "id": "706742855741472809", - "author": "167267224787222528", - "animated": false, - "created": 1588571027, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "SCWblushHEART": { - "name": "SCWblushHEART", - "id": "786152475870494731", - "author": "676134602837852172", - "animated": false, - "created": 1607503756, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sdlg": { - "name": "sdlg", - "id": "718596857504202857", - "author": "213124444158296067", - "animated": false, - "created": 1591397241, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sdm": { - "name": "sdm", - "id": "782492291885039628", - "author": "512509857606139905", - "animated": false, - "created": 1606631100, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sdp": { - "name": "sdp", - "id": "782494567038582795", - "author": "512509857606139905", - "animated": false, - "created": 1606631642, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sealhands": { - "name": "sealhands", - "id": "773678365013835784", - "author": "738859004712976456", - "animated": false, - "created": 1604529696, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "secso": { - "name": "secso", - "id": "767586354766807050", - "author": "704662972739616809", - "animated": false, - "created": 1603077248, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sectario": { - "name": "sectario", - "id": "781396828963733504", - "author": "370757129268887553", - "animated": true, - "created": 1606369921, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sed": { - "name": "sed", - "id": "649368076395085825", - "author": "425046879047385108", - "animated": false, - "created": 1574891814, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "seducir": { - "name": "seducir", - "id": "785036873433219092", - "author": "739300261763350600", - "animated": true, - "created": 1607237775, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "see": { - "name": "see", - "id": "765268188375810078", - "author": "682760213912354854", - "animated": false, - "created": 1602524554, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "seeingthischat": { - "name": "seeingthischat", - "id": "784344783773761546", - "author": "336021639970029569", - "animated": false, - "created": 1607072768, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "seenojoelmaricon": { - "name": "seenojoelmaricon", - "id": "786301873267277844", - "author": "685852503673143300", - "animated": false, - "created": 1607539376, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "selenelul": { - "name": "selenelul", - "id": "783698836991901727", - "author": "99034550054690816", - "animated": false, - "created": 1606918763, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "seng4dau": { - "name": "seng4dau", - "id": "779997991687553032", - "author": "343310328089804803", - "animated": false, - "created": 1606036412, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sengboiroi": { - "name": "sengboiroi", - "id": "779269071492612106", - "author": "343310328089804803", - "animated": false, - "created": 1605862624, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sengcaophim": { - "name": "sengcaophim", - "id": "778633175999840283", - "author": "343310328089804803", - "animated": true, - "created": 1605711015, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sengcardo": { - "name": "sengcardo", - "id": "773495677044260875", - "author": "343310328089804803", - "animated": true, - "created": 1604486140, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sengchuphinh": { - "name": "sengchuphinh", - "id": "779269894193545216", - "author": "343310328089804803", - "animated": false, - "created": 1605862821, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sengcool": { - "name": "sengcool", - "id": "778934731801624576", - "author": "343310328089804803", - "animated": false, - "created": 1605782912, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sengcuoicho": { - "name": "sengcuoicho", - "id": "779558279332102154", - "author": "343310328089804803", - "animated": true, - "created": 1605931577, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sengdaugau": { - "name": "sengdaugau", - "id": "775682461475930112", - "author": "343310328089804803", - "animated": false, - "created": 1605007510, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sengdiia": { - "name": "sengdiia", - "id": "779215174128500767", - "author": "343310328089804803", - "animated": true, - "created": 1605849774, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sengDJmie": { - "name": "sengDJmie", - "id": "779997106978160640", - "author": "343310328089804803", - "animated": true, - "created": 1606036202, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sengfly": { - "name": "sengfly", - "id": "778634058799251467", - "author": "343310328089804803", - "animated": false, - "created": 1605711226, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sengfu": { - "name": "sengfu", - "id": "779268576900022313", - "author": "343310328089804803", - "animated": false, - "created": 1605862507, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "senggiandonguoi": { - "name": "senggiandonguoi", - "id": "779214305513701377", - "author": "343310328089804803", - "animated": true, - "created": 1605849567, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "senggianhetsuc": { - "name": "senggianhetsuc", - "id": "779214923346739200", - "author": "343310328089804803", - "animated": false, - "created": 1605849714, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "senghelicopter": { - "name": "senghelicopter", - "id": "779214581506768916", - "author": "343310328089804803", - "animated": true, - "created": 1605849633, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "senghenshin": { - "name": "senghenshin", - "id": "779306156719210506", - "author": "343310328089804803", - "animated": true, - "created": 1605871466, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "senghigh": { - "name": "senghigh", - "id": "778636686359658577", - "author": "343310328089804803", - "animated": true, - "created": 1605711852, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "senghungdu": { - "name": "senghungdu", - "id": "779268264693071903", - "author": "343310328089804803", - "animated": true, - "created": 1605862432, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sengknight": { - "name": "sengknight", - "id": "778634211560390656", - "author": "343310328089804803", - "animated": false, - "created": 1605711262, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "senglacdaulientuc": { - "name": "senglacdaulientuc", - "id": "780677432755486780", - "author": "343310328089804803", - "animated": true, - "created": 1606198404, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "senglacdit": { - "name": "senglacdit", - "id": "778631859373473812", - "author": "343310328089804803", - "animated": true, - "created": 1605710701, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sengmeow": { - "name": "sengmeow", - "id": "779558801526882305", - "author": "343310328089804803", - "animated": false, - "created": 1605931701, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sengnamvien": { - "name": "sengnamvien", - "id": "780735066104004608", - "author": "355019676935389186", - "animated": true, - "created": 1606212145, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sengngaingung": { - "name": "sengngaingung", - "id": "779579045045075978", - "author": "343310328089804803", - "animated": false, - "created": 1605936528, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sengnhaynhot": { - "name": "sengnhaynhot", - "id": "780000413205790731", - "author": "343310328089804803", - "animated": true, - "created": 1606036990, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sengoraora": { - "name": "sengoraora", - "id": "773883442743869451", - "author": "343310328089804803", - "animated": true, - "created": 1604578590, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sengphecan": { - "name": "sengphecan", - "id": "780396400088186891", - "author": "343310328089804803", - "animated": false, - "created": 1606131400, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sengphuong": { - "name": "sengphuong", - "id": "779271529459482624", - "author": "343310328089804803", - "animated": false, - "created": 1605863210, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sengpunch": { - "name": "sengpunch", - "id": "778631225391710238", - "author": "343310328089804803", - "animated": true, - "created": 1605710550, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sengrich": { - "name": "sengrich", - "id": "779336688786735114", - "author": "343310328089804803", - "animated": true, - "created": 1605878746, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sengrockandroll": { - "name": "sengrockandroll", - "id": "779270834128289804", - "author": "343310328089804803", - "animated": false, - "created": 1605863045, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sengsharingan": { - "name": "sengsharingan", - "id": "779214113930215426", - "author": "343310328089804803", - "animated": false, - "created": 1605849521, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sengsleepsocute": { - "name": "sengsleepsocute", - "id": "786823415033757716", - "author": "343310328089804803", - "animated": false, - "created": 1607663720, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sengsohai": { - "name": "sengsohai", - "id": "779578469540823060", - "author": "343310328089804803", - "animated": true, - "created": 1605936391, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sengtangdong": { - "name": "sengtangdong", - "id": "778633133305102398", - "author": "343310328089804803", - "animated": true, - "created": 1605711005, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sengtanvodau": { - "name": "sengtanvodau", - "id": "779268338563678218", - "author": "343310328089804803", - "animated": true, - "created": 1605862450, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sengthanchet": { - "name": "sengthanchet", - "id": "779561892405706783", - "author": "343310328089804803", - "animated": true, - "created": 1605932439, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sengthet": { - "name": "sengthet", - "id": "779998156283707394", - "author": "343310328089804803", - "animated": true, - "created": 1606036452, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sengthienthan": { - "name": "sengthienthan", - "id": "778632955501215744", - "author": "343310328089804803", - "animated": false, - "created": 1605710962, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sengthor": { - "name": "sengthor", - "id": "772353319598424064", - "author": "343310328089804803", - "animated": false, - "created": 1604213781, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sengtinhcam": { - "name": "sengtinhcam", - "id": "779577966551105536", - "author": "343310328089804803", - "animated": true, - "created": 1605936271, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sengtoithang": { - "name": "sengtoithang", - "id": "778634381459849277", - "author": "343310328089804803", - "animated": false, - "created": 1605711302, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sengtrontim": { - "name": "sengtrontim", - "id": "778634471326613514", - "author": "343310328089804803", - "animated": false, - "created": 1605711324, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sengtuk": { - "name": "sengtuk", - "id": "779269610008215562", - "author": "343310328089804803", - "animated": false, - "created": 1605862753, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sengunicorn": { - "name": "sengunicorn", - "id": "779579512903565322", - "author": "343310328089804803", - "animated": false, - "created": 1605936639, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sengvietcong": { - "name": "sengvietcong", - "id": "778633848887050240", - "author": "343310328089804803", - "animated": true, - "created": 1605711175, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sengwizard": { - "name": "sengwizard", - "id": "773494399203541012", - "author": "343310328089804803", - "animated": true, - "created": 1604485835, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sengxahoiden": { - "name": "sengxahoiden", - "id": "779272428550750220", - "author": "343310328089804803", - "animated": false, - "created": 1605863425, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sengxemloli": { - "name": "sengxemloli", - "id": "779556825099927564", - "author": "343310328089804803", - "animated": true, - "created": 1605931230, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sengxilip": { - "name": "sengxilip", - "id": "778635256953569302", - "author": "343310328089804803", - "animated": false, - "created": 1605711511, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sengyangho": { - "name": "sengyangho", - "id": "774648765579526165", - "author": "343310328089804803", - "animated": false, - "created": 1604761058, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "senko": { - "name": "senko", - "id": "714224631275323494", - "author": "712063705537445948", - "animated": false, - "created": 1590354821, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "senkopan": { - "name": "senkopan", - "id": "729479330253635755", - "author": "371341644131336199", - "animated": false, - "created": 1593991825, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "senkoSinging": { - "name": "senkoSinging", - "id": "789953626520944700", - "author": "768741691250311180", - "animated": true, - "created": 1608410021, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "senpai": { - "name": "senpai", - "id": "674446890640736265", - "author": "285148358815776768", - "animated": false, - "created": 1580871069, - "modified": 1587129083, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "sentadodepana": { - "name": "sentadodepana", - "id": "720359007591858303", - "author": "306594779171651584", - "animated": false, - "created": 1591817371, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sentadoenlaesquina": { - "name": "sentadoenlaesquina", - "id": "758424653399064577", - "author": "430138276113022976", - "animated": false, - "created": 1600892929, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sentao": { - "name": "sentao", - "id": "702686289966923876", - "author": "290370404579803137", - "animated": false, - "created": 1587603866, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sentaodepana": { - "name": "sentaodepana", - "id": "675346420714307595", - "author": "461818566510116895", - "animated": false, - "created": 1581085534, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sentaodepana_": { - "name": "sentaodepana_", - "id": "777921005444137031", - "author": "719334547723911232", - "animated": false, - "created": 1605541220, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sera": { - "name": "sera", - "id": "786463005352787998", - "author": "265244466548441088", - "animated": false, - "created": 1607577792, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "serenity_aykedi": { - "name": "serenity_aykedi", - "id": "781814300057927741", - "author": "586886106289668127", - "animated": false, - "created": 1606469454, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "serenity_aylove": { - "name": "serenity_aylove", - "id": "781814496121061426", - "author": "586886106289668127", - "animated": false, - "created": 1606469501, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "serie": { - "name": "serie", - "id": "773951539252428821", - "author": "467369560182358036", - "animated": false, - "created": 1604594826, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "serio": { - "name": "serio", - "id": "783941972963622912", - "author": "528990209589903376", - "animated": false, - "created": 1606976731, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "seriouslyhanako": { - "name": "seriouslyhanako", - "id": "782746471006339102", - "author": "748023719833894942", - "animated": false, - "created": 1606691701, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sermalo": { - "name": "sermalo", - "id": "772157065023848511", - "author": "293107176355004416", - "animated": false, - "created": 1604166990, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "serverisfine": { - "name": "serverisfine", - "id": "754102498205106239", - "author": "365184840209006604", - "animated": true, - "created": 1599862446, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "serversarefine": { - "name": "serversarefine", - "id": "748077099784470559", - "author": "336021639970029569", - "animated": false, - "created": 1598425879, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sesonroja": { - "name": "sesonroja", - "id": "710718072037834792", - "author": "635598212756930580", - "animated": false, - "created": 1589518792, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "setzerball": { - "name": "setzerball", - "id": "724374463101141083", - "author": "638128638700552192", - "animated": false, - "created": 1592774730, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sevenpuzzi": { - "name": "sevenpuzzi", - "id": "783788706708324402", - "author": "660477458209964042", - "animated": false, - "created": 1606940189, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sex": { - "name": "sex", - "id": "612491094416031764", - "author": "282932131192373248", - "animated": false, - "created": 1566099656, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sexo": { - "name": "sexo", - "id": "692793590492954707", - "author": "496276785353457664", - "animated": false, - "created": 1585245263, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "SEXOO": { - "name": "SEXOO", - "id": "777958895230255124", - "author": "547194213666914304", - "animated": false, - "created": 1605550254, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sexooo": { - "name": "sexooo", - "id": "778015704052924446", - "author": "441317661100605440", - "animated": false, - "created": 1605563798, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sexoooo": { - "name": "sexoooo", - "id": "774557811148324896", - "author": "732625709469663334", - "animated": false, - "created": 1604739372, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sexy": { - "name": "sexy", - "id": "711665435795259494", - "author": "447821193312206848", - "animated": true, - "created": 1589744662, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sexygodmanawooga": { - "name": "sexygodmanawooga", - "id": "788232754088116254", - "author": "645925200113696768", - "animated": false, - "created": 1607999733, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sey_cry": { - "name": "sey_cry", - "id": "782673835081465877", - "author": "700050219995496568", - "animated": false, - "created": 1606674383, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sey_hehe": { - "name": "sey_hehe", - "id": "782673823014715392", - "author": "700050219995496568", - "animated": false, - "created": 1606674380, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sey_love": { - "name": "sey_love", - "id": "782673811043516476", - "author": "700050219995496568", - "animated": false, - "created": 1606674378, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sey_peek": { - "name": "sey_peek", - "id": "782673800285388830", - "author": "700050219995496568", - "animated": false, - "created": 1606674375, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sf_blackh": { - "name": "sf_blackh", - "id": "785980371564625961", - "author": "667884783954821159", - "animated": false, - "created": 1607462723, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "s_fh_crazy_ruthgaya": { - "name": "s_fh_crazy_ruthgaya", - "id": "785742238680088587", - "author": "715606162224971898", - "animated": true, - "created": 1607405948, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "s_fh_haha": { - "name": "s_fh_haha", - "id": "785742677907079198", - "author": "715606162224971898", - "animated": true, - "created": 1607406052, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "s_fh_sochne_de": { - "name": "s_fh_sochne_de", - "id": "785742249815572480", - "author": "715606162224971898", - "animated": true, - "created": 1607405950, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sgalienstargazing": { - "name": "sgalienstargazing", - "id": "786521899140251689", - "author": "426282697422274561", - "animated": true, - "created": 1607591833, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "s_galkochka": { - "name": "s_galkochka", - "id": "788722891431608380", - "author": "497766788549836810", - "animated": true, - "created": 1608116591, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sgun": { - "name": "sgun", - "id": "788397629766631424", - "author": "715373648520806432", - "animated": false, - "created": 1608039042, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sh": { - "name": "sh", - "id": "746665804162007100", - "author": "398190287635218432", - "animated": false, - "created": 1598089400, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ShakeIt": { - "name": "ShakeIt", - "id": "782073386980999240", - "author": "369569353965764608", - "animated": true, - "created": 1606531225, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "shalom": { - "name": "shalom", - "id": "731674520426905600", - "author": "713115666550620262", - "animated": false, - "created": 1594515199, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "shame": { - "name": "shame", - "id": "757650351783542915", - "author": "427135249152212992", - "animated": false, - "created": 1600708320, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "shaqsleep": { - "name": "shaqsleep", - "id": "755525789054926858", - "author": "212287868956049408", - "animated": false, - "created": 1600201785, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "SharDab": { - "name": "SharDab", - "id": "781347171181133854", - "author": "448827482179895304", - "animated": false, - "created": 1606358082, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sharena": { - "name": "sharena", - "id": "781345200101654539", - "author": "544004454257524746", - "animated": false, - "created": 1606357612, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sharheadpat": { - "name": "sharheadpat", - "id": "781346961327521795", - "author": "448827482179895304", - "animated": false, - "created": 1606358032, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sharingan": { - "name": "sharingan", - "id": "727311992741953647", - "author": "316178233513213964", - "animated": false, - "created": 1593475092, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "shark_a": { - "name": "shark_a", - "id": "765329557879259157", - "author": "466061790627889167", - "animated": true, - "created": 1602539185, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Sharkdance": { - "name": "Sharkdance", - "id": "774719124298268682", - "author": "551188005281464342", - "animated": true, - "created": 1604777832, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Sharklarry": { - "name": "Sharklarry", - "id": "778433784462442507", - "author": "738980160828735488", - "animated": false, - "created": 1605663477, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "shark_love": { - "name": "shark_love", - "id": "773328563792248832", - "author": "466061790627889167", - "animated": false, - "created": 1604446297, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sharkpogv2": { - "name": "sharkpogv2", - "id": "781036174885781504", - "author": "488567318952149005", - "animated": false, - "created": 1606283935, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "SharPat": { - "name": "SharPat", - "id": "777399025401987102", - "author": "727325977755254874", - "animated": false, - "created": 1605416771, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "SharSulk": { - "name": "SharSulk", - "id": "781416774456573962", - "author": "727325977755254874", - "animated": false, - "created": 1606374677, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "SharWow": { - "name": "SharWow", - "id": "781346063357181962", - "author": "448827482179895304", - "animated": false, - "created": 1606357818, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "she": { - "name": "she", - "id": "781611500062244894", - "author": "427135249152212992", - "animated": false, - "created": 1606421103, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sheepish": { - "name": "sheepish", - "id": "782741778016501810", - "author": "748023719833894942", - "animated": false, - "created": 1606690582, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sheila2": { - "name": "sheila2", - "id": "781008215390552074", - "author": "589147367551270912", - "animated": true, - "created": 1606277272, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "shen": { - "name": "shen", - "id": "661827880514355200", - "author": "97209058150326272", - "animated": false, - "created": 1577862462, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "shen2": { - "name": "shen2", - "id": "741652890606633021", - "author": "116670074697285634", - "animated": false, - "created": 1596894228, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "shencry": { - "name": "shencry", - "id": "762433056706920479", - "author": "116670074697285634", - "animated": false, - "created": 1601848606, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "shenok": { - "name": "shenok", - "id": "772264228484677633", - "author": "116670074697285634", - "animated": false, - "created": 1604192540, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "shenrock": { - "name": "shenrock", - "id": "782742589270523924", - "author": "116670074697285634", - "animated": true, - "created": 1606690776, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "shh": { - "name": "shh", - "id": "728595955653541979", - "author": "174531697059168256", - "animated": false, - "created": 1593781212, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "shhh": { - "name": "shhh", - "id": "725547977204301925", - "author": "462561939911081995", - "animated": false, - "created": 1593054517, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "shhhh": { - "name": "shhhh", - "id": "785973919790268466", - "author": "632211012551966750", - "animated": false, - "created": 1607461185, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "shi": { - "name": "shi", - "id": "783360759148576768", - "author": "605921908357201933", - "animated": false, - "created": 1606838159, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "shibaangy": { - "name": "shibaangy", - "id": "783833340926623774", - "author": "262686809228705792", - "animated": false, - "created": 1606950831, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ShibaBaile": { - "name": "ShibaBaile", - "id": "782906640172580865", - "author": "741850493088694343", - "animated": true, - "created": 1606729888, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "shibacheer": { - "name": "shibacheer", - "id": "783833556299939880", - "author": "262686809228705792", - "animated": false, - "created": 1606950882, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "shibahey": { - "name": "shibahey", - "id": "783833510904987698", - "author": "262686809228705792", - "animated": false, - "created": 1606950872, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "shibalaugh": { - "name": "shibalaugh", - "id": "783833392340009006", - "author": "262686809228705792", - "animated": false, - "created": 1606950843, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "shibaoops": { - "name": "shibaoops", - "id": "783833297511514122", - "author": "262686809228705792", - "animated": false, - "created": 1606950821, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "shibarun": { - "name": "shibarun", - "id": "782230057854042112", - "author": "643845865227812894", - "animated": true, - "created": 1606568579, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "shibashy": { - "name": "shibashy", - "id": "783833444023009290", - "author": "262686809228705792", - "animated": false, - "created": 1606950856, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "shibasparkle": { - "name": "shibasparkle", - "id": "783833236097859606", - "author": "262686809228705792", - "animated": false, - "created": 1606950806, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "shibathink": { - "name": "shibathink", - "id": "783833029880971264", - "author": "262686809228705792", - "animated": false, - "created": 1606950757, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "shibawink": { - "name": "shibawink", - "id": "783832980078198834", - "author": "262686809228705792", - "animated": false, - "created": 1606950745, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ShigaFe": { - "name": "ShigaFe", - "id": "783902581247705139", - "author": "308452846834155530", - "animated": false, - "created": 1606967339, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "shine": { - "name": "shine", - "id": "775204046315323402", - "author": "348526977801781248", - "animated": false, - "created": 1604893447, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "shingadazo": { - "name": "shingadazo", - "id": "785391503076753428", - "author": "308452846834155530", - "animated": false, - "created": 1607322326, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "shingiewhat": { - "name": "shingiewhat", - "id": "789133382772719687", - "author": "562613937531518986", - "animated": false, - "created": 1608214459, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "shinige": { - "name": "shinige", - "id": "779044743027752971", - "author": "342285786185728001", - "animated": false, - "created": 1605809140, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Shinigoi": { - "name": "Shinigoi", - "id": "777630247058538516", - "author": "314536284725051393", - "animated": true, - "created": 1605471898, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "shinigoi2": { - "name": "shinigoi2", - "id": "785141317223055370", - "author": "314536284725051393", - "animated": false, - "created": 1607262677, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "shinkidance": { - "name": "shinkidance", - "id": "773362569259253790", - "author": "739936426799661086", - "animated": true, - "created": 1604454404, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "shiny": { - "name": "shiny", - "id": "745394797702938634", - "author": "691081572866326669", - "animated": false, - "created": 1597786368, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "shipit": { - "name": "shipit", - "id": "492049332317585409", - "author": "140516693242937345", - "animated": false, - "created": 1525387948, - "modified": 1537384119, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "shitstar": { - "name": "shitstar", - "id": "492049333802369056", - "author": "140516693242937345", - "animated": false, - "created": 1535406997, - "modified": 1537384119, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "shivam_kiss": { - "name": "shivam_kiss", - "id": "785742430473158677", - "author": "715606162224971898", - "animated": true, - "created": 1607405993, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "shocked": { - "name": "shocked", - "id": "747228777502998620", - "author": "299000396997853194", - "animated": false, - "created": 1598223623, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "shockedmonke": { - "name": "shockedmonke", - "id": "785258289910513704", - "author": "611671335072170031", - "animated": true, - "created": 1607290565, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "shock_maika": { - "name": "shock_maika", - "id": "787427749396348968", - "author": "522155526478364675", - "animated": false, - "created": 1607807805, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "shoo": { - "name": "shoo", - "id": "752955601402724532", - "author": "521325315276931083", - "animated": false, - "created": 1599589004, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "shook": { - "name": "shook", - "id": "659532838458359829", - "author": "239333423095742464", - "animated": true, - "created": 1577315282, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "shoot": { - "name": "shoot", - "id": "782494092675514369", - "author": "760975697392173067", - "animated": true, - "created": 1606631529, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "shot": { - "name": "shot", - "id": "603606751547359243", - "author": "239333423095742464", - "animated": true, - "created": 1563981464, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "shotgun1": { - "name": "shotgun1", - "id": "758055195329429565", - "author": "661789191470055436", - "animated": false, - "created": 1600804842, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "shotgun2": { - "name": "shotgun2", - "id": "758055359452676116", - "author": "661789191470055436", - "animated": false, - "created": 1600804881, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "shotgun3": { - "name": "shotgun3", - "id": "758055687065698445", - "author": "661789191470055436", - "animated": false, - "created": 1600804959, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "shoutno": { - "name": "shoutno", - "id": "790036058930151435", - "author": "372867277068042240", - "animated": false, - "created": 1608429674, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "shrecat": { - "name": "shrecat", - "id": "784676736171245588", - "author": "274902785865023488", - "animated": true, - "created": 1607151912, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "shreepo": { - "name": "shreepo", - "id": "768636667455733800", - "author": "674613098828529715", - "animated": false, - "created": 1603327662, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "shrek": { - "name": "shrek", - "id": "683393239801528426", - "author": "479370177209696267", - "animated": true, - "created": 1583004045, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "shrekLoop": { - "name": "shrekLoop", - "id": "786154554176831488", - "author": "676134602837852172", - "animated": true, - "created": 1607504251, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "shrekstare": { - "name": "shrekstare", - "id": "776802456091885578", - "author": "746647694789050430", - "animated": false, - "created": 1605274537, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "shringe": { - "name": "shringe", - "id": "771571159732191252", - "author": "763240979091292180", - "animated": false, - "created": 1604027299, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "shroom": { - "name": "shroom", - "id": "786152746889642005", - "author": "676134602837852172", - "animated": true, - "created": 1607503821, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "shrug": { - "name": "shrug", - "id": "676940602222313495", - "author": "95895952086286336", - "animated": false, - "created": 1581465616, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ShrugsCutely": { - "name": "ShrugsCutely", - "id": "782740081622253619", - "author": "748023719833894942", - "animated": false, - "created": 1606690178, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "shrugsgayly": { - "name": "shrugsgayly", - "id": "782742234855768084", - "author": "748023719833894942", - "animated": false, - "created": 1606690691, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "shrump": { - "name": "shrump", - "id": "787101063802388510", - "author": "220655677432004618", - "animated": false, - "created": 1607729917, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "shuabv": { - "name": "shuabv", - "id": "782460337286938664", - "author": "370757129268887553", - "animated": false, - "created": 1606623481, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "shut": { - "name": "shut", - "id": "716782303728107520", - "author": "229350299909881876", - "animated": false, - "created": 1590964618, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "shutdown": { - "name": "shutdown", - "id": "784251887863857172", - "author": "189232796491841536", - "animated": true, - "created": 1607050620, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "shutup": { - "name": "shutup", - "id": "708541266396315671", - "author": "206149066625646592", - "animated": true, - "created": 1588999802, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "shutupceri": { - "name": "shutupceri", - "id": "787291392534773780", - "author": "353109234201788427", - "animated": false, - "created": 1607775295, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "shutuprhys": { - "name": "shutuprhys", - "id": "782111836015296512", - "author": "690953891482828890", - "animated": true, - "created": 1606540392, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Shuu": { - "name": "Shuu", - "id": "773949570047803422", - "author": "551188005281464342", - "animated": false, - "created": 1604594356, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "shuuka": { - "name": "shuuka", - "id": "775034457605668894", - "author": "293107176355004416", - "animated": false, - "created": 1604853014, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "shuukaholmes": { - "name": "shuukaholmes", - "id": "786397306194886697", - "author": "293107176355004416", - "animated": false, - "created": 1607562128, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Shuukasip": { - "name": "Shuukasip", - "id": "786031961004441631", - "author": "293107176355004416", - "animated": false, - "created": 1607475023, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "shuukathink": { - "name": "shuukathink", - "id": "785324518242910218", - "author": "293107176355004416", - "animated": false, - "created": 1607306355, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "shuukayay": { - "name": "shuukayay", - "id": "782289265488953365", - "author": "293107176355004416", - "animated": false, - "created": 1606582695, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "shy": { - "name": "shy", - "id": "701960765183230023", - "author": "544942434862235650", - "animated": false, - "created": 1587430888, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "shy_alice": { - "name": "shy_alice", - "id": "786359508104380447", - "author": "226673616190832640", - "animated": false, - "created": 1607553116, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "shybunny": { - "name": "shybunny", - "id": "786150179202924554", - "author": "745612575454134283", - "animated": false, - "created": 1607503208, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "shycat": { - "name": "shycat", - "id": "786590634152034325", - "author": "745373578664476892", - "animated": false, - "created": 1607608221, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Shyduck": { - "name": "Shyduck", - "id": "775295510574923816", - "author": "370215721558474755", - "animated": false, - "created": 1604915254, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "shy_hi": { - "name": "shy_hi", - "id": "784438791317880885", - "author": "711751154119475291", - "animated": false, - "created": 1607095182, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "shypepe": { - "name": "shypepe", - "id": "789879238353485836", - "author": "429638908523970584", - "animated": true, - "created": 1608392285, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "shyyy": { - "name": "shyyy", - "id": "786590674480529428", - "author": "745373578664476892", - "animated": false, - "created": 1607608231, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "si": { - "name": "si", - "id": "576573073063411732", - "author": "259162019142434816", - "animated": false, - "created": 1557536132, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "si1": { - "name": "si1", - "id": "727254121593176095", - "author": "614647756258017322", - "animated": false, - "created": 1593461294, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "si2": { - "name": "si2", - "id": "771014202991181876", - "author": "671881696970539019", - "animated": false, - "created": 1603894510, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "SiCapo": { - "name": "SiCapo", - "id": "747242763577458751", - "author": "537816514829484032", - "animated": false, - "created": 1598226958, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sieg": { - "name": "sieg", - "id": "661637726378000394", - "author": "239333423095742464", - "animated": false, - "created": 1577817126, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "siflaco": { - "name": "siflaco", - "id": "772089746536661013", - "author": "568982436550279179", - "animated": false, - "created": 1604150940, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sigh": { - "name": "sigh", - "id": "664258026936729611", - "author": "651556365722189892", - "animated": false, - "created": 1578441855, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sii": { - "name": "sii", - "id": "754474251880366171", - "author": "723326259056345171", - "animated": false, - "created": 1599951079, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "siiiis": { - "name": "siiiis", - "id": "779016489394372638", - "author": "739299787907792897", - "animated": false, - "created": 1605802404, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "silencio": { - "name": "silencio", - "id": "788304493317193749", - "author": "586219689466658816", - "animated": false, - "created": 1608016837, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sillychamp": { - "name": "sillychamp", - "id": "767096655266709525", - "author": "245668715067080704", - "animated": false, - "created": 1602960494, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "siltak": { - "name": "siltak", - "id": "780882254792097844", - "author": "701919188033339412", - "animated": false, - "created": 1606247237, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "silver": { - "name": "silver", - "id": "771571375118221333", - "author": "763240979091292180", - "animated": false, - "created": 1604027351, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "SilverStud": { - "name": "SilverStud", - "id": "782149057974894663", - "author": "496037931140513800", - "animated": true, - "created": 1606549267, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sim": { - "name": "sim", - "id": "732980413596696578", - "author": "532280434373951498", - "animated": false, - "created": 1594826549, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "simi_mamon": { - "name": "simi_mamon", - "id": "780934374409240656", - "author": "701103722453008518", - "animated": false, - "created": 1606259663, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Simon": { - "name": "Simon", - "id": "752019799042687017", - "author": "521802133796945962", - "animated": false, - "created": 1599365892, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "simp": { - "name": "simp", - "id": "694958897793990766", - "author": "610210232911527937", - "animated": false, - "created": 1585761513, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "simplereally": { - "name": "simplereally", - "id": "782773353067839529", - "author": "748023719833894942", - "animated": false, - "created": 1606698111, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Simppp": { - "name": "Simppp", - "id": "784439704837423114", - "author": "711751154119475291", - "animated": false, - "created": 1607095399, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Simps": { - "name": "Simps", - "id": "784438707969065021", - "author": "711751154119475291", - "animated": false, - "created": 1607095162, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "simpup": { - "name": "simpup", - "id": "786450940227878963", - "author": "723894380892782662", - "animated": false, - "created": 1607574915, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sini": { - "name": "sini", - "id": "788802241531215882", - "author": "370757129268887553", - "animated": false, - "created": 1608135509, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sinkopeso": { - "name": "sinkopeso", - "id": "704539703860396083", - "author": "617202710797877268", - "animated": false, - "created": 1588045755, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sip": { - "name": "sip", - "id": "446261068507906060", - "author": "401438132966522892", - "animated": false, - "created": 1526481730, - "modified": 1533892040, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "siphappy": { - "name": "siphappy", - "id": "758911281696342056", - "author": "676818445068927006", - "animated": false, - "created": 1601008949, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sipp": { - "name": "sipp", - "id": "771401396750647338", - "author": "638896902875906059", - "animated": false, - "created": 1603986825, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sippintea": { - "name": "sippintea", - "id": "787003064501927956", - "author": "512140987607547904", - "animated": false, - "created": 1607706552, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sipsgayly": { - "name": "sipsgayly", - "id": "782741755908456448", - "author": "748023719833894942", - "animated": false, - "created": 1606690577, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "SipSpin": { - "name": "SipSpin", - "id": "772828703243632710", - "author": "600654380307447839", - "animated": true, - "created": 1604327121, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "SIR": { - "name": "SIR", - "id": "768470786234122270", - "author": "395446528992608258", - "animated": false, - "created": 1603288113, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sir1": { - "name": "sir1", - "id": "784630976708870194", - "author": "356902907721023500", - "animated": false, - "created": 1607141002, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "siren": { - "name": "siren", - "id": "518946605924220938", - "author": "331943400234549248", - "animated": true, - "created": 1543796912, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sis": { - "name": "sis", - "id": "736232805163598026", - "author": "506601307411447811", - "animated": true, - "created": 1595601979, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sisi": { - "name": "sisi", - "id": "701682757570658355", - "author": "464631748601577473", - "animated": false, - "created": 1587364606, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sisisi": { - "name": "sisisi", - "id": "744349079458283590", - "author": "459506520288133130", - "animated": true, - "created": 1597537049, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sisos": { - "name": "sisos", - "id": "718532406868574219", - "author": "691838494581981218", - "animated": false, - "created": 1591381875, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sittin": { - "name": "sittin", - "id": "782106709752545310", - "author": "690953891482828890", - "animated": true, - "created": 1606539170, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "siu": { - "name": "siu", - "id": "604022609096474644", - "author": "212026049427537920", - "animated": false, - "created": 1564080612, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "siubi": { - "name": "siubi", - "id": "780661322886152203", - "author": "373468095601442826", - "animated": false, - "created": 1606194563, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sixso": { - "name": "sixso", - "id": "785591776269959228", - "author": "387356039638679553", - "animated": false, - "created": 1607370075, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "skelefault": { - "name": "skelefault", - "id": "776824707093102592", - "author": "543468933974589440", - "animated": true, - "created": 1605279842, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "skelly": { - "name": "skelly", - "id": "786152706946891776", - "author": "676134602837852172", - "animated": true, - "created": 1607503811, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "skips": { - "name": "skips", - "id": "724695013623332866", - "author": "638128638700552192", - "animated": true, - "created": 1592851155, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "skullplayboy": { - "name": "skullplayboy", - "id": "784832257528954901", - "author": "252655876177920000", - "animated": false, - "created": 1607188991, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "skype": { - "name": "skype", - "id": "492049352173289482", - "author": "140516693242937345", - "animated": false, - "created": 1525387948, - "modified": 1537384124, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "skypeclap": { - "name": "skypeclap", - "id": "787481394607423488", - "author": "763778550070640672", - "animated": true, - "created": 1607820595, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "skypewait": { - "name": "skypewait", - "id": "786707482738163722", - "author": "658316782934949889", - "animated": true, - "created": 1607636080, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "SL2_zerotwo1": { - "name": "SL2_zerotwo1", - "id": "786151905998536724", - "author": "676134602837852172", - "animated": false, - "created": 1607503620, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "SL2_zerotwo2": { - "name": "SL2_zerotwo2", - "id": "786151940534435840", - "author": "676134602837852172", - "animated": false, - "created": 1607503628, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "SL2_zerotwopat": { - "name": "SL2_zerotwopat", - "id": "786151991150641183", - "author": "676134602837852172", - "animated": true, - "created": 1607503640, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "slap": { - "name": "slap", - "id": "578717966947057689", - "author": "323940748145721345", - "animated": false, - "created": 1558047515, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "slap3": { - "name": "slap3", - "id": "766174528953909279", - "author": "555159763298811917", - "animated": true, - "created": 1602740642, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "slaparonies": { - "name": "slaparonies", - "id": "784815413908602880", - "author": "581699248568139776", - "animated": true, - "created": 1607184976, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "SlapMeru": { - "name": "SlapMeru", - "id": "787993150815338496", - "author": "304413971350552588", - "animated": false, - "created": 1607942607, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "slayer": { - "name": "slayer", - "id": "733120387134783559", - "author": "428651185977819172", - "animated": false, - "created": 1594859921, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Sleep": { - "name": "Sleep", - "id": "620686672404938777", - "author": "456922866181603348", - "animated": true, - "created": 1551881365, - "modified": 1568058611, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sleepisbuff": { - "name": "sleepisbuff", - "id": "782964046130839562", - "author": "203858284459851776", - "animated": false, - "created": 1606743575, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Sleepppy": { - "name": "Sleepppy", - "id": "784441565288333332", - "author": "711751154119475291", - "animated": false, - "created": 1607095843, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sleepu": { - "name": "sleepu", - "id": "574191212643221516", - "author": "509632626018091019", - "animated": false, - "created": 1556968253, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sleepygay": { - "name": "sleepygay", - "id": "782741764623564850", - "author": "748023719833894942", - "animated": false, - "created": 1606690579, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "slep": { - "name": "slep", - "id": "690452584456126464", - "author": "167267224787222528", - "animated": false, - "created": 1584687124, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "slowclap": { - "name": "slowclap", - "id": "775129281927708693", - "author": "551188005281464342", - "animated": true, - "created": 1604875622, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "slowload": { - "name": "slowload", - "id": "747480358370672651", - "author": "203208699500560385", - "animated": true, - "created": 1598283605, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "slowpoke": { - "name": "slowpoke", - "id": "784205158300778496", - "author": "394963849834659840", - "animated": false, - "created": 1607039479, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "slowshine": { - "name": "slowshine", - "id": "772884749458079814", - "author": "450903155572736000", - "animated": false, - "created": 1604340483, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "slowyeah": { - "name": "slowyeah", - "id": "642540489077424148", - "author": "196665012071170048", - "animated": false, - "created": 1573263990, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "slowyeah4life": { - "name": "slowyeah4life", - "id": "784089262391558155", - "author": "610207676822978590", - "animated": false, - "created": 1607011847, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "smart": { - "name": "smart", - "id": "470222808560041999", - "author": "223087969806843904", - "animated": false, - "created": 1532180253, - "modified": 1533892040, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Smart_2": { - "name": "Smart_2", - "id": "784928107899256833", - "author": "499275550813061128", - "animated": false, - "created": 1607211844, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "smartpepe": { - "name": "smartpepe", - "id": "786152683177902110", - "author": "676134602837852172", - "animated": false, - "created": 1607503805, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "smh": { - "name": "smh", - "id": "555916210206801920", - "author": "159816937617096705", - "animated": false, - "created": 1552611153, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "smil": { - "name": "smil", - "id": "771570844421980181", - "author": "763240979091292180", - "animated": false, - "created": 1604027224, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "smile": { - "name": "smile", - "id": "593681859846602762", - "author": "285148358815776768", - "animated": false, - "created": 1561615185, - "modified": 1599443514, - "preserve": true, - "description": "lambda has tiny pp", - "nsfw": "SFW" - }, - "SmileQuestionMark": { - "name": "SmileQuestionMark", - "id": "788398146983297045", - "author": "715373648520806432", - "animated": true, - "created": 1608039166, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "smily": { - "name": "smily", - "id": "784606670549549076", - "author": "592064686896185433", - "animated": false, - "created": 1607135207, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "smirky": { - "name": "smirky", - "id": "785973748556628050", - "author": "632211012551966750", - "animated": false, - "created": 1607461144, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "smoke": { - "name": "smoke", - "id": "759434674962694146", - "author": "289860101035261955", - "animated": false, - "created": 1601133736, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "smoketime": { - "name": "smoketime", - "id": "720778593415725118", - "author": "325346618364788737", - "animated": true, - "created": 1591917408, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Smol": { - "name": "Smol", - "id": "704905571526115499", - "author": "616390159814098956", - "animated": false, - "created": 1588132984, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "smolconcern": { - "name": "smolconcern", - "id": "751595928141430814", - "author": "366199630142242816", - "animated": false, - "created": 1599264833, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "smolgun": { - "name": "smolgun", - "id": "695530664623079434", - "author": "302106586401472512", - "animated": false, - "created": 1585897832, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "smolmiku": { - "name": "smolmiku", - "id": "781774463222022206", - "author": "338588328716795914", - "animated": false, - "created": 1606459956, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Smoosh": { - "name": "Smoosh", - "id": "784438578654609419", - "author": "711751154119475291", - "animated": false, - "created": 1607095131, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Smort": { - "name": "Smort", - "id": "778644896894287886", - "author": "701658542071087124", - "animated": false, - "created": 1605713810, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "smug": { - "name": "smug", - "id": "492049360335405056", - "author": "219567184089841664", - "animated": false, - "created": 1536886915, - "modified": 1537384126, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "smug2": { - "name": "smug2", - "id": "781911044921884722", - "author": "479017973462466571", - "animated": false, - "created": 1606492520, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "smugarma": { - "name": "smugarma", - "id": "786723437766246430", - "author": "245607870463213570", - "animated": false, - "created": 1607639884, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "SmugBaile": { - "name": "SmugBaile", - "id": "782902716162637825", - "author": "741850493088694343", - "animated": true, - "created": 1606728953, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "smugdance": { - "name": "smugdance", - "id": "543456119608311825", - "author": "252506099641614336", - "animated": true, - "created": 1549640436, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "smugface": { - "name": "smugface", - "id": "766178196256325643", - "author": "330632340088815616", - "animated": false, - "created": 1602741517, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "smugfur": { - "name": "smugfur", - "id": "788129106717048838", - "author": "457800274887573515", - "animated": false, - "created": 1607975021, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "smugnebby": { - "name": "smugnebby", - "id": "782740865318649866", - "author": "748023719833894942", - "animated": false, - "created": 1606690365, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "smugnia": { - "name": "smugnia", - "id": "771697085283565608", - "author": "394146105060753409", - "animated": false, - "created": 1604057322, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "SM_uwucumslut": { - "name": "SM_uwucumslut", - "id": "787895254879567883", - "author": "625114438042779658", - "animated": false, - "created": 1607919267, - "modified": 1607932805, - "preserve": false, - "description": null, - "nsfw": "MOD_NSFW" - }, - "snaa": { - "name": "snaa", - "id": "759672404292927488", - "author": "341394169295667211", - "animated": false, - "created": 1601190415, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "snap": { - "name": "snap", - "id": "521860103226392578", - "author": "357641367507435531", - "animated": true, - "created": 1544491544, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "snap2": { - "name": "snap2", - "id": "768607755744313345", - "author": "546358931740557312", - "animated": false, - "created": 1603320769, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "SNAS": { - "name": "SNAS", - "id": "767806433148010556", - "author": "305757849898713098", - "animated": false, - "created": 1603129718, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sneet": { - "name": "sneet", - "id": "786152622842839060", - "author": "676134602837852172", - "animated": false, - "created": 1607503791, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Snek": { - "name": "Snek", - "id": "784483207252803585", - "author": "377489947755675649", - "animated": false, - "created": 1607105771, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "snhdjfkdjerbndfjnefj": { - "name": "snhdjfkdjerbndfjnefj", - "id": "784513581018382387", - "author": "695121272392122399", - "animated": false, - "created": 1607113013, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sniff": { - "name": "sniff", - "id": "752347240466743386", - "author": "285148358815776768", - "animated": false, - "created": 1599443960, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sniff1": { - "name": "sniff1", - "id": "751799129151242280", - "author": "479370177209696267", - "animated": false, - "created": 1599313280, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sniff2": { - "name": "sniff2", - "id": "751799162479312936", - "author": "479370177209696267", - "animated": false, - "created": 1599313288, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sniff3": { - "name": "sniff3", - "id": "751799222466117632", - "author": "479370177209696267", - "animated": false, - "created": 1599313302, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "snipe": { - "name": "snipe", - "id": "769001747875233873", - "author": "428330901659713546", - "animated": false, - "created": 1603414704, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "snohrunt": { - "name": "snohrunt", - "id": "709180142693646448", - "author": "293107176355004416", - "animated": false, - "created": 1589152122, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Snom": { - "name": "Snom", - "id": "685680498424414248", - "author": "302106586401472512", - "animated": true, - "created": 1583549370, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "snom_chopsticks": { - "name": "snom_chopsticks", - "id": "789555847674986496", - "author": "568113558202875914", - "animated": false, - "created": 1608315183, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "SnomDance": { - "name": "SnomDance", - "id": "687972379078557716", - "author": "442756641260044289", - "animated": true, - "created": 1584095797, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "snomlove": { - "name": "snomlove", - "id": "789555780415258624", - "author": "568113558202875914", - "animated": false, - "created": 1608315167, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "snom_spoon": { - "name": "snom_spoon", - "id": "789555837085155330", - "author": "568113558202875914", - "animated": false, - "created": 1608315180, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "SnoopDoggBaile": { - "name": "SnoopDoggBaile", - "id": "782910395060846594", - "author": "741850493088694343", - "animated": true, - "created": 1606730784, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "snorunt": { - "name": "snorunt", - "id": "778639917286686740", - "author": "408747500288213006", - "animated": false, - "created": 1605712622, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "snovflus": { - "name": "snovflus", - "id": "774603265035206666", - "author": "220864614190153729", - "animated": false, - "created": 1604750209, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "snowalk": { - "name": "snowalk", - "id": "774721007851667497", - "author": "220864614190153729", - "animated": true, - "created": 1604778281, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "snowmanteri": { - "name": "snowmanteri", - "id": "789046748801794059", - "author": "329983362779447299", - "animated": false, - "created": 1608193804, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Snowmanthink": { - "name": "Snowmanthink", - "id": "778812526040973333", - "author": "551188005281464342", - "animated": false, - "created": 1605753776, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "snugglycubbie": { - "name": "snugglycubbie", - "id": "786150060916342814", - "author": "745612575454134283", - "animated": false, - "created": 1607503180, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "snun": { - "name": "snun", - "id": "789555790553939989", - "author": "568113558202875914", - "animated": false, - "created": 1608315169, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "so": { - "name": "so", - "id": "776990725303959593", - "author": "618287304447885312", - "animated": false, - "created": 1605319424, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "so1": { - "name": "so1", - "id": "789705799097516063", - "author": "753681432718737480", - "animated": false, - "created": 1608350934, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "SOB": { - "name": "SOB", - "id": "766694685233119243", - "author": "751598346677780531", - "animated": false, - "created": 1602864657, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sobad": { - "name": "sobad", - "id": "752897033068871690", - "author": "231629637913018370", - "animated": false, - "created": 1599575040, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sobas": { - "name": "sobas", - "id": "764430787511582720", - "author": "220655677432004618", - "animated": false, - "created": 1602324902, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sobbing": { - "name": "sobbing", - "id": "771409537357447179", - "author": "369984931989946371", - "animated": false, - "created": 1603988765, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sobintensifies": { - "name": "sobintensifies", - "id": "781926976045711411", - "author": "479017973462466571", - "animated": false, - "created": 1606496318, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "SOBoom": { - "name": "SOBoom", - "id": "788059173686476830", - "author": "494688594603147284", - "animated": true, - "created": 1607958348, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sobreconduz": { - "name": "sobreconduz", - "id": "785959628218826753", - "author": "384071676960309259", - "animated": true, - "created": 1607457777, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sobs": { - "name": "sobs", - "id": "717519498512433183", - "author": "317102417466490880", - "animated": false, - "created": 1591140379, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sociedad": { - "name": "sociedad", - "id": "716531930283114506", - "author": "287347007708856323", - "animated": false, - "created": 1590904924, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sociedad2": { - "name": "sociedad2", - "id": "772283370604331048", - "author": "613683732276314114", - "animated": true, - "created": 1604197103, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Sodomy": { - "name": "Sodomy", - "id": "741635645595975790", - "author": "394963849834659840", - "animated": false, - "created": 1596890116, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sofcry": { - "name": "sofcry", - "id": "789555936858996756", - "author": "568113558202875914", - "animated": false, - "created": 1608315204, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sog": { - "name": "sog", - "id": "745167551130239026", - "author": "620744223267749888", - "animated": false, - "created": 1597732188, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "soisso": { - "name": "soisso", - "id": "788473516005523487", - "author": "602916202528112672", - "animated": false, - "created": 1608057135, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "solins": { - "name": "solins", - "id": "535941218157330452", - "author": "412045486103724032", - "animated": true, - "created": 1547848743, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "somedumbcerijoke": { - "name": "somedumbcerijoke", - "id": "756139911857307730", - "author": "353109234201788427", - "animated": false, - "created": 1600348203, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sonic": { - "name": "sonic", - "id": "499391878496518144", - "author": "314186201588432906", - "animated": true, - "created": 1539134753, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "SonicBaile": { - "name": "SonicBaile", - "id": "773641550659715122", - "author": "741850493088694343", - "animated": true, - "created": 1604520919, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sonicdance": { - "name": "sonicdance", - "id": "680239877652348978", - "author": "580244182652813312", - "animated": true, - "created": 1582252225, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Sonic_Fan": { - "name": "Sonic_Fan", - "id": "783739933407445042", - "author": "739299787907792897", - "animated": false, - "created": 1606928561, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Sonic_Fan_Papel": { - "name": "Sonic_Fan_Papel", - "id": "783739461484806172", - "author": "739299787907792897", - "animated": false, - "created": 1606928448, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "SonicFanvenezolano": { - "name": "SonicFanvenezolano", - "id": "789169669155848232", - "author": "739299787907792897", - "animated": false, - "created": 1608223111, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sonrisa": { - "name": "sonrisa", - "id": "788205613599293460", - "author": "701103722453008518", - "animated": false, - "created": 1607993262, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "SonrizaC0lgate": { - "name": "SonrizaC0lgate", - "id": "772932666197934080", - "author": "546381043364659211", - "animated": false, - "created": 1604351908, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sonrojado": { - "name": "sonrojado", - "id": "785699925270200361", - "author": "689614029555236964", - "animated": false, - "created": 1607395859, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "SonyCircle": { - "name": "SonyCircle", - "id": "782154551410950174", - "author": "496037931140513800", - "animated": false, - "created": 1606550576, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "SonyCross": { - "name": "SonyCross", - "id": "782154591072550944", - "author": "496037931140513800", - "animated": false, - "created": 1606550586, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "SonySquare": { - "name": "SonySquare", - "id": "782154516576600088", - "author": "496037931140513800", - "animated": false, - "created": 1606550568, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "SonyTriangle": { - "name": "SonyTriangle", - "id": "782154484880637953", - "author": "496037931140513800", - "animated": false, - "created": 1606550561, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "soontm": { - "name": "soontm", - "id": "756363550951211009", - "author": "428461954064056340", - "animated": false, - "created": 1600401524, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sopas": { - "name": "sopas", - "id": "754500942518288424", - "author": "701858933131706409", - "animated": false, - "created": 1599957442, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sophiesip": { - "name": "sophiesip", - "id": "771123872652197908", - "author": "656038334140776469", - "animated": false, - "created": 1603920658, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sorpresa": { - "name": "sorpresa", - "id": "782486200501272587", - "author": "754517959417790494", - "animated": false, - "created": 1606629648, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sorpresa2": { - "name": "sorpresa2", - "id": "782487810376597535", - "author": "740457917374922765", - "animated": false, - "created": 1606630032, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sorrow": { - "name": "sorrow", - "id": "789585815310434354", - "author": "262133866062413825", - "animated": false, - "created": 1608322328, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sospechoso": { - "name": "sospechoso", - "id": "727547680603111434", - "author": "627683753635872779", - "animated": false, - "created": 1593531284, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sosretrol": { - "name": "sosretrol", - "id": "746478204847652895", - "author": "547194213666914304", - "animated": false, - "created": 1598044673, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "souka": { - "name": "souka", - "id": "696181479524532254", - "author": "434852481693122570", - "animated": false, - "created": 1586052999, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "soukag": { - "name": "soukag", - "id": "768512736018825237", - "author": "358457900546654209", - "animated": false, - "created": 1603298114, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "soullessthenk": { - "name": "soullessthenk", - "id": "757863417888374804", - "author": "262133866062413825", - "animated": false, - "created": 1600759119, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "soulstone": { - "name": "soulstone", - "id": "784149886995922955", - "author": "496037931140513800", - "animated": false, - "created": 1607026301, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "soundcloudrapper": { - "name": "soundcloudrapper", - "id": "788397434342080532", - "author": "715373648520806432", - "animated": false, - "created": 1608038996, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "SOuwu": { - "name": "SOuwu", - "id": "788811711376916501", - "author": "496114314944577537", - "animated": false, - "created": 1608137767, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "soy": { - "name": "soy", - "id": "768826651663532062", - "author": "704662972739616809", - "animated": false, - "created": 1603372957, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "soyadmin": { - "name": "soyadmin", - "id": "716167558608322631", - "author": "547194213666914304", - "animated": false, - "created": 1590818051, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "spacestone": { - "name": "spacestone", - "id": "784149738462380072", - "author": "496037931140513800", - "animated": false, - "created": 1607026266, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Spacy_AE": { - "name": "Spacy_AE", - "id": "786450479747563530", - "author": "723894380892782662", - "animated": false, - "created": 1607574806, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "SPAGET": { - "name": "SPAGET", - "id": "492049383244955648", - "author": "140516693242937345", - "animated": false, - "created": 1525387948, - "modified": 1537384131, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "spam": { - "name": "spam", - "id": "763485417956704256", - "author": "698271486125015090", - "animated": false, - "created": 1602099508, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "spank": { - "name": "spank", - "id": "720375125375189134", - "author": "148262544748838912", - "animated": true, - "created": 1591821213, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "SPCPartyGlasses": { - "name": "SPCPartyGlasses", - "id": "778358926152171530", - "author": "624810473321398292", - "animated": true, - "created": 1605645629, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Spd_link": { - "name": "Spd_link", - "id": "772236724377878538", - "author": "719334547723911232", - "animated": false, - "created": 1604185982, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "speab": { - "name": "speab", - "id": "786959952140304417", - "author": "179258923436474368", - "animated": false, - "created": 1607696273, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "speak": { - "name": "speak", - "id": "726747099194064917", - "author": "112471608865624064", - "animated": false, - "created": 1593340410, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "speakaf": { - "name": "speakaf", - "id": "763477208630951977", - "author": "209280535174971393", - "animated": true, - "created": 1602097551, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "speakcap": { - "name": "speakcap", - "id": "743381717397798972", - "author": "336021639970029569", - "animated": false, - "created": 1597306412, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "speakwoke": { - "name": "speakwoke", - "id": "780447151192539136", - "author": "425046879047385108", - "animated": true, - "created": 1606143500, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "specialiste": { - "name": "specialiste", - "id": "718471593747284009", - "author": "245607870463213570", - "animated": false, - "created": 1591367376, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Spectating": { - "name": "Spectating", - "id": "782740184000757760", - "author": "748023719833894942", - "animated": false, - "created": 1606690202, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "spectatingowo": { - "name": "spectatingowo", - "id": "782773325364461588", - "author": "748023719833894942", - "animated": false, - "created": 1606698104, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "spectr": { - "name": "spectr", - "id": "785935541459353610", - "author": "441789665142374410", - "animated": false, - "created": 1607452035, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "speed": { - "name": "speed", - "id": "748605722664763462", - "author": "602916202528112672", - "animated": true, - "created": 1598551912, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "speedtest": { - "name": "speedtest", - "id": "492049385987899433", - "author": "140516693242937345", - "animated": false, - "created": 1525387948, - "modified": 1537384132, - "preserve": true, - "description": "My favorite emote. It's sort of used to mean like \"well fuck\". For example:\nI have a five page paper due tonight that I haven't done yet :speedtest:\n[Original image](http://i0.kym-cdn.com/photos/images/original/001/285/389/9ab.jpg)", - "nsfw": "SFW" - }, - "speedy": { - "name": "speedy", - "id": "786152650336239637", - "author": "676134602837852172", - "animated": true, - "created": 1607503798, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "speen": { - "name": "speen", - "id": "751157979566440529", - "author": "279880446752587777", - "animated": true, - "created": 1599160418, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sperg": { - "name": "sperg", - "id": "781015645960929311", - "author": "666438406104023060", - "animated": false, - "created": 1606279044, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "spergg": { - "name": "spergg", - "id": "781043178014113792", - "author": "666438406104023060", - "animated": false, - "created": 1606285604, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "spheal": { - "name": "spheal", - "id": "653668548643651595", - "author": "361132194267398147", - "animated": false, - "created": 1575917126, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "spicy": { - "name": "spicy", - "id": "775038682910294076", - "author": "329215542730948609", - "animated": false, - "created": 1604854021, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "spid": { - "name": "spid", - "id": "723793801222553640", - "author": "298827100016607232", - "animated": true, - "created": 1592636289, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Spider": { - "name": "Spider", - "id": "779461233342414899", - "author": "411841829563006997", - "animated": false, - "created": 1605908439, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "spiderozs": { - "name": "spiderozs", - "id": "645737793275822102", - "author": "425046879047385108", - "animated": false, - "created": 1574026287, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "spideydance": { - "name": "spideydance", - "id": "782700894880923678", - "author": "496037931140513800", - "animated": true, - "created": 1606680835, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "spin": { - "name": "spin", - "id": "703297999622897725", - "author": "340346846511890432", - "animated": true, - "created": 1587749709, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "spincle": { - "name": "spincle", - "id": "781685534510284830", - "author": "644786389543682049", - "animated": true, - "created": 1606438754, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "spinn": { - "name": "spinn", - "id": "747951717714362369", - "author": "401857179293974529", - "animated": true, - "created": 1598395985, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "spinning_rainbow_sheep": { - "name": "spinning_rainbow_sheep", - "id": "785422823543406633", - "author": "434603155695730709", - "animated": true, - "created": 1607329793, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "spinthink": { - "name": "spinthink", - "id": "467578356666204161", - "author": "442617727820234753", - "animated": true, - "created": 1531549767, - "modified": 1533892040, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "spit": { - "name": "spit", - "id": "717908067299360779", - "author": "270346258223202304", - "animated": true, - "created": 1591233021, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "spitzell": { - "name": "spitzell", - "id": "784913907101204520", - "author": "293107176355004416", - "animated": false, - "created": 1607208458, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "splplayer": { - "name": "splplayer", - "id": "773972981029404713", - "author": "399348446525390849", - "animated": false, - "created": 1604599938, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "spoiler": { - "name": "spoiler", - "id": "783375609501057074", - "author": "681118845003497472", - "animated": false, - "created": 1606841699, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "spongebob": { - "name": "spongebob", - "id": "771571397822513162", - "author": "763240979091292180", - "animated": false, - "created": 1604027356, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "spongeBoi": { - "name": "spongeBoi", - "id": "771569891903668265", - "author": "763240979091292180", - "animated": false, - "created": 1604026997, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "spongebreath": { - "name": "spongebreath", - "id": "786152579590520832", - "author": "676134602837852172", - "animated": true, - "created": 1607503781, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "SpongeDance": { - "name": "SpongeDance", - "id": "718170397341777962", - "author": "703704158665965568", - "animated": true, - "created": 1591295566, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "spongehole": { - "name": "spongehole", - "id": "782572726229401610", - "author": "674019507064274964", - "animated": false, - "created": 1606650277, - "modified": 1606652044, - "preserve": false, - "description": null, - "nsfw": "MOD_NSFW" - }, - "spookparrot": { - "name": "spookparrot", - "id": "788391601356406795", - "author": "486148342108127253", - "animated": true, - "created": 1608037605, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "spooky": { - "name": "spooky", - "id": "638886974614405148", - "author": "318090556574269447", - "animated": true, - "created": 1572392924, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "spookydance": { - "name": "spookydance", - "id": "782950910472749091", - "author": "613683732276314114", - "animated": true, - "created": 1606740443, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "spookypalca": { - "name": "spookypalca", - "id": "772290241578270730", - "author": "546358931740557312", - "animated": false, - "created": 1604198742, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "spookypalca2": { - "name": "spookypalca2", - "id": "772295660624019486", - "author": "546358931740557312", - "animated": false, - "created": 1604200034, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "spooncry": { - "name": "spooncry", - "id": "780807624018493460", - "author": "756368101788090420", - "animated": false, - "created": 1606229444, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "spoonfeed": { - "name": "spoonfeed", - "id": "492049394527371265", - "author": "140516693242937345", - "animated": false, - "created": 1532220162, - "modified": 1537384134, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "spotify": { - "name": "spotify", - "id": "712155459225649152", - "author": "140516693242937345", - "animated": false, - "created": 1589861492, - "modified": 1589861497, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "spray": { - "name": "spray", - "id": "758007989184495666", - "author": "700117364485914704", - "animated": false, - "created": 1600793587, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sprint": { - "name": "sprint", - "id": "622377919368527879", - "author": "239333423095742464", - "animated": true, - "created": 1568456859, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "spydance": { - "name": "spydance", - "id": "788419275936890890", - "author": "354801294533459968", - "animated": true, - "created": 1608044203, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sqheart": { - "name": "sqheart", - "id": "788397686939451412", - "author": "715373648520806432", - "animated": false, - "created": 1608039056, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "squaredpat": { - "name": "squaredpat", - "id": "788745170279333900", - "author": "679596611323953175", - "animated": true, - "created": 1608121902, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "squarethenk": { - "name": "squarethenk", - "id": "758694136269635625", - "author": "262133866062413825", - "animated": false, - "created": 1600957178, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "squib_madstop": { - "name": "squib_madstop", - "id": "786152560049651742", - "author": "676134602837852172", - "animated": false, - "created": 1607503776, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "squid": { - "name": "squid", - "id": "785935123354615858", - "author": "321696866494578688", - "animated": false, - "created": 1607451935, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "SquidwardDance": { - "name": "SquidwardDance", - "id": "772826543624814592", - "author": "600654380307447839", - "animated": true, - "created": 1604326606, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "SquidwardMilos": { - "name": "SquidwardMilos", - "id": "782113965660045333", - "author": "690953891482828890", - "animated": true, - "created": 1606540900, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "squidwardno": { - "name": "squidwardno", - "id": "781568477549821973", - "author": "268138992606773248", - "animated": false, - "created": 1606410846, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "squint": { - "name": "squint", - "id": "571276847623438347", - "author": "135129300063092737", - "animated": true, - "created": 1556273414, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "SquirrelWhine": { - "name": "SquirrelWhine", - "id": "786948309112848414", - "author": "718818001633280071", - "animated": true, - "created": 1607693497, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "squirrelwiggle": { - "name": "squirrelwiggle", - "id": "787992923722612746", - "author": "304413971350552588", - "animated": true, - "created": 1607942553, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "squirrelwiggle2x": { - "name": "squirrelwiggle2x", - "id": "787992944602513428", - "author": "304413971350552588", - "animated": true, - "created": 1607942558, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "squirtelfacherito": { - "name": "squirtelfacherito", - "id": "772288525311410187", - "author": "504130418958794763", - "animated": false, - "created": 1604198332, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Squirtle": { - "name": "Squirtle", - "id": "763961210214678559", - "author": "672756979516702785", - "animated": true, - "created": 1602212946, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "squirtlecursed": { - "name": "squirtlecursed", - "id": "781237673904832512", - "author": "495518017434681365", - "animated": true, - "created": 1606331976, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "SquirtleDerp": { - "name": "SquirtleDerp", - "id": "781344086929309707", - "author": "448827482179895304", - "animated": true, - "created": 1606357347, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "squish": { - "name": "squish", - "id": "770147490241970207", - "author": "508054192758194176", - "animated": true, - "created": 1603687870, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "srinjoywut": { - "name": "srinjoywut", - "id": "783810818839019540", - "author": "587398865167319060", - "animated": false, - "created": 1606945461, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ss": { - "name": "ss", - "id": "685929666837610596", - "author": "348642480138485760", - "animated": true, - "created": 1583608776, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sskullwhite": { - "name": "sskullwhite", - "id": "788396462345158717", - "author": "715373648520806432", - "animated": false, - "created": 1608038764, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "s_stonk": { - "name": "s_stonk", - "id": "789125792461619231", - "author": "527449870873657344", - "animated": false, - "created": 1608212650, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "stab": { - "name": "stab", - "id": "760584453860229161", - "author": "373893861950488576", - "animated": false, - "created": 1601407864, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "stabbycat": { - "name": "stabbycat", - "id": "788481638023692349", - "author": "508004255974817802", - "animated": false, - "created": 1608059071, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "stabdms": { - "name": "stabdms", - "id": "781066474826891265", - "author": "336021639970029569", - "animated": false, - "created": 1606291159, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "stabdream": { - "name": "stabdream", - "id": "768226084659003432", - "author": "336021639970029569", - "animated": false, - "created": 1603229771, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "stabdream3": { - "name": "stabdream3", - "id": "775833145580060713", - "author": "336021639970029569", - "animated": false, - "created": 1605043436, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "stabdream6": { - "name": "stabdream6", - "id": "781624840229486592", - "author": "448102121762455591", - "animated": false, - "created": 1606424283, - "modified": 1606424434, - "preserve": false, - "description": null, - "nsfw": "MOD_NSFW" - }, - "stabfucksastolfo": { - "name": "stabfucksastolfo", - "id": "784143230374772737", - "author": "425046879047385108", - "animated": false, - "created": 1607024714, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "stabiana": { - "name": "stabiana", - "id": "729622153963503616", - "author": "425046879047385108", - "animated": false, - "created": 1594025877, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "stabreview": { - "name": "stabreview", - "id": "761324951604822039", - "author": "425046879047385108", - "animated": false, - "created": 1601584413, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "stabspeak": { - "name": "stabspeak", - "id": "749364077335412909", - "author": "425046879047385108", - "animated": false, - "created": 1598732718, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "stabspeak3": { - "name": "stabspeak3", - "id": "749366768023240734", - "author": "425046879047385108", - "animated": false, - "created": 1598733360, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "stabwantstoseetherest": { - "name": "stabwantstoseetherest", - "id": "775464147659915304", - "author": "448102121762455591", - "animated": true, - "created": 1604955460, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "stabwhenheseestherest": { - "name": "stabwhenheseestherest", - "id": "784201907434029097", - "author": "336021639970029569", - "animated": false, - "created": 1607038704, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "stacipog": { - "name": "stacipog", - "id": "780898257647829063", - "author": "270258569637658627", - "animated": false, - "created": 1606251053, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "stackoverflow": { - "name": "stackoverflow", - "id": "492049399262740493", - "author": "140516693242937345", - "animated": false, - "created": 1525387948, - "modified": 1537384135, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "StaffPing": { - "name": "StaffPing", - "id": "782494232228397086", - "author": "760975697392173067", - "animated": true, - "created": 1606631563, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "stalker": { - "name": "stalker", - "id": "780455465661628506", - "author": "410945454415544350", - "animated": false, - "created": 1606145483, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "stanbooma": { - "name": "stanbooma", - "id": "788586255037759518", - "author": "717187106874720287", - "animated": false, - "created": 1608084014, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Star": { - "name": "Star", - "id": "775840171189993492", - "author": "456878503074463745", - "animated": false, - "created": 1605045111, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "star1": { - "name": "star1", - "id": "784861446902382623", - "author": "506459837169795092", - "animated": true, - "created": 1607195951, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "star22": { - "name": "star22", - "id": "784861479341785098", - "author": "506459837169795092", - "animated": true, - "created": 1607195958, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "starbeige": { - "name": "starbeige", - "id": "786538743845748757", - "author": "506459837169795092", - "animated": false, - "created": 1607595849, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "starblue": { - "name": "starblue", - "id": "786521991611416597", - "author": "426282697422274561", - "animated": true, - "created": 1607591855, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Starbucks": { - "name": "Starbucks", - "id": "781305113704529950", - "author": "706216515963453531", - "animated": false, - "created": 1606348055, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "starcream": { - "name": "starcream", - "id": "786538680323670036", - "author": "506459837169795092", - "animated": false, - "created": 1607595834, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "stare": { - "name": "stare", - "id": "508014045186621440", - "author": "331943400234549248", - "animated": false, - "created": 1541190404, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "staredisgust": { - "name": "staredisgust", - "id": "785892680211234886", - "author": "488694672441737236", - "animated": false, - "created": 1607441816, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "StarFinger": { - "name": "StarFinger", - "id": "772298126315880468", - "author": "256542988866551817", - "animated": true, - "created": 1604200622, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "starpink": { - "name": "starpink", - "id": "786521980346040341", - "author": "426282697422274561", - "animated": true, - "created": 1607591853, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "starplatinum": { - "name": "starplatinum", - "id": "783554882241036289", - "author": "442120979821625345", - "animated": true, - "created": 1606884441, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "starwhite": { - "name": "starwhite", - "id": "786538620764291112", - "author": "506459837169795092", - "animated": false, - "created": 1607595820, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "statan": { - "name": "statan", - "id": "786538709893644328", - "author": "506459837169795092", - "animated": false, - "created": 1607595841, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Staticdogsquint": { - "name": "Staticdogsquint", - "id": "786154647010279435", - "author": "676134602837852172", - "animated": false, - "created": 1607504274, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "steve": { - "name": "steve", - "id": "621362184144027648", - "author": "342084411224752128", - "animated": true, - "created": 1568214689, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Steve1": { - "name": "Steve1", - "id": "492049405977952256", - "author": "140516693242937345", - "animated": false, - "created": 1525387948, - "modified": 1537384136, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "Steve2": { - "name": "Steve2", - "id": "492049407118934042", - "author": "140516693242937345", - "animated": false, - "created": 1525387948, - "modified": 1537384137, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "Steve3": { - "name": "Steve3", - "id": "492049408024903682", - "author": "140516693242937345", - "animated": false, - "created": 1525387948, - "modified": 1537384137, - "preserve": true, - "description": "look at that caterpillar he's got for a moustache \ud83d\udc40", - "nsfw": "SFW" - }, - "Steve4": { - "name": "Steve4", - "id": "492049409366949898", - "author": "140516693242937345", - "animated": false, - "created": 1525387948, - "modified": 1537384137, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "Steve5": { - "name": "Steve5", - "id": "492049410084175874", - "author": "140516693242937345", - "animated": false, - "created": 1525387948, - "modified": 1537384137, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "stfu": { - "name": "stfu", - "id": "727673537934131251", - "author": "268138992606773248", - "animated": false, - "created": 1593561291, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "stfuCadie": { - "name": "stfuCadie", - "id": "789135622560153640", - "author": "562613937531518986", - "animated": false, - "created": 1608214993, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "StickBugBaile": { - "name": "StickBugBaile", - "id": "782901215649988639", - "author": "741850493088694343", - "animated": true, - "created": 1606728595, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "stickbugged": { - "name": "stickbugged", - "id": "750837010511429694", - "author": "235236244420821002", - "animated": true, - "created": 1599083893, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "stickdance": { - "name": "stickdance", - "id": "771572217502105630", - "author": "763240979091292180", - "animated": true, - "created": 1604027551, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Stickmandancing": { - "name": "Stickmandancing", - "id": "786154537051619328", - "author": "676134602837852172", - "animated": true, - "created": 1607504247, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "stickyface": { - "name": "stickyface", - "id": "787782533650579476", - "author": "325346618364788737", - "animated": false, - "created": 1607892392, - "modified": 1607894408, - "preserve": false, - "description": null, - "nsfw": "MOD_NSFW" - }, - "stinks": { - "name": "stinks", - "id": "706839648852508762", - "author": "239333423095742464", - "animated": false, - "created": 1588594104, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "stitchsleep": { - "name": "stitchsleep", - "id": "780913962799202345", - "author": "572096154888831006", - "animated": true, - "created": 1606254797, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "stlayicikcokcool": { - "name": "stlayicikcokcool", - "id": "786208857939640332", - "author": "586886106289668127", - "animated": false, - "created": 1607517198, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "stlayicikcokkizginim": { - "name": "stlayicikcokkizginim", - "id": "786208889078022195", - "author": "586886106289668127", - "animated": false, - "created": 1607517206, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "stlayicikdondurma": { - "name": "stlayicikdondurma", - "id": "786867062147907604", - "author": "586886106289668127", - "animated": false, - "created": 1607674126, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "stlayiciktatlisag": { - "name": "stlayiciktatlisag", - "id": "786208760473190410", - "author": "586886106289668127", - "animated": false, - "created": 1607517175, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "stlayiciktatlisevgierkek": { - "name": "stlayiciktatlisevgierkek", - "id": "786208673130086410", - "author": "586886106289668127", - "animated": false, - "created": 1607517154, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "stlayiciktatliskopus": { - "name": "stlayiciktatliskopus", - "id": "786208790331785237", - "author": "586886106289668127", - "animated": false, - "created": 1607517182, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "stone": { - "name": "stone", - "id": "771572204793233428", - "author": "763240979091292180", - "animated": true, - "created": 1604027548, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "stonk": { - "name": "stonk", - "id": "714193153338638488", - "author": "422792791945510932", - "animated": false, - "created": 1590347316, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "stonks": { - "name": "stonks", - "id": "628080834896723998", - "author": "238474224614768651", - "animated": false, - "created": 1569816540, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "stop": { - "name": "stop", - "id": "702548413962649651", - "author": "304136546251177984", - "animated": false, - "created": 1587570994, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "stopimpitchinatent": { - "name": "stopimpitchinatent", - "id": "782111475778846732", - "author": "690953891482828890", - "animated": true, - "created": 1606540306, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "strabge": { - "name": "strabge", - "id": "781605121217658902", - "author": "336021639970029569", - "animated": false, - "created": 1606419582, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "strabgesip": { - "name": "strabgesip", - "id": "776889639029440552", - "author": "448102121762455591", - "animated": false, - "created": 1605295323, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "strap": { - "name": "strap", - "id": "767803541179858944", - "author": "373893861950488576", - "animated": false, - "created": 1603129029, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "strapsitas": { - "name": "strapsitas", - "id": "782000662195077120", - "author": "438644880152068127", - "animated": false, - "created": 1606513886, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "strapter": { - "name": "strapter", - "id": "789604819500531733", - "author": "336021639970029569", - "animated": false, - "created": 1608326859, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "strapti": { - "name": "strapti", - "id": "780532922951794752", - "author": "425046879047385108", - "animated": false, - "created": 1606163950, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "straypat": { - "name": "straypat", - "id": "787488797575217172", - "author": "754517959417790494", - "animated": true, - "created": 1607822360, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "stress": { - "name": "stress", - "id": "778236143912222751", - "author": "298906007533387777", - "animated": true, - "created": 1605616355, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "stressed": { - "name": "stressed", - "id": "772638162870075392", - "author": "291340727319920641", - "animated": true, - "created": 1604281693, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "strut": { - "name": "strut", - "id": "786644124731310130", - "author": "676134602837852172", - "animated": true, - "created": 1607620974, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Studying": { - "name": "Studying", - "id": "784438561616298044", - "author": "711751154119475291", - "animated": false, - "created": 1607095127, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "stuffie": { - "name": "stuffie", - "id": "786150128431923221", - "author": "745612575454134283", - "animated": false, - "created": 1607503196, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Stupid": { - "name": "Stupid", - "id": "719400775939391529", - "author": "480501200006152202", - "animated": false, - "created": 1591588910, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "su": { - "name": "su", - "id": "780455421177364491", - "author": "353109234201788427", - "animated": false, - "created": 1606145472, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "suave": { - "name": "suave", - "id": "779406692319887360", - "author": "551188005281464342", - "animated": false, - "created": 1605895436, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "subarufukkireta": { - "name": "subarufukkireta", - "id": "779160327345799239", - "author": "466061790627889167", - "animated": true, - "created": 1605836698, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "subidon": { - "name": "subidon", - "id": "757829167692644384", - "author": "609791313847517223", - "animated": true, - "created": 1600750953, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "subzorro": { - "name": "subzorro", - "id": "789269826384298024", - "author": "700844233212559372", - "animated": false, - "created": 1608246990, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "succ": { - "name": "succ", - "id": "582441124342267904", - "author": "205981217236058112", - "animated": false, - "created": 1558935185, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "success": { - "name": "success", - "id": "729472155942781019", - "author": "251798547249364992", - "animated": true, - "created": 1593990115, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "suck": { - "name": "suck", - "id": "679730935251730477", - "author": "578505763094265866", - "animated": true, - "created": 1582130883, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "suffering": { - "name": "suffering", - "id": "759934579817185281", - "author": "73375128251011072", - "animated": false, - "created": 1601252922, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "SUGEEE": { - "name": "SUGEEE", - "id": "787894683027111967", - "author": "625114438042779658", - "animated": false, - "created": 1607919130, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sugoi": { - "name": "sugoi", - "id": "750028750380597351", - "author": "459506520288133130", - "animated": true, - "created": 1598891189, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "suicide": { - "name": "suicide", - "id": "518404031316754432", - "author": "428210691887857665", - "animated": false, - "created": 1543667552, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "suicidio": { - "name": "suicidio", - "id": "739334098962612264", - "author": "635458927198470175", - "animated": false, - "created": 1596341385, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "suicidiodecalamardo": { - "name": "suicidiodecalamardo", - "id": "768308488514175017", - "author": "242691348560478209", - "animated": false, - "created": 1603249418, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "suigg": { - "name": "suigg", - "id": "777680482170437652", - "author": "293107176355004416", - "animated": false, - "created": 1605483875, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "suika": { - "name": "suika", - "id": "682456797365272647", - "author": "580244182652813312", - "animated": true, - "created": 1582780780, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "suikadance": { - "name": "suikadance", - "id": "773359953795612693", - "author": "739936426799661086", - "animated": true, - "created": 1604453781, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sukomaewa": { - "name": "sukomaewa", - "id": "779177799101317120", - "author": "343310328089804803", - "animated": true, - "created": 1605840863, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "suktolai": { - "name": "suktolai", - "id": "778989902335049749", - "author": "343310328089804803", - "animated": true, - "created": 1605796065, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "SumiBlush": { - "name": "SumiBlush", - "id": "785679535848292402", - "author": "371341644131336199", - "animated": true, - "created": 1607390998, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sumigun": { - "name": "sumigun", - "id": "784289639027834891", - "author": "386940720994451456", - "animated": false, - "created": 1607059621, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "SumiiRee": { - "name": "SumiiRee", - "id": "753678241960689765", - "author": "394963849834659840", - "animated": false, - "created": 1599761295, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sumisip": { - "name": "sumisip", - "id": "784579589770051600", - "author": "371341644131336199", - "animated": false, - "created": 1607128751, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sun": { - "name": "sun", - "id": "766385865244672020", - "author": "634604015216492587", - "animated": true, - "created": 1602791029, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sunglass": { - "name": "sunglass", - "id": "784314252101156865", - "author": "574870314928832533", - "animated": false, - "created": 1607065489, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "SunnyNo": { - "name": "SunnyNo", - "id": "782407347788185642", - "author": "328327250682576897", - "animated": false, - "created": 1606610848, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "SunnyNom": { - "name": "SunnyNom", - "id": "782407282578292748", - "author": "328327250682576897", - "animated": false, - "created": 1606610832, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "SunnyNotMe": { - "name": "SunnyNotMe", - "id": "782407187837878292", - "author": "328327250682576897", - "animated": false, - "created": 1606610810, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "SunnyOK": { - "name": "SunnyOK", - "id": "782407161678397450", - "author": "328327250682576897", - "animated": false, - "created": 1606610803, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "SunnyPerfect": { - "name": "SunnyPerfect", - "id": "782407107222962186", - "author": "328327250682576897", - "animated": false, - "created": 1606610790, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "SunnySleeping": { - "name": "SunnySleeping", - "id": "782407068623437825", - "author": "328327250682576897", - "animated": false, - "created": 1606610781, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "SunnySMH": { - "name": "SunnySMH", - "id": "782407032253710357", - "author": "328327250682576897", - "animated": false, - "created": 1606610773, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "SunnyStahp": { - "name": "SunnyStahp", - "id": "782406997780725771", - "author": "328327250682576897", - "animated": false, - "created": 1606610764, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "SunnyThankYou": { - "name": "SunnyThankYou", - "id": "782406947701653515", - "author": "328327250682576897", - "animated": false, - "created": 1606610752, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "SunnyTired": { - "name": "SunnyTired", - "id": "782406886733381652", - "author": "328327250682576897", - "animated": false, - "created": 1606610738, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "SunnyYes": { - "name": "SunnyYes", - "id": "782406836509868094", - "author": "328327250682576897", - "animated": false, - "created": 1606610726, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "supermachistaopressor": { - "name": "supermachistaopressor", - "id": "761012916383383552", - "author": "377449121235206146", - "animated": false, - "created": 1601510018, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "superpiola": { - "name": "superpiola", - "id": "766407453705109514", - "author": "543673464700272660", - "animated": false, - "created": 1602796176, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "SUPixelHearts": { - "name": "SUPixelHearts", - "id": "790114076226879508", - "author": "302659864654512138", - "animated": true, - "created": 1608448275, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "supreme": { - "name": "supreme", - "id": "788133853134848061", - "author": "586219689466658816", - "animated": false, - "created": 1607976155, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sure": { - "name": "sure", - "id": "787795062703521802", - "author": "738562032374251652", - "animated": false, - "created": 1607895379, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "surinjoy": { - "name": "surinjoy", - "id": "789398277895618591", - "author": "405583972463017987", - "animated": true, - "created": 1608277616, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "surprisedcowboy": { - "name": "surprisedcowboy", - "id": "786152536540708924", - "author": "676134602837852172", - "animated": false, - "created": 1607503770, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "surprisedpikachu": { - "name": "surprisedpikachu", - "id": "753041727291392011", - "author": "527704923396243459", - "animated": false, - "created": 1599609538, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sus": { - "name": "sus", - "id": "735166952703787099", - "author": "235077293859536898", - "animated": false, - "created": 1595347860, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Suuure": { - "name": "Suuure", - "id": "782738743299407882", - "author": "748023719833894942", - "animated": false, - "created": 1606689859, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "suwako": { - "name": "suwako", - "id": "697873799894401085", - "author": "511549289558966285", - "animated": true, - "created": 1586456479, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "suwakojam": { - "name": "suwakojam", - "id": "789924528897392733", - "author": "271343314047860737", - "animated": true, - "created": 1608403084, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "SUWhiteHearts3": { - "name": "SUWhiteHearts3", - "id": "790114171198767134", - "author": "302659864654512138", - "animated": true, - "created": 1608448298, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "swag": { - "name": "swag", - "id": "726819752198275103", - "author": "461974777905545236", - "animated": true, - "created": 1593357732, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "swagbingus": { - "name": "swagbingus", - "id": "786430244113612830", - "author": "219580469933506560", - "animated": false, - "created": 1607569981, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Swaggarot": { - "name": "Swaggarot", - "id": "783079345832853504", - "author": "476918199061839902", - "animated": false, - "created": 1606771065, - "modified": 1606771186, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Sweat": { - "name": "Sweat", - "id": "788270141447077898", - "author": "738980160828735488", - "animated": false, - "created": 1608008647, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sweating": { - "name": "sweating", - "id": "693504442628309053", - "author": "270343119902474240", - "animated": false, - "created": 1585414743, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sweatybutt": { - "name": "sweatybutt", - "id": "789555895242850334", - "author": "568113558202875914", - "animated": false, - "created": 1608315194, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sweet": { - "name": "sweet", - "id": "773364658798329857", - "author": "739936426799661086", - "animated": false, - "created": 1604454903, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "sweetkiss": { - "name": "sweetkiss", - "id": "789134422586163221", - "author": "726625806431944764", - "animated": true, - "created": 1608214707, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "swet": { - "name": "swet", - "id": "769796342717349918", - "author": "555239116871172106", - "animated": true, - "created": 1603604150, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "swhitestar": { - "name": "swhitestar", - "id": "788397617285300284", - "author": "715373648520806432", - "animated": false, - "created": 1608039039, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "swift": { - "name": "swift", - "id": "492049434369064981", - "author": "140516693242937345", - "animated": false, - "created": 1525387948, - "modified": 1537384143, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "sylvanasAYAYA": { - "name": "sylvanasAYAYA", - "id": "787810207652773898", - "author": "660670358050832404", - "animated": false, - "created": 1607898990, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "SylveonSip": { - "name": "SylveonSip", - "id": "781347835123204097", - "author": "448827482179895304", - "animated": false, - "created": 1606358240, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "SymFloatingHearts": { - "name": "SymFloatingHearts", - "id": "786874597000740874", - "author": "675231616213188608", - "animated": true, - "created": 1607675923, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tabien": { - "name": "tabien", - "id": "699327126335258685", - "author": "270343119902474240", - "animated": false, - "created": 1586802979, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tabn": { - "name": "tabn", - "id": "700133062192660540", - "author": "352617359036514304", - "animated": false, - "created": 1586995129, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tachiagariyo": { - "name": "tachiagariyo", - "id": "762749924583800852", - "author": "293107176355004416", - "animated": false, - "created": 1601924153, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tadah": { - "name": "tadah", - "id": "782742343757332481", - "author": "748023719833894942", - "animated": false, - "created": 1606690717, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "taigahmph": { - "name": "taigahmph", - "id": "787757659695743018", - "author": "733808122476494987", - "animated": false, - "created": 1607886462, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tails": { - "name": "tails", - "id": "782340150339567637", - "author": "389814953562996736", - "animated": true, - "created": 1606594827, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Tails22": { - "name": "Tails22", - "id": "787437313802240022", - "author": "640273123165470720", - "animated": false, - "created": 1607810085, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "taka": { - "name": "taka", - "id": "662821687754227723", - "author": "281251143139721226", - "animated": true, - "created": 1578099505, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "taka2": { - "name": "taka2", - "id": "768631776771440691", - "author": "515384043454595104", - "animated": false, - "created": 1603326496, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "takemymoney": { - "name": "takemymoney", - "id": "788060222551097375", - "author": "304413971350552588", - "animated": true, - "created": 1607958598, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "takumi": { - "name": "takumi", - "id": "786816431177203732", - "author": "293107176355004416", - "animated": false, - "created": 1607662055, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "talkin_trax": { - "name": "talkin_trax", - "id": "782296543402131456", - "author": "659572887086170113", - "animated": false, - "created": 1606584430, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "talvez": { - "name": "talvez", - "id": "690253696298254471", - "author": "520764299002642432", - "animated": false, - "created": 1584639705, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tamal": { - "name": "tamal", - "id": "700122547869712455", - "author": "270343119902474240", - "animated": false, - "created": 1586992623, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tamales8": { - "name": "tamales8", - "id": "784319285269889025", - "author": "431225704563081216", - "animated": false, - "created": 1607066689, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tamalo": { - "name": "tamalo", - "id": "735183247616639036", - "author": "343239064918687745", - "animated": false, - "created": 1595351745, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tamaomeno": { - "name": "tamaomeno", - "id": "700123124930183209", - "author": "270343119902474240", - "animated": false, - "created": 1586992760, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tamuybien": { - "name": "tamuybien", - "id": "781983339686920232", - "author": "708962087937769484", - "animated": false, - "created": 1606509756, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "T_aniJettupacdance": { - "name": "T_aniJettupacdance", - "id": "780885050811482173", - "author": "398627949756022796", - "animated": true, - "created": 1606247904, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "T_aniJetvibez": { - "name": "T_aniJetvibez", - "id": "780885162505535546", - "author": "398627949756022796", - "animated": true, - "created": 1606247931, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tank": { - "name": "tank", - "id": "756054054542639154", - "author": "428461954064056340", - "animated": false, - "created": 1600327733, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tantrum": { - "name": "tantrum", - "id": "773930633172484097", - "author": "619907069364928533", - "animated": true, - "created": 1604589841, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tap": { - "name": "tap", - "id": "774510663275118592", - "author": "125807113569042432", - "animated": false, - "created": 1604728131, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tapa": { - "name": "tapa", - "id": "787334278400835605", - "author": "136253326189658114", - "animated": true, - "created": 1607785520, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tapotente": { - "name": "tapotente", - "id": "747981168837656658", - "author": "383100716148850689", - "animated": false, - "created": 1598403007, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tapotente1": { - "name": "tapotente1", - "id": "780786519467491338", - "author": "717472783445131324", - "animated": false, - "created": 1606224412, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "taraF": { - "name": "taraF", - "id": "775747096263000095", - "author": "681694472748269599", - "animated": false, - "created": 1605022920, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "taridance": { - "name": "taridance", - "id": "783415004946759740", - "author": "620428813297254430", - "animated": true, - "created": 1606851092, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Tarpet": { - "name": "Tarpet", - "id": "777310802986139651", - "author": "521802133796945962", - "animated": true, - "created": 1605395737, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tasbien": { - "name": "tasbien", - "id": "649397217152467016", - "author": "521802133796945962", - "animated": false, - "created": 1574898761, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tasmal": { - "name": "tasmal", - "id": "709183386891321394", - "author": "293107176355004416", - "animated": false, - "created": 1589152895, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "taultrabien": { - "name": "taultrabien", - "id": "788924796611067925", - "author": "781254996636991498", - "animated": false, - "created": 1608164729, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tavsan": { - "name": "tavsan", - "id": "781814077566877716", - "author": "586886106289668127", - "animated": true, - "created": 1606469401, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "taylorwow": { - "name": "taylorwow", - "id": "787343704020353045", - "author": "684477455028846624", - "animated": false, - "created": 1607787767, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "t_bbgirl": { - "name": "t_bbgirl", - "id": "785980302861533184", - "author": "667884783954821159", - "animated": false, - "created": 1607462707, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "TBS_PHUB": { - "name": "TBS_PHUB", - "id": "788398310431260712", - "author": "715373648520806432", - "animated": false, - "created": 1608039205, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Tch": { - "name": "Tch", - "id": "784438544658595861", - "author": "711751154119475291", - "animated": false, - "created": 1607095123, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "te": { - "name": "te", - "id": "718155440965550184", - "author": "635598212756930580", - "animated": false, - "created": 1591291999, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tea": { - "name": "tea", - "id": "762812707522478080", - "author": "717150602534060072", - "animated": true, - "created": 1601939121, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "teamo": { - "name": "teamo", - "id": "711871210438525020", - "author": "543673464700272660", - "animated": false, - "created": 1589793722, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tearde": { - "name": "tearde", - "id": "774314493052321803", - "author": "368558529268809728", - "animated": false, - "created": 1604681361, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tears": { - "name": "tears", - "id": "782129705087926283", - "author": "496037931140513800", - "animated": true, - "created": 1606544653, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "teatime": { - "name": "teatime", - "id": "628043788853575690", - "author": "229436040505458690", - "animated": true, - "created": 1569807707, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Te_cago_a_cascotazo": { - "name": "Te_cago_a_cascotazo", - "id": "780894650952187974", - "author": "586365354713022478", - "animated": false, - "created": 1606250193, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "TeclaF": { - "name": "TeclaF", - "id": "788233135414313031", - "author": "527593366645506058", - "animated": false, - "created": 1607999824, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "teddieNO": { - "name": "teddieNO", - "id": "782872649075261460", - "author": "476918199061839902", - "animated": false, - "created": 1606721784, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Teehee": { - "name": "Teehee", - "id": "767547400175747073", - "author": "230067999468552192", - "animated": false, - "created": 1603067960, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "teeheehanako": { - "name": "teeheehanako", - "id": "782746458893320204", - "author": "748023719833894942", - "animated": false, - "created": 1606691698, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "teeheehee": { - "name": "teeheehee", - "id": "787866948171988992", - "author": "567390950838501376", - "animated": false, - "created": 1607912518, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "teeth": { - "name": "teeth", - "id": "764948942361329705", - "author": "328348458627104768", - "animated": false, - "created": 1602448440, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tejodes": { - "name": "tejodes", - "id": "781981770307338241", - "author": "708962087937769484", - "animated": false, - "created": 1606509382, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "temiro": { - "name": "temiro", - "id": "789183785312845864", - "author": "704662972739616809", - "animated": false, - "created": 1608226476, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "temmiass": { - "name": "temmiass", - "id": "669272140373164048", - "author": "529421456270950411", - "animated": false, - "created": 1579637312, - "modified": 1579637320, - "preserve": false, - "description": null, - "nsfw": "SELF_NSFW" - }, - "temmie": { - "name": "temmie", - "id": "766825084907814953", - "author": "719334547723911232", - "animated": false, - "created": 1602895747, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tempestga": { - "name": "tempestga", - "id": "780136226564866078", - "author": "425046879047385108", - "animated": false, - "created": 1606069370, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Temstare": { - "name": "Temstare", - "id": "756182056106721361", - "author": "521802133796945962", - "animated": false, - "created": 1600358251, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tendeu": { - "name": "tendeu", - "id": "788193508611457024", - "author": "472585871602876427", - "animated": false, - "created": 1607990376, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tenemos": { - "name": "tenemos", - "id": "724344973524336652", - "author": "705090233615515648", - "animated": false, - "created": 1592767699, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tenemoss": { - "name": "tenemoss", - "id": "738479102708809910", - "author": "701340890404487219", - "animated": false, - "created": 1596137538, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tengomiedo": { - "name": "tengomiedo", - "id": "776526455487594497", - "author": "466061790627889167", - "animated": false, - "created": 1605208734, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tenkiu": { - "name": "tenkiu", - "id": "677340950506504203", - "author": "512272020839464960", - "animated": false, - "created": 1581561067, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tense": { - "name": "tense", - "id": "726538913635762299", - "author": "355532347904622593", - "animated": true, - "created": 1593290775, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "TenseSmash": { - "name": "TenseSmash", - "id": "737185327189327903", - "author": "279020220000108566", - "animated": true, - "created": 1595829078, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tenshispin": { - "name": "tenshispin", - "id": "679783603659603997", - "author": "227165235293847552", - "animated": true, - "created": 1582143440, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tequiero": { - "name": "tequiero", - "id": "748822007847845949", - "author": "403668500515651585", - "animated": false, - "created": 1598603479, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "terazi_aphr": { - "name": "terazi_aphr", - "id": "781814930399297577", - "author": "586886106289668127", - "animated": false, - "created": 1606469604, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "teriderp": { - "name": "teriderp", - "id": "664382533160534032", - "author": "509632626018091019", - "animated": false, - "created": 1578471539, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "terime": { - "name": "terime", - "id": "705541948903129130", - "author": "352253181616586754", - "animated": false, - "created": 1588284709, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "terisnowman": { - "name": "terisnowman", - "id": "788814135223648286", - "author": "329983362779447299", - "animated": false, - "created": 1608138345, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "terpicu": { - "name": "terpicu", - "id": "770642760792277033", - "author": "403597576223326228", - "animated": false, - "created": 1603805952, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "TES_badge_boost": { - "name": "TES_badge_boost", - "id": "786520699132182540", - "author": "475441723410219012", - "animated": true, - "created": 1607591547, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "TES_cat_pleading": { - "name": "TES_cat_pleading", - "id": "785657827292741663", - "author": "720337269889826846", - "animated": true, - "created": 1607385822, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "TES_heart_glowing_pink1": { - "name": "TES_heart_glowing_pink1", - "id": "786517810444501002", - "author": "475441723410219012", - "animated": false, - "created": 1607590858, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "test": { - "name": "test", - "id": "679499360492453918", - "author": "140516693242937345", - "animated": false, - "created": 1582075672, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "teta": { - "name": "teta", - "id": "729751102895030394", - "author": "558803847372472320", - "animated": false, - "created": 1594056621, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tetas": { - "name": "tetas", - "id": "695995829671952464", - "author": "365650837277507594", - "animated": false, - "created": 1586008736, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Teto": { - "name": "Teto", - "id": "774018789070602281", - "author": "727325977755254874", - "animated": true, - "created": 1604610859, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tetodance": { - "name": "tetodance", - "id": "732391083564073033", - "author": "466061790627889167", - "animated": true, - "created": 1594686041, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tetorun": { - "name": "tetorun", - "id": "756231591985938684", - "author": "466061790627889167", - "animated": true, - "created": 1600370061, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tetoslam": { - "name": "tetoslam", - "id": "780681680649584674", - "author": "466061790627889167", - "animated": true, - "created": 1606199417, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tevanafunar": { - "name": "tevanafunar", - "id": "786242113305575445", - "author": "598650793389850644", - "animated": false, - "created": 1607525127, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tevoyafunar": { - "name": "tevoyafunar", - "id": "780947899357593620", - "author": "753681432718737480", - "animated": false, - "created": 1606262888, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tevoyafunar3": { - "name": "tevoyafunar3", - "id": "786352556296241202", - "author": "598650793389850644", - "animated": false, - "created": 1607551459, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "text_admin_abooz": { - "name": "text_admin_abooz", - "id": "785814099916750868", - "author": "721959648307052617", - "animated": false, - "created": 1607423081, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "text_checkpins": { - "name": "text_checkpins", - "id": "785814478691500043", - "author": "721959648307052617", - "animated": false, - "created": 1607423171, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "text_fucku": { - "name": "text_fucku", - "id": "784807944726118400", - "author": "627172517630574629", - "animated": false, - "created": 1607183195, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "text_red_bruh": { - "name": "text_red_bruh", - "id": "785814000364945409", - "author": "721959648307052617", - "animated": false, - "created": 1607423057, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "text_stfu": { - "name": "text_stfu", - "id": "784809873174167612", - "author": "627172517630574629", - "animated": false, - "created": 1607183654, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tf": { - "name": "tf", - "id": "778069319380500520", - "author": "624742957206994964", - "animated": false, - "created": 1605576581, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tf_3": { - "name": "tf_3", - "id": "780760555181965322", - "author": "731793483987288084", - "animated": false, - "created": 1606218222, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tff1": { - "name": "tff1", - "id": "788397604131700809", - "author": "715373648520806432", - "animated": false, - "created": 1608039036, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tff2": { - "name": "tff2", - "id": "788397591503175701", - "author": "715373648520806432", - "animated": false, - "created": 1608039033, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tff3": { - "name": "tff3", - "id": "788397576213889084", - "author": "715373648520806432", - "animated": false, - "created": 1608039029, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Tfox": { - "name": "Tfox", - "id": "769694235573616670", - "author": "719334547723911232", - "animated": false, - "created": 1603579806, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tfuwan": { - "name": "tfuwan", - "id": "786771125166014474", - "author": "353109234201788427", - "animated": false, - "created": 1607651253, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tfw": { - "name": "tfw", - "id": "771570933823307805", - "author": "763240979091292180", - "animated": false, - "created": 1604027245, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "thank": { - "name": "thank", - "id": "538128269308854312", - "author": "444956089360842757", - "animated": false, - "created": 1548370177, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "thanks": { - "name": "thanks", - "id": "702052485476384791", - "author": "685245630611980407", - "animated": true, - "created": 1587452756, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Thanos": { - "name": "Thanos", - "id": "496826005751857153", - "author": "331943400234549248", - "animated": false, - "created": 1538522989, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "thanosreversecard": { - "name": "thanosreversecard", - "id": "756966781603545160", - "author": "356122705386536961", - "animated": false, - "created": 1600545344, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "thanos_snap": { - "name": "thanos_snap", - "id": "784150243100459028", - "author": "496037931140513800", - "animated": false, - "created": 1607026386, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "thanus": { - "name": "thanus", - "id": "787855385313804308", - "author": "472585871602876427", - "animated": false, - "created": 1607909761, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "the": { - "name": "the", - "id": "760895964046688268", - "author": "268138992606773248", - "animated": false, - "created": 1601482134, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "theart88": { - "name": "theart88", - "id": "782344752250617886", - "author": "520730446259290122", - "animated": true, - "created": 1606595924, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "thebob": { - "name": "thebob", - "id": "786152487974993960", - "author": "676134602837852172", - "animated": false, - "created": 1607503759, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "theenk": { - "name": "theenk", - "id": "757973790784225492", - "author": "428461954064056340", - "animated": false, - "created": 1600785434, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "thefag": { - "name": "thefag", - "id": "781504864592330822", - "author": "327957029849268234", - "animated": false, - "created": 1606395679, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "theforce": { - "name": "theforce", - "id": "782164585452797953", - "author": "496037931140513800", - "animated": false, - "created": 1606552969, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "thefree": { - "name": "thefree", - "id": "789558029393461310", - "author": "489615207069384714", - "animated": false, - "created": 1608315703, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "thegrin": { - "name": "thegrin", - "id": "747244726314467498", - "author": "524919681753284630", - "animated": false, - "created": 1598227425, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "TheHammer": { - "name": "TheHammer", - "id": "783358772307165236", - "author": "330070979927605260", - "animated": true, - "created": 1606837685, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "theheck": { - "name": "theheck", - "id": "781926925722451988", - "author": "479017973462466571", - "animated": false, - "created": 1606496306, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "themuppets": { - "name": "themuppets", - "id": "771785469775577148", - "author": "402526604842106881", - "animated": true, - "created": 1604078395, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "thenk": { - "name": "thenk", - "id": "410191891938934785", - "author": "140516693242937345", - "animated": false, - "created": 1525387948, - "modified": 1533892040, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "thenkgasm": { - "name": "thenkgasm", - "id": "758245929257271336", - "author": "262133866062413825", - "animated": false, - "created": 1600850317, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "thenkhmph": { - "name": "thenkhmph", - "id": "757960510422384869", - "author": "567390950838501376", - "animated": false, - "created": 1600782268, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "thenking": { - "name": "thenking", - "id": "757941673610313779", - "author": "567390950838501376", - "animated": false, - "created": 1600777777, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "thenklmaocry": { - "name": "thenklmaocry", - "id": "759097493350252545", - "author": "262133866062413825", - "animated": false, - "created": 1601053345, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "thenkmad": { - "name": "thenkmad", - "id": "757583624378908673", - "author": "428461954064056340", - "animated": false, - "created": 1600692411, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "thenkmas": { - "name": "thenkmas", - "id": "755385277022994443", - "author": "428461954064056340", - "animated": false, - "created": 1600168284, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "thenkoh": { - "name": "thenkoh", - "id": "757959249140777081", - "author": "567390950838501376", - "animated": false, - "created": 1600781967, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "thenkrotate": { - "name": "thenkrotate", - "id": "781673133324501024", - "author": "488694672441737236", - "animated": true, - "created": 1606435797, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "thenksad": { - "name": "thenksad", - "id": "757870016849903648", - "author": "428461954064056340", - "animated": false, - "created": 1600760692, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "thenksalute": { - "name": "thenksalute", - "id": "759080744344879174", - "author": "262133866062413825", - "animated": false, - "created": 1601049352, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "thenkshrug": { - "name": "thenkshrug", - "id": "748835544355700766", - "author": "428461954064056340", - "animated": false, - "created": 1598606706, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "thenksip": { - "name": "thenksip", - "id": "759308725097463828", - "author": "567390950838501376", - "animated": false, - "created": 1601103707, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "thenkxd": { - "name": "thenkxd", - "id": "758601352304918539", - "author": "428461954064056340", - "animated": false, - "created": 1600935056, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Theoaaah": { - "name": "Theoaaah", - "id": "784097831291977759", - "author": "521802133796945962", - "animated": false, - "created": 1607013890, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Theo_Choke": { - "name": "Theo_Choke", - "id": "783178357826387968", - "author": "242691348560478209", - "animated": false, - "created": 1606794671, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "theone": { - "name": "theone", - "id": "786885657699287050", - "author": "526337675834425356", - "animated": false, - "created": 1607678560, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "TheSmug": { - "name": "TheSmug", - "id": "773290582243409963", - "author": "621387742961598484", - "animated": false, - "created": 1604437242, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "theworld": { - "name": "theworld", - "id": "710853233366532096", - "author": "676324374579642388", - "animated": true, - "created": 1589551018, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "theyrebad": { - "name": "theyrebad", - "id": "780885569978368050", - "author": "398627949756022796", - "animated": true, - "created": 1606248028, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "theywhat": { - "name": "theywhat", - "id": "789132221616750602", - "author": "562613937531518986", - "animated": false, - "created": 1608214183, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "thiago": { - "name": "thiago", - "id": "746937208044257360", - "author": "588875540178534410", - "animated": false, - "created": 1598154107, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "thicc": { - "name": "thicc", - "id": "685849083067367562", - "author": "420702436479467530", - "animated": false, - "created": 1583589563, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "thik_ha": { - "name": "thik_ha", - "id": "785742420661764096", - "author": "715606162224971898", - "animated": true, - "created": 1607405991, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "thincc": { - "name": "thincc", - "id": "748835283373391882", - "author": "428461954064056340", - "animated": false, - "created": 1598606644, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Think": { - "name": "Think", - "id": "416325989765742603", - "author": "140516693242937345", - "animated": false, - "created": 1525387948, - "modified": 1560444728, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Think1": { - "name": "Think1", - "id": "722197146773880986", - "author": "494688594603147284", - "animated": false, - "created": 1592255617, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "think3": { - "name": "think3", - "id": "787541304552325120", - "author": "376012343777427457", - "animated": false, - "created": 1607834878, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ThinkApple": { - "name": "ThinkApple", - "id": "492049461220999181", - "author": "140516693242937345", - "animated": false, - "created": 1533237316, - "modified": 1537384150, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "thinkASJASJASJ": { - "name": "thinkASJASJASJ", - "id": "787992593568628756", - "author": "294383386393575426", - "animated": true, - "created": 1607942474, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "thinkblush": { - "name": "thinkblush", - "id": "758492290057502751", - "author": "428461954064056340", - "animated": false, - "created": 1600909054, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "thinkbrows": { - "name": "thinkbrows", - "id": "729639852320096267", - "author": "262133866062413825", - "animated": true, - "created": 1594030096, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ThinkDerp": { - "name": "ThinkDerp", - "id": "784872778821926912", - "author": "642942589309288471", - "animated": false, - "created": 1607198652, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "thinkhard": { - "name": "thinkhard", - "id": "660811931749318686", - "author": "239333423095742464", - "animated": false, - "created": 1577620241, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "thinkies": { - "name": "thinkies", - "id": "766720413887103047", - "author": "729066675202293761", - "animated": false, - "created": 1602870791, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "thinking": { - "name": "thinking", - "id": "718205724827582554", - "author": "352617359036514304", - "animated": false, - "created": 1591303988, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "thinkingguy": { - "name": "thinkingguy", - "id": "788398134677864479", - "author": "715373648520806432", - "animated": false, - "created": 1608039163, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "thinkinghanako": { - "name": "thinkinghanako", - "id": "782746438370197524", - "author": "748023719833894942", - "animated": false, - "created": 1606691693, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "thinkingwithblobs": { - "name": "thinkingwithblobs", - "id": "492049469949607957", - "author": "140516693242937345", - "animated": false, - "created": 1525387948, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "thinklapsing": { - "name": "thinklapsing", - "id": "492049473279623168", - "author": "308162538648895489", - "animated": true, - "created": 1525387948, - "modified": 1537384153, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "thinkmove": { - "name": "thinkmove", - "id": "783359144416772146", - "author": "330070979927605260", - "animated": true, - "created": 1606837774, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "thinksuicide": { - "name": "thinksuicide", - "id": "783359115900354560", - "author": "330070979927605260", - "animated": false, - "created": 1606837767, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "this": { - "name": "this", - "id": "732538501396168735", - "author": "703733852627009627", - "animated": false, - "created": 1594721188, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "thisisfine": { - "name": "thisisfine", - "id": "492049475922296833", - "author": "140516693242937345", - "animated": false, - "created": 1525387948, - "modified": 1537384153, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "thistbh": { - "name": "thistbh", - "id": "687533145247318053", - "author": "455289384187592704", - "animated": false, - "created": 1583991075, - "modified": 1585551659, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "thistho": { - "name": "thistho", - "id": "786333720247533619", - "author": "494688594603147284", - "animated": true, - "created": 1607546968, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "thit": { - "name": "thit", - "id": "768076856544985138", - "author": "330632340088815616", - "animated": false, - "created": 1603194192, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "thnk": { - "name": "thnk", - "id": "720779521992687716", - "author": "455289384187592704", - "animated": false, - "created": 1591917629, - "modified": 1591917633, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "tho": { - "name": "tho", - "id": "775266453820669992", - "author": "592187940138909707", - "animated": true, - "created": 1604908326, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "thonk": { - "name": "thonk", - "id": "492049477897814048", - "author": "140516693242937345", - "animated": false, - "created": 1536457353, - "modified": 1557285519, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "thonkang": { - "name": "thonkang", - "id": "492049478912704514", - "author": "140516693242937345", - "animated": false, - "created": 1534489896, - "modified": 1537384154, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "thonk_animated": { - "name": "thonk_animated", - "id": "788080060057911316", - "author": "206098696062894080", - "animated": true, - "created": 1607963328, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "thonkconga": { - "name": "thonkconga", - "id": "784470227895320606", - "author": "772637906304892958", - "animated": true, - "created": 1607102677, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "thonkcool": { - "name": "thonkcool", - "id": "774288085882109973", - "author": "279223421940924416", - "animated": false, - "created": 1604675065, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "thonkderp": { - "name": "thonkderp", - "id": "492049482578657300", - "author": "140516693242937345", - "animated": false, - "created": 1532200398, - "modified": 1537384155, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "thonkery": { - "name": "thonkery", - "id": "757452001218134113", - "author": "729066675202293761", - "animated": false, - "created": 1600661029, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "thonkeyes": { - "name": "thonkeyes", - "id": "757301135555166208", - "author": "729066675202293761", - "animated": false, - "created": 1600625060, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "thonkhappy": { - "name": "thonkhappy", - "id": "786436379885830144", - "author": "515465307071053824", - "animated": false, - "created": 1607571444, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "thonking": { - "name": "thonking", - "id": "492049486865104897", - "author": "393900082526683136", - "animated": false, - "created": 1525387948, - "modified": 1537384156, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "thonklikekronk": { - "name": "thonklikekronk", - "id": "782225808488005652", - "author": "690953891482828890", - "animated": true, - "created": 1606567565, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "thonks": { - "name": "thonks", - "id": "782219483480588288", - "author": "327957029849268234", - "animated": false, - "created": 1606566057, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "thonkspin": { - "name": "thonkspin", - "id": "637451608665489429", - "author": "357688905484468235", - "animated": true, - "created": 1572050706, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "thonksplode": { - "name": "thonksplode", - "id": "492049490912739328", - "author": "124987017246277634", - "animated": true, - "created": 1525387949, - "modified": 1537384157, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "thonk_train": { - "name": "thonk_train", - "id": "788080075718787112", - "author": "206098696062894080", - "animated": true, - "created": 1607963331, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "throwflowers": { - "name": "throwflowers", - "id": "789492530483822593", - "author": "756143897134235779", - "animated": true, - "created": 1608300087, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Throwing_shade": { - "name": "Throwing_shade", - "id": "784441520979836979", - "author": "711751154119475291", - "animated": false, - "created": 1607095832, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "thumbsup": { - "name": "thumbsup", - "id": "751149947164033164", - "author": "531673820994732042", - "animated": false, - "created": 1599158503, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "thunder": { - "name": "thunder", - "id": "768243880314404874", - "author": "352617359036514304", - "animated": false, - "created": 1603234014, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "thunk": { - "name": "thunk", - "id": "570967682183331840", - "author": "135129300063092737", - "animated": false, - "created": 1556199703, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "thunking": { - "name": "thunking", - "id": "503438906440810496", - "author": "219567184089841664", - "animated": false, - "created": 1540099659, - "modified": 1540099668, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "thunkung": { - "name": "thunkung", - "id": "492049494691676162", - "author": "140516693242937345", - "animated": false, - "created": 1532240220, - "modified": 1537384158, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "thurston": { - "name": "thurston", - "id": "786678650841858048", - "author": "718818001633280071", - "animated": false, - "created": 1607629206, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tiburonA": { - "name": "tiburonA", - "id": "756961299446890689", - "author": "739936426799661086", - "animated": true, - "created": 1600544037, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tijolo": { - "name": "tijolo", - "id": "786386752176521246", - "author": "728030515726123028", - "animated": false, - "created": 1607559612, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tikno": { - "name": "tikno", - "id": "790035676993028118", - "author": "372867277068042240", - "animated": false, - "created": 1608429583, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "TikTok": { - "name": "TikTok", - "id": "753949152437731338", - "author": "533908246969319444", - "animated": true, - "created": 1599825885, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tiktokpout": { - "name": "tiktokpout", - "id": "785823147349901333", - "author": "424826839047864320", - "animated": false, - "created": 1607425238, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "time_a70": { - "name": "time_a70", - "id": "780894067109396572", - "author": "519640139639685131", - "animated": true, - "created": 1606250054, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "timestone": { - "name": "timestone", - "id": "784149934794080276", - "author": "496037931140513800", - "animated": false, - "created": 1607026313, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "timide": { - "name": "timide", - "id": "773822363581677608", - "author": "714174249975414787", - "animated": true, - "created": 1604564028, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "timido": { - "name": "timido", - "id": "784897994637180968", - "author": "569937267012010015", - "animated": false, - "created": 1607204664, - "modified": 1607205545, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "timoriaweird": { - "name": "timoriaweird", - "id": "763099140959240242", - "author": "245607870463213570", - "animated": false, - "created": 1602007413, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tinydesksoldier": { - "name": "tinydesksoldier", - "id": "788436783817949185", - "author": "354801294533459968", - "animated": true, - "created": 1608048377, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tipicomachito": { - "name": "tipicomachito", - "id": "780478799417704458", - "author": "564189171099631616", - "animated": false, - "created": 1606151046, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tirar": { - "name": "tirar", - "id": "687181858428944386", - "author": "592197624044584960", - "animated": false, - "created": 1583907322, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tired": { - "name": "tired", - "id": "771569756385181716", - "author": "763240979091292180", - "animated": false, - "created": 1604026965, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Tiredga": { - "name": "Tiredga", - "id": "721552330096508998", - "author": "438644880152068127", - "animated": false, - "created": 1592101881, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tiri": { - "name": "tiri", - "id": "784122256279470111", - "author": "403990174708793346", - "animated": false, - "created": 1607019714, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tirste": { - "name": "tirste", - "id": "758673635048423513", - "author": "613683732276314114", - "animated": false, - "created": 1600952290, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tite": { - "name": "tite", - "id": "774167561779544075", - "author": "508054192758194176", - "animated": false, - "created": 1604646330, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "titi": { - "name": "titi", - "id": "748953054149214349", - "author": "328893511896399882", - "animated": false, - "created": 1598634723, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tits": { - "name": "tits", - "id": "788811424201441300", - "author": "496114314944577537", - "animated": true, - "created": 1608137699, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tituschrist": { - "name": "tituschrist", - "id": "789948435679281172", - "author": "508004255974817802", - "animated": false, - "created": 1608408783, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "TJlaugh": { - "name": "TJlaugh", - "id": "784412922029670420", - "author": "371481548404293633", - "animated": true, - "created": 1607089014, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tkogdo": { - "name": "tkogdo", - "id": "750741739333091349", - "author": "343310328089804803", - "animated": true, - "created": 1599061178, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tkoggei": { - "name": "tkoggei", - "id": "770998055515717632", - "author": "343310328089804803", - "animated": true, - "created": 1603890660, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tlCatBop": { - "name": "tlCatBop", - "id": "787997650342510613", - "author": "294383386393575426", - "animated": true, - "created": 1607943680, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tlHamsterKnife": { - "name": "tlHamsterKnife", - "id": "787997932041273344", - "author": "294383386393575426", - "animated": true, - "created": 1607943747, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "T_memeumwhat": { - "name": "T_memeumwhat", - "id": "780885096567668778", - "author": "398627949756022796", - "animated": true, - "created": 1606247915, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tmira": { - "name": "tmira", - "id": "789672372562952232", - "author": "460573162682187776", - "animated": false, - "created": 1608342965, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tmr": { - "name": "tmr", - "id": "744684223750995998", - "author": "459506520288133130", - "animated": false, - "created": 1597616954, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tnc_g_blushh": { - "name": "tnc_g_blushh", - "id": "782673785978617907", - "author": "700050219995496568", - "animated": false, - "created": 1606674372, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tnc_g_comfy": { - "name": "tnc_g_comfy", - "id": "782673775442526240", - "author": "700050219995496568", - "animated": false, - "created": 1606674369, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tnc_g_crybaby": { - "name": "tnc_g_crybaby", - "id": "782673766156861480", - "author": "700050219995496568", - "animated": false, - "created": 1606674367, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tnc_l_woah": { - "name": "tnc_l_woah", - "id": "782673756103245844", - "author": "700050219995496568", - "animated": false, - "created": 1606674365, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "TN_emoji_123": { - "name": "TN_emoji_123", - "id": "785741632179273758", - "author": "715606162224971898", - "animated": true, - "created": 1607405803, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "TN_gifsc_cutegirl": { - "name": "TN_gifsc_cutegirl", - "id": "785742399082070056", - "author": "715606162224971898", - "animated": true, - "created": 1607405986, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tnt": { - "name": "tnt", - "id": "770617161173303296", - "author": "365021376186286080", - "animated": false, - "created": 1603799848, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "to": { - "name": "to", - "id": "774661766104743958", - "author": "466061790627889167", - "animated": false, - "created": 1604764157, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tobisexo": { - "name": "tobisexo", - "id": "788943226722975744", - "author": "341325341765402626", - "animated": false, - "created": 1608169123, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tobyclown": { - "name": "tobyclown", - "id": "780484116168441906", - "author": "399671914114711562", - "animated": false, - "created": 1606152314, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tobydance": { - "name": "tobydance", - "id": "725781086298439740", - "author": "399671914114711562", - "animated": true, - "created": 1593110095, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tobydancefast": { - "name": "tobydancefast", - "id": "727174918655180911", - "author": "399671914114711562", - "animated": true, - "created": 1593442410, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tobydancefast2": { - "name": "tobydancefast2", - "id": "774008945420795905", - "author": "399671914114711562", - "animated": true, - "created": 1604608513, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tobypayaso": { - "name": "tobypayaso", - "id": "789638997575204874", - "author": "400423789017432065", - "animated": false, - "created": 1608335007, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "todayiwill": { - "name": "todayiwill", - "id": "786093880701222912", - "author": "574870314928832533", - "animated": false, - "created": 1607489786, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "TodoFrock": { - "name": "TodoFrock", - "id": "766500790436102165", - "author": "433099839274745876", - "animated": false, - "created": 1602818429, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Toed": { - "name": "Toed", - "id": "777612785680121896", - "author": "428330901659713546", - "animated": true, - "created": 1605467735, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "toemad": { - "name": "toemad", - "id": "784128903195131974", - "author": "219580469933506560", - "animated": false, - "created": 1607021299, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "TogaEvil": { - "name": "TogaEvil", - "id": "782846412597362708", - "author": "685259112057012234", - "animated": false, - "created": 1606715529, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "togekiss": { - "name": "togekiss", - "id": "779050007030136832", - "author": "293107176355004416", - "animated": false, - "created": 1605810395, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Toi_pendejoxD": { - "name": "Toi_pendejoxD", - "id": "788549549173637142", - "author": "739170386113200280", - "animated": false, - "created": 1608075263, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tokacion": { - "name": "tokacion", - "id": "775422486229155880", - "author": "769630110806048771", - "animated": false, - "created": 1604945527, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tokar": { - "name": "tokar", - "id": "541750900465729555", - "author": "343239064918687745", - "animated": false, - "created": 1549233880, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "toluES": { - "name": "toluES", - "id": "789948645653872680", - "author": "471787957528035338", - "animated": false, - "created": 1608408834, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tom": { - "name": "tom", - "id": "418315085749157899", - "author": "236026644429537281", - "animated": false, - "created": 1525387949, - "modified": 1533892040, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tomattepija": { - "name": "tomattepija", - "id": "773957289925017640", - "author": "727325977755254874", - "animated": false, - "created": 1604596197, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tom_boy": { - "name": "tom_boy", - "id": "786037452946014238", - "author": "688167964381675580", - "animated": false, - "created": 1607476332, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tomidk": { - "name": "tomidk", - "id": "760925129227501628", - "author": "450903155572736000", - "animated": false, - "created": 1601489088, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tomxd": { - "name": "tomxd", - "id": "766414504472608788", - "author": "541046649116688405", - "animated": false, - "created": 1602797857, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tonto": { - "name": "tonto", - "id": "715139554356625438", - "author": "529227757423558687", - "animated": false, - "created": 1590572956, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tonylike": { - "name": "tonylike", - "id": "786156183165075467", - "author": "676134602837852172", - "animated": true, - "created": 1607504640, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "toofunny": { - "name": "toofunny", - "id": "785319520985415722", - "author": "494688594603147284", - "animated": true, - "created": 1607305164, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Topkek": { - "name": "Topkek", - "id": "475643007505530880", - "author": "383972790144860171", - "animated": false, - "created": 1533472530, - "modified": 1533892040, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "topmidsenate": { - "name": "topmidsenate", - "id": "788522341021122620", - "author": "322599198211964938", - "animated": false, - "created": 1608068776, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "topo": { - "name": "topo", - "id": "738114670292107284", - "author": "428330901659713546", - "animated": false, - "created": 1596050650, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tor": { - "name": "tor", - "id": "786679955513802822", - "author": "281563194843987968", - "animated": false, - "created": 1607629517, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tortime": { - "name": "tortime", - "id": "683702935275700259", - "author": "425046879047385108", - "animated": true, - "created": 1583077882, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "torto": { - "name": "torto", - "id": "790015202388082728", - "author": "494688594603147284", - "animated": false, - "created": 1608424702, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tortuga": { - "name": "tortuga", - "id": "755020159403556956", - "author": "428836028149923840", - "animated": true, - "created": 1600081233, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tortureape": { - "name": "tortureape", - "id": "753018889880731709", - "author": "479370177209696267", - "animated": true, - "created": 1599604093, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "torturedance1": { - "name": "torturedance1", - "id": "782741486701379624", - "author": "748023719833894942", - "animated": true, - "created": 1606690513, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "torturedance2": { - "name": "torturedance2", - "id": "782741514165420072", - "author": "748023719833894942", - "animated": true, - "created": 1606690519, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "torturedance3": { - "name": "torturedance3", - "id": "782741524810825799", - "author": "748023719833894942", - "animated": true, - "created": 1606690522, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "torturekat": { - "name": "torturekat", - "id": "789653986646032405", - "author": "401765150404902912", - "animated": true, - "created": 1608338581, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tosiek": { - "name": "tosiek", - "id": "784122076570451989", - "author": "403990174708793346", - "animated": false, - "created": 1607019671, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Tostadora": { - "name": "Tostadora", - "id": "752012525729480804", - "author": "336682771995164684", - "animated": false, - "created": 1599364157, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "totem": { - "name": "totem", - "id": "760253789310681148", - "author": "613683732276314114", - "animated": true, - "created": 1601329028, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tou": { - "name": "tou", - "id": "789141967161786428", - "author": "194256178891587584", - "animated": false, - "created": 1608216506, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tovuaaah": { - "name": "tovuaaah", - "id": "778627638645358602", - "author": "479370177209696267", - "animated": false, - "created": 1605709695, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tovupet": { - "name": "tovupet", - "id": "760286074802667541", - "author": "296340768618971146", - "animated": true, - "created": 1601336725, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "towacoffee": { - "name": "towacoffee", - "id": "783797827892543508", - "author": "155924298312318976", - "animated": false, - "created": 1606942364, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "towafukkireta": { - "name": "towafukkireta", - "id": "779159683046441018", - "author": "466061790627889167", - "animated": true, - "created": 1605836544, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "towapanic": { - "name": "towapanic", - "id": "779369280332103680", - "author": "466061790627889167", - "animated": true, - "created": 1605886516, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "town": { - "name": "town", - "id": "734200473703284796", - "author": "435527541424390154", - "animated": false, - "created": 1595117433, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "toxicball": { - "name": "toxicball", - "id": "784852786881495100", - "author": "726110827278499891", - "animated": false, - "created": 1607193886, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "toyjoya": { - "name": "toyjoya", - "id": "754047525626970223", - "author": "472631495815725056", - "animated": false, - "created": 1599849339, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "TPLove": { - "name": "TPLove", - "id": "600558156606734351", - "author": "140516693242937345", - "animated": false, - "created": 1563254622, - "modified": 1563254632, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "tpose": { - "name": "tpose", - "id": "509259395922919456", - "author": "362978811740160000", - "animated": false, - "created": 1541487325, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tpose3": { - "name": "tpose3", - "id": "767562528385007646", - "author": "713115666550620262", - "animated": true, - "created": 1603071567, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tposepai": { - "name": "tposepai", - "id": "775238427313963028", - "author": "412097994335322133", - "animated": false, - "created": 1604901644, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "trabis": { - "name": "trabis", - "id": "772487117128990730", - "author": "574992720364306453", - "animated": false, - "created": 1604245680, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "transgender": { - "name": "transgender", - "id": "492049515679973384", - "author": "140516693242937345", - "animated": false, - "created": 1534206428, - "modified": 1537384163, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "trap": { - "name": "trap", - "id": "716312023318790264", - "author": "236232731535736843", - "animated": false, - "created": 1590852494, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "trapdance": { - "name": "trapdance", - "id": "786649648337125447", - "author": "601131588654465051", - "animated": true, - "created": 1607622291, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Trappat": { - "name": "Trappat", - "id": "782122180963729408", - "author": "601131588654465051", - "animated": true, - "created": 1606542859, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "trapsu": { - "name": "trapsu", - "id": "780864667421114468", - "author": "209280535174971393", - "animated": true, - "created": 1606243044, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "trash": { - "name": "trash", - "id": "733313270135390339", - "author": "731387815442513981", - "animated": false, - "created": 1594905908, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "traste": { - "name": "traste", - "id": "769862563747463175", - "author": "343239064918687745", - "animated": true, - "created": 1603619938, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "trauma": { - "name": "trauma", - "id": "711393090044428380", - "author": "299732643036135435", - "animated": false, - "created": 1589679729, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "traumalett": { - "name": "traumalett", - "id": "765729803600003102", - "author": "708404644052729879", - "animated": false, - "created": 1602634611, - "modified": 1603420327, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "traumalett2": { - "name": "traumalett2", - "id": "782151331171139625", - "author": "708404644052729879", - "animated": false, - "created": 1606549809, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "trax": { - "name": "trax", - "id": "730080768172228638", - "author": "425046879047385108", - "animated": false, - "created": 1594135219, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "trax2": { - "name": "trax2", - "id": "782003779813769227", - "author": "659572887086170113", - "animated": false, - "created": 1606514630, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "trax50cosasdemi": { - "name": "trax50cosasdemi", - "id": "786306356659486780", - "author": "659572887086170113", - "animated": false, - "created": 1607540444, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "traxamide": { - "name": "traxamide", - "id": "782296245658058763", - "author": "659572887086170113", - "animated": false, - "created": 1606584359, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "traxantiquepedoyaestaelpozole": { - "name": "traxantiquepedoyaestaelpozole", - "id": "786298853971591230", - "author": "727283870461984839", - "animated": false, - "created": 1607538655, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "traxbts": { - "name": "traxbts", - "id": "759155343615066182", - "author": "727283870461984839", - "animated": false, - "created": 1601067138, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "traxbtsfinal": { - "name": "traxbtsfinal", - "id": "786303119004925984", - "author": "727283870461984839", - "animated": false, - "created": 1607539673, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "traxcamisa": { - "name": "traxcamisa", - "id": "786304408253628468", - "author": "659572887086170113", - "animated": false, - "created": 1607539979, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "traxdelabici": { - "name": "traxdelabici", - "id": "786297534044831754", - "author": "659572887086170113", - "animated": false, - "created": 1607538340, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "traxempreadomalpagado": { - "name": "traxempreadomalpagado", - "id": "781319197325262870", - "author": "727283870461984839", - "animated": true, - "created": 1606351412, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "traxfackiu": { - "name": "traxfackiu", - "id": "784604687835332608", - "author": "727283870461984839", - "animated": false, - "created": 1607134734, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "traxfurro": { - "name": "traxfurro", - "id": "781605528194777088", - "author": "727283870461984839", - "animated": false, - "created": 1606419679, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "traxgamer": { - "name": "traxgamer", - "id": "786296355445538886", - "author": "659572887086170113", - "animated": false, - "created": 1607538059, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "traxhenry": { - "name": "traxhenry", - "id": "782295587273965600", - "author": "727283870461984839", - "animated": false, - "created": 1606584202, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "traxicogiso": { - "name": "traxicogiso", - "id": "782297101769900042", - "author": "727283870461984839", - "animated": false, - "created": 1606584563, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "traxjajasies": { - "name": "traxjajasies", - "id": "788468083895173181", - "author": "727283870461984839", - "animated": false, - "created": 1608055842, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "traxmamado": { - "name": "traxmamado", - "id": "782804681697132584", - "author": "727283870461984839", - "animated": false, - "created": 1606705580, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "traxmetalero": { - "name": "traxmetalero", - "id": "784225178619609088", - "author": "727283870461984839", - "animated": false, - "created": 1607044252, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "traxmodojoto": { - "name": "traxmodojoto", - "id": "782298598468485170", - "author": "761590261502574682", - "animated": false, - "created": 1606584920, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "traxneko": { - "name": "traxneko", - "id": "758039606347300936", - "author": "608810184281948160", - "animated": false, - "created": 1600801126, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "traxneko2": { - "name": "traxneko2", - "id": "782802385247404043", - "author": "709202504310587462", - "animated": false, - "created": 1606705032, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "traxotalker": { - "name": "traxotalker", - "id": "782297943150559262", - "author": "761590261502574682", - "animated": false, - "created": 1606584764, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "traxpapu": { - "name": "traxpapu", - "id": "781605972455587860", - "author": "659572887086170113", - "animated": false, - "created": 1606419785, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "traxparaguayo": { - "name": "traxparaguayo", - "id": "782294697686204439", - "author": "659572887086170113", - "animated": false, - "created": 1606583990, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "traxPerdonamediosito": { - "name": "traxPerdonamediosito", - "id": "781197165657587762", - "author": "727283870461984839", - "animated": false, - "created": 1606322318, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "traxpiramideotalker": { - "name": "traxpiramideotalker", - "id": "782302780265201674", - "author": "761590261502574682", - "animated": false, - "created": 1606585917, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "traxquepedonoestaelpozole": { - "name": "traxquepedonoestaelpozole", - "id": "786299961163513927", - "author": "727283870461984839", - "animated": false, - "created": 1607538919, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "traxquepedoyaestaelpozole": { - "name": "traxquepedoyaestaelpozole", - "id": "780883438655766548", - "author": "727283870461984839", - "animated": false, - "created": 1606247519, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "traxrugal": { - "name": "traxrugal", - "id": "786304722009063454", - "author": "727283870461984839", - "animated": false, - "created": 1607540054, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "traxsexoooo": { - "name": "traxsexoooo", - "id": "790037955753934858", - "author": "727283870461984839", - "animated": false, - "created": 1608430126, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "traxshitpost": { - "name": "traxshitpost", - "id": "782091025644257290", - "author": "659572887086170113", - "animated": false, - "created": 1606535431, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "traxtictoc": { - "name": "traxtictoc", - "id": "790037812031651841", - "author": "659572887086170113", - "animated": false, - "created": 1608430092, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "traxtroleador": { - "name": "traxtroleador", - "id": "788466619889877042", - "author": "727283870461984839", - "animated": false, - "created": 1608055501, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "traxtroliadorwero": { - "name": "traxtroliadorwero", - "id": "782802221011566604", - "author": "727283870461984839", - "animated": false, - "created": 1606704993, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "traxvaca": { - "name": "traxvaca", - "id": "781606328811913256", - "author": "727283870461984839", - "animated": false, - "created": 1606419870, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "traxvsotalker": { - "name": "traxvsotalker", - "id": "782295981530021888", - "author": "761590261502574682", - "animated": false, - "created": 1606584296, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tree": { - "name": "tree", - "id": "730161082727137351", - "author": "304019277260783627", - "animated": true, - "created": 1594154368, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "treethrow": { - "name": "treethrow", - "id": "746122002070503426", - "author": "353109234201788427", - "animated": true, - "created": 1597959747, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tremendo": { - "name": "tremendo", - "id": "768284341288566794", - "author": "701059709100097636", - "animated": false, - "created": 1603243661, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tremendo1": { - "name": "tremendo1", - "id": "780962711588044820", - "author": "753681432718737480", - "animated": false, - "created": 1606266420, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "trextuneado": { - "name": "trextuneado", - "id": "788939807832670209", - "author": "727283870461984839", - "animated": false, - "created": 1608168308, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "triangleboy": { - "name": "triangleboy", - "id": "765697987686826004", - "author": "508054192758194176", - "animated": true, - "created": 1602627026, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "triangulo": { - "name": "triangulo", - "id": "787166112454410290", - "author": "557269772270829569", - "animated": true, - "created": 1607745426, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tridance": { - "name": "tridance", - "id": "745215727761358969", - "author": "225202265890226177", - "animated": true, - "created": 1597743675, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "trigger": { - "name": "trigger", - "id": "704671744673185802", - "author": "477823425893629952", - "animated": true, - "created": 1588077236, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "triggered": { - "name": "triggered", - "id": "422262313253470218", - "author": "407448410422116356", - "animated": false, - "created": 1525387949, - "modified": 1533892040, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "TriHard": { - "name": "TriHard", - "id": "667875481839992852", - "author": "287347007708856323", - "animated": false, - "created": 1579304323, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "triplebaka1": { - "name": "triplebaka1", - "id": "782740274732073021", - "author": "748023719833894942", - "animated": false, - "created": 1606690224, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "triplebaka2": { - "name": "triplebaka2", - "id": "782740282537148426", - "author": "748023719833894942", - "animated": false, - "created": 1606690226, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "triplebaka3": { - "name": "triplebaka3", - "id": "782740291777462293", - "author": "748023719833894942", - "animated": false, - "created": 1606690228, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "trippiepeace": { - "name": "trippiepeace", - "id": "787132793452888115", - "author": "494563179049910301", - "animated": true, - "created": 1607737482, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "TrippyCat": { - "name": "TrippyCat", - "id": "786522286999339018", - "author": "426282697422274561", - "animated": true, - "created": 1607591926, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "TripulanteBaile": { - "name": "TripulanteBaile", - "id": "782532128034390026", - "author": "741850493088694343", - "animated": true, - "created": 1606640598, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "TripulanteBaile2": { - "name": "TripulanteBaile2", - "id": "782533145517097001", - "author": "741850493088694343", - "animated": true, - "created": 1606640840, - "modified": 1606652020, - "preserve": false, - "description": null, - "nsfw": "MOD_NSFW" - }, - "TripulanteBaile3": { - "name": "TripulanteBaile3", - "id": "782901525122121728", - "author": "741850493088694343", - "animated": true, - "created": 1606728669, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "TripulanteBaile4": { - "name": "TripulanteBaile4", - "id": "782902060097077248", - "author": "741850493088694343", - "animated": true, - "created": 1606728796, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "trist": { - "name": "trist", - "id": "746468309465170011", - "author": "729015115411750943", - "animated": false, - "created": 1598042313, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "triste": { - "name": "triste", - "id": "598998291698548746", - "author": "516753129413279759", - "animated": false, - "created": 1562882721, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tristeamigo": { - "name": "tristeamigo", - "id": "783495510379331594", - "author": "384071676960309259", - "animated": true, - "created": 1606870286, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tristeza": { - "name": "tristeza", - "id": "764900203467374654", - "author": "691838494581981218", - "animated": false, - "created": 1602436819, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "trite": { - "name": "trite", - "id": "763888749724696587", - "author": "419604866080702465", - "animated": false, - "created": 1602195670, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "trl": { - "name": "trl", - "id": "776333227513479208", - "author": "737371717785354334", - "animated": false, - "created": 1605162665, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "trola": { - "name": "trola", - "id": "784888448544538647", - "author": "293107176355004416", - "animated": false, - "created": 1607202388, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "trolainagun": { - "name": "trolainagun", - "id": "788931471623716885", - "author": "399348446525390849", - "animated": false, - "created": 1608166320, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "trolazo": { - "name": "trolazo", - "id": "780905316882710539", - "author": "492358355273252865", - "animated": false, - "created": 1606252736, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "troleado": { - "name": "troleado", - "id": "712142976058392676", - "author": "313376621140901888", - "animated": true, - "created": 1589858516, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Troleadocara": { - "name": "Troleadocara", - "id": "768222950133858415", - "author": "708216889624625193", - "animated": false, - "created": 1603229024, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "troleador": { - "name": "troleador", - "id": "777910108704604160", - "author": "597994133587755013", - "animated": false, - "created": 1605538622, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "troleador_cara": { - "name": "troleador_cara", - "id": "783181127653130290", - "author": "387356039638679553", - "animated": false, - "created": 1606795331, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "troleadorcara": { - "name": "troleadorcara", - "id": "767459818209542156", - "author": "437222116300029972", - "animated": false, - "created": 1603047079, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "troleadorcaragrupo": { - "name": "troleadorcaragrupo", - "id": "782708679103348746", - "author": "736438830386774087", - "animated": false, - "created": 1606682691, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "TroleadoresCara": { - "name": "TroleadoresCara", - "id": "782449022719623209", - "author": "741850493088694343", - "animated": false, - "created": 1606620784, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "troleokronk": { - "name": "troleokronk", - "id": "765081573850480680", - "author": "337776631210967040", - "animated": false, - "created": 1602480061, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "troliado": { - "name": "troliado", - "id": "779681404509880360", - "author": "522496872221245453", - "animated": false, - "created": 1605960932, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "troliador": { - "name": "troliador", - "id": "774555698314870814", - "author": "505122030384054273", - "animated": false, - "created": 1604738869, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "troliadosherk": { - "name": "troliadosherk", - "id": "786301055809880116", - "author": "685852503673143300", - "animated": false, - "created": 1607539180, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "troll": { - "name": "troll", - "id": "642480746581196805", - "author": "515319978803855371", - "animated": false, - "created": 1573249746, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "trolldisappointed": { - "name": "trolldisappointed", - "id": "789479390639423498", - "author": "401551963139080194", - "animated": false, - "created": 1608296954, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "trolleado": { - "name": "trolleado", - "id": "734552896720470036", - "author": "567140961650737162", - "animated": true, - "created": 1595201458, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Trolley": { - "name": "Trolley", - "id": "771536030544560149", - "author": "737371717785354334", - "animated": false, - "created": 1604018924, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "trollface": { - "name": "trollface", - "id": "676838293492727809", - "author": "481597842109235200", - "animated": false, - "created": 1581441224, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "trollsmile": { - "name": "trollsmile", - "id": "789479307005263912", - "author": "401551963139080194", - "animated": false, - "created": 1608296934, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "trolololo": { - "name": "trolololo", - "id": "779364209443995668", - "author": "268138992606773248", - "animated": false, - "created": 1605885307, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "troste": { - "name": "troste", - "id": "779855364761714698", - "author": "475156812329517068", - "animated": false, - "created": 1606002408, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "troturecat": { - "name": "troturecat", - "id": "789653679224913940", - "author": "401765150404902912", - "animated": true, - "created": 1608338508, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "truckkun": { - "name": "truckkun", - "id": "788795536018112562", - "author": "304413971350552588", - "animated": true, - "created": 1608133911, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "true": { - "name": "true", - "id": "749737938492850258", - "author": "362374840201510914", - "animated": false, - "created": 1598821854, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "trueaurora": { - "name": "trueaurora", - "id": "781506991885516810", - "author": "425046879047385108", - "animated": false, - "created": 1606396186, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "TrueBro": { - "name": "TrueBro", - "id": "780955772506472448", - "author": "756253418808672469", - "animated": false, - "created": 1606264765, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "truejumpber": { - "name": "truejumpber", - "id": "781898067304906752", - "author": "209280535174971393", - "animated": false, - "created": 1606489426, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "truelord": { - "name": "truelord", - "id": "733669222546407456", - "author": "203208699500560385", - "animated": true, - "created": 1594990773, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "truemaj": { - "name": "truemaj", - "id": "789411580633808926", - "author": "425046879047385108", - "animated": false, - "created": 1608280787, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "truerstab": { - "name": "truerstab", - "id": "782421449403138068", - "author": "98425391647031296", - "animated": false, - "created": 1606614210, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "truestab": { - "name": "truestab", - "id": "764161975067869195", - "author": "336021639970029569", - "animated": false, - "created": 1602260812, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "truestab2": { - "name": "truestab2", - "id": "783868881835786271", - "author": "209280535174971393", - "animated": false, - "created": 1606959305, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "truezai": { - "name": "truezai", - "id": "763740992355565578", - "author": "209280535174971393", - "animated": false, - "created": 1602160442, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "trump": { - "name": "trump", - "id": "692880972697436213", - "author": "246938839720001536", - "animated": false, - "created": 1585266097, - "modified": 1585318887, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "TrumpBaile": { - "name": "TrumpBaile", - "id": "782905650429558794", - "author": "741850493088694343", - "animated": true, - "created": 1606729652, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "trustme": { - "name": "trustme", - "id": "727091944228126840", - "author": "256056872254177281", - "animated": false, - "created": 1593422628, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "trymebitch": { - "name": "trymebitch", - "id": "782742335233458187", - "author": "748023719833894942", - "animated": false, - "created": 1606690715, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ts": { - "name": "ts", - "id": "773365964489359371", - "author": "512509857606139905", - "animated": false, - "created": 1604455214, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "t_sexyaf": { - "name": "t_sexyaf", - "id": "786084976381788160", - "author": "730519813184815126", - "animated": true, - "created": 1607487663, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tsimp": { - "name": "tsimp", - "id": "784860948472135741", - "author": "506459837169795092", - "animated": true, - "created": 1607195832, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tsk": { - "name": "tsk", - "id": "695429042261721178", - "author": "604840521101475848", - "animated": false, - "created": 1585873604, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tsukiwhale": { - "name": "tsukiwhale", - "id": "749047760120053863", - "author": "182850025007742976", - "animated": false, - "created": 1598657302, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tsundere": { - "name": "tsundere", - "id": "762925098856218634", - "author": "461217181032775681", - "animated": false, - "created": 1601965918, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tt": { - "name": "tt", - "id": "774983711653363722", - "author": "650561615372222484", - "animated": false, - "created": 1604840915, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tu": { - "name": "tu", - "id": "701945277673898014", - "author": "564991592860221440", - "animated": false, - "created": 1587427195, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tuaichi": { - "name": "tuaichi", - "id": "785494624034619442", - "author": "293107176355004416", - "animated": false, - "created": 1607346914, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tuki": { - "name": "tuki", - "id": "777289013639905311", - "author": "257252090642956288", - "animated": false, - "created": 1605390542, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tula": { - "name": "tula", - "id": "519656692263288858", - "author": "334452113264607232", - "animated": false, - "created": 1543966210, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tumadre": { - "name": "tumadre", - "id": "778064064986480659", - "author": "300750461894656011", - "animated": false, - "created": 1605575329, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tumama": { - "name": "tumama", - "id": "736143751784824923", - "author": "390156982730096640", - "animated": true, - "created": 1595580747, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tupu": { - "name": "tupu", - "id": "777597802049306654", - "author": "618287304447885312", - "animated": false, - "created": 1605464163, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "turbio": { - "name": "turbio", - "id": "750103119760850994", - "author": "383723642489405441", - "animated": false, - "created": 1598908920, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "turndownforwhat": { - "name": "turndownforwhat", - "id": "768228565656403999", - "author": "464961710462205952", - "animated": false, - "created": 1603230363, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tuto": { - "name": "tuto", - "id": "696399895095017573", - "author": "352617359036514304", - "animated": false, - "created": 1586105073, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tutuenojado": { - "name": "tutuenojado", - "id": "784850181828771870", - "author": "521800936553971719", - "animated": false, - "created": 1607193265, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tuturnoball": { - "name": "tuturnoball", - "id": "784223846684164096", - "author": "653806638695710721", - "animated": false, - "created": 1607043935, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tuvieja": { - "name": "tuvieja", - "id": "722248296411955220", - "author": "660996018459901953", - "animated": false, - "created": 1592267812, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "twblush": { - "name": "twblush", - "id": "775684749543866398", - "author": "182850025007742976", - "animated": false, - "created": 1605008055, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "twelve": { - "name": "twelve", - "id": "682014083117351007", - "author": "234097420898664448", - "animated": true, - "created": 1582675228, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "twerk": { - "name": "twerk", - "id": "745694704548708425", - "author": "419623768835620865", - "animated": true, - "created": 1597857872, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "twilight": { - "name": "twilight", - "id": "785519040399278131", - "author": "431503640193138689", - "animated": false, - "created": 1607352733, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "twitch": { - "name": "twitch", - "id": "750411457451261993", - "author": "405096095992250371", - "animated": true, - "created": 1598982433, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "twitter": { - "name": "twitter", - "id": "744430965849456760", - "author": "533406181067194370", - "animated": false, - "created": 1597556573, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "twplayboy4": { - "name": "twplayboy4", - "id": "788398021222203393", - "author": "715373648520806432", - "animated": false, - "created": 1608039136, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "twplayboy5": { - "name": "twplayboy5", - "id": "788398033514528788", - "author": "715373648520806432", - "animated": false, - "created": 1608039139, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "twut": { - "name": "twut", - "id": "464264477597106177", - "author": "269206837306327042", - "animated": false, - "created": 1530774077, - "modified": 1533892040, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "TWweird": { - "name": "TWweird", - "id": "581788885546434563", - "author": "425046879047385108", - "animated": false, - "created": 1558779679, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "twwird": { - "name": "twwird", - "id": "782681730179268639", - "author": "438644880152068127", - "animated": false, - "created": 1606676266, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "txt_brokenheart": { - "name": "txt_brokenheart", - "id": "787683078167855155", - "author": "733232897879703572", - "animated": false, - "created": 1607868680, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "tympole": { - "name": "tympole", - "id": "703743204662706196", - "author": "267037302352642048", - "animated": false, - "created": 1587855855, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "typing": { - "name": "typing", - "id": "597592452186112011", - "author": "140516693242937345", - "animated": true, - "created": 1562547543, - "modified": 1562547553, - "preserve": true, - "description": "The indicator that appears at the bottom of the screen when someone is typing.", - "nsfw": "SFW" - }, - "u_": { - "name": "u_", - "id": "764010014032527360", - "author": "700117364485914704", - "animated": false, - "created": 1602224582, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "uarecute": { - "name": "uarecute", - "id": "789557288930115625", - "author": "568113558202875914", - "animated": false, - "created": 1608315527, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "uau": { - "name": "uau", - "id": "786690073428361237", - "author": "714546696063025255", - "animated": false, - "created": 1607631929, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "uc_catblush": { - "name": "uc_catblush", - "id": "782675194724089868", - "author": "700050219995496568", - "animated": false, - "created": 1606674708, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "uegh": { - "name": "uegh", - "id": "763464010800562196", - "author": "463426460330229760", - "animated": false, - "created": 1602094404, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "uff": { - "name": "uff", - "id": "664215524745543692", - "author": "631964191409963013", - "animated": false, - "created": 1578431721, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "uffas": { - "name": "uffas", - "id": "778633806978220084", - "author": "479370177209696267", - "animated": false, - "created": 1605711166, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ufuf": { - "name": "ufuf", - "id": "780893920996753418", - "author": "434521154745663488", - "animated": false, - "created": 1606250019, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "uganda": { - "name": "uganda", - "id": "775750259342180413", - "author": "152231214198161409", - "animated": false, - "created": 1605023674, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ugei": { - "name": "ugei", - "id": "782673674015866891", - "author": "300750461894656011", - "animated": false, - "created": 1606674345, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ugh": { - "name": "ugh", - "id": "707831323192066079", - "author": "521155167794757632", - "animated": false, - "created": 1588830538, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ugly": { - "name": "ugly", - "id": "759253863928430592", - "author": "700117364485914704", - "animated": false, - "created": 1601090627, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ugood": { - "name": "ugood", - "id": "771410958647689226", - "author": "331655887074754560", - "animated": false, - "created": 1603989104, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ugu": { - "name": "ugu", - "id": "695521551205924864", - "author": "628070207293882377", - "animated": false, - "created": 1585895660, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "uh": { - "name": "uh", - "id": "686250826997694486", - "author": "238020739696033793", - "animated": false, - "created": 1583685347, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "uhh": { - "name": "uhh", - "id": "710870967207067658", - "author": "692488921673629756", - "animated": false, - "created": 1589555246, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "uhhhhh": { - "name": "uhhhhh", - "id": "782773364392853525", - "author": "748023719833894942", - "animated": false, - "created": 1606698113, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "uhhhhokay": { - "name": "uhhhhokay", - "id": "782115146561749012", - "author": "690953891482828890", - "animated": true, - "created": 1606541182, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "uhhuh": { - "name": "uhhuh", - "id": "736823309462929468", - "author": "474398324326268930", - "animated": false, - "created": 1595742766, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "uhm": { - "name": "uhm", - "id": "768413875141476403", - "author": "592103727280685086", - "animated": true, - "created": 1603274544, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "uhmmm": { - "name": "uhmmm", - "id": "785658318554529832", - "author": "720337269889826846", - "animated": false, - "created": 1607385940, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "uhmok": { - "name": "uhmok", - "id": "785658381183877182", - "author": "720337269889826846", - "animated": true, - "created": 1607385955, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "uhm_well": { - "name": "uhm_well", - "id": "787434864659791922", - "author": "522155526478364675", - "animated": true, - "created": 1607809501, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "uhmwhat": { - "name": "uhmwhat", - "id": "786707701433892894", - "author": "707330304427294821", - "animated": true, - "created": 1607636132, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "uhquemal": { - "name": "uhquemal", - "id": "737419505650892850", - "author": "717472783445131324", - "animated": false, - "created": 1595884947, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "uhwhat": { - "name": "uhwhat", - "id": "785658355988955168", - "author": "720337269889826846", - "animated": true, - "created": 1607385949, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ui": { - "name": "ui", - "id": "781914086056656926", - "author": "528990209589903376", - "animated": false, - "created": 1606493245, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ukaso": { - "name": "ukaso", - "id": "739568804765368391", - "author": "467098286642167819", - "animated": false, - "created": 1596397343, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ukesote": { - "name": "ukesote", - "id": "671380739018719257", - "author": "564111150443266125", - "animated": false, - "created": 1580140041, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "UloomEvil": { - "name": "UloomEvil", - "id": "781344721414520872", - "author": "448827482179895304", - "animated": false, - "created": 1606357498, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "UloomGlare": { - "name": "UloomGlare", - "id": "781344768373817384", - "author": "448827482179895304", - "animated": false, - "created": 1606357509, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "UloomSmug": { - "name": "UloomSmug", - "id": "781344801823129600", - "author": "448827482179895304", - "animated": false, - "created": 1606357517, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "UloomWave": { - "name": "UloomWave", - "id": "781344849235935233", - "author": "448827482179895304", - "animated": false, - "created": 1606357528, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ultimateelfthenk": { - "name": "ultimateelfthenk", - "id": "785693266217009152", - "author": "488694672441737236", - "animated": false, - "created": 1607394272, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ultraboner": { - "name": "ultraboner", - "id": "762167417681477652", - "author": "213367124608024577", - "animated": true, - "created": 1601785272, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Ultra_happy": { - "name": "Ultra_happy", - "id": "784438215205453845", - "author": "711751154119475291", - "animated": false, - "created": 1607095044, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ultrasacudida": { - "name": "ultrasacudida", - "id": "748414641151148062", - "author": "343239064918687745", - "animated": true, - "created": 1598506355, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ultrauke": { - "name": "ultrauke", - "id": "775114698151952414", - "author": "538092861481287701", - "animated": false, - "created": 1604872145, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "um": { - "name": "um", - "id": "726881303483383909", - "author": "569250957456834582", - "animated": false, - "created": 1593372407, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Um_": { - "name": "Um_", - "id": "784438527919390761", - "author": "711751154119475291", - "animated": false, - "created": 1607095119, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "um1": { - "name": "um1", - "id": "777907407086288906", - "author": "429684409633996840", - "animated": false, - "created": 1605537978, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "umarucheer": { - "name": "umarucheer", - "id": "782228527641788436", - "author": "643845865227812894", - "animated": true, - "created": 1606568214, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "umaru_chug": { - "name": "umaru_chug", - "id": "786949679555674113", - "author": "718818001633280071", - "animated": true, - "created": 1607693824, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "umaru_cry": { - "name": "umaru_cry", - "id": "787429855691014194", - "author": "522155526478364675", - "animated": true, - "created": 1607808307, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "UmaruCry": { - "name": "UmaruCry", - "id": "773986419470630922", - "author": "264572972998721537", - "animated": false, - "created": 1604603142, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "umarupartyharder": { - "name": "umarupartyharder", - "id": "787992525168312320", - "author": "294383386393575426", - "animated": true, - "created": 1607942458, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "umbreonload": { - "name": "umbreonload", - "id": "788121817411747891", - "author": "353109234201788427", - "animated": true, - "created": 1607973283, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "umijajagordotonto": { - "name": "umijajagordotonto", - "id": "788492590445101107", - "author": "293107176355004416", - "animated": false, - "created": 1608061683, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "umiyay": { - "name": "umiyay", - "id": "774289450888986646", - "author": "403597576223326228", - "animated": false, - "created": 1604675390, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "umm": { - "name": "umm", - "id": "674079606277537793", - "author": "547861735391100931", - "animated": false, - "created": 1580783502, - "modified": 1580783954, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "U_monke": { - "name": "U_monke", - "id": "784318633731031089", - "author": "713483831780573275", - "animated": true, - "created": 1607066534, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "umu": { - "name": "umu", - "id": "597330310702825472", - "author": "182743155651641344", - "animated": false, - "created": 1562485043, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "umuMHX": { - "name": "umuMHX", - "id": "773946985056960552", - "author": "551188005281464342", - "animated": false, - "created": 1604593740, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "umusmug": { - "name": "umusmug", - "id": "778143799339647013", - "author": "399772620138217472", - "animated": false, - "created": 1605594339, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "unamusedjones": { - "name": "unamusedjones", - "id": "782167005263953960", - "author": "496037931140513800", - "animated": false, - "created": 1606553546, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "unblockmepls": { - "name": "unblockmepls", - "id": "781065681428545556", - "author": "336021639970029569", - "animated": false, - "created": 1606290970, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "uncertainceri": { - "name": "uncertainceri", - "id": "787465802495688745", - "author": "353109234201788427", - "animated": false, - "created": 1607816877, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "uncomfy": { - "name": "uncomfy", - "id": "778542589448159253", - "author": "574870314928832533", - "animated": false, - "created": 1605689418, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "understandable": { - "name": "understandable", - "id": "782742185745055765", - "author": "748023719833894942", - "animated": false, - "created": 1606690679, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "understanding": { - "name": "understanding", - "id": "782742323103662080", - "author": "748023719833894942", - "animated": false, - "created": 1606690712, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "unexpectedbingus": { - "name": "unexpectedbingus", - "id": "786365298139070474", - "author": "219580469933506560", - "animated": true, - "created": 1607554497, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "university_CUTE": { - "name": "university_CUTE", - "id": "788762773973893130", - "author": "510204197728288777", - "animated": false, - "created": 1608126099, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "unknown": { - "name": "unknown", - "id": "788744788009811979", - "author": "184844421630525449", - "animated": false, - "created": 1608121811, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Unnamed_Emote": { - "name": "Unnamed_Emote", - "id": "789954237567860816", - "author": "397513336805130251", - "animated": false, - "created": 1608410166, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "uno": { - "name": "uno", - "id": "640654964565213245", - "author": "528990209589903376", - "animated": false, - "created": 1572814446, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "unoreverse": { - "name": "unoreverse", - "id": "744921534677778442", - "author": "498841314927050753", - "animated": false, - "created": 1597673533, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "unoreverser": { - "name": "unoreverser", - "id": "764928003926655006", - "author": "353109234201788427", - "animated": true, - "created": 1602443447, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "un_palcer": { - "name": "un_palcer", - "id": "779193233766875176", - "author": "475156812329517068", - "animated": false, - "created": 1605844543, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "unpog": { - "name": "unpog", - "id": "781952659238027275", - "author": "580244182652813312", - "animated": true, - "created": 1606502442, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "unu": { - "name": "unu", - "id": "747226499442016277", - "author": "299000396997853194", - "animated": false, - "created": 1598223080, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "uploaderthink": { - "name": "uploaderthink", - "id": "776093937794285608", - "author": "293107176355004416", - "animated": false, - "created": 1605105613, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "uppies": { - "name": "uppies", - "id": "786150007504896060", - "author": "745612575454134283", - "animated": false, - "created": 1607503167, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "upvote": { - "name": "upvote", - "id": "493343366382092288", - "author": "140516693242937345", - "animated": false, - "created": 1537692646, - "modified": 1537692669, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "urcute": { - "name": "urcute", - "id": "788586486366339073", - "author": "401183811356065793", - "animated": false, - "created": 1608084069, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "urhhh_smoothbrain": { - "name": "urhhh_smoothbrain", - "id": "786805008389505024", - "author": "442501862197952515", - "animated": false, - "created": 1607659332, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "urstinky": { - "name": "urstinky", - "id": "789557241552044073", - "author": "568113558202875914", - "animated": false, - "created": 1608315515, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "use": { - "name": "use", - "id": "782699331320938516", - "author": "496037931140513800", - "animated": false, - "created": 1606680462, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "usluayi": { - "name": "usluayi", - "id": "786208955910586400", - "author": "586886106289668127", - "animated": false, - "created": 1607517222, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "USSR": { - "name": "USSR", - "id": "782486869757263893", - "author": "740457917374922765", - "animated": true, - "created": 1606629807, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ustedesaichi": { - "name": "ustedesaichi", - "id": "786795063077240843", - "author": "293107176355004416", - "animated": false, - "created": 1607656961, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ustedesnoaichi": { - "name": "ustedesnoaichi", - "id": "786795119214854215", - "author": "293107176355004416", - "animated": false, - "created": 1607656974, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "utena": { - "name": "utena", - "id": "784451755907350528", - "author": "684477455028846624", - "animated": false, - "created": 1607098273, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "utenaanthy": { - "name": "utenaanthy", - "id": "784451904053706762", - "author": "684477455028846624", - "animated": false, - "created": 1607098308, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "utenaanthytea": { - "name": "utenaanthytea", - "id": "784781620494073886", - "author": "684477455028846624", - "animated": false, - "created": 1607176918, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "utenananami": { - "name": "utenananami", - "id": "784451476310589470", - "author": "684477455028846624", - "animated": false, - "created": 1607098206, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "u_u": { - "name": "u_u", - "id": "786715479502749696", - "author": "569937267012010015", - "animated": false, - "created": 1607637986, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "uu": { - "name": "uu", - "id": "646014802031935508", - "author": "274391131234500618", - "animated": false, - "created": 1574092331, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "uuh": { - "name": "uuh", - "id": "774708808332345374", - "author": "293107176355004416", - "animated": false, - "created": 1604775373, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "uuu": { - "name": "uuu", - "id": "708410047344148581", - "author": "448572695597023232", - "animated": false, - "created": 1588968517, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "uvu": { - "name": "uvu", - "id": "734181124418306091", - "author": "546444302348320778", - "animated": true, - "created": 1595112820, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Uwah": { - "name": "Uwah", - "id": "784438512316579861", - "author": "711751154119475291", - "animated": false, - "created": 1607095115, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "uwn": { - "name": "uwn", - "id": "773949904875290665", - "author": "504130418958794763", - "animated": false, - "created": 1604594436, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "UwU": { - "name": "UwU", - "id": "424851773765713922", - "author": "309931418774142976", - "animated": false, - "created": 1525387949, - "modified": 1533892040, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "uwu1": { - "name": "uwu1", - "id": "731447583523733514", - "author": "685620341724151822", - "animated": false, - "created": 1594461093, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "uwu2": { - "name": "uwu2", - "id": "729003403237261352", - "author": "399671914114711562", - "animated": true, - "created": 1593878355, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "uwu3": { - "name": "uwu3", - "id": "742571653544018032", - "author": "713115666550620262", - "animated": false, - "created": 1597113278, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "uwu_cat": { - "name": "uwu_cat", - "id": "787437497550503978", - "author": "701103722453008518", - "animated": false, - "created": 1607810129, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "UwUcheck": { - "name": "UwUcheck", - "id": "773829551763488768", - "author": "741850493088694343", - "animated": false, - "created": 1604565742, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "uwudance": { - "name": "uwudance", - "id": "746188244210941993", - "author": "676594964062404619", - "animated": true, - "created": 1597975541, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "UwUGun": { - "name": "UwUGun", - "id": "789029043734577172", - "author": "527593366645506058", - "animated": false, - "created": 1608189583, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "uwu_isabelle": { - "name": "uwu_isabelle", - "id": "785939019338219609", - "author": "387468762988806144", - "animated": false, - "created": 1607452864, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "uwunt": { - "name": "uwunt", - "id": "783874228298317847", - "author": "742896971387240540", - "animated": false, - "created": 1606960579, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "UwUola": { - "name": "UwUola", - "id": "781911967907708949", - "author": "486936089324552193", - "animated": false, - "created": 1606492740, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "uwusowarm": { - "name": "uwusowarm", - "id": "782811146393747486", - "author": "760975697392173067", - "animated": true, - "created": 1606707121, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "uwuthenk": { - "name": "uwuthenk", - "id": "758226408824373268", - "author": "428461954064056340", - "animated": false, - "created": 1600845663, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "uwuuwu": { - "name": "uwuuwu", - "id": "770274408979365899", - "author": "727007687610466385", - "animated": false, - "created": 1603718130, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "uwuw": { - "name": "uwuw", - "id": "789586415372730378", - "author": "391034154705485836", - "animated": false, - "created": 1608322471, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "uwuwu": { - "name": "uwuwu", - "id": "542329883041464321", - "author": "267568948944437248", - "animated": true, - "created": 1549371920, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "uwuwuwu": { - "name": "uwuwuwu", - "id": "598534914941648896", - "author": "422574761093103617", - "animated": true, - "created": 1562772244, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "uy": { - "name": "uy", - "id": "697730797343342674", - "author": "517462606634549387", - "animated": false, - "created": 1586422385, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Uytemadreo": { - "name": "Uytemadreo", - "id": "788232422885031996", - "author": "741850493088694343", - "animated": false, - "created": 1607999654, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "v11": { - "name": "v11", - "id": "788397962002038784", - "author": "715373648520806432", - "animated": true, - "created": 1608039121, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "v12": { - "name": "v12", - "id": "788397949763715073", - "author": "715373648520806432", - "animated": true, - "created": 1608039119, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "va": { - "name": "va", - "id": "714913023126536222", - "author": "422792791945510932", - "animated": false, - "created": 1590518947, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "vaca_baile": { - "name": "vaca_baile", - "id": "783836837214814249", - "author": "701103722453008518", - "animated": true, - "created": 1606951665, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Vacabaile": { - "name": "Vacabaile", - "id": "789679611628748820", - "author": "788499057798414398", - "animated": true, - "created": 1608344691, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "vacadanca": { - "name": "vacadanca", - "id": "779761688425398312", - "author": "729015115411750943", - "animated": true, - "created": 1605980073, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "vacadance": { - "name": "vacadance", - "id": "695854968628051998", - "author": "511549289558966285", - "animated": true, - "created": 1585975153, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "vacaspin": { - "name": "vacaspin", - "id": "780203010314993705", - "author": "227165235293847552", - "animated": true, - "created": 1606085293, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "vagina": { - "name": "vagina", - "id": "729750028075401307", - "author": "441789665142374410", - "animated": false, - "created": 1594056364, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "vaiclea": { - "name": "vaiclea", - "id": "784073081601392670", - "author": "580244182652813312", - "animated": false, - "created": 1607007990, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "vali": { - "name": "vali", - "id": "775481673005137933", - "author": "469199504130834447", - "animated": false, - "created": 1604959638, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "valky": { - "name": "valky", - "id": "749268651777064981", - "author": "399671914114711562", - "animated": false, - "created": 1598709967, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "vallamrd": { - "name": "vallamrd", - "id": "784275961457672243", - "author": "700844233212559372", - "animated": false, - "created": 1607056360, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "VALove": { - "name": "VALove", - "id": "741000989770907689", - "author": "256542988866551817", - "animated": false, - "created": 1596738803, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "vamonos": { - "name": "vamonos", - "id": "789620644789616680", - "author": "219580469933506560", - "animated": false, - "created": 1608330632, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "vampidead": { - "name": "vampidead", - "id": "757239804219097208", - "author": "399671914114711562", - "animated": false, - "created": 1600610438, - "modified": 1600797551, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "VampiYay": { - "name": "VampiYay", - "id": "773945063562412063", - "author": "551188005281464342", - "animated": false, - "created": 1604593282, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "vampy": { - "name": "vampy", - "id": "782846523759132672", - "author": "685259112057012234", - "animated": false, - "created": 1606715555, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "vampysmug": { - "name": "vampysmug", - "id": "774278611330662431", - "author": "403597576223326228", - "animated": false, - "created": 1604672806, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "vampyyay": { - "name": "vampyyay", - "id": "774277795014246462", - "author": "403597576223326228", - "animated": false, - "created": 1604672611, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "vanish": { - "name": "vanish", - "id": "778953118469586954", - "author": "567066537219981323", - "animated": true, - "created": 1605787295, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "vaporwave": { - "name": "vaporwave", - "id": "788812759072505866", - "author": "495923866829586442", - "animated": true, - "created": 1608138017, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "vaporwindows": { - "name": "vaporwindows", - "id": "788812673813970946", - "author": "495923866829586442", - "animated": true, - "created": 1608137997, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "vaporwings": { - "name": "vaporwings", - "id": "788812583607468052", - "author": "495923866829586442", - "animated": true, - "created": 1608137975, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "vaporwotr": { - "name": "vaporwotr", - "id": "788812642658811925", - "author": "495923866829586442", - "animated": true, - "created": 1608137989, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "vapourheart": { - "name": "vapourheart", - "id": "788812551243694130", - "author": "495923866829586442", - "animated": false, - "created": 1608137967, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "VAquaFukkireta": { - "name": "VAquaFukkireta", - "id": "782673566163533864", - "author": "700050219995496568", - "animated": true, - "created": 1606674319, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "VarsityCards": { - "name": "VarsityCards", - "id": "783505148503916548", - "author": "125464542791729152", - "animated": false, - "created": 1606872584, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "v_blueneonheart": { - "name": "v_blueneonheart", - "id": "786450703400960010", - "author": "723894380892782662", - "animated": false, - "created": 1607574859, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "VBuck": { - "name": "VBuck", - "id": "790036249984499736", - "author": "372867277068042240", - "animated": false, - "created": 1608429720, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "v_clouds": { - "name": "v_clouds", - "id": "786450422402383872", - "author": "723894380892782662", - "animated": false, - "created": 1607574792, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "VecHorny": { - "name": "VecHorny", - "id": "779224414603575296", - "author": "457415833572999170", - "animated": false, - "created": 1605851977, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "vegeta": { - "name": "vegeta", - "id": "738905856543948850", - "author": "351864401265033217", - "animated": true, - "created": 1596239284, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "vegeto": { - "name": "vegeto", - "id": "539113379567108129", - "author": "519556931753476096", - "animated": true, - "created": 1548605046, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "vegetta": { - "name": "vegetta", - "id": "738906355494289488", - "author": "351864401265033217", - "animated": true, - "created": 1596239403, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Vella": { - "name": "Vella", - "id": "785741626747387914", - "author": "715606162224971898", - "animated": true, - "created": 1607405802, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "veneco": { - "name": "veneco", - "id": "691821312011796564", - "author": "661485249343258625", - "animated": false, - "created": 1585013454, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "venezolano": { - "name": "venezolano", - "id": "743516512496910376", - "author": "705544956835659826", - "animated": true, - "created": 1597338550, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "venezuela": { - "name": "venezuela", - "id": "707701886186422413", - "author": "314191218898763786", - "animated": true, - "created": 1588799678, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "venida": { - "name": "venida", - "id": "781972774046269450", - "author": "707435993585942539", - "animated": false, - "created": 1606507237, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Vent": { - "name": "Vent", - "id": "761839860759396352", - "author": "635642091497717771", - "animated": true, - "created": 1601707178, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "venti": { - "name": "venti", - "id": "771796026100023326", - "author": "705052717176979529", - "animated": false, - "created": 1604080912, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "VentiAmeno": { - "name": "VentiAmeno", - "id": "788774910344036412", - "author": "744797238340878348", - "animated": false, - "created": 1608128993, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ventilating": { - "name": "ventilating", - "id": "788398461254107197", - "author": "715373648520806432", - "animated": true, - "created": 1608039241, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "VentiNice": { - "name": "VentiNice", - "id": "788774964428800000", - "author": "744797238340878348", - "animated": false, - "created": 1608129006, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ventiweird": { - "name": "ventiweird", - "id": "774732062896554014", - "author": "209280535174971393", - "animated": false, - "created": 1604780917, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ver": { - "name": "ver", - "id": "766588145243914241", - "author": "441943765855240192", - "animated": true, - "created": 1602839256, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "verga": { - "name": "verga", - "id": "701940688761389252", - "author": "262712325625217026", - "animated": false, - "created": 1587426101, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "verificado": { - "name": "verificado", - "id": "755781831265353799", - "author": "706584445922312262", - "animated": true, - "created": 1600262830, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "verification_checkmark": { - "name": "verification_checkmark", - "id": "784689458531663873", - "author": "732455822881193984", - "animated": true, - "created": 1607154945, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "verification_emoji": { - "name": "verification_emoji", - "id": "784688716072747018", - "author": "732455822881193984", - "animated": true, - "created": 1607154768, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "verified": { - "name": "verified", - "id": "687001001458139136", - "author": "397647440163110912", - "animated": false, - "created": 1583864202, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "verifun": { - "name": "verifun", - "id": "785249785568952380", - "author": "356902907721023500", - "animated": false, - "created": 1607288538, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "verify": { - "name": "verify", - "id": "773308987210072075", - "author": "573120225894072335", - "animated": true, - "created": 1604441630, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "VertGasm": { - "name": "VertGasm", - "id": "519009591091003410", - "author": "140516693242937345", - "animated": false, - "created": 1543811929, - "modified": 1543811945, - "preserve": true, - "description": null, - "nsfw": "MOD_NSFW" - }, - "verycool": { - "name": "verycool", - "id": "702494621481173053", - "author": "246938839720001536", - "animated": false, - "created": 1587558169, - "modified": 1587640157, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "verydemn": { - "name": "verydemn", - "id": "723314770027217016", - "author": "353109234201788427", - "animated": false, - "created": 1592522079, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "veryinteresting": { - "name": "veryinteresting", - "id": "729618862793949234", - "author": "425046879047385108", - "animated": false, - "created": 1594025092, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "VH_AlphabetY": { - "name": "VH_AlphabetY", - "id": "789282116109598731", - "author": "696887321953304657", - "animated": true, - "created": 1608249920, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "vibe": { - "name": "vibe", - "id": "635246386060722206", - "author": "411998044712730624", - "animated": false, - "created": 1571524940, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "vibecat": { - "name": "vibecat", - "id": "744786455062380564", - "author": "221438001396449281", - "animated": true, - "created": 1597641328, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "vibeleft": { - "name": "vibeleft", - "id": "742770869876686938", - "author": "112471608865624064", - "animated": false, - "created": 1597160775, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "viberight": { - "name": "viberight", - "id": "742770847667978260", - "author": "112471608865624064", - "animated": false, - "created": 1597160770, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "vibes": { - "name": "vibes", - "id": "782741534281826356", - "author": "748023719833894942", - "animated": true, - "created": 1606690524, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "vibing": { - "name": "vibing", - "id": "730697339852947509", - "author": "551984413768941569", - "animated": true, - "created": 1594282221, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "vibingdog": { - "name": "vibingdog", - "id": "783881730137522197", - "author": "697542753449672775", - "animated": true, - "created": 1606962368, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "VibingWithGrape": { - "name": "VibingWithGrape", - "id": "782739605957902406", - "author": "748023719833894942", - "animated": false, - "created": 1606690064, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "VibingWithGyro": { - "name": "VibingWithGyro", - "id": "782741337170509825", - "author": "748023719833894942", - "animated": false, - "created": 1606690477, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "VickyPog": { - "name": "VickyPog", - "id": "769889729801355274", - "author": "308452846834155530", - "animated": false, - "created": 1603626415, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "victorb": { - "name": "victorb", - "id": "781306271537692692", - "author": "544004454257524746", - "animated": false, - "created": 1606348331, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "victor_gasm": { - "name": "victor_gasm", - "id": "778277644416450600", - "author": "635695911254753300", - "animated": false, - "created": 1605626250, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "videla": { - "name": "videla", - "id": "784840994821636133", - "author": "293107176355004416", - "animated": false, - "created": 1607191074, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "vietnam": { - "name": "vietnam", - "id": "692618700016189491", - "author": "300750461894656011", - "animated": false, - "created": 1585203566, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "vietnamloading": { - "name": "vietnamloading", - "id": "589960178959384610", - "author": "264708430793539584", - "animated": true, - "created": 1560727867, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "VintagePlayBoyLightPurple": { - "name": "VintagePlayBoyLightPurple", - "id": "786870547148963840", - "author": "675231616213188608", - "animated": false, - "created": 1607674957, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "violencia": { - "name": "violencia", - "id": "764734414680358942", - "author": "711748993117585449", - "animated": true, - "created": 1602397292, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "virgin": { - "name": "virgin", - "id": "688524860913090582", - "author": "348642480138485760", - "animated": false, - "created": 1584227519, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "visto": { - "name": "visto", - "id": "432339643820802058", - "author": "269206837306327042", - "animated": false, - "created": 1525387949, - "modified": 1533892040, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "vivacristorey": { - "name": "vivacristorey", - "id": "734588350517870633", - "author": "206277982065524746", - "animated": false, - "created": 1595209910, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "vlad": { - "name": "vlad", - "id": "777958780104998923", - "author": "528990209589903376", - "animated": false, - "created": 1605550227, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "vn": { - "name": "vn", - "id": "772871289387745300", - "author": "512509857606139905", - "animated": false, - "created": 1604337274, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "vnt": { - "name": "vnt", - "id": "787857055360090132", - "author": "731734695750008892", - "animated": false, - "created": 1607910159, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "void": { - "name": "void", - "id": "603799239591723018", - "author": "287711579749744642", - "animated": false, - "created": 1564027356, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "volao": { - "name": "volao", - "id": "780894828212125716", - "author": "586365354713022478", - "animated": true, - "created": 1606250235, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "vomit": { - "name": "vomit", - "id": "492049593639370755", - "author": "140516693242937345", - "animated": false, - "created": 1532755181, - "modified": 1537384181, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "vore": { - "name": "vore", - "id": "579617671893745664", - "author": "300127740986654721", - "animated": true, - "created": 1558262102, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "vos": { - "name": "vos", - "id": "715009141952872491", - "author": "293107176355004416", - "animated": false, - "created": 1590541863, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "vosagarra": { - "name": "vosagarra", - "id": "780435213230669834", - "author": "521800936553971719", - "animated": false, - "created": 1606140654, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "vosagua": { - "name": "vosagua", - "id": "721912435522535464", - "author": "293107176355004416", - "animated": false, - "created": 1592187737, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "vosaichi": { - "name": "vosaichi", - "id": "757279376462315551", - "author": "293107176355004416", - "animated": false, - "created": 1600619873, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "vosaruruu": { - "name": "vosaruruu", - "id": "783847941117968394", - "author": "293107176355004416", - "animated": false, - "created": 1606954312, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "voschupala": { - "name": "voschupala", - "id": "716465570035400864", - "author": "293107176355004416", - "animated": false, - "created": 1590889103, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "voscoca": { - "name": "voscoca", - "id": "716739725347520563", - "author": "293107176355004416", - "animated": false, - "created": 1590954467, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "voscocastonks": { - "name": "voscocastonks", - "id": "787436626179391528", - "author": "293107176355004416", - "animated": false, - "created": 1607809921, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "voscorona": { - "name": "voscorona", - "id": "721912298385571870", - "author": "293107176355004416", - "animated": false, - "created": 1592187704, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "vosdrop": { - "name": "vosdrop", - "id": "784867287974150166", - "author": "245607870463213570", - "animated": false, - "created": 1607197343, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "vosentrega": { - "name": "vosentrega", - "id": "716466194500288553", - "author": "293107176355004416", - "animated": false, - "created": 1590889252, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "vosgay": { - "name": "vosgay", - "id": "775704375137927168", - "author": "521800936553971719", - "animated": false, - "created": 1605012734, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "vosjotaro": { - "name": "vosjotaro", - "id": "782729197189595146", - "author": "293107176355004416", - "animated": false, - "created": 1606687583, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "vosjotaro2": { - "name": "vosjotaro2", - "id": "782728949629059104", - "author": "293107176355004416", - "animated": false, - "created": 1606687524, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "voskaede": { - "name": "voskaede", - "id": "766102676064174080", - "author": "488054792325824532", - "animated": false, - "created": 1602723511, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "voskirigiri": { - "name": "voskirigiri", - "id": "788489726054105109", - "author": "293107176355004416", - "animated": false, - "created": 1608061000, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "vosmal": { - "name": "vosmal", - "id": "780489182585290791", - "author": "293107176355004416", - "animated": false, - "created": 1606153522, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "vosmalfrancia": { - "name": "vosmalfrancia", - "id": "780487719599210517", - "author": "293107176355004416", - "animated": false, - "created": 1606153173, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "vosmalsinpata": { - "name": "vosmalsinpata", - "id": "780488810986340393", - "author": "293107176355004416", - "animated": false, - "created": 1606153433, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "vosmiyako": { - "name": "vosmiyako", - "id": "785644347642871828", - "author": "257252090642956288", - "animated": false, - "created": 1607382609, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "vosnarancia": { - "name": "vosnarancia", - "id": "787577111858249738", - "author": "680107142677790733", - "animated": false, - "created": 1607843416, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "vosnice": { - "name": "vosnice", - "id": "716740570692976670", - "author": "293107176355004416", - "animated": false, - "created": 1590954668, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "vosno": { - "name": "vosno", - "id": "777914053179736134", - "author": "293107176355004416", - "animated": false, - "created": 1605539563, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "vosnoaichi": { - "name": "vosnoaichi", - "id": "761035330366865459", - "author": "293107176355004416", - "animated": false, - "created": 1601515362, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "vosnoaruruu": { - "name": "vosnoaruruu", - "id": "783847967190548570", - "author": "293107176355004416", - "animated": false, - "created": 1606954318, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "vosnomemates": { - "name": "vosnomemates", - "id": "747275000486166628", - "author": "293107176355004416", - "animated": true, - "created": 1598234643, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "vosotrosaichi": { - "name": "vosotrosaichi", - "id": "786795038386290699", - "author": "293107176355004416", - "animated": false, - "created": 1607656955, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "vosotrosnoaichi": { - "name": "vosotrosnoaichi", - "id": "786795107964813333", - "author": "293107176355004416", - "animated": false, - "created": 1607656971, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "vospersona": { - "name": "vospersona", - "id": "786772069785927711", - "author": "488054792325824532", - "animated": false, - "created": 1607651479, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "vospistola": { - "name": "vospistola", - "id": "716740527915139135", - "author": "293107176355004416", - "animated": false, - "created": 1590954658, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "vostamal": { - "name": "vostamal", - "id": "780481367388586014", - "author": "293107176355004416", - "animated": false, - "created": 1606151658, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "vostula": { - "name": "vostula", - "id": "758496398492172318", - "author": "293107176355004416", - "animated": false, - "created": 1600910033, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "voted": { - "name": "voted", - "id": "782699678843142217", - "author": "496037931140513800", - "animated": false, - "created": 1606680545, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "vroooo": { - "name": "vroooo", - "id": "781178837148106773", - "author": "421532785816240138", - "animated": false, - "created": 1606317948, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "vsai": { - "name": "vsai", - "id": "733518592133300344", - "author": "609791313847517223", - "animated": false, - "created": 1594954860, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "vsai2": { - "name": "vsai2", - "id": "783843786017996840", - "author": "293107176355004416", - "animated": false, - "created": 1606953321, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "vv": { - "name": "vv", - "id": "478107396393402368", - "author": "140516693242937345", - "animated": false, - "created": 1534060086, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "vvcrying": { - "name": "vvcrying", - "id": "784790247275233291", - "author": "488694672441737236", - "animated": true, - "created": 1607178975, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "vvvv": { - "name": "vvvv", - "id": "678469687520133153", - "author": "288756746284171264", - "animated": false, - "created": 1581830178, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "w_": { - "name": "w_", - "id": "760341967032418304", - "author": "304777925486444545", - "animated": false, - "created": 1601350051, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wa": { - "name": "wa", - "id": "744798109464395806", - "author": "719334547723911232", - "animated": false, - "created": 1597644107, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "waa": { - "name": "waa", - "id": "708410181683249604", - "author": "448572695597023232", - "animated": false, - "created": 1588968549, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "waaa": { - "name": "waaa", - "id": "712040304882221116", - "author": "419678613303197730", - "animated": true, - "created": 1589834037, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Waaaa": { - "name": "Waaaa", - "id": "693928549320753223", - "author": "553008515833135106", - "animated": false, - "created": 1585515858, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "waaaah2": { - "name": "waaaah2", - "id": "774535084748963840", - "author": "309121569836498944", - "animated": false, - "created": 1604733954, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "waaah": { - "name": "waaah", - "id": "753670854440779938", - "author": "293107176355004416", - "animated": false, - "created": 1599759547, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "waaah2": { - "name": "waaah2", - "id": "774647772115763270", - "author": "293107176355004416", - "animated": false, - "created": 1604760821, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "waaah3": { - "name": "waaah3", - "id": "781761413189730334", - "author": "309121569836498944", - "animated": false, - "created": 1606456845, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "waaah3gif": { - "name": "waaah3gif", - "id": "781764536650170398", - "author": "309121569836498944", - "animated": true, - "created": 1606457590, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "waaahcubo": { - "name": "waaahcubo", - "id": "774835534752776214", - "author": "293107176355004416", - "animated": true, - "created": 1604805587, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "waaahfeliz": { - "name": "waaahfeliz", - "id": "781764692091600896", - "author": "309121569836498944", - "animated": false, - "created": 1606457627, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "waaahfelizblessed": { - "name": "waaahfelizblessed", - "id": "782472702078091275", - "author": "368558529268809728", - "animated": false, - "created": 1606626429, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "waaahhhh": { - "name": "waaahhhh", - "id": "782741326344224768", - "author": "748023719833894942", - "animated": false, - "created": 1606690474, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "waba": { - "name": "waba", - "id": "779515561918595090", - "author": "488694672441737236", - "animated": false, - "created": 1605921392, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wacho": { - "name": "wacho", - "id": "771284695610556437", - "author": "661789191470055436", - "animated": false, - "created": 1603959001, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wackywacksmack": { - "name": "wackywacksmack", - "id": "790109270879502347", - "author": "285148358815776768", - "animated": false, - "created": 1608447129, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wah": { - "name": "wah", - "id": "748400091370487888", - "author": "338588328716795914", - "animated": false, - "created": 1598502886, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wahaha": { - "name": "wahaha", - "id": "711283177737682965", - "author": "290370404579803137", - "animated": false, - "created": 1589653524, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "waifu": { - "name": "waifu", - "id": "734449129018621975", - "author": "448221048303779871", - "animated": true, - "created": 1595176717, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wailord": { - "name": "wailord", - "id": "789541866655187006", - "author": "400423789017432065", - "animated": false, - "created": 1608311850, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wait": { - "name": "wait", - "id": "715679525081448502", - "author": "334820030069997569", - "animated": false, - "created": 1590701695, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "waitaminute": { - "name": "waitaminute", - "id": "782112414174150676", - "author": "690953891482828890", - "animated": true, - "created": 1606540530, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "waiting": { - "name": "waiting", - "id": "666101631179423744", - "author": "592210361256509470", - "animated": false, - "created": 1578881404, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "WaitWhat": { - "name": "WaitWhat", - "id": "705660713003253829", - "author": "635437272300257280", - "animated": false, - "created": 1588313024, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "waitwtf": { - "name": "waitwtf", - "id": "789479199022514196", - "author": "401551963139080194", - "animated": false, - "created": 1608296908, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wajaja": { - "name": "wajaja", - "id": "707043320735465492", - "author": "553008515833135106", - "animated": false, - "created": 1588642663, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wajajaja": { - "name": "wajajaja", - "id": "712418430703239198", - "author": "434852481693122570", - "animated": true, - "created": 1589924190, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wakala": { - "name": "wakala", - "id": "701324606098636800", - "author": "640619808748208141", - "animated": false, - "created": 1587279216, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "walk": { - "name": "walk", - "id": "714221618435588098", - "author": "360601076300513280", - "animated": true, - "created": 1590354103, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "walter": { - "name": "walter", - "id": "673326909861658624", - "author": "479370177209696267", - "animated": false, - "created": 1580604045, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "walterass": { - "name": "walterass", - "id": "779952796161671179", - "author": "732625709469663334", - "animated": false, - "created": 1606025637, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "walterblanco": { - "name": "walterblanco", - "id": "780834873735643196", - "author": "474398324326268930", - "animated": true, - "created": 1606235941, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "walterbueno": { - "name": "walterbueno", - "id": "767535133326442516", - "author": "608094111651725322", - "animated": true, - "created": 1603065035, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "walterlove": { - "name": "walterlove", - "id": "787727049271541761", - "author": "586219689466658816", - "animated": false, - "created": 1607879163, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Walterpunch": { - "name": "Walterpunch", - "id": "759598741732458516", - "author": "568982436550279179", - "animated": false, - "created": 1601172852, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "waltervibe": { - "name": "waltervibe", - "id": "738167619282010112", - "author": "618593324307185724", - "animated": true, - "created": 1596063275, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Waluigi": { - "name": "Waluigi", - "id": "744800130930180268", - "author": "719334547723911232", - "animated": false, - "created": 1597644589, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Wamazed": { - "name": "Wamazed", - "id": "789557502224236584", - "author": "568113558202875914", - "animated": false, - "created": 1608315577, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wambocomedia": { - "name": "wambocomedia", - "id": "780854428345040906", - "author": "391335227391475725", - "animated": false, - "created": 1606240603, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wamboefe": { - "name": "wamboefe", - "id": "780849666828402768", - "author": "391335227391475725", - "animated": false, - "created": 1606239468, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wambogun": { - "name": "wambogun", - "id": "780847764706820137", - "author": "391335227391475725", - "animated": false, - "created": 1606239014, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "WanaOk": { - "name": "WanaOk", - "id": "773938643454001193", - "author": "551188005281464342", - "animated": false, - "created": 1604591751, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wancho": { - "name": "wancho", - "id": "771563048824864839", - "author": "764959072755515452", - "animated": false, - "created": 1604025365, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "w_angryface": { - "name": "w_angryface", - "id": "786949714053955604", - "author": "718818001633280071", - "animated": true, - "created": 1607693832, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "WAnnoyed": { - "name": "WAnnoyed", - "id": "789557489351917598", - "author": "568113558202875914", - "animated": false, - "created": 1608315574, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wanspy": { - "name": "wanspy", - "id": "784255680604798986", - "author": "302106586401472512", - "animated": false, - "created": 1607051525, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wao": { - "name": "wao", - "id": "732633643973083282", - "author": "353109234201788427", - "animated": false, - "created": 1594743872, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wapo": { - "name": "wapo", - "id": "719722794102947940", - "author": "288017784267341826", - "animated": false, - "created": 1591665686, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wariana": { - "name": "wariana", - "id": "786700264644149258", - "author": "711736084438057031", - "animated": true, - "created": 1607634359, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "warn1": { - "name": "warn1", - "id": "780894919412940811", - "author": "308773085643931649", - "animated": true, - "created": 1606250257, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "WasabiNoGinger": { - "name": "WasabiNoGinger", - "id": "782158657944158230", - "author": "496037931140513800", - "animated": false, - "created": 1606551556, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "WASHIYA": { - "name": "WASHIYA", - "id": "745782340223238175", - "author": "394963849834659840", - "animated": false, - "created": 1597878765, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wasted": { - "name": "wasted", - "id": "780869214999281675", - "author": "605921908357201933", - "animated": false, - "created": 1606244128, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wat": { - "name": "wat", - "id": "417509390782955521", - "author": "140516693242937345", - "animated": false, - "created": 1525387949, - "modified": 1533892040, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "watacomf": { - "name": "watacomf", - "id": "779488320291471370", - "author": "518908793866944532", - "animated": false, - "created": 1605914897, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "watafac": { - "name": "watafac", - "id": "774373338565836814", - "author": "698271486125015090", - "animated": false, - "created": 1604695391, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "watafak": { - "name": "watafak", - "id": "727275198868488244", - "author": "390156982730096640", - "animated": false, - "created": 1593466319, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "watame": { - "name": "watame", - "id": "769363643548565556", - "author": "518908793866944532", - "animated": true, - "created": 1603500986, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "WatameDance": { - "name": "WatameDance", - "id": "788228562222055454", - "author": "701858933131706409", - "animated": true, - "created": 1607998733, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "watamefukkireta": { - "name": "watamefukkireta", - "id": "779160053034516510", - "author": "466061790627889167", - "animated": true, - "created": 1605836632, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "watanesi": { - "name": "watanesi", - "id": "786716894337695785", - "author": "569937267012010015", - "animated": true, - "created": 1607638324, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "watchout": { - "name": "watchout", - "id": "784921934005534740", - "author": "209280535174971393", - "animated": true, - "created": 1607210372, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "watefak": { - "name": "watefak", - "id": "742142749528293507", - "author": "670458394494238760", - "animated": false, - "created": 1597011019, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "water": { - "name": "water", - "id": "685599614925406255", - "author": "331953439015829504", - "animated": false, - "created": 1583530086, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "water_gun": { - "name": "water_gun", - "id": "514224909065650176", - "author": "140516693242937345", - "animated": false, - "created": 1542671221, - "modified": 1542671235, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "wauf": { - "name": "wauf", - "id": "440996168412037122", - "author": "439545669703827466", - "animated": false, - "created": 1525387949, - "modified": 1533892040, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "waut": { - "name": "waut", - "id": "670715024721051649", - "author": "317456444687515648", - "animated": false, - "created": 1579981323, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wautbipolar": { - "name": "wautbipolar", - "id": "761740686370144258", - "author": "450903155572736000", - "animated": false, - "created": 1601683532, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wautchikito": { - "name": "wautchikito", - "id": "758181002660675595", - "author": "638128638700552192", - "animated": false, - "created": 1600834837, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wautcursed": { - "name": "wautcursed", - "id": "756503048989442118", - "author": "429684409633996840", - "animated": false, - "created": 1600434782, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wautfeliz": { - "name": "wautfeliz", - "id": "734922335051710524", - "author": "212026049427537920", - "animated": false, - "created": 1595289538, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wautimi": { - "name": "wautimi", - "id": "780259058552012860", - "author": "435166381189758998", - "animated": false, - "created": 1606098656, - "modified": 1606106790, - "preserve": false, - "description": "A :Waut: and :imi: fusion, but cursed.", - "nsfw": "SFW" - }, - "wautmalito": { - "name": "wautmalito", - "id": "782039479162503189", - "author": "291628634920452096", - "animated": false, - "created": 1606523141, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wautmove": { - "name": "wautmove", - "id": "782039515916402738", - "author": "291628634920452096", - "animated": false, - "created": 1606523150, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wautsip": { - "name": "wautsip", - "id": "768728181473017857", - "author": "450903155572736000", - "animated": false, - "created": 1603349480, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wautsuicida": { - "name": "wautsuicida", - "id": "773424098860597268", - "author": "435166381189758998", - "animated": false, - "created": 1604469074, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wautworried": { - "name": "wautworried", - "id": "756228300195495966", - "author": "291628634920452096", - "animated": false, - "created": 1600369277, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wave": { - "name": "wave", - "id": "685609066847797281", - "author": "488398758812319745", - "animated": true, - "created": 1583532339, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wawa": { - "name": "wawa", - "id": "747904439611949076", - "author": "705592580196270120", - "animated": false, - "created": 1598384713, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wawawa": { - "name": "wawawa", - "id": "695794248741814332", - "author": "337813267777060870", - "animated": false, - "created": 1585960676, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "WAYTOODANK": { - "name": "WAYTOODANK", - "id": "745216735535300678", - "author": "225202265890226177", - "animated": true, - "created": 1597743915, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "waytoosmart": { - "name": "waytoosmart", - "id": "729753967546073189", - "author": "176356077292486656", - "animated": true, - "created": 1594057304, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wayway": { - "name": "wayway", - "id": "723777421748338701", - "author": "282774540856328193", - "animated": true, - "created": 1592632384, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "w_bailebirra": { - "name": "w_bailebirra", - "id": "780896736318062592", - "author": "434521154745663488", - "animated": true, - "created": 1606250690, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "w_bailehelicoptero": { - "name": "w_bailehelicoptero", - "id": "780896710809223209", - "author": "434521154745663488", - "animated": true, - "created": 1606250684, - "modified": 1606251569, - "preserve": false, - "description": null, - "nsfw": "MOD_NSFW" - }, - "w_bearwalkie": { - "name": "w_bearwalkie", - "id": "786678201765330944", - "author": "718818001633280071", - "animated": true, - "created": 1607629099, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "WBlush": { - "name": "WBlush", - "id": "789557477997019147", - "author": "568113558202875914", - "animated": false, - "created": 1608315572, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "w_bunnyknife": { - "name": "w_bunnyknife", - "id": "786678220493815839", - "author": "718818001633280071", - "animated": false, - "created": 1607629103, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "WC_AhAhAh": { - "name": "WC_AhAhAh", - "id": "783881639851458600", - "author": "697542753449672775", - "animated": true, - "created": 1606962346, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "WC_chika_Dance": { - "name": "WC_chika_Dance", - "id": "783881706699620363", - "author": "697542753449672775", - "animated": true, - "created": 1606962363, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "WC_itachiFU": { - "name": "WC_itachiFU", - "id": "783881596138684447", - "author": "697542753449672775", - "animated": true, - "created": 1606962336, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "WC_nayuta": { - "name": "WC_nayuta", - "id": "783881578375020564", - "author": "697542753449672775", - "animated": true, - "created": 1606962332, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "WC_nezuko_triggered": { - "name": "WC_nezuko_triggered", - "id": "783881564626092045", - "author": "697542753449672775", - "animated": true, - "created": 1606962329, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Wconfused": { - "name": "Wconfused", - "id": "789557467527774219", - "author": "568113558202875914", - "animated": false, - "created": 1608315569, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "WC_prunsad": { - "name": "WC_prunsad", - "id": "783880639967264798", - "author": "697542753449672775", - "animated": true, - "created": 1606962108, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "WC_ruka_dance": { - "name": "WC_ruka_dance", - "id": "783881521793728562", - "author": "697542753449672775", - "animated": true, - "created": 1606962318, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Wcry": { - "name": "Wcry", - "id": "789557457667096627", - "author": "568113558202875914", - "animated": false, - "created": 1608315567, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "WC_shinobucutie": { - "name": "WC_shinobucutie", - "id": "783881493377318973", - "author": "697542753449672775", - "animated": false, - "created": 1606962311, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "WC_shinobuheart": { - "name": "WC_shinobuheart", - "id": "783881483173494824", - "author": "697542753449672775", - "animated": false, - "created": 1606962309, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "WC_shinobu_Lewd": { - "name": "WC_shinobu_Lewd", - "id": "783881507034890291", - "author": "697542753449672775", - "animated": true, - "created": 1606962315, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "WC_zenitsu_horny": { - "name": "WC_zenitsu_horny", - "id": "783881461895135262", - "author": "697542753449672775", - "animated": true, - "created": 1606962304, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Wdab": { - "name": "Wdab", - "id": "789557446871875654", - "author": "568113558202875914", - "animated": false, - "created": 1608315564, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wdf": { - "name": "wdf", - "id": "729511823379791962", - "author": "353109234201788427", - "animated": false, - "created": 1593999572, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wdym": { - "name": "wdym", - "id": "743982043754397731", - "author": "245607870463213570", - "animated": false, - "created": 1597449541, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wea": { - "name": "wea", - "id": "677743516985589779", - "author": "658269515783864320", - "animated": true, - "created": 1581657046, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "webiwabo": { - "name": "webiwabo", - "id": "775797390036434965", - "author": "468192500025262081", - "animated": false, - "created": 1605034911, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "webos": { - "name": "webos", - "id": "715105981775740979", - "author": "640619808748208141", - "animated": false, - "created": 1590564952, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "webosxd": { - "name": "webosxd", - "id": "782959127398973502", - "author": "488054792325824532", - "animated": false, - "created": 1606742402, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "weeb": { - "name": "weeb", - "id": "656312932992417814", - "author": "483258675176407040", - "animated": true, - "created": 1576547597, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "weebsin": { - "name": "weebsin", - "id": "787547700639563796", - "author": "717187106874720287", - "animated": false, - "created": 1607836403, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "weebsout": { - "name": "weebsout", - "id": "755049862168313916", - "author": "303963315061915648", - "animated": false, - "created": 1600088315, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "WEED": { - "name": "WEED", - "id": "717858258148130958", - "author": "477670308820680745", - "animated": false, - "created": 1591221146, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "weee": { - "name": "weee", - "id": "560831234381447173", - "author": "508276261219598347", - "animated": true, - "created": 1553782986, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "WEEp": { - "name": "WEEp", - "id": "770905304929927178", - "author": "670865099468046336", - "animated": true, - "created": 1603868547, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wegonnafite": { - "name": "wegonnafite", - "id": "782742366053335071", - "author": "748023719833894942", - "animated": false, - "created": 1606690722, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Weird": { - "name": "Weird", - "id": "620686690226274350", - "author": "475778903525425162", - "animated": false, - "created": 1539567460, - "modified": 1568058644, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "weirdcat": { - "name": "weirdcat", - "id": "785909660329836574", - "author": "212026049427537920", - "animated": true, - "created": 1607445864, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "weirdchamp": { - "name": "weirdchamp", - "id": "522523447537041448", - "author": "323940748145721345", - "animated": false, - "created": 1544649697, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "weirdflushed": { - "name": "weirdflushed", - "id": "788079769387663401", - "author": "206098696062894080", - "animated": false, - "created": 1607963258, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "weirdga": { - "name": "weirdga", - "id": "621050804438040587", - "author": "425046879047385108", - "animated": false, - "created": 1568140450, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "weirdga2": { - "name": "weirdga2", - "id": "776650462107402283", - "author": "294946270861328385", - "animated": false, - "created": 1605238299, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "weirdmtm": { - "name": "weirdmtm", - "id": "766327052831686706", - "author": "209280535174971393", - "animated": false, - "created": 1602777007, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "weirdshade": { - "name": "weirdshade", - "id": "777342112407617536", - "author": "293107176355004416", - "animated": false, - "created": 1605403201, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "weirdsleep": { - "name": "weirdsleep", - "id": "655466007757979661", - "author": "415865950815125506", - "animated": false, - "created": 1576345674, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "weird_smug": { - "name": "weird_smug", - "id": "787431556826136596", - "author": "522155526478364675", - "animated": true, - "created": 1607808713, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "WEKW": { - "name": "WEKW", - "id": "786513674117447700", - "author": "446772590787428372", - "animated": false, - "created": 1607589872, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Welcome": { - "name": "Welcome", - "id": "732400480147341342", - "author": "469938651262877698", - "animated": false, - "created": 1594688281, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "welcome1": { - "name": "welcome1", - "id": "739156160082346006", - "author": "350781518664171530", - "animated": true, - "created": 1596298961, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "welcome11": { - "name": "welcome11", - "id": "781242292866514995", - "author": "182743155651641344", - "animated": true, - "created": 1606333077, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "welcome12": { - "name": "welcome12", - "id": "781242308124213279", - "author": "182743155651641344", - "animated": true, - "created": 1606333081, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "welcome122": { - "name": "welcome122", - "id": "781243234440970240", - "author": "572096154888831006", - "animated": true, - "created": 1606333302, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "welcome2": { - "name": "welcome2", - "id": "739156177346363442", - "author": "350781518664171530", - "animated": true, - "created": 1596298965, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "welcome21": { - "name": "welcome21", - "id": "781289771209064448", - "author": "182743155651641344", - "animated": true, - "created": 1606344397, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "welcome22": { - "name": "welcome22", - "id": "781289857359020080", - "author": "182743155651641344", - "animated": true, - "created": 1606344417, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "well": { - "name": "well", - "id": "719419782109069336", - "author": "560865189700960256", - "animated": false, - "created": 1591593442, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "welp": { - "name": "welp", - "id": "741706933005844512", - "author": "116670074697285634", - "animated": false, - "created": 1596907113, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "welson": { - "name": "welson", - "id": "782296152565350410", - "author": "718976077413744701", - "animated": false, - "created": 1606584337, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wemove2gether": { - "name": "wemove2gether", - "id": "782114862482325514", - "author": "690953891482828890", - "animated": true, - "created": 1606541114, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wenas": { - "name": "wenas", - "id": "757318159668609154", - "author": "581242976504643585", - "animated": false, - "created": 1600629119, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wendycrylikenik": { - "name": "wendycrylikenik", - "id": "786797734907871234", - "author": "671834928157294603", - "animated": true, - "created": 1607657598, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wendydanceajig": { - "name": "wendydanceajig", - "id": "783005274726072380", - "author": "671834928157294603", - "animated": true, - "created": 1606753405, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wendyknows": { - "name": "wendyknows", - "id": "783005198242545695", - "author": "671834928157294603", - "animated": false, - "created": 1606753387, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wendywhat": { - "name": "wendywhat", - "id": "783005345638383701", - "author": "671834928157294603", - "animated": true, - "created": 1606753422, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "WendyWindow": { - "name": "WendyWindow", - "id": "783922627264905236", - "author": "781286612536786944", - "animated": true, - "created": 1606972119, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wendywtf": { - "name": "wendywtf", - "id": "783005530067042375", - "author": "671834928157294603", - "animated": false, - "created": 1606753466, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wenozi": { - "name": "wenozi", - "id": "782788932529291304", - "author": "512509857606139905", - "animated": false, - "created": 1606701825, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "weon": { - "name": "weon", - "id": "584390521783582734", - "author": "385806801624367115", - "animated": false, - "created": 1559399957, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "weono": { - "name": "weono", - "id": "776448975854632960", - "author": "543468933974589440", - "animated": false, - "created": 1605190261, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wesa": { - "name": "wesa", - "id": "702985878762422272", - "author": "367837412250091520", - "animated": false, - "created": 1587675294, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "w_escupitajo": { - "name": "w_escupitajo", - "id": "780896612909973516", - "author": "434521154745663488", - "animated": true, - "created": 1606250661, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "WeSmart": { - "name": "WeSmart", - "id": "415919447249911808", - "author": "140516693242937345", - "animated": false, - "created": 1525387949, - "modified": 1533892040, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "w_esta": { - "name": "w_esta", - "id": "780896644191223899", - "author": "434521154745663488", - "animated": false, - "created": 1606250668, - "modified": 1606251579, - "preserve": false, - "description": null, - "nsfw": "MOD_NSFW" - }, - "wey": { - "name": "wey", - "id": "708134255477391411", - "author": "352253181616586754", - "animated": false, - "created": 1588902763, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "weyn": { - "name": "weyn", - "id": "781603978940645396", - "author": "512509857606139905", - "animated": false, - "created": 1606419310, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "weyno": { - "name": "weyno", - "id": "709826366060625943", - "author": "444542802794119168", - "animated": true, - "created": 1589306193, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "weynoo": { - "name": "weynoo", - "id": "692888177115136093", - "author": "676163766185885710", - "animated": true, - "created": 1585267814, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "weynooo": { - "name": "weynooo", - "id": "763813586262818816", - "author": "541046649116688405", - "animated": false, - "created": 1602177750, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "WFcremiedown": { - "name": "WFcremiedown", - "id": "789555708797386752", - "author": "568113558202875914", - "animated": false, - "created": 1608315150, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "WFcremieshhh": { - "name": "WFcremieshhh", - "id": "789555698110824478", - "author": "568113558202875914", - "animated": false, - "created": 1608315147, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "WFcremiesweat": { - "name": "WFcremiesweat", - "id": "789555687084392449", - "author": "568113558202875914", - "animated": false, - "created": 1608315145, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "WFcremiewut": { - "name": "WFcremiewut", - "id": "789555676166094889", - "author": "568113558202875914", - "animated": false, - "created": 1608315142, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "WFcremiewuv": { - "name": "WFcremiewuv", - "id": "789555665127211009", - "author": "568113558202875914", - "animated": false, - "created": 1608315139, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "WFcremiewww": { - "name": "WFcremiewww", - "id": "789555652460150795", - "author": "568113558202875914", - "animated": false, - "created": 1608315136, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wfeggegwewgg": { - "name": "wfeggegwewgg", - "id": "787076608954466314", - "author": "349633381694177282", - "animated": false, - "created": 1607724086, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "w_flower3": { - "name": "w_flower3", - "id": "786677754640859136", - "author": "718818001633280071", - "animated": false, - "created": 1607628992, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "w_frownyface": { - "name": "w_frownyface", - "id": "786949703279312916", - "author": "718818001633280071", - "animated": false, - "created": 1607693830, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "WFwooletter": { - "name": "WFwooletter", - "id": "789555626413391902", - "author": "568113558202875914", - "animated": false, - "created": 1608315130, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "WFwooloohuggo": { - "name": "WFwooloohuggo", - "id": "789555615961055282", - "author": "568113558202875914", - "animated": false, - "created": 1608315128, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "WFwoolooping": { - "name": "WFwoolooping", - "id": "789555605798256641", - "author": "568113558202875914", - "animated": false, - "created": 1608315125, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "WFwoopet": { - "name": "WFwoopet", - "id": "789555593701883904", - "author": "568113558202875914", - "animated": false, - "created": 1608315122, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Wgiggle": { - "name": "Wgiggle", - "id": "789557436700819476", - "author": "568113558202875914", - "animated": false, - "created": 1608315562, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wha": { - "name": "wha", - "id": "705554096916004935", - "author": "352253181616586754", - "animated": false, - "created": 1588287605, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "whaa": { - "name": "whaa", - "id": "787794832206594070", - "author": "738562032374251652", - "animated": false, - "created": 1607895324, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Whalecean": { - "name": "Whalecean", - "id": "788565912331485195", - "author": "250664753511399434", - "animated": false, - "created": 1608079164, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "whaletato": { - "name": "whaletato", - "id": "748914463834636398", - "author": "182850025007742976", - "animated": false, - "created": 1598625522, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wham": { - "name": "wham", - "id": "751494428853534822", - "author": "392924183442489355", - "animated": true, - "created": 1599240634, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "whasumi": { - "name": "whasumi", - "id": "672476956914090005", - "author": "403597576223326228", - "animated": false, - "created": 1580401400, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "What": { - "name": "What", - "id": "414206679668883456", - "author": "86992438568161280", - "animated": false, - "created": 1525387949, - "modified": 1533892040, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "what_": { - "name": "what_", - "id": "782010080249643018", - "author": "701103722453008518", - "animated": false, - "created": 1606516132, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "what3": { - "name": "what3", - "id": "789479155065815051", - "author": "401551963139080194", - "animated": false, - "created": 1608296898, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "whatamifeeling": { - "name": "whatamifeeling", - "id": "782000514815623238", - "author": "336021639970029569", - "animated": false, - "created": 1606513851, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "whatareyoudoing": { - "name": "whatareyoudoing", - "id": "785814609986322452", - "author": "721959648307052617", - "animated": false, - "created": 1607423202, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "WhatBlink": { - "name": "WhatBlink", - "id": "777539026532958258", - "author": "140516693242937345", - "animated": true, - "created": 1605450149, - "modified": 1605450151, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "whatcat": { - "name": "whatcat", - "id": "781917501528604683", - "author": "479017973462466571", - "animated": false, - "created": 1606494059, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "whatevs": { - "name": "whatevs", - "id": "782739862481797120", - "author": "748023719833894942", - "animated": false, - "created": 1606690125, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "whatlol": { - "name": "whatlol", - "id": "782450725321965620", - "author": "733110185987407893", - "animated": true, - "created": 1606621190, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "whatt": { - "name": "whatt", - "id": "768710868480950312", - "author": "529716074871259156", - "animated": false, - "created": 1603345353, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "whattaclown": { - "name": "whattaclown", - "id": "786155987425165313", - "author": "676134602837852172", - "animated": true, - "created": 1607504593, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "WHeart": { - "name": "WHeart", - "id": "789557427334938634", - "author": "568113558202875914", - "animated": false, - "created": 1608315560, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "w_heart12": { - "name": "w_heart12", - "id": "786677726575984670", - "author": "718818001633280071", - "animated": false, - "created": 1607628985, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wheart2": { - "name": "wheart2", - "id": "783160750423539712", - "author": "735451912291483689", - "animated": false, - "created": 1606790473, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "w_heart3": { - "name": "w_heart3", - "id": "786677197623918593", - "author": "718818001633280071", - "animated": false, - "created": 1607628859, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wheez": { - "name": "wheez", - "id": "783663027504545822", - "author": "425046879047385108", - "animated": false, - "created": 1606910225, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wheeze": { - "name": "wheeze", - "id": "572964362466361345", - "author": "150745989836308480", - "animated": false, - "created": 1556675749, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wheeze_laugh": { - "name": "wheeze_laugh", - "id": "788080093884317717", - "author": "206098696062894080", - "animated": true, - "created": 1607963336, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "whel": { - "name": "whel", - "id": "773726731454382090", - "author": "756906411295768647", - "animated": true, - "created": 1604541228, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "whelgreed": { - "name": "whelgreed", - "id": "786353474413527050", - "author": "625968803796353034", - "animated": true, - "created": 1607551678, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "when": { - "name": "when", - "id": "774647539134758983", - "author": "256056872254177281", - "animated": false, - "created": 1604760765, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "whendespair": { - "name": "whendespair", - "id": "782126582839377930", - "author": "574870314928832533", - "animated": false, - "created": 1606543908, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "whenlife": { - "name": "whenlife", - "id": "728838612493533205", - "author": "271558948430020609", - "animated": false, - "created": 1593839066, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "whenlifegetsatyou": { - "name": "whenlifegetsatyou", - "id": "770683212137365525", - "author": "621817568700792833", - "animated": false, - "created": 1603815596, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "whenmomos": { - "name": "whenmomos", - "id": "766105742306181140", - "author": "608094111651725322", - "animated": false, - "created": 1602724242, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "whenstabseestherest": { - "name": "whenstabseestherest", - "id": "784202146278014987", - "author": "336021639970029569", - "animated": false, - "created": 1607038761, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "whip": { - "name": "whip", - "id": "443630253785612298", - "author": "357641367507435531", - "animated": false, - "created": 1525854494, - "modified": 1533892040, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "whirl": { - "name": "whirl", - "id": "755619352006492190", - "author": "645482510930673675", - "animated": false, - "created": 1600224092, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "WhiskeyHans": { - "name": "WhiskeyHans", - "id": "788706089104441346", - "author": "530925116972990495", - "animated": false, - "created": 1608112585, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "whiskeyhansm": { - "name": "whiskeyhansm", - "id": "788706842108887040", - "author": "530925116972990495", - "animated": false, - "created": 1608112764, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "white": { - "name": "white", - "id": "768118359971201085", - "author": "677987166076272704", - "animated": false, - "created": 1603204088, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "whitebow": { - "name": "whitebow", - "id": "788398662526435338", - "author": "715373648520806432", - "animated": false, - "created": 1608039288, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "whiteheart": { - "name": "whiteheart", - "id": "780938476782616596", - "author": "603544396905971732", - "animated": true, - "created": 1606260642, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "whitehearts": { - "name": "whitehearts", - "id": "789701897614262303", - "author": "491467726699626509", - "animated": true, - "created": 1608350004, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "whitewave": { - "name": "whitewave", - "id": "764274922209804298", - "author": "651118772618264596", - "animated": true, - "created": 1602287741, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "who": { - "name": "who", - "id": "768194293524594688", - "author": "471787957528035338", - "animated": true, - "created": 1603222192, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "WhoAsked": { - "name": "WhoAsked", - "id": "759856167223951410", - "author": "364645922484781057", - "animated": true, - "created": 1601234227, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "whofuckingasked": { - "name": "whofuckingasked", - "id": "785658329338609714", - "author": "720337269889826846", - "animated": true, - "created": 1607385942, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "whogontell": { - "name": "whogontell", - "id": "785657775484829706", - "author": "720337269889826846", - "animated": true, - "created": 1607385810, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wholesome": { - "name": "wholesome", - "id": "765955965119234099", - "author": "618127550035787824", - "animated": false, - "created": 1602688532, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wholesomeShiba": { - "name": "wholesomeShiba", - "id": "785822799679717376", - "author": "424826839047864320", - "animated": false, - "created": 1607425155, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "whosmansthis": { - "name": "whosmansthis", - "id": "617406779076116480", - "author": "246938839720001536", - "animated": false, - "created": 1567271647, - "modified": 1567271658, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "whut": { - "name": "whut", - "id": "744771081080012873", - "author": "383723642489405441", - "animated": false, - "created": 1597637663, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "why": { - "name": "why", - "id": "492049625675726855", - "author": "363326186345988096", - "animated": false, - "created": 1534995546, - "modified": 1537384190, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "whyhhh": { - "name": "whyhhh", - "id": "782773557453258804", - "author": "748023719833894942", - "animated": false, - "created": 1606698159, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "whykermit": { - "name": "whykermit", - "id": "776269499271610378", - "author": "625968803796353034", - "animated": false, - "created": 1605147471, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "whyubullyme": { - "name": "whyubullyme", - "id": "786156003367452723", - "author": "676134602837852172", - "animated": false, - "created": 1607504597, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "whyy": { - "name": "whyy", - "id": "784847087430008853", - "author": "728342296696979526", - "animated": true, - "created": 1607192527, - "modified": 1607192555, - "preserve": false, - "description": "WHY ARE YOU LIKE THIS?!", - "nsfw": "SFW" - }, - "wide": { - "name": "wide", - "id": "602828481952481292", - "author": "239333423095742464", - "animated": false, - "created": 1563795910, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "widebororo": { - "name": "widebororo", - "id": "787084234317103114", - "author": "265244466548441088", - "animated": true, - "created": 1607725904, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "widepeepohappy": { - "name": "widepeepohappy", - "id": "629300870684606494", - "author": "336639915314118662", - "animated": false, - "created": 1570107419, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "widepeepoSad": { - "name": "widepeepoSad", - "id": "663953947287093304", - "author": "324291501435781120", - "animated": false, - "created": 1578369356, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wifebeater": { - "name": "wifebeater", - "id": "782107512299192340", - "author": "690953891482828890", - "animated": true, - "created": 1606539361, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wiggle": { - "name": "wiggle", - "id": "729438145870954537", - "author": "689132673779892294", - "animated": true, - "created": 1593982006, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wiggles": { - "name": "wiggles", - "id": "758976328682045441", - "author": "643845865227812894", - "animated": true, - "created": 1601024458, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wigglewiggle": { - "name": "wigglewiggle", - "id": "781237389414498364", - "author": "495518017434681365", - "animated": true, - "created": 1606331908, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wiggly": { - "name": "wiggly", - "id": "743507183643263067", - "author": "353555262436802562", - "animated": true, - "created": 1597336326, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wii": { - "name": "wii", - "id": "678520873212444683", - "author": "549665143210901524", - "animated": true, - "created": 1581842382, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wiii": { - "name": "wiii", - "id": "683853673708781688", - "author": "499546318654668810", - "animated": true, - "created": 1583113821, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wiiii": { - "name": "wiiii", - "id": "756082270812635186", - "author": "282774540856328193", - "animated": true, - "created": 1600334460, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "willy": { - "name": "willy", - "id": "709059805725196309", - "author": "357222705348739074", - "animated": false, - "created": 1589123431, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "willycholo": { - "name": "willycholo", - "id": "780663962773487616", - "author": "727283870461984839", - "animated": false, - "created": 1606195192, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "willyhum": { - "name": "willyhum", - "id": "789739818258268181", - "author": "541046649116688405", - "animated": false, - "created": 1608359045, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "willyrex": { - "name": "willyrex", - "id": "720493147032911952", - "author": "654367704563843087", - "animated": false, - "created": 1591849352, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wimi": { - "name": "wimi", - "id": "780292804030234625", - "author": "435166381189758998", - "animated": false, - "created": 1606106701, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "win": { - "name": "win", - "id": "735321032457715712", - "author": "710063080918351903", - "animated": false, - "created": 1595384595, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "windmill": { - "name": "windmill", - "id": "781951199289147393", - "author": "275290560720273408", - "animated": true, - "created": 1606502094, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Wine": { - "name": "Wine", - "id": "781004383105450004", - "author": "219580469933506560", - "animated": false, - "created": 1606276355, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wing1": { - "name": "wing1", - "id": "789558632525201468", - "author": "568113558202875914", - "animated": false, - "created": 1608315847, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wing2": { - "name": "wing2", - "id": "789558643687292960", - "author": "568113558202875914", - "animated": false, - "created": 1608315850, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wingpink1": { - "name": "wingpink1", - "id": "786948265249734676", - "author": "718818001633280071", - "animated": false, - "created": 1607693487, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wingpink2": { - "name": "wingpink2", - "id": "786948254608654346", - "author": "718818001633280071", - "animated": false, - "created": 1607693484, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wink": { - "name": "wink", - "id": "739319388418605078", - "author": "383891065939296256", - "animated": false, - "created": 1596337878, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "winking": { - "name": "winking", - "id": "782129818874937357", - "author": "496037931140513800", - "animated": true, - "created": 1606544680, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "winkwink": { - "name": "winkwink", - "id": "759856207862693908", - "author": "364645922484781057", - "animated": false, - "created": 1601234237, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wipeface": { - "name": "wipeface", - "id": "786152433067884575", - "author": "676134602837852172", - "animated": true, - "created": 1607503746, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wirdga": { - "name": "wirdga", - "id": "779757278327865384", - "author": "209280535174971393", - "animated": false, - "created": 1605979022, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Wirrytu": { - "name": "Wirrytu", - "id": "758416539471970304", - "author": "308452846834155530", - "animated": false, - "created": 1600890993, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wish": { - "name": "wish", - "id": "777074946429681665", - "author": "346167714517090304", - "animated": true, - "created": 1605339504, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wishwash": { - "name": "wishwash", - "id": "786898094340046918", - "author": "675231616213188608", - "animated": true, - "created": 1607681525, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Witcher_hmm": { - "name": "Witcher_hmm", - "id": "788385155869966362", - "author": "358643273579102219", - "animated": false, - "created": 1608036068, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "WizardParty": { - "name": "WizardParty", - "id": "772971161910771723", - "author": "610591202114535467", - "animated": true, - "created": 1604361086, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wj": { - "name": "wj", - "id": "543081747370213376", - "author": "508276261219598347", - "animated": true, - "created": 1549551178, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "w_lambstuffie1": { - "name": "w_lambstuffie1", - "id": "786678172858712124", - "author": "718818001633280071", - "animated": true, - "created": 1607629092, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wloser": { - "name": "wloser", - "id": "782494295600529428", - "author": "760975697392173067", - "animated": false, - "created": 1606631578, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "w_love": { - "name": "w_love", - "id": "788995905420001281", - "author": "527449870873657344", - "animated": true, - "created": 1608181682, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "w_mefui": { - "name": "w_mefui", - "id": "780896502176153650", - "author": "434521154745663488", - "animated": true, - "created": 1606250634, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "w_mimir2": { - "name": "w_mimir2", - "id": "780896575014305842", - "author": "434521154745663488", - "animated": true, - "created": 1606250651, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "w_mojadita": { - "name": "w_mojadita", - "id": "780896539094679572", - "author": "434521154745663488", - "animated": true, - "created": 1606250643, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Wmosic": { - "name": "Wmosic", - "id": "789557416630419456", - "author": "568113558202875914", - "animated": false, - "created": 1608315557, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "WNice": { - "name": "WNice", - "id": "789557407603884062", - "author": "568113558202875914", - "animated": false, - "created": 1608315555, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wnotice": { - "name": "wnotice", - "id": "782494338650210325", - "author": "760975697392173067", - "animated": false, - "created": 1606631588, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "woah": { - "name": "woah", - "id": "506574769148133385", - "author": "173802451437223938", - "animated": false, - "created": 1540847247, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "woahhanako": { - "name": "woahhanako", - "id": "782746449128980511", - "author": "748023719833894942", - "animated": false, - "created": 1606691696, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "woahhh": { - "name": "woahhh", - "id": "782773608665055252", - "author": "748023719833894942", - "animated": false, - "created": 1606698171, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "w_ok": { - "name": "w_ok", - "id": "780896467707232346", - "author": "434521154745663488", - "animated": false, - "created": 1606250626, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Woke": { - "name": "Woke", - "id": "417138658139963392", - "author": "158076473842991104", - "animated": false, - "created": 1525387949, - "modified": 1533892040, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wokehrweird": { - "name": "wokehrweird", - "id": "581488857934069761", - "author": "373893861950488576", - "animated": false, - "created": 1558708147, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wokeHRwird": { - "name": "wokeHRwird", - "id": "787002157874282516", - "author": "438644880152068127", - "animated": false, - "created": 1607706336, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wokertweird": { - "name": "wokertweird", - "id": "781672573653745685", - "author": "252898854393872394", - "animated": false, - "created": 1606435664, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wolazo": { - "name": "wolazo", - "id": "771047552639565907", - "author": "336682771995164684", - "animated": false, - "created": 1603902463, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wolfiedance": { - "name": "wolfiedance", - "id": "759840780000034837", - "author": "362688701928701953", - "animated": true, - "created": 1601230559, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wolfiribolb": { - "name": "wolfiribolb", - "id": "492049641786048512", - "author": "140516693242937345", - "animated": false, - "created": 1531975863, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "wolfy": { - "name": "wolfy", - "id": "759575854925217862", - "author": "379386592474955786", - "animated": false, - "created": 1601167396, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "woo": { - "name": "woo", - "id": "760890897872977920", - "author": "606363700139655182", - "animated": true, - "created": 1601480926, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "woofyhuh": { - "name": "woofyhuh", - "id": "786152397667434516", - "author": "676134602837852172", - "animated": true, - "created": 1607503738, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wooloo": { - "name": "wooloo", - "id": "704902535441285130", - "author": "444542802794119168", - "animated": true, - "created": 1588132261, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wooo": { - "name": "wooo", - "id": "769140594822873148", - "author": "477167667992592414", - "animated": false, - "created": 1603447807, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "WOoooo": { - "name": "WOoooo", - "id": "789557371922808862", - "author": "568113558202875914", - "animated": false, - "created": 1608315546, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "woop": { - "name": "woop", - "id": "742179057663475753", - "author": "176760162579644428", - "animated": false, - "created": 1597019676, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Wooper": { - "name": "Wooper", - "id": "753243568080027738", - "author": "622566487697260587", - "animated": true, - "created": 1599657661, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "woow": { - "name": "woow", - "id": "711518047017369641", - "author": "297756386475900928", - "animated": false, - "created": 1589709521, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wopfpspwk": { - "name": "wopfpspwk", - "id": "783141084817129472", - "author": "462391077391958016", - "animated": false, - "created": 1606785784, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "words_chat_revive": { - "name": "words_chat_revive", - "id": "788837683891798026", - "author": "715962906646282311", - "animated": false, - "created": 1608143959, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "words_heartwhite": { - "name": "words_heartwhite", - "id": "788837730611625995", - "author": "715962906646282311", - "animated": false, - "created": 1608143971, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "words_stinky": { - "name": "words_stinky", - "id": "788837849314885663", - "author": "715962906646282311", - "animated": false, - "created": 1608143999, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "words_thatshot": { - "name": "words_thatshot", - "id": "788837645119258684", - "author": "715962906646282311", - "animated": false, - "created": 1608143950, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "woree": { - "name": "woree", - "id": "576547485967974400", - "author": "110966611048960000", - "animated": false, - "created": 1557530032, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "WORREE": { - "name": "WORREE", - "id": "584292868940890132", - "author": "273719152424779776", - "animated": false, - "created": 1559376675, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "WORREEE": { - "name": "WORREEE", - "id": "598763656406237185", - "author": "239333423095742464", - "animated": false, - "created": 1562826780, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worreeeee": { - "name": "worreeeee", - "id": "742106882885288108", - "author": "670458394494238760", - "animated": false, - "created": 1597002468, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worribl": { - "name": "worribl", - "id": "787975073079623730", - "author": "112471608865624064", - "animated": false, - "created": 1607938297, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worries": { - "name": "worries", - "id": "750495921103437934", - "author": "410945454415544350", - "animated": false, - "created": 1599002571, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worriest": { - "name": "worriest", - "id": "786782775030054942", - "author": "353109234201788427", - "animated": true, - "created": 1607654031, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrirun": { - "name": "worrirun", - "id": "755759788985417838", - "author": "203208699500560385", - "animated": true, - "created": 1600257575, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worry": { - "name": "worry", - "id": "519748366633009153", - "author": "256056872254177281", - "animated": false, - "created": 1543988067, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worryamongass": { - "name": "worryamongass", - "id": "758233453203292180", - "author": "336186693210210305", - "animated": false, - "created": 1600847342, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worryangel": { - "name": "worryangel", - "id": "746472274034425888", - "author": "308452846834155530", - "animated": false, - "created": 1598043259, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worryangry": { - "name": "worryangry", - "id": "599875367830028289", - "author": "533476865579679764", - "animated": false, - "created": 1563091832, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worryass2": { - "name": "worryass2", - "id": "733360522308616193", - "author": "399671914114711562", - "animated": true, - "created": 1594917173, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worryayaya": { - "name": "worryayaya", - "id": "761631076984160307", - "author": "219512427513905153", - "animated": false, - "created": 1601657399, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worryBack": { - "name": "worryBack", - "id": "744551148261998613", - "author": "425046879047385108", - "animated": false, - "created": 1597585227, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worryban": { - "name": "worryban", - "id": "700809983423414374", - "author": "400301748205387776", - "animated": false, - "created": 1587156520, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrybeer": { - "name": "worrybeer", - "id": "739525366187819109", - "author": "357837412782702592", - "animated": false, - "created": 1596386987, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worryblind": { - "name": "worryblind", - "id": "754114567008813138", - "author": "475763978547626005", - "animated": false, - "created": 1599865323, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worryblush": { - "name": "worryblush", - "id": "521901701372968963", - "author": "256056872254177281", - "animated": false, - "created": 1544501462, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrybrick": { - "name": "worrybrick", - "id": "737718690342240359", - "author": "111495952203780096", - "animated": false, - "created": 1595956243, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worryBrik": { - "name": "worryBrik", - "id": "737064793273401415", - "author": "245668715067080704", - "animated": false, - "created": 1595800340, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worryburaza": { - "name": "worryburaza", - "id": "723491877474795551", - "author": "282774540856328193", - "animated": false, - "created": 1592564305, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrybye": { - "name": "worrybye", - "id": "737061417668182067", - "author": "336186693210210305", - "animated": false, - "created": 1595799536, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrychancla": { - "name": "worrychancla", - "id": "726650977817460837", - "author": "410945454415544350", - "animated": false, - "created": 1593317493, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrychrist": { - "name": "worrychrist", - "id": "761214892891832340", - "author": "670458394494238760", - "animated": false, - "created": 1601558173, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrychungus": { - "name": "worrychungus", - "id": "783614530655617025", - "author": "273544045840826369", - "animated": false, - "created": 1606898663, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worryclout": { - "name": "worryclout", - "id": "752464505967214662", - "author": "438644880152068127", - "animated": false, - "created": 1599471918, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worryconcon": { - "name": "worryconcon", - "id": "778337915792916501", - "author": "293107176355004416", - "animated": false, - "created": 1605640620, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrycool": { - "name": "worrycool", - "id": "784829468589293570", - "author": "293107176355004416", - "animated": false, - "created": 1607188326, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worryCorona": { - "name": "worryCorona", - "id": "747824956129280004", - "author": "183269696546668544", - "animated": false, - "created": 1598365763, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrycovid": { - "name": "worrycovid", - "id": "749011731287769098", - "author": "471787957528035338", - "animated": false, - "created": 1598648712, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrycringe": { - "name": "worrycringe", - "id": "746103595644223619", - "author": "449221419495063552", - "animated": false, - "created": 1597955359, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrycrushed": { - "name": "worrycrushed", - "id": "782352094375444510", - "author": "353109234201788427", - "animated": false, - "created": 1606597674, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrycry": { - "name": "worrycry", - "id": "521600547397042177", - "author": "256056872254177281", - "animated": false, - "created": 1544429661, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrycrylove": { - "name": "worrycrylove", - "id": "754275986622644255", - "author": "250664753511399434", - "animated": false, - "created": 1599903809, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worryculo": { - "name": "worryculo", - "id": "746942874251165696", - "author": "406308174497316865", - "animated": false, - "created": 1598155458, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrycurry": { - "name": "worrycurry", - "id": "737064873514500187", - "author": "357837412782702592", - "animated": false, - "created": 1595800360, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrycute": { - "name": "worrycute", - "id": "736662414820376657", - "author": "336186693210210305", - "animated": false, - "created": 1595704406, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrycya": { - "name": "worrycya", - "id": "746349297293066341", - "author": "566468845854785536", - "animated": true, - "created": 1598013939, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worryDepress": { - "name": "worryDepress", - "id": "750052540741189693", - "author": "425046879047385108", - "animated": true, - "created": 1598896861, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrydepressed": { - "name": "worrydepressed", - "id": "710539343869247548", - "author": "167267224787222528", - "animated": false, - "created": 1589476180, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worryDevil": { - "name": "worryDevil", - "id": "746282024377253949", - "author": "308452846834155530", - "animated": false, - "created": 1597997900, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrydodge": { - "name": "worrydodge", - "id": "515094904893079562", - "author": "256056872254177281", - "animated": false, - "created": 1542878595, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrydodgefastaf": { - "name": "worrydodgefastaf", - "id": "620686702922694666", - "author": "209280535174971393", - "animated": true, - "created": 1557222911, - "modified": 1568058648, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrydoubt": { - "name": "worrydoubt", - "id": "743953135990735009", - "author": "425046879047385108", - "animated": false, - "created": 1597442649, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "WorryDuBois": { - "name": "WorryDuBois", - "id": "785947588506943528", - "author": "73375128251011072", - "animated": false, - "created": 1607454907, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrydumb": { - "name": "worrydumb", - "id": "725243557237227570", - "author": "412775919548235809", - "animated": false, - "created": 1592981938, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrydumbsmart": { - "name": "worrydumbsmart", - "id": "747486223622471821", - "author": "335042580486291458", - "animated": false, - "created": 1598285003, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worryegg": { - "name": "worryegg", - "id": "540182184858877952", - "author": "142865409752825859", - "animated": true, - "created": 1548859869, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worryes": { - "name": "worryes", - "id": "748118964500037682", - "author": "182850025007742976", - "animated": false, - "created": 1598435860, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worryescape": { - "name": "worryescape", - "id": "515776654446952463", - "author": "256056872254177281", - "animated": true, - "created": 1543041137, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worryEU": { - "name": "worryEU", - "id": "663401089541865498", - "author": "425046879047385108", - "animated": false, - "created": 1578237576, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worryevil": { - "name": "worryevil", - "id": "609376897192820736", - "author": "153186780802318338", - "animated": false, - "created": 1565357174, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worryeyes": { - "name": "worryeyes", - "id": "572752629843755008", - "author": "267568948944437248", - "animated": true, - "created": 1556625268, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worryez": { - "name": "worryez", - "id": "705711147390599188", - "author": "167267224787222528", - "animated": false, - "created": 1588325049, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Worry_F": { - "name": "Worry_F", - "id": "731490536925429761", - "author": "277565682663555072", - "animated": false, - "created": 1594471334, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worryf": { - "name": "worryf", - "id": "782704706978840658", - "author": "581975112136523796", - "animated": false, - "created": 1606681744, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worryfade": { - "name": "worryfade", - "id": "754789694725947474", - "author": "245668715067080704", - "animated": true, - "created": 1600026286, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worryfap": { - "name": "worryfap", - "id": "736904905247162388", - "author": "336186693210210305", - "animated": true, - "created": 1595762220, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worryfat": { - "name": "worryfat", - "id": "741698245541101669", - "author": "209280535174971393", - "animated": false, - "created": 1596905042, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worryfedora": { - "name": "worryfedora", - "id": "788788412882485308", - "author": "293107176355004416", - "animated": false, - "created": 1608132212, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worryfedup": { - "name": "worryfedup", - "id": "782708340336754698", - "author": "581975112136523796", - "animated": false, - "created": 1606682610, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worryfight": { - "name": "worryfight", - "id": "746449069781549119", - "author": "332890251024662529", - "animated": false, - "created": 1598037726, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worryfight1": { - "name": "worryfight1", - "id": "760252174474936390", - "author": "336186693210210305", - "animated": true, - "created": 1601328643, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worryfight2": { - "name": "worryfight2", - "id": "760252533301444629", - "author": "336186693210210305", - "animated": true, - "created": 1601328728, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worryfight3": { - "name": "worryfight3", - "id": "760252306007523348", - "author": "336186693210210305", - "animated": true, - "created": 1601328674, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worryfire": { - "name": "worryfire", - "id": "725430815827427408", - "author": "412775919548235809", - "animated": true, - "created": 1593026584, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worryfiregif": { - "name": "worryfiregif", - "id": "726854657728839720", - "author": "399671914114711562", - "animated": true, - "created": 1593366054, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worryflatter": { - "name": "worryflatter", - "id": "781632009000583189", - "author": "353109234201788427", - "animated": false, - "created": 1606425993, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worryfoj": { - "name": "worryfoj", - "id": "566384407695327242", - "author": "248555831866556446", - "animated": true, - "created": 1555106965, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worryfr": { - "name": "worryfr", - "id": "736904732513271858", - "author": "336186693210210305", - "animated": false, - "created": 1595762179, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worryfuming": { - "name": "worryfuming", - "id": "765538881495367730", - "author": "410983710083776522", - "animated": true, - "created": 1602589092, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worryga": { - "name": "worryga", - "id": "632186927075819530", - "author": "425046879047385108", - "animated": false, - "created": 1570795508, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrygang": { - "name": "worrygang", - "id": "773997512482750484", - "author": "164559223793909760", - "animated": true, - "created": 1604605787, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worryggius": { - "name": "worryggius", - "id": "772634102565568512", - "author": "293107176355004416", - "animated": true, - "created": 1604280724, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrygib": { - "name": "worrygib", - "id": "727974915302490142", - "author": "412775919548235809", - "animated": false, - "created": 1593633145, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrygibcurry": { - "name": "worrygibcurry", - "id": "685915294619009123", - "author": "281563194843987968", - "animated": false, - "created": 1583605350, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrygivmoney": { - "name": "worrygivmoney", - "id": "750506381492355103", - "author": "410945454415544350", - "animated": false, - "created": 1599005065, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worryglare": { - "name": "worryglare", - "id": "785181052372254770", - "author": "702673961858760797", - "animated": false, - "created": 1607272150, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrygod": { - "name": "worrygod", - "id": "653677513582706688", - "author": "456872254744297492", - "animated": false, - "created": 1575919264, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worryGODgius": { - "name": "worryGODgius", - "id": "774629897577562132", - "author": "368558529268809728", - "animated": true, - "created": 1604756559, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrygreat": { - "name": "worrygreat", - "id": "789570933022392331", - "author": "660905235652411397", - "animated": false, - "created": 1608318780, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrygun": { - "name": "worrygun", - "id": "717736203838816308", - "author": "245607870463213570", - "animated": true, - "created": 1591192046, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worryGuu": { - "name": "worryGuu", - "id": "781410665420029952", - "author": "448827482179895304", - "animated": false, - "created": 1606373220, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worryhappy": { - "name": "worryhappy", - "id": "745685735478394900", - "author": "182850025007742976", - "animated": false, - "created": 1597855733, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worryhayate": { - "name": "worryhayate", - "id": "771895520805388331", - "author": "293107176355004416", - "animated": false, - "created": 1604104633, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worryheart": { - "name": "worryheart", - "id": "521890621435281409", - "author": "256056872254177281", - "animated": false, - "created": 1544498820, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worryheart2": { - "name": "worryheart2", - "id": "779105797275648020", - "author": "293107176355004416", - "animated": false, - "created": 1605823697, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worryhehe": { - "name": "worryhehe", - "id": "748607689881550898", - "author": "73375128251011072", - "animated": false, - "created": 1598552381, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worryhi": { - "name": "worryhi", - "id": "782704236478726144", - "author": "581975112136523796", - "animated": false, - "created": 1606681632, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worryhitler": { - "name": "worryhitler", - "id": "740492293110235236", - "author": "670458394494238760", - "animated": false, - "created": 1596617520, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worryhm": { - "name": "worryhm", - "id": "730438723480715284", - "author": "425046879047385108", - "animated": true, - "created": 1594220565, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worryhmm": { - "name": "worryhmm", - "id": "692741637700583491", - "author": "400301748205387776", - "animated": false, - "created": 1585232877, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "WorryHmmm": { - "name": "WorryHmmm", - "id": "681038920435105869", - "author": "410983710083776522", - "animated": false, - "created": 1582442731, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worryhug": { - "name": "worryhug", - "id": "705287348090568736", - "author": "452753297590452236", - "animated": true, - "created": 1588224007, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worryhype": { - "name": "worryhype", - "id": "572755111764295699", - "author": "267568948944437248", - "animated": true, - "created": 1556625860, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worryidiot": { - "name": "worryidiot", - "id": "770763853704331285", - "author": "756560517145034869", - "animated": false, - "created": 1603834822, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worryimfine": { - "name": "worryimfine", - "id": "545616753800118272", - "author": "256056872254177281", - "animated": false, - "created": 1550155571, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worryitalian": { - "name": "worryitalian", - "id": "776482793877405716", - "author": "323924657537548289", - "animated": false, - "created": 1605198324, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worryitaliano": { - "name": "worryitaliano", - "id": "737942314533781584", - "author": "357837412782702592", - "animated": false, - "created": 1596009558, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worryjail": { - "name": "worryjail", - "id": "666278029349224453", - "author": "425046879047385108", - "animated": true, - "created": 1578923461, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrykawaii": { - "name": "worrykawaii", - "id": "727549996769214544", - "author": "112471608865624064", - "animated": false, - "created": 1593531836, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worryKE": { - "name": "worryKE", - "id": "786058542288601108", - "author": "670406518096789505", - "animated": false, - "created": 1607481360, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrykek": { - "name": "worrykek", - "id": "728926584245059696", - "author": "425046879047385108", - "animated": false, - "created": 1593860040, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrykill": { - "name": "worrykill", - "id": "722201377115471903", - "author": "399671914114711562", - "animated": true, - "created": 1592256626, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrykiller": { - "name": "worrykiller", - "id": "625036987656830996", - "author": "452753297590452236", - "animated": true, - "created": 1569090830, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrykms": { - "name": "worrykms", - "id": "627925533841424394", - "author": "239333423095742464", - "animated": false, - "created": 1569779514, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrykmshappy": { - "name": "worrykmshappy", - "id": "742485645188137051", - "author": "412775919548235809", - "animated": false, - "created": 1597092772, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrykmstears": { - "name": "worrykmstears", - "id": "775539809484668948", - "author": "412775919548235809", - "animated": false, - "created": 1604973499, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worryknife": { - "name": "worryknife", - "id": "694885462673719336", - "author": "212962491783839744", - "animated": false, - "created": 1585744004, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrykys": { - "name": "worrykys", - "id": "756187210385981490", - "author": "338588328716795914", - "animated": false, - "created": 1600359480, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrylamb": { - "name": "worrylamb", - "id": "777249940237320252", - "author": "309406390491807755", - "animated": false, - "created": 1605381226, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrylick": { - "name": "worrylick", - "id": "544751245483704341", - "author": "267568948944437248", - "animated": true, - "created": 1549949218, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrylmao": { - "name": "worrylmao", - "id": "716392729214713926", - "author": "203208699500560385", - "animated": false, - "created": 1590871736, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrylord": { - "name": "worrylord", - "id": "755771327331303514", - "author": "425046879047385108", - "animated": false, - "created": 1600260326, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "WorryLove": { - "name": "WorryLove", - "id": "575176398566588427", - "author": "509632626018091019", - "animated": false, - "created": 1557203139, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrylsd": { - "name": "worrylsd", - "id": "772616775266467911", - "author": "471787957528035338", - "animated": true, - "created": 1604276593, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrymad": { - "name": "worrymad", - "id": "726638828038652027", - "author": "412775919548235809", - "animated": false, - "created": 1593314597, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worryMF": { - "name": "worryMF", - "id": "765270387264847875", - "author": "359713607635697664", - "animated": false, - "created": 1602525078, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrymhh": { - "name": "worrymhh", - "id": "730192108136431617", - "author": "353109234201788427", - "animated": false, - "created": 1594161765, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrymilk": { - "name": "worrymilk", - "id": "766317034866606150", - "author": "566468845854785536", - "animated": false, - "created": 1602774618, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrymucho": { - "name": "worrymucho", - "id": "726639957187362847", - "author": "412775919548235809", - "animated": false, - "created": 1593314866, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrymurder": { - "name": "worrymurder", - "id": "782073388112805899", - "author": "176760162579644428", - "animated": true, - "created": 1606531226, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrymyaisha": { - "name": "worrymyaisha", - "id": "764147488612941825", - "author": "366627806831968257", - "animated": false, - "created": 1602257358, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrymybrik": { - "name": "worrymybrik", - "id": "741321592189222952", - "author": "247065714978979841", - "animated": false, - "created": 1596815240, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrymydrawing": { - "name": "worrymydrawing", - "id": "783064829027287111", - "author": "410945454415544350", - "animated": false, - "created": 1606767603, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrymyworry": { - "name": "worrymyworry", - "id": "703815262008377456", - "author": "167267224787222528", - "animated": false, - "created": 1587873034, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrynani": { - "name": "worrynani", - "id": "771476890070024203", - "author": "609791313847517223", - "animated": false, - "created": 1604004824, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrynazi": { - "name": "worrynazi", - "id": "769007211249664030", - "author": "670458394494238760", - "animated": false, - "created": 1603416006, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrynerd": { - "name": "worrynerd", - "id": "760209295186329650", - "author": "239333423095742464", - "animated": false, - "created": 1601318420, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worryninja": { - "name": "worryninja", - "id": "726638134426599445", - "author": "412775919548235809", - "animated": true, - "created": 1593314431, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worryno": { - "name": "worryno", - "id": "563037899357159456", - "author": "240560344873828354", - "animated": false, - "created": 1554309096, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrynod": { - "name": "worrynod", - "id": "768128377822773320", - "author": "245668715067080704", - "animated": true, - "created": 1603206476, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrynoir": { - "name": "worrynoir", - "id": "751034297590481017", - "author": "245668715067080704", - "animated": false, - "created": 1599130930, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrynolove": { - "name": "worrynolove", - "id": "708426254155644999", - "author": "203208699500560385", - "animated": false, - "created": 1588972381, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrynoodles": { - "name": "worrynoodles", - "id": "748227038216978502", - "author": "182850025007742976", - "animated": true, - "created": 1598461627, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrynotamused": { - "name": "worrynotamused", - "id": "736361282013364337", - "author": "567066537219981323", - "animated": false, - "created": 1595632610, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrynotstonks": { - "name": "worrynotstonks", - "id": "728399800520933408", - "author": "412775919548235809", - "animated": false, - "created": 1593734445, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrynou": { - "name": "worrynou", - "id": "609376722873352203", - "author": "153186780802318338", - "animated": false, - "created": 1565357132, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrynu": { - "name": "worrynu", - "id": "775040031341019147", - "author": "358457900546654209", - "animated": false, - "created": 1604854343, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrynut": { - "name": "worrynut", - "id": "541882675011649537", - "author": "267568948944437248", - "animated": true, - "created": 1549265297, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrynya": { - "name": "worrynya", - "id": "748554983074693141", - "author": "406308174497316865", - "animated": false, - "created": 1598539815, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worryofc": { - "name": "worryofc", - "id": "730759694855045130", - "author": "353109234201788427", - "animated": false, - "created": 1594297088, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worryofcourse": { - "name": "worryofcourse", - "id": "577855345670619147", - "author": "465530393223888918", - "animated": true, - "created": 1557841850, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worryok": { - "name": "worryok", - "id": "626451479473160227", - "author": "252898854393872394", - "animated": false, - "created": 1569428071, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrypat": { - "name": "worrypat", - "id": "599876729439387671", - "author": "533476865579679764", - "animated": false, - "created": 1563092157, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrypato": { - "name": "worrypato", - "id": "747229452005802044", - "author": "399671914114711562", - "animated": false, - "created": 1598223784, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrypatsad": { - "name": "worrypatsad", - "id": "727974478843346964", - "author": "412775919548235809", - "animated": false, - "created": 1593633041, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrypatting": { - "name": "worrypatting", - "id": "778087709838409768", - "author": "358457900546654209", - "animated": true, - "created": 1605580966, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrypearl": { - "name": "worrypearl", - "id": "771080080951869460", - "author": "293107176355004416", - "animated": false, - "created": 1603910217, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrypeek": { - "name": "worrypeek", - "id": "780849272757157930", - "author": "609791313847517223", - "animated": false, - "created": 1606239374, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worryperu": { - "name": "worryperu", - "id": "749021269491580938", - "author": "395696844493160449", - "animated": false, - "created": 1598650986, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrypet": { - "name": "worrypet", - "id": "718190765913669632", - "author": "336021639970029569", - "animated": true, - "created": 1591300422, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worryping": { - "name": "worryping", - "id": "543463688632270876", - "author": "267568948944437248", - "animated": true, - "created": 1549642240, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrypipo": { - "name": "worrypipo", - "id": "745776552746156141", - "author": "336186693210210305", - "animated": false, - "created": 1597877386, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrypolice": { - "name": "worrypolice", - "id": "781185092893802506", - "author": "293107176355004416", - "animated": false, - "created": 1606319439, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrypopcorn": { - "name": "worrypopcorn", - "id": "616991625511698452", - "author": "425046879047385108", - "animated": true, - "created": 1567172666, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrypray": { - "name": "worrypray", - "id": "588642346976149514", - "author": "240308839243710464", - "animated": false, - "created": 1560413672, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrypuke": { - "name": "worrypuke", - "id": "726639827155419156", - "author": "412775919548235809", - "animated": false, - "created": 1593314835, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrypunch": { - "name": "worrypunch", - "id": "546715496729280523", - "author": "248555831866556446", - "animated": true, - "created": 1550417532, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worryread": { - "name": "worryread", - "id": "784061788030631949", - "author": "412775919548235809", - "animated": false, - "created": 1607005297, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worryreview": { - "name": "worryreview", - "id": "756166195421511700", - "author": "164559223793909760", - "animated": false, - "created": 1600354469, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worryrich": { - "name": "worryrich", - "id": "741332256551075933", - "author": "336186693210210305", - "animated": false, - "created": 1596817783, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worryrik": { - "name": "worryrik", - "id": "687595596177211425", - "author": "422399591539802112", - "animated": true, - "created": 1584005965, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worryrun": { - "name": "worryrun", - "id": "656400957814341633", - "author": "167786416988749824", - "animated": true, - "created": 1576568583, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worryruysu": { - "name": "worryruysu", - "id": "757480030967300096", - "author": "410945454415544350", - "animated": false, - "created": 1600667712, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrys": { - "name": "worrys", - "id": "689654207028002915", - "author": "426573408508313600", - "animated": false, - "created": 1584496776, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrysadder": { - "name": "worrysadder", - "id": "676664582273499144", - "author": "167267224787222528", - "animated": true, - "created": 1581399808, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrysadgun": { - "name": "worrysadgun", - "id": "775152322812444682", - "author": "353109234201788427", - "animated": false, - "created": 1604881115, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrysadhug": { - "name": "worrysadhug", - "id": "683305551563849826", - "author": "281563194843987968", - "animated": false, - "created": 1582983138, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrysadpat": { - "name": "worrysadpat", - "id": "731265656984699014", - "author": "203208699500560385", - "animated": false, - "created": 1594417719, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrysaluda": { - "name": "worrysaluda", - "id": "672841517915701280", - "author": "234809955440394250", - "animated": true, - "created": 1580488318, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrysassy": { - "name": "worrysassy", - "id": "658261639854030870", - "author": "281563194843987968", - "animated": false, - "created": 1577012205, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrysee": { - "name": "worrysee", - "id": "722793668070604840", - "author": "282774540856328193", - "animated": false, - "created": 1592397839, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "WorrySepyer": { - "name": "WorrySepyer", - "id": "790001880214405150", - "author": "293107176355004416", - "animated": false, - "created": 1608421525, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worryshh": { - "name": "worryshh", - "id": "718456338715508867", - "author": "282774540856328193", - "animated": false, - "created": 1591363739, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worryshhh": { - "name": "worryshhh", - "id": "718455784840757309", - "author": "282774540856328193", - "animated": false, - "created": 1591363607, - "modified": 1591363725, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worryshrug": { - "name": "worryshrug", - "id": "739982388632748053", - "author": "182850025007742976", - "animated": false, - "created": 1596495949, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrysip": { - "name": "worrysip", - "id": "778757528313135104", - "author": "609791313847517223", - "animated": false, - "created": 1605740663, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrysit": { - "name": "worrysit", - "id": "694011528386576444", - "author": "509632626018091019", - "animated": false, - "created": 1585535642, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrySleep": { - "name": "worrySleep", - "id": "653677577428271160", - "author": "456872254744297492", - "animated": false, - "created": 1575919279, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrysmart": { - "name": "worrysmart", - "id": "725242751234342963", - "author": "412775919548235809", - "animated": false, - "created": 1592981746, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrysmarter": { - "name": "worrysmarter", - "id": "738964508030140487", - "author": "412775919548235809", - "animated": false, - "created": 1596253268, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrysmile": { - "name": "worrysmile", - "id": "630452663859019796", - "author": "239333423095742464", - "animated": false, - "created": 1570382028, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrysmile1": { - "name": "worrysmile1", - "id": "745348145776689192", - "author": "219512427513905153", - "animated": false, - "created": 1597775246, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrysstab": { - "name": "worrysstab", - "id": "739191484045197383", - "author": "73375128251011072", - "animated": true, - "created": 1596307383, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrystab": { - "name": "worrystab", - "id": "552191410770542602", - "author": "248555831866556446", - "animated": true, - "created": 1551723091, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrystare": { - "name": "worrystare", - "id": "719189256597405796", - "author": "353109234201788427", - "animated": false, - "created": 1591538480, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrystick": { - "name": "worrystick", - "id": "541717175904501821", - "author": "267568948944437248", - "animated": true, - "created": 1549225839, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrystonks": { - "name": "worrystonks", - "id": "728400180205846529", - "author": "412775919548235809", - "animated": false, - "created": 1593734536, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrysuicide": { - "name": "worrysuicide", - "id": "522186745023037450", - "author": "281251143139721226", - "animated": false, - "created": 1544569421, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrysweat": { - "name": "worrysweat", - "id": "546863399854931968", - "author": "256056872254177281", - "animated": true, - "created": 1550452794, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrytea": { - "name": "worrytea", - "id": "743499564127879261", - "author": "73375128251011072", - "animated": false, - "created": 1597334509, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrytf": { - "name": "worrytf", - "id": "699886850680291368", - "author": "239333423095742464", - "animated": false, - "created": 1586936428, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrythanos": { - "name": "worrythanos", - "id": "647441251322560538", - "author": "205929421444612097", - "animated": false, - "created": 1574432423, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrythink": { - "name": "worrythink", - "id": "745012564580106370", - "author": "670458394494238760", - "animated": false, - "created": 1597695237, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrythinkharder": { - "name": "worrythinkharder", - "id": "739919874608070688", - "author": "521325315276931083", - "animated": false, - "created": 1596481045, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrythinking": { - "name": "worrythinking", - "id": "769903299901390848", - "author": "756560517145034869", - "animated": false, - "created": 1603629650, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Worrythonk": { - "name": "Worrythonk", - "id": "726605396848148632", - "author": "294946270861328385", - "animated": false, - "created": 1593306626, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrytired": { - "name": "worrytired", - "id": "786081665054408744", - "author": "353109234201788427", - "animated": true, - "created": 1607486873, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrytiredofyourshit": { - "name": "worrytiredofyourshit", - "id": "786396256012468234", - "author": "353109234201788427", - "animated": true, - "created": 1607561878, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrytrain": { - "name": "worrytrain", - "id": "772633112383193088", - "author": "293107176355004416", - "animated": true, - "created": 1604280488, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrytrash": { - "name": "worrytrash", - "id": "732879946002726942", - "author": "239333423095742464", - "animated": false, - "created": 1594802595, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrytriggered": { - "name": "worrytriggered", - "id": "787036315790213180", - "author": "293107176355004416", - "animated": true, - "created": 1607714480, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worryuwu": { - "name": "worryuwu", - "id": "684334403429990488", - "author": "214777632947044352", - "animated": false, - "created": 1583228436, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worryveneco": { - "name": "worryveneco", - "id": "747118891859181628", - "author": "406308174497316865", - "animated": false, - "created": 1598197424, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worryvos": { - "name": "worryvos", - "id": "755779863641849886", - "author": "164559223793909760", - "animated": true, - "created": 1600262361, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worryvuotcu": { - "name": "worryvuotcu", - "id": "730792886848716920", - "author": "353186382384070656", - "animated": true, - "created": 1594305001, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrywave": { - "name": "worrywave", - "id": "750072637710925834", - "author": "670458394494238760", - "animated": true, - "created": 1598901652, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worryweird": { - "name": "worryweird", - "id": "568793207689838603", - "author": "267568948944437248", - "animated": false, - "created": 1555681268, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worryweirdtear": { - "name": "worryweirdtear", - "id": "786742686664228874", - "author": "353109234201788427", - "animated": false, - "created": 1607644473, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worryweirdtearfish": { - "name": "worryweirdtearfish", - "id": "786744012148178984", - "author": "353109234201788427", - "animated": false, - "created": 1607644789, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worryweirdtearier": { - "name": "worryweirdtearier", - "id": "786742948603363368", - "author": "353109234201788427", - "animated": false, - "created": 1607644536, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worryweirdteariest": { - "name": "worryweirdteariest", - "id": "786743199153651733", - "author": "353109234201788427", - "animated": false, - "created": 1607644595, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrywhale": { - "name": "worrywhale", - "id": "623454474110894080", - "author": "205929421444612097", - "animated": false, - "created": 1568713529, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrywhatever": { - "name": "worrywhatever", - "id": "599485560096030720", - "author": "205929421444612097", - "animated": false, - "created": 1562998895, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrywild": { - "name": "worrywild", - "id": "723640398794457208", - "author": "372176012357664768", - "animated": true, - "created": 1592599715, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrywink": { - "name": "worrywink", - "id": "726139629455016066", - "author": "400301748205387776", - "animated": false, - "created": 1593195578, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrywinkkms": { - "name": "worrywinkkms", - "id": "779875469305970718", - "author": "609791313847517223", - "animated": false, - "created": 1606007201, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrywoke": { - "name": "worrywoke", - "id": "719532274202312734", - "author": "245607870463213570", - "animated": false, - "created": 1591620262, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worryworry": { - "name": "worryworry", - "id": "566473495614193684", - "author": "203208699500560385", - "animated": false, - "created": 1555128206, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrywowhands": { - "name": "worrywowhands", - "id": "776585785897910272", - "author": "609791313847517223", - "animated": false, - "created": 1605222879, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worrywtf": { - "name": "worrywtf", - "id": "752919430664683661", - "author": "245668715067080704", - "animated": false, - "created": 1599580381, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worryxavy": { - "name": "worryxavy", - "id": "716295189672493146", - "author": "281563194843987968", - "animated": false, - "created": 1590848481, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worryyes": { - "name": "worryyes", - "id": "671295014151913494", - "author": "167267224787222528", - "animated": true, - "created": 1580119603, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "worryYou": { - "name": "worryYou", - "id": "741756008845672609", - "author": "377674842368901120", - "animated": false, - "created": 1596918813, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "WORRYYY": { - "name": "WORRYYY", - "id": "634381856560906250", - "author": "239333423095742464", - "animated": true, - "created": 1571318820, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wot": { - "name": "wot", - "id": "645455424837124096", - "author": "186174383348252672", - "animated": false, - "created": 1573958965, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wow": { - "name": "wow", - "id": "430696315681374208", - "author": "334027892625506304", - "animated": true, - "created": 1525387949, - "modified": 1533892040, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wowepika": { - "name": "wowepika", - "id": "782106295070621736", - "author": "690953891482828890", - "animated": true, - "created": 1606539071, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wow_fb": { - "name": "wow_fb", - "id": "783252068616896542", - "author": "496037931140513800", - "animated": false, - "created": 1606812245, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wowie": { - "name": "wowie", - "id": "786187675585347585", - "author": "676134602837852172", - "animated": true, - "created": 1607512148, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wowowow": { - "name": "wowowow", - "id": "782741288796946463", - "author": "748023719833894942", - "animated": false, - "created": 1606690466, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Wpeak": { - "name": "Wpeak", - "id": "789557386322509855", - "author": "568113558202875914", - "animated": false, - "created": 1608315550, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "w_porfis": { - "name": "w_porfis", - "id": "780896385762328626", - "author": "434521154745663488", - "animated": true, - "created": 1606250606, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "w_que": { - "name": "w_que", - "id": "780896431871361034", - "author": "434521154745663488", - "animated": true, - "created": 1606250617, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wr": { - "name": "wr", - "id": "550164123556642846", - "author": "508276261219598347", - "animated": true, - "created": 1551239748, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wreckless": { - "name": "wreckless", - "id": "767159408500146196", - "author": "209280535174971393", - "animated": false, - "created": 1602975456, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wrecklessaf": { - "name": "wrecklessaf", - "id": "782713567739904051", - "author": "425046879047385108", - "animated": true, - "created": 1606683856, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wrecklessfish": { - "name": "wrecklessfish", - "id": "780439150356070420", - "author": "353109234201788427", - "animated": false, - "created": 1606141593, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wrecklessfist": { - "name": "wrecklessfist", - "id": "782708443029962792", - "author": "425046879047385108", - "animated": false, - "created": 1606682634, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wrecklessier": { - "name": "wrecklessier", - "id": "780439085630095391", - "author": "353109234201788427", - "animated": false, - "created": 1606141578, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wrecklessiest": { - "name": "wrecklessiest", - "id": "780439116641861672", - "author": "353109234201788427", - "animated": false, - "created": 1606141585, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wrong": { - "name": "wrong", - "id": "777211399210401892", - "author": "246252979227721729", - "animated": false, - "created": 1605372037, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wrun": { - "name": "wrun", - "id": "737169484082708500", - "author": "264572972998721537", - "animated": true, - "created": 1595825301, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wry": { - "name": "wry", - "id": "723983186702499933", - "author": "584556882216353792", - "animated": true, - "created": 1592681442, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "w_sad": { - "name": "w_sad", - "id": "786948164719476748", - "author": "718818001633280071", - "animated": true, - "created": 1607693463, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "w_sheepgun1": { - "name": "w_sheepgun1", - "id": "786678750716493864", - "author": "718818001633280071", - "animated": false, - "created": 1607629230, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Wsip": { - "name": "Wsip", - "id": "789557360208248833", - "author": "568113558202875914", - "animated": false, - "created": 1608315544, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "w_smileyface": { - "name": "w_smileyface", - "id": "786949690737688597", - "author": "718818001633280071", - "animated": false, - "created": 1607693827, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wt": { - "name": "wt", - "id": "786749456938565632", - "author": "353109234201788427", - "animated": true, - "created": 1607646087, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "w_tantrum1": { - "name": "w_tantrum1", - "id": "786948136085880842", - "author": "718818001633280071", - "animated": true, - "created": 1607693456, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wtf": { - "name": "wtf", - "id": "416513653748269077", - "author": "236117734679773184", - "animated": true, - "created": 1525387949, - "modified": 1533892040, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wtfcat": { - "name": "wtfcat", - "id": "755235454718050396", - "author": "543673464700272660", - "animated": true, - "created": 1600132564, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wtfHD": { - "name": "wtfHD", - "id": "784551405150797865", - "author": "609791313847517223", - "animated": false, - "created": 1607122031, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wtfwhy": { - "name": "wtfwhy", - "id": "783187777139245086", - "author": "581699248568139776", - "animated": false, - "created": 1606796917, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wth": { - "name": "wth", - "id": "755057055647268894", - "author": "303963315061915648", - "animated": false, - "created": 1600090030, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wtl": { - "name": "wtl", - "id": "752242774837035140", - "author": "353109234201788427", - "animated": true, - "created": 1599419053, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wuamimir": { - "name": "wuamimir", - "id": "782488985774850088", - "author": "754517959417790494", - "animated": false, - "created": 1606630312, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Wumpus": { - "name": "Wumpus", - "id": "783791333012668476", - "author": "548781046775414794", - "animated": true, - "created": 1606940816, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wumpusblob": { - "name": "wumpusblob", - "id": "492049648777822208", - "author": "140516693242937345", - "animated": false, - "created": 1531976704, - "modified": 1556076011, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "wunder": { - "name": "wunder", - "id": "722089693151232010", - "author": "425046879047385108", - "animated": true, - "created": 1592229999, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wut": { - "name": "wut", - "id": "424561380897587210", - "author": "316771497014198272", - "animated": false, - "created": 1525387949, - "modified": 1533892040, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wut2": { - "name": "wut2", - "id": "761169065351839775", - "author": "528131226037518347", - "animated": false, - "created": 1601547247, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wutjk": { - "name": "wutjk", - "id": "752542949128011917", - "author": "718027484771385357", - "animated": false, - "created": 1599490620, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ww": { - "name": "ww", - "id": "768352706011070464", - "author": "677987166076272704", - "animated": true, - "created": 1603259960, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wwt": { - "name": "wwt", - "id": "786742750790811658", - "author": "353109234201788427", - "animated": false, - "created": 1607644488, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "www": { - "name": "www", - "id": "603578528230801413", - "author": "508901655174053940", - "animated": false, - "created": 1563974735, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "wy_ily": { - "name": "wy_ily", - "id": "782690002425348156", - "author": "627172517630574629", - "animated": false, - "created": 1606678240, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "x_angryfap": { - "name": "x_angryfap", - "id": "790109979172274176", - "author": "630828485417369620", - "animated": true, - "created": 1608447298, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "xaruchanpat": { - "name": "xaruchanpat", - "id": "782670766637580288", - "author": "739300261763350600", - "animated": true, - "created": 1606673652, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "xavydrops": { - "name": "xavydrops", - "id": "787697855867519007", - "author": "82270059786932224", - "animated": false, - "created": 1607872203, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "xbox": { - "name": "xbox", - "id": "752532131036528641", - "author": "400562016546455552", - "animated": false, - "created": 1599488041, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "xbox360": { - "name": "xbox360", - "id": "786061670069567499", - "author": "625137345061978145", - "animated": false, - "created": 1607482106, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "xchavos": { - "name": "xchavos", - "id": "765576924691955764", - "author": "512509857606139905", - "animated": false, - "created": 1602598162, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "x_cute": { - "name": "x_cute", - "id": "785741588331626526", - "author": "715606162224971898", - "animated": true, - "created": 1607405793, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "XD": { - "name": "XD", - "id": "414846464284557322", - "author": "285468988153135115", - "animated": false, - "created": 1525387949, - "modified": 1533892040, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Xdancefuckyou": { - "name": "Xdancefuckyou", - "id": "780896554403102750", - "author": "714241441077133343", - "animated": true, - "created": 1606250647, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "xDcalvo": { - "name": "xDcalvo", - "id": "781305123715547216", - "author": "771159748220944384", - "animated": false, - "created": 1606348057, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "xdcursed": { - "name": "xdcursed", - "id": "781938817263337482", - "author": "750874467915399250", - "animated": false, - "created": 1606499141, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "xdd": { - "name": "xdd", - "id": "659992870945554462", - "author": "631964191409963013", - "animated": false, - "created": 1577424962, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "XDDD": { - "name": "XDDD", - "id": "684042211616096331", - "author": "112471608865624064", - "animated": true, - "created": 1583158772, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "xdddd": { - "name": "xdddd", - "id": "701937880330666094", - "author": "418175999365349399", - "animated": false, - "created": 1587425432, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "XDDDDD": { - "name": "XDDDDD", - "id": "716737604363616317", - "author": "390156982730096640", - "animated": false, - "created": 1590953961, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "xdddddd": { - "name": "xdddddd", - "id": "729561285041324093", - "author": "415288664579506176", - "animated": false, - "created": 1594011365, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "xddx": { - "name": "xddx", - "id": "760160201079914527", - "author": "477167667992592414", - "animated": false, - "created": 1601306715, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "xdnt": { - "name": "xdnt", - "id": "701849389894860810", - "author": "479050732553895947", - "animated": false, - "created": 1587404334, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "XDoubt": { - "name": "XDoubt", - "id": "777211503232942081", - "author": "246252979227721729", - "animated": false, - "created": 1605372062, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "XDshini": { - "name": "XDshini", - "id": "769622695826423829", - "author": "314536284725051393", - "animated": false, - "created": 1603562749, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "XDXD": { - "name": "XDXD", - "id": "678747883247501350", - "author": "396034260089176086", - "animated": false, - "created": 1581896506, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "XDXDXD": { - "name": "XDXDXD", - "id": "696207829748416514", - "author": "614981743149318167", - "animated": false, - "created": 1586059281, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "x_FallGuys": { - "name": "x_FallGuys", - "id": "786154492789653505", - "author": "676134602837852172", - "animated": true, - "created": 1607504237, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "x_hnggg": { - "name": "x_hnggg", - "id": "780893743053275166", - "author": "519640139639685131", - "animated": false, - "created": 1606249976, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "xi": { - "name": "xi", - "id": "783809046913876039", - "author": "508004255974817802", - "animated": false, - "created": 1606945039, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "xianglingweird": { - "name": "xianglingweird", - "id": "775776038558236683", - "author": "209280535174971393", - "animated": false, - "created": 1605029820, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "xiao_smile": { - "name": "xiao_smile", - "id": "785617742748844053", - "author": "673394195905642506", - "animated": false, - "created": 1607376266, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "xiaotofu": { - "name": "xiaotofu", - "id": "774062890105569290", - "author": "328348458627104768", - "animated": false, - "created": 1604621374, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "xiaoweird": { - "name": "xiaoweird", - "id": "775776066387181608", - "author": "209280535174971393", - "animated": false, - "created": 1605029827, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "xien": { - "name": "xien", - "id": "768076906830102548", - "author": "330632340088815616", - "animated": false, - "created": 1603194204, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "xingquiweird": { - "name": "xingquiweird", - "id": "775776111128346714", - "author": "209280535174971393", - "animated": false, - "created": 1605029838, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "xmashat2": { - "name": "xmashat2", - "id": "786267898003980389", - "author": "559261533218144275", - "animated": false, - "created": 1607531275, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "xmasowoblob": { - "name": "xmasowoblob", - "id": "785946244861788220", - "author": "755134252642992158", - "animated": false, - "created": 1607454587, - "modified": 1607454790, - "preserve": false, - "description": "A variation of blobowo! Made by tiramisu_owl. (OvO)", - "nsfw": "SFW" - }, - "x_PatrickBoo": { - "name": "x_PatrickBoo", - "id": "784317714654167041", - "author": "713483831780573275", - "animated": false, - "created": 1607066315, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "x_PepePopcorn": { - "name": "x_PepePopcorn", - "id": "786154476632670222", - "author": "676134602837852172", - "animated": true, - "created": 1607504233, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "x_pewpew": { - "name": "x_pewpew", - "id": "784319273299345418", - "author": "713483831780573275", - "animated": true, - "created": 1607066686, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "xqcFuel": { - "name": "xqcFuel", - "id": "775216899956015114", - "author": "364295643784806410", - "animated": true, - "created": 1604896511, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "xqcK": { - "name": "xqcK", - "id": "745571354820214826", - "author": "315735207569260544", - "animated": false, - "created": 1597828463, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "xqcL": { - "name": "xqcL", - "id": "768390777242910731", - "author": "270645096758640641", - "animated": true, - "created": 1603269037, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "xshake2": { - "name": "xshake2", - "id": "785258525374414939", - "author": "611671335072170031", - "animated": true, - "created": 1607290621, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "x_susasf": { - "name": "x_susasf", - "id": "784319337891758100", - "author": "713483831780573275", - "animated": false, - "created": 1607066702, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "xt_mad": { - "name": "xt_mad", - "id": "783972249379799080", - "author": "168266188432867328", - "animated": false, - "created": 1606983949, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "xtmad": { - "name": "xtmad", - "id": "783977440078200832", - "author": "168266188432867328", - "animated": false, - "created": 1606985187, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "xuan": { - "name": "xuan", - "id": "788175652359897098", - "author": "239022129507467264", - "animated": true, - "created": 1607986119, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Xurkitree": { - "name": "Xurkitree", - "id": "776184071541882990", - "author": "657032893172023363", - "animated": true, - "created": 1605127103, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "x_Verifed_Check": { - "name": "x_Verifed_Check", - "id": "782884496478830613", - "author": "683736512776372266", - "animated": true, - "created": 1606724609, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "xx": { - "name": "xx", - "id": "768561394966331414", - "author": "449000414151573504", - "animated": true, - "created": 1603309715, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "XXX": { - "name": "XXX", - "id": "772497531208728578", - "author": "751061424318578772", - "animated": true, - "created": 1604248163, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "xzcatpaws2": { - "name": "xzcatpaws2", - "id": "782450868028571688", - "author": "733110185987407893", - "animated": true, - "created": 1606621224, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "xzcatyesvibe": { - "name": "xzcatyesvibe", - "id": "782450842552500246", - "author": "733110185987407893", - "animated": true, - "created": 1606621218, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Y_": { - "name": "Y_", - "id": "771108464465936424", - "author": "305502173163421699", - "animated": false, - "created": 1603916984, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "y2": { - "name": "y2", - "id": "784046669775241236", - "author": "598650793389850644", - "animated": false, - "created": 1607001693, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "y7": { - "name": "y7", - "id": "788398643647873034", - "author": "715373648520806432", - "animated": true, - "created": 1608039284, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ya": { - "name": "ya", - "id": "684790545796956162", - "author": "375885129228484618", - "animated": false, - "created": 1583337189, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "YAAA": { - "name": "YAAA", - "id": "785719477580595210", - "author": "750498378466459738", - "animated": false, - "created": 1607400521, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "yaaasqueen": { - "name": "yaaasqueen", - "id": "782742280398307358", - "author": "748023719833894942", - "animated": false, - "created": 1606690702, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "YAAYGranola": { - "name": "YAAYGranola", - "id": "787883669175795722", - "author": "774910032084205568", - "animated": true, - "created": 1607916505, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "yaayyy": { - "name": "yaayyy", - "id": "782741279280201768", - "author": "748023719833894942", - "animated": false, - "created": 1606690463, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "yabai": { - "name": "yabai", - "id": "784364055787077673", - "author": "279223421940924416", - "animated": false, - "created": 1607077363, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "y_ablobmeltsoblove": { - "name": "y_ablobmeltsoblove", - "id": "786590885222940733", - "author": "745373578664476892", - "animated": true, - "created": 1607608281, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "yaff": { - "name": "yaff", - "id": "589898618505396294", - "author": "417138170430357524", - "animated": false, - "created": 1560713190, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "yagooApproves": { - "name": "yagooApproves", - "id": "788499155239960576", - "author": "779797170961252372", - "animated": false, - "created": 1608063248, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "yai": { - "name": "yai", - "id": "634846926235369493", - "author": "467098286642167819", - "animated": false, - "created": 1571429702, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Yakult": { - "name": "Yakult", - "id": "527244978896896000", - "author": "435890484515176449", - "animated": false, - "created": 1545775398, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "yamame_tranki": { - "name": "yamame_tranki", - "id": "748027297600241694", - "author": "620744223267749888", - "animated": false, - "created": 1598414005, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "YAMERO": { - "name": "YAMERO", - "id": "685740377965068294", - "author": "461973082333118464", - "animated": false, - "created": 1583563646, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "yamete": { - "name": "yamete", - "id": "695751353775030344", - "author": "461818566510116895", - "animated": true, - "created": 1585950449, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "yametekudasai": { - "name": "yametekudasai", - "id": "691367451140554862", - "author": "610238556006383825", - "animated": false, - "created": 1584905245, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Yandere_knife": { - "name": "Yandere_knife", - "id": "777593572077469726", - "author": "516321078339960864", - "animated": false, - "created": 1605463154, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "yareyare": { - "name": "yareyare", - "id": "602952781812465683", - "author": "315316016731127812", - "animated": false, - "created": 1563825545, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "yash": { - "name": "yash", - "id": "787341846144745503", - "author": "569937267012010015", - "animated": false, - "created": 1607787324, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "yasuo": { - "name": "yasuo", - "id": "776469902672003152", - "author": "752570073021022248", - "animated": false, - "created": 1605195251, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "yaveo": { - "name": "yaveo", - "id": "789641826939699221", - "author": "751593322669408268", - "animated": false, - "created": 1608335682, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "yaves": { - "name": "yaves", - "id": "761363589784403988", - "author": "472115219100073986", - "animated": false, - "created": 1601593625, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "yawn": { - "name": "yawn", - "id": "717741306855686246", - "author": "372172599788044309", - "animated": false, - "created": 1591193262, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "yay": { - "name": "yay", - "id": "420158111303860225", - "author": "166648571033157643", - "animated": false, - "created": 1525387949, - "modified": 1533892040, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "yay02": { - "name": "yay02", - "id": "777544414666162206", - "author": "756368101788090420", - "animated": true, - "created": 1605451434, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "yay2": { - "name": "yay2", - "id": "709955781969182771", - "author": "371341644131336199", - "animated": false, - "created": 1589337048, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "yaya": { - "name": "yaya", - "id": "781116169712173097", - "author": "551841613006110731", - "animated": true, - "created": 1606303007, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "yay_aphr": { - "name": "yay_aphr", - "id": "781815009847279647", - "author": "586886106289668127", - "animated": false, - "created": 1606469623, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "yaysantasnow": { - "name": "yaysantasnow", - "id": "787406842161922079", - "author": "428380699163099147", - "animated": true, - "created": 1607802820, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Yayy": { - "name": "Yayy", - "id": "758062053104549978", - "author": "718841556852932670", - "animated": true, - "created": 1600806477, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "yblushii_plushie1": { - "name": "yblushii_plushie1", - "id": "786948632477171773", - "author": "718818001633280071", - "animated": false, - "created": 1607693574, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "yblushii_plushie3": { - "name": "yblushii_plushie3", - "id": "786948620326010881", - "author": "718818001633280071", - "animated": true, - "created": 1607693572, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "yblushii_teacake": { - "name": "yblushii_teacake", - "id": "786948647467876363", - "author": "718818001633280071", - "animated": true, - "created": 1607693578, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "y_bow": { - "name": "y_bow", - "id": "786678482352078918", - "author": "718818001633280071", - "animated": false, - "created": 1607629166, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "y_catJAM": { - "name": "y_catJAM", - "id": "789950133655044096", - "author": "371951729790418944", - "animated": true, - "created": 1608409188, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "y_dogeleave": { - "name": "y_dogeleave", - "id": "766499793438507029", - "author": "433099839274745876", - "animated": true, - "created": 1602818191, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ye": { - "name": "ye", - "id": "709996053516255314", - "author": "375440661115305985", - "animated": false, - "created": 1589346650, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "yea": { - "name": "yea", - "id": "771973903710289931", - "author": "334059233144340480", - "animated": true, - "created": 1604123321, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "yeaaa": { - "name": "yeaaa", - "id": "786156015820341259", - "author": "676134602837852172", - "animated": false, - "created": 1607504600, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "yeah": { - "name": "yeah", - "id": "506575262872502292", - "author": "173802451437223938", - "animated": false, - "created": 1540847364, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Yeah_": { - "name": "Yeah_", - "id": "783178620167389215", - "author": "242691348560478209", - "animated": false, - "created": 1606794734, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "YeahUmYesUm": { - "name": "YeahUmYesUm", - "id": "780885437160882177", - "author": "398627949756022796", - "animated": true, - "created": 1606247996, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "yeahyupyupyepyepyupmhmyeah": { - "name": "yeahyupyupyepyepyupmhmyeah", - "id": "787794732368658453", - "author": "738562032374251652", - "animated": true, - "created": 1607895300, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "yeaok": { - "name": "yeaok", - "id": "787480898861924433", - "author": "402042123886657536", - "animated": false, - "created": 1607820477, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "yeboi": { - "name": "yeboi", - "id": "781641377162854420", - "author": "209280535174971393", - "animated": false, - "created": 1606428226, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "yee": { - "name": "yee", - "id": "781671647811600405", - "author": "637658508950765569", - "animated": false, - "created": 1606435443, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "yeee": { - "name": "yeee", - "id": "755632245758361631", - "author": "654867398096191518", - "animated": false, - "created": 1600227166, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "YEEEEE": { - "name": "YEEEEE", - "id": "765218618186792990", - "author": "291213311293390848", - "animated": true, - "created": 1602512735, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "yeei": { - "name": "yeei", - "id": "784898418073141258", - "author": "257252090642956288", - "animated": false, - "created": 1607204765, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "yeet": { - "name": "yeet", - "id": "414223493165613059", - "author": "150404421099061250", - "animated": false, - "created": 1525387949, - "modified": 1533892040, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "yehaw": { - "name": "yehaw", - "id": "777026115717955604", - "author": "466061790627889167", - "animated": false, - "created": 1605327862, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "yei": { - "name": "yei", - "id": "664850344433418261", - "author": "508054192758194176", - "animated": true, - "created": 1578583074, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "yeii": { - "name": "yeii", - "id": "767641703301382184", - "author": "356267162148798465", - "animated": false, - "created": 1603090444, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "yellow": { - "name": "yellow", - "id": "777665388166512650", - "author": "430223891101777921", - "animated": true, - "created": 1605480276, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "yellowbflies_love": { - "name": "yellowbflies_love", - "id": "787462314605543464", - "author": "545480236939214861", - "animated": false, - "created": 1607816046, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "YellowFlame": { - "name": "YellowFlame", - "id": "788976636464857088", - "author": "274682366784700416", - "animated": true, - "created": 1608177088, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "YellowTemperance_": { - "name": "YellowTemperance_", - "id": "790096350997774377", - "author": "242691348560478209", - "animated": true, - "created": 1608444049, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "yendo": { - "name": "yendo", - "id": "712383304799879179", - "author": "396034260089176086", - "animated": false, - "created": 1589915815, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "yengec_aphr": { - "name": "yengec_aphr", - "id": "781815032794447922", - "author": "586886106289668127", - "animated": false, - "created": 1606469629, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "yep": { - "name": "yep", - "id": "696045319086931978", - "author": "412040521427582986", - "animated": false, - "created": 1586020536, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "yermy": { - "name": "yermy", - "id": "785936334120026132", - "author": "396034260089176086", - "animated": true, - "created": 1607452224, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "yert": { - "name": "yert", - "id": "614199225613287579", - "author": "376012343777427457", - "animated": false, - "created": 1566506906, - "modified": 1568557612, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "Yes": { - "name": "Yes", - "id": "440580777177251840", - "author": "318108577816379412", - "animated": false, - "created": 1525387949, - "modified": 1549559283, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "yes2": { - "name": "yes2", - "id": "704949848390238229", - "author": "676324374579642388", - "animated": false, - "created": 1588143541, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "yescat": { - "name": "yescat", - "id": "788757471997067275", - "author": "510204197728288777", - "animated": true, - "created": 1608124835, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "YesChad": { - "name": "YesChad", - "id": "789564949961244793", - "author": "496037931140513800", - "animated": false, - "created": 1608317353, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "yesfish": { - "name": "yesfish", - "id": "769633674218962944", - "author": "466410686411702273", - "animated": false, - "created": 1603565367, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "yeshoney": { - "name": "yeshoney", - "id": "699840403137888256", - "author": "270343119902474240", - "animated": false, - "created": 1586925354, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "yesSign": { - "name": "yesSign", - "id": "492049681489068073", - "author": "140516693242937345", - "animated": false, - "created": 1525387949, - "modified": 1537384202, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "yesyes": { - "name": "yesyes", - "id": "660900763593211915", - "author": "455047938507407371", - "animated": true, - "created": 1577641421, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "yey": { - "name": "yey", - "id": "682015757327925263", - "author": "658269515783864320", - "animated": false, - "created": 1582675627, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "yeye": { - "name": "yeye", - "id": "757880346682327091", - "author": "382494390922248202", - "animated": true, - "created": 1600763155, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Yiff": { - "name": "Yiff", - "id": "744242589678698567", - "author": "651173629567959070", - "animated": false, - "created": 1597511660, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "yikes": { - "name": "yikes", - "id": "565628376036016134", - "author": "376162092882853900", - "animated": false, - "created": 1554926713, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "yikesb": { - "name": "yikesb", - "id": "748107715401744394", - "author": "266845673176039424", - "animated": false, - "created": 1598433178, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "yippie": { - "name": "yippie", - "id": "783504538593394698", - "author": "125464542791729152", - "animated": true, - "created": 1606872438, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "yisuskirbo": { - "name": "yisuskirbo", - "id": "756978392695439481", - "author": "653806638695710721", - "animated": false, - "created": 1600548112, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "y_kissme": { - "name": "y_kissme", - "id": "784317664625295380", - "author": "713483831780573275", - "animated": true, - "created": 1607066303, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ym": { - "name": "ym", - "id": "526943249948999690", - "author": "508276261219598347", - "animated": false, - "created": 1545703461, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "yo": { - "name": "yo", - "id": "659122644318158889", - "author": "641738990084685866", - "animated": false, - "created": 1577217484, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "yoaichi": { - "name": "yoaichi", - "id": "748381810312085505", - "author": "293107176355004416", - "animated": false, - "created": 1598498527, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "yobestgirl": { - "name": "yobestgirl", - "id": "788850500983324723", - "author": "293107176355004416", - "animated": false, - "created": 1608147015, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "yochitoge": { - "name": "yochitoge", - "id": "786648707701145670", - "author": "293107176355004416", - "animated": false, - "created": 1607622067, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "yodab": { - "name": "yodab", - "id": "788389954199486464", - "author": "306899302159089684", - "animated": false, - "created": 1608037212, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "yodasip": { - "name": "yodasip", - "id": "786152304982229013", - "author": "676134602837852172", - "animated": true, - "created": 1607503715, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "yoga": { - "name": "yoga", - "id": "771790074010402836", - "author": "226339499523702785", - "animated": false, - "created": 1604079492, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "yoirl": { - "name": "yoirl", - "id": "769629339405778964", - "author": "739936426799661086", - "animated": false, - "created": 1603564333, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "yonishizawa": { - "name": "yonishizawa", - "id": "788847416454414357", - "author": "293107176355004416", - "animated": false, - "created": 1608146280, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "yonoaichi": { - "name": "yonoaichi", - "id": "755598665078407239", - "author": "293107176355004416", - "animated": false, - "created": 1600219160, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "yonuarabe": { - "name": "yonuarabe", - "id": "790038272553517056", - "author": "727283870461984839", - "animated": false, - "created": 1608430202, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "yooo": { - "name": "yooo", - "id": "783880625702305792", - "author": "697542753449672775", - "animated": true, - "created": 1606962105, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "yoquese": { - "name": "yoquese", - "id": "787725587699204108", - "author": "586219689466658816", - "animated": false, - "created": 1607878815, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "yora": { - "name": "yora", - "id": "576916356314693632", - "author": "269206837306327042", - "animated": false, - "created": 1557617978, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "yordle": { - "name": "yordle", - "id": "782643243111809064", - "author": "344313085730750464", - "animated": false, - "created": 1606667090, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "yorevel": { - "name": "yorevel", - "id": "782443787812077609", - "author": "293107176355004416", - "animated": false, - "created": 1606619536, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "yoron": { - "name": "yoron", - "id": "620686712716132362", - "author": "343239064918687745", - "animated": false, - "created": 1549053989, - "modified": 1568058656, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "yosh": { - "name": "yosh", - "id": "775785018861158430", - "author": "370757129268887553", - "animated": true, - "created": 1605031962, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "yoshi": { - "name": "yoshi", - "id": "642173081670123561", - "author": "587270287633022998", - "animated": false, - "created": 1573176393, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "yoshiban": { - "name": "yoshiban", - "id": "761011399706542120", - "author": "305077303849779201", - "animated": true, - "created": 1601509656, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "yoshidewottmamadaepico": { - "name": "yoshidewottmamadaepico", - "id": "788903453610606612", - "author": "640273123165470720", - "animated": false, - "created": 1608159640, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "yoshigordo": { - "name": "yoshigordo", - "id": "775457554025152533", - "author": "453303780449189888", - "animated": false, - "created": 1604953888, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "yoshiknife": { - "name": "yoshiknife", - "id": "773610272966574110", - "author": "359713607635697664", - "animated": false, - "created": 1604513462, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "you": { - "name": "you", - "id": "699666917564350464", - "author": "287711579749744642", - "animated": false, - "created": 1586883992, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "youbad": { - "name": "youbad", - "id": "610697396640284693", - "author": "369138668050317312", - "animated": false, - "created": 1565672005, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "youclown": { - "name": "youclown", - "id": "782872834522349580", - "author": "749094526655791224", - "animated": true, - "created": 1606721828, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "youknow": { - "name": "youknow", - "id": "492049687822729216", - "author": "433122997071642624", - "animated": true, - "created": 1530350023, - "modified": 1537384204, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "youmu": { - "name": "youmu", - "id": "708582397586702356", - "author": "511549289558966285", - "animated": true, - "created": 1589009608, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "youngsta": { - "name": "youngsta", - "id": "780885268713963610", - "author": "398627949756022796", - "animated": true, - "created": 1606247956, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "yourcute": { - "name": "yourcute", - "id": "782343993639043082", - "author": "520730446259290122", - "animated": true, - "created": 1606595743, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Youre_here": { - "name": "Youre_here", - "id": "784438485557837834", - "author": "711751154119475291", - "animated": false, - "created": 1607095109, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Yourmom": { - "name": "Yourmom", - "id": "762348449496563792", - "author": "373808146663079936", - "animated": true, - "created": 1601828434, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "yourpower": { - "name": "yourpower", - "id": "774297033166553118", - "author": "485868607989874728", - "animated": false, - "created": 1604677198, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "youtried": { - "name": "youtried", - "id": "613055114256842753", - "author": "425046879047385108", - "animated": false, - "created": 1566234129, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "youtried10": { - "name": "youtried10", - "id": "787803592194392095", - "author": "353109234201788427", - "animated": false, - "created": 1607897413, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "youtried11": { - "name": "youtried11", - "id": "787803710399053825", - "author": "353109234201788427", - "animated": false, - "created": 1607897441, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "youtried12": { - "name": "youtried12", - "id": "787803746197307393", - "author": "353109234201788427", - "animated": false, - "created": 1607897449, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "youtried13": { - "name": "youtried13", - "id": "787803774588026902", - "author": "353109234201788427", - "animated": false, - "created": 1607897456, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "youtried14": { - "name": "youtried14", - "id": "787803792979918858", - "author": "353109234201788427", - "animated": false, - "created": 1607897461, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "youtried15": { - "name": "youtried15", - "id": "787803821035225109", - "author": "353109234201788427", - "animated": false, - "created": 1607897467, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "youtried16": { - "name": "youtried16", - "id": "787803847229571112", - "author": "353109234201788427", - "animated": false, - "created": 1607897473, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "youtried17": { - "name": "youtried17", - "id": "787803868519596062", - "author": "353109234201788427", - "animated": false, - "created": 1607897479, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "youtried18": { - "name": "youtried18", - "id": "787803896725635113", - "author": "353109234201788427", - "animated": false, - "created": 1607897485, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "youtried19": { - "name": "youtried19", - "id": "787803928527634452", - "author": "353109234201788427", - "animated": false, - "created": 1607897493, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "youtried2": { - "name": "youtried2", - "id": "787803132519514163", - "author": "353109234201788427", - "animated": false, - "created": 1607897303, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "youtried20": { - "name": "youtried20", - "id": "787803947694948373", - "author": "353109234201788427", - "animated": false, - "created": 1607897497, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "youtried3": { - "name": "youtried3", - "id": "787803350212411422", - "author": "353109234201788427", - "animated": false, - "created": 1607897355, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "youtried4": { - "name": "youtried4", - "id": "787803372019384322", - "author": "353109234201788427", - "animated": false, - "created": 1607897360, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "youtried5": { - "name": "youtried5", - "id": "787803401097838673", - "author": "353109234201788427", - "animated": false, - "created": 1607897367, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "youtried6": { - "name": "youtried6", - "id": "787803478323101718", - "author": "353109234201788427", - "animated": false, - "created": 1607897386, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "youtried7": { - "name": "youtried7", - "id": "787803518652121099", - "author": "353109234201788427", - "animated": false, - "created": 1607897395, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "youtried8": { - "name": "youtried8", - "id": "787803542357671966", - "author": "353109234201788427", - "animated": false, - "created": 1607897401, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "youtried9": { - "name": "youtried9", - "id": "787803568555819019", - "author": "353109234201788427", - "animated": false, - "created": 1607897407, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "YouTube": { - "name": "YouTube", - "id": "440834872664391690", - "author": "396741599075368971", - "animated": false, - "created": 1525387949, - "modified": 1533892040, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "youu": { - "name": "youu", - "id": "789184258773745674", - "author": "704662972739616809", - "animated": false, - "created": 1608226589, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "yoWTF": { - "name": "yoWTF", - "id": "788498646354231357", - "author": "779797170961252372", - "animated": true, - "created": 1608063127, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ypain": { - "name": "ypain", - "id": "788398626069151764", - "author": "715373648520806432", - "animated": false, - "created": 1608039280, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "yqb_dance3": { - "name": "yqb_dance3", - "id": "786156041117237340", - "author": "676134602837852172", - "animated": true, - "created": 1607504606, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "yrrowyrrow": { - "name": "yrrowyrrow", - "id": "782466843029274665", - "author": "257252090642956288", - "animated": false, - "created": 1606625033, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "yu": { - "name": "yu", - "id": "790038891851415572", - "author": "379360814567522304", - "animated": false, - "created": 1608430350, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "yuca": { - "name": "yuca", - "id": "768541909047574558", - "author": "316209084208644096", - "animated": false, - "created": 1603305070, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "yug": { - "name": "yug", - "id": "790038427529379850", - "author": "379360814567522304", - "animated": false, - "created": 1608430239, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "yuh": { - "name": "yuh", - "id": "782741245428629505", - "author": "748023719833894942", - "animated": false, - "created": 1606690455, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "yuhyupp": { - "name": "yuhyupp", - "id": "782773564432318484", - "author": "748023719833894942", - "animated": false, - "created": 1606698161, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "yui_cry": { - "name": "yui_cry", - "id": "787429217343242270", - "author": "522155526478364675", - "animated": true, - "created": 1607808155, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "yukarispin": { - "name": "yukarispin", - "id": "691826071213047839", - "author": "511549289558966285", - "animated": true, - "created": 1585014588, - "modified": 1585015813, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "yuli_wave": { - "name": "yuli_wave", - "id": "780896442679033857", - "author": "760975697392173067", - "animated": true, - "created": 1606250620, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "yum": { - "name": "yum", - "id": "786644799087575080", - "author": "676134602837852172", - "animated": true, - "created": 1607621135, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "yummy": { - "name": "yummy", - "id": "730212071685357648", - "author": "574870314928832533", - "animated": false, - "created": 1594166524, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "yungmoney": { - "name": "yungmoney", - "id": "785151252211433512", - "author": "359349369528516618", - "animated": true, - "created": 1607265046, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "yuno": { - "name": "yuno", - "id": "730907923571671071", - "author": "466061790627889167", - "animated": false, - "created": 1594332428, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "YunoGunsai": { - "name": "YunoGunsai", - "id": "788398104285675530", - "author": "715373648520806432", - "animated": true, - "created": 1608039155, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "yunoshoot": { - "name": "yunoshoot", - "id": "783293279688327169", - "author": "525009535950389268", - "animated": true, - "created": 1606822070, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "yup": { - "name": "yup", - "id": "768118171789426785", - "author": "468151183534718981", - "animated": true, - "created": 1603204043, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "yupofcourse": { - "name": "yupofcourse", - "id": "782773549039484959", - "author": "748023719833894942", - "animated": false, - "created": 1606698157, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "yuri": { - "name": "yuri", - "id": "703596245381283930", - "author": "600878457886474251", - "animated": false, - "created": 1587820817, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "YuriSA": { - "name": "YuriSA", - "id": "780663765875818506", - "author": "657816857935609867", - "animated": false, - "created": 1606195145, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Yuriwoke": { - "name": "Yuriwoke", - "id": "780669446372720640", - "author": "657816857935609867", - "animated": false, - "created": 1606196500, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "yuu": { - "name": "yuu", - "id": "726253621578170488", - "author": "469350267989786624", - "animated": false, - "created": 1593222756, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "yuukaout": { - "name": "yuukaout", - "id": "771862742482812938", - "author": "378997333402320896", - "animated": true, - "created": 1604096819, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "yuyudance": { - "name": "yuyudance", - "id": "683032620669337627", - "author": "97378713980641280", - "animated": true, - "created": 1582918067, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "yuyukodance": { - "name": "yuyukodance", - "id": "773362839129292840", - "author": "739936426799661086", - "animated": true, - "created": 1604454469, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "yuyuuuu": { - "name": "yuyuuuu", - "id": "766814858334306324", - "author": "739936426799661086", - "animated": false, - "created": 1602893309, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ywelcome5": { - "name": "ywelcome5", - "id": "764213027636641842", - "author": "666980714608197643", - "animated": true, - "created": 1602272984, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ywelcome6": { - "name": "ywelcome6", - "id": "764212862406361089", - "author": "666980714608197643", - "animated": true, - "created": 1602272944, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "yy_heartsorange": { - "name": "yy_heartsorange", - "id": "784460586368761856", - "author": "608814748620029964", - "animated": true, - "created": 1607100378, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "yy_heartsorange1": { - "name": "yy_heartsorange1", - "id": "784460684535660604", - "author": "608814748620029964", - "animated": true, - "created": 1607100401, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "yy_orangee": { - "name": "yy_orangee", - "id": "784460803930587178", - "author": "608814748620029964", - "animated": true, - "created": 1607100430, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "z1": { - "name": "z1", - "id": "787132499696156682", - "author": "220193241402703872", - "animated": true, - "created": 1607737412, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Z_30": { - "name": "Z_30", - "id": "788713119887130624", - "author": "452012931027173379", - "animated": false, - "created": 1608114261, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "zacharie": { - "name": "zacharie", - "id": "782741394342281267", - "author": "748023719833894942", - "animated": false, - "created": 1606690491, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "zadance": { - "name": "zadance", - "id": "722678428385673256", - "author": "653806638695710721", - "animated": true, - "created": 1592370364, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "zahando": { - "name": "zahando", - "id": "765976438129557517", - "author": "440287710377148426", - "animated": true, - "created": 1602693414, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "zai": { - "name": "zai", - "id": "769908893098442782", - "author": "425046879047385108", - "animated": false, - "created": 1603630984, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "zaloudo": { - "name": "zaloudo", - "id": "785661985743568936", - "author": "209280535174971393", - "animated": false, - "created": 1607386814, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "zapador": { - "name": "zapador", - "id": "784853153945616394", - "author": "293107176355004416", - "animated": false, - "created": 1607193973, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "zapato": { - "name": "zapato", - "id": "784344856470093835", - "author": "431225704563081216", - "animated": false, - "created": 1607072786, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "zasko2": { - "name": "zasko2", - "id": "766133530869891072", - "author": "469162062086537226", - "animated": false, - "created": 1602730867, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "zawarudo": { - "name": "zawarudo", - "id": "553270069094907944", - "author": "110966611048960000", - "animated": true, - "created": 1551980263, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "zawarudo2": { - "name": "zawarudo2", - "id": "776632352297582622", - "author": "351853576571846676", - "animated": true, - "created": 1605233982, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "zawarudo_ora": { - "name": "zawarudo_ora", - "id": "789431018078732331", - "author": "764963344317677609", - "animated": true, - "created": 1608285421, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Zball": { - "name": "Zball", - "id": "784852945141366784", - "author": "544012397623377930", - "animated": false, - "created": 1607193924, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "zblackaurora": { - "name": "zblackaurora", - "id": "788396903863549980", - "author": "715373648520806432", - "animated": false, - "created": 1608038869, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "zcircle": { - "name": "zcircle", - "id": "783160825744457738", - "author": "735451912291483689", - "animated": false, - "created": 1606790491, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "z_dash": { - "name": "z_dash", - "id": "788732672692322355", - "author": "721415443700514847", - "animated": false, - "created": 1608118923, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ZelDance": { - "name": "ZelDance", - "id": "788723739566931978", - "author": "497766788549836810", - "animated": true, - "created": 1608116793, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "zenko": { - "name": "zenko", - "id": "784340489666691093", - "author": "431225704563081216", - "animated": false, - "created": 1607071745, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "zenko1": { - "name": "zenko1", - "id": "784341099279679518", - "author": "431225704563081216", - "animated": false, - "created": 1607071890, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "zero": { - "name": "zero", - "id": "789671828943142913", - "author": "434852481693122570", - "animated": false, - "created": 1608342835, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "zerohmm": { - "name": "zerohmm", - "id": "779100765725655040", - "author": "569937267012010015", - "animated": true, - "created": 1605822497, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "zerojump": { - "name": "zerojump", - "id": "786151788188401675", - "author": "676134602837852172", - "animated": true, - "created": 1607503592, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "zerotwo": { - "name": "zerotwo", - "id": "684381697738932239", - "author": "637777592103075840", - "animated": true, - "created": 1583239712, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ZeroTwo_": { - "name": "ZeroTwo_", - "id": "790096093282304010", - "author": "242691348560478209", - "animated": false, - "created": 1608443988, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ZeroTwoThinking": { - "name": "ZeroTwoThinking", - "id": "783881702191661088", - "author": "697542753449672775", - "animated": false, - "created": 1606962361, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "zFE_mocha": { - "name": "zFE_mocha", - "id": "786590378311811122", - "author": "745373578664476892", - "animated": false, - "created": 1607608160, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "zhong": { - "name": "zhong", - "id": "773579875026075648", - "author": "328348458627104768", - "animated": false, - "created": 1604506214, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "zhonglibrows": { - "name": "zhonglibrows", - "id": "787993739242635294", - "author": "304413971350552588", - "animated": true, - "created": 1607942747, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "zhonglidong": { - "name": "zhonglidong", - "id": "789833549201014825", - "author": "304413971350552588", - "animated": true, - "created": 1608381392, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "zhonglithink": { - "name": "zhonglithink", - "id": "773257523398574091", - "author": "112471608865624064", - "animated": false, - "created": 1604429360, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "zhongliweird": { - "name": "zhongliweird", - "id": "775776149011300433", - "author": "209280535174971393", - "animated": false, - "created": 1605029847, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ZhongliWhat": { - "name": "ZhongliWhat", - "id": "764738967526047764", - "author": "210908183160553473", - "animated": false, - "created": 1602398378, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "zi": { - "name": "zi", - "id": "703263021623017473", - "author": "675466718994497538", - "animated": false, - "created": 1587741370, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Zirkongasm": { - "name": "Zirkongasm", - "id": "783344708067131474", - "author": "521802133796945962", - "animated": false, - "created": 1606834332, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "zirkonmamado": { - "name": "zirkonmamado", - "id": "784982122359816233", - "author": "213367124608024577", - "animated": false, - "created": 1607224722, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "z_kissykissy": { - "name": "z_kissykissy", - "id": "773381750889775125", - "author": "736497741697646653", - "animated": true, - "created": 1604458978, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "zkn": { - "name": "zkn", - "id": "788398595438542880", - "author": "715373648520806432", - "animated": false, - "created": 1608039273, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "z_lmao": { - "name": "z_lmao", - "id": "786156029040787467", - "author": "676134602837852172", - "animated": false, - "created": 1607504603, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "z_MagikWorry": { - "name": "z_MagikWorry", - "id": "786154455170809867", - "author": "676134602837852172", - "animated": true, - "created": 1607504228, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "zmey": { - "name": "zmey", - "id": "789832929366638612", - "author": "540565311645024267", - "animated": false, - "created": 1608381244, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "zmk": { - "name": "zmk", - "id": "788398583900536862", - "author": "715373648520806432", - "animated": false, - "created": 1608039270, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "zoom": { - "name": "zoom", - "id": "509098466543403030", - "author": "219567184089841664", - "animated": false, - "created": 1541448956, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "zoomeyes": { - "name": "zoomeyes", - "id": "508821540645896192", - "author": "140516693242937345", - "animated": false, - "created": 1541382930, - "modified": 1541382944, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "zoop": { - "name": "zoop", - "id": "492049709112754197", - "author": "219567184089841664", - "animated": false, - "created": 1536635198, - "modified": 1537384209, - "preserve": true, - "description": null, - "nsfw": "SFW" - }, - "zorgen": { - "name": "zorgen", - "id": "639600695363895297", - "author": "336237235936428034", - "animated": false, - "created": 1572563089, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "zorgie": { - "name": "zorgie", - "id": "570387367618150400", - "author": "336237235936428034", - "animated": false, - "created": 1556061345, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "zorgiegun": { - "name": "zorgiegun", - "id": "787073743914270782", - "author": "83845846474424320", - "animated": false, - "created": 1607723403, - "modified": 1607726687, - "preserve": false, - "description": null, - "nsfw": "MOD_NSFW" - }, - "zoro_pat": { - "name": "zoro_pat", - "id": "786585946752679967", - "author": "538581356641517568", - "animated": true, - "created": 1607607103, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "zorra2": { - "name": "zorra2", - "id": "786259559877574696", - "author": "750794811224752160", - "animated": false, - "created": 1607529287, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "zorritosquare": { - "name": "zorritosquare", - "id": "788918519684268063", - "author": "457800274887573515", - "animated": false, - "created": 1608163232, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ZorritoXD": { - "name": "ZorritoXD", - "id": "694998567592657016", - "author": "371728916391657482", - "animated": false, - "created": 1585770971, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ZorroXD": { - "name": "ZorroXD", - "id": "675364112607215677", - "author": "531122662316048384", - "animated": false, - "created": 1581089752, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "zpain": { - "name": "zpain", - "id": "788398542582317056", - "author": "715373648520806432", - "animated": false, - "created": 1608039260, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Z_pepe_hehee": { - "name": "Z_pepe_hehee", - "id": "785742224854876170", - "author": "715606162224971898", - "animated": true, - "created": 1607405944, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "z_pepewine": { - "name": "z_pepewine", - "id": "786155948254691340", - "author": "676134602837852172", - "animated": true, - "created": 1607504584, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "zpheal": { - "name": "zpheal", - "id": "734500755209322657", - "author": "608769815150198784", - "animated": false, - "created": 1595189026, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "zPlayboy3": { - "name": "zPlayboy3", - "id": "786699965971824641", - "author": "711736084438057031", - "animated": true, - "created": 1607634288, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "zPlayboy4": { - "name": "zPlayboy4", - "id": "786699998712692787", - "author": "711736084438057031", - "animated": true, - "created": 1607634295, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "z_risas": { - "name": "z_risas", - "id": "780896333175193620", - "author": "434521154745663488", - "animated": true, - "created": 1606250594, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "zrose": { - "name": "zrose", - "id": "786807406650720306", - "author": "374635906994274305", - "animated": true, - "created": 1607659904, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Z_slaping": { - "name": "Z_slaping", - "id": "780896311938514954", - "author": "434521154745663488", - "animated": true, - "created": 1606250589, - "modified": 1606252227, - "preserve": false, - "description": null, - "nsfw": "MOD_NSFW" - }, - "zsmh": { - "name": "zsmh", - "id": "788398563515301909", - "author": "715373648520806432", - "animated": true, - "created": 1608039265, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ZSsy_bluebearGiggle": { - "name": "ZSsy_bluebearGiggle", - "id": "789702174551703592", - "author": "491467726699626509", - "animated": false, - "created": 1608350070, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "zstar": { - "name": "zstar", - "id": "784861666864922705", - "author": "506459837169795092", - "animated": false, - "created": 1607196003, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "zsu": { - "name": "zsu", - "id": "788398575607480340", - "author": "715373648520806432", - "animated": false, - "created": 1608039268, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ztheart": { - "name": "ztheart", - "id": "784017279041667097", - "author": "281376741979717632", - "animated": false, - "created": 1606994685, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ztlove": { - "name": "ztlove", - "id": "723316642234499183", - "author": "575037996491866112", - "animated": false, - "created": 1592522526, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ztw": { - "name": "ztw", - "id": "788732737992261682", - "author": "721415443700514847", - "animated": false, - "created": 1608118938, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "zuck": { - "name": "zuck", - "id": "775809537508114442", - "author": "486148342108127253", - "animated": false, - "created": 1605037807, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "zuckwater": { - "name": "zuckwater", - "id": "770868755453837314", - "author": "747599113553576016", - "animated": false, - "created": 1603859833, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "zugly": { - "name": "zugly", - "id": "788398551729569792", - "author": "715373648520806432", - "animated": false, - "created": 1608039262, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ZULUL": { - "name": "ZULUL", - "id": "766715956767621131", - "author": "245668715067080704", - "animated": false, - "created": 1602869729, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "zumad": { - "name": "zumad", - "id": "788398078951555132", - "author": "715373648520806432", - "animated": false, - "created": 1608039149, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "zumm": { - "name": "zumm", - "id": "786193912199905280", - "author": "676134602837852172", - "animated": true, - "created": 1607513635, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "z_uwuface": { - "name": "z_uwuface", - "id": "788079966830329868", - "author": "206098696062894080", - "animated": false, - "created": 1607963306, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "zuzu_angry": { - "name": "zuzu_angry", - "id": "786585417457598484", - "author": "538581356641517568", - "animated": true, - "created": 1607606978, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "zuzu_pat": { - "name": "zuzu_pat", - "id": "786585638836895805", - "author": "538581356641517568", - "animated": true, - "created": 1607607030, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "zverifyblack": { - "name": "zverifyblack", - "id": "773318233490849812", - "author": "552237694500077586", - "animated": true, - "created": 1604443834, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "z_vibe": { - "name": "z_vibe", - "id": "786155862246162442", - "author": "676134602837852172", - "animated": true, - "created": 1607504563, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "ZWatameWhat": { - "name": "ZWatameWhat", - "id": "782673611802279967", - "author": "700050219995496568", - "animated": false, - "created": 1606674331, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "zwer": { - "name": "zwer", - "id": "781107595334385665", - "author": "409437649766711318", - "animated": false, - "created": 1606300963, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "zwhip": { - "name": "zwhip", - "id": "766910456639389698", - "author": "725805550687748186", - "animated": false, - "created": 1602916101, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "zWhoasked": { - "name": "zWhoasked", - "id": "785658067445350410", - "author": "720337269889826846", - "animated": true, - "created": 1607385880, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "z_woah": { - "name": "z_woah", - "id": "784319217817223169", - "author": "713483831780573275", - "animated": true, - "created": 1607066673, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "z_yes": { - "name": "z_yes", - "id": "786084993192558602", - "author": "730519813184815126", - "animated": false, - "created": 1607487667, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "zyihy": { - "name": "zyihy", - "id": "782690409188425798", - "author": "627172517630574629", - "animated": false, - "created": 1606678335, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "Zyoutried": { - "name": "Zyoutried", - "id": "785498634883956747", - "author": "434603155695730709", - "animated": false, - "created": 1607347868, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "zz": { - "name": "zz", - "id": "759132757179236373", - "author": "749094526655791224", - "animated": false, - "created": 1601061753, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "zz_cake2": { - "name": "zz_cake2", - "id": "788732756515356692", - "author": "721415443700514847", - "animated": false, - "created": 1608118943, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "zz_caliente": { - "name": "zz_caliente", - "id": "780896404998586408", - "author": "714241441077133343", - "animated": false, - "created": 1606250611, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "zz_duracell": { - "name": "zz_duracell", - "id": "780896276161232927", - "author": "434521154745663488", - "animated": false, - "created": 1606250580, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "zzheart": { - "name": "zzheart", - "id": "788837919006916719", - "author": "715962906646282311", - "animated": false, - "created": 1608144015, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "zzmilksmug": { - "name": "zzmilksmug", - "id": "783110459686780949", - "author": "773453752148426773", - "animated": false, - "created": 1606778483, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "zzokretard": { - "name": "zzokretard", - "id": "785499413329215499", - "author": "434603155695730709", - "animated": false, - "created": 1607348054, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "zz_pinkloveletter": { - "name": "zz_pinkloveletter", - "id": "788732559235874816", - "author": "721415443700514847", - "animated": false, - "created": 1608118896, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "zz_risa": { - "name": "zz_risa", - "id": "780896202589732927", - "author": "434521154745663488", - "animated": false, - "created": 1606250563, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "zzrrr_blob_blue": { - "name": "zzrrr_blob_blue", - "id": "789702281116516403", - "author": "491467726699626509", - "animated": true, - "created": 1608350095, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "zzsheart": { - "name": "zzsheart", - "id": "786700016117874698", - "author": "711736084438057031", - "animated": true, - "created": 1607634300, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "zZ_triste2": { - "name": "zZ_triste2", - "id": "780896163654139934", - "author": "434521154745663488", - "animated": false, - "created": 1606250553, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "zz_uwu": { - "name": "zz_uwu", - "id": "780896066664136754", - "author": "434521154745663488", - "animated": false, - "created": 1606250530, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "zzz": { - "name": "zzz", - "id": "772495590323388467", - "author": "739554902425993296", - "animated": true, - "created": 1604247701, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "zzzAsterStar": { - "name": "zzzAsterStar", - "id": "782494043384578089", - "author": "760975697392173067", - "animated": false, - "created": 1606631518, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "zzz_Sorry": { - "name": "zzz_Sorry", - "id": "781179094686760961", - "author": "421532785816240138", - "animated": false, - "created": 1606318009, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - }, - "zzzz": { - "name": "zzzz", - "id": "720400649862512691", - "author": "345853176425218050", - "animated": true, - "created": 1591827299, - "modified": null, - "preserve": false, - "description": null, - "nsfw": "SFW" - } -} \ No newline at end of file + "__": { + "name": "__", + "id": "475227736332304384", + "author": "263627264774766605", + "animated": false, + "created": 1533373521, + "modified": 1533892035, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "___": { + "name": "___", + "id": "593576861255204898", + "author": "370348275355615242", + "animated": false, + "created": 1561590152, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "____": { + "name": "____", + "id": "678524816143417384", + "author": "481139373216235520", + "animated": false, + "created": 1581843322, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "0_________0": { + "name": "0_________0", + "id": "723940947548831868", + "author": "641063962749960233", + "animated": true, + "created": 1592671372, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "0____0": { + "name": "0____0", + "id": "723940861628645426", + "author": "641063962749960233", + "animated": true, + "created": 1592671351, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "0___0": { + "name": "0___0", + "id": "723940677565546506", + "author": "641063962749960233", + "animated": true, + "created": 1592671307, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "0__0": { + "name": "0__0", + "id": "713926655256821831", + "author": "705387196332376155", + "animated": false, + "created": 1590283778, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "0_0": { + "name": "0_0", + "id": "723940295825424465", + "author": "641063962749960233", + "animated": true, + "created": 1592671216, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "00": { + "name": "00", + "id": "660209881273466943", + "author": "631964191409963013", + "animated": false, + "created": 1577476701, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "00000": { + "name": "00000", + "id": "723940536771149874", + "author": "641063962749960233", + "animated": true, + "created": 1592671274, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "0001": { + "name": "0001", + "id": "766246600108277780", + "author": "729609090128674837", + "animated": true, + "created": 1602757825, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "001": { + "name": "001", + "id": "782256403598278656", + "author": "337270514256969731", + "animated": false, + "created": 1606574860, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "002": { + "name": "002", + "id": "715046637772341329", + "author": "292434792174321665", + "animated": false, + "created": 1590550803, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "002lurk": { + "name": "002lurk", + "id": "779983907860250625", + "author": "536918500686692362", + "animated": false, + "created": 1606033055, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "002ooh": { + "name": "002ooh", + "id": "705658771501744229", + "author": "635437272300257280", + "animated": false, + "created": 1588312561, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "003": { + "name": "003", + "id": "788397064698200075", + "author": "715373648520806432", + "animated": false, + "created": 1608038908, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "004": { + "name": "004", + "id": "788397089255718952", + "author": "715373648520806432", + "animated": false, + "created": 1608038913, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "0_0_flushed": { + "name": "0_0_flushed", + "id": "705813555420725290", + "author": "687741600092389378", + "animated": false, + "created": 1588349465, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "01": { + "name": "01", + "id": "636279838172381193", + "author": "384342022955466753", + "animated": true, + "created": 1571771335, + "modified": 1571771722, + "preserve": false, + "description": "I don't know how i got this name. whatever https://senpai.cf/ https://invite.gg/rikka @everyone @here", + "nsfw": "SFW" + }, + "02": { + "name": "02", + "id": "446341755290386432", + "author": "347339395415670784", + "animated": true, + "created": 1526500967, + "modified": 1568677551, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "02angry": { + "name": "02angry", + "id": "773297278689083462", + "author": "719989463043932171", + "animated": false, + "created": 1604438838, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "02bounce": { + "name": "02bounce", + "id": "492046054452363274", + "author": "140516693242937345", + "animated": true, + "created": 1525387939, + "modified": 1567132568, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "02Cry": { + "name": "02Cry", + "id": "779989782742827028", + "author": "536918500686692362", + "animated": false, + "created": 1606034455, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "02darling": { + "name": "02darling", + "id": "773302963770753044", + "author": "719989463043932171", + "animated": true, + "created": 1604440193, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "02dead": { + "name": "02dead", + "id": "515829771595284488", + "author": "93708224343068672", + "animated": false, + "created": 1543053801, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "02Excite": { + "name": "02Excite", + "id": "779989565171564575", + "author": "536918500686692362", + "animated": true, + "created": 1606034404, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "02eyes": { + "name": "02eyes", + "id": "766503344385687602", + "author": "433099839274745876", + "animated": false, + "created": 1602819038, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "02gasm": { + "name": "02gasm", + "id": "738702428656107551", + "author": "428461954064056340", + "animated": false, + "created": 1596190783, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "02Happy": { + "name": "02Happy", + "id": "778923028200423424", + "author": "673817916461940756", + "animated": false, + "created": 1605780121, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "02_heart": { + "name": "02_heart", + "id": "786186398034165801", + "author": "676134602837852172", + "animated": false, + "created": 1607511844, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "02hype": { + "name": "02hype", + "id": "697087378342543522", + "author": "243926985129066496", + "animated": true, + "created": 1586268982, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "02hyper": { + "name": "02hyper", + "id": "731561764696621096", + "author": "326712445148200960", + "animated": true, + "created": 1594488316, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "02love": { + "name": "02love", + "id": "714927353192775781", + "author": "203208699500560385", + "animated": false, + "created": 1590522363, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "02NotLikeThis": { + "name": "02NotLikeThis", + "id": "703965773433012315", + "author": "526520005882281990", + "animated": true, + "created": 1587908919, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "02Pat": { + "name": "02Pat", + "id": "779989729188904961", + "author": "536918500686692362", + "animated": true, + "created": 1606034443, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "02shrug": { + "name": "02shrug", + "id": "773961165603733534", + "author": "567140961650737162", + "animated": false, + "created": 1604597121, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "02smug": { + "name": "02smug", + "id": "783234874420625418", + "author": "741200634384220191", + "animated": false, + "created": 1606808145, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "02uwu": { + "name": "02uwu", + "id": "775771944498102272", + "author": "521800936553971719", + "animated": false, + "created": 1605028844, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "03": { + "name": "03", + "id": "700419960261836801", + "author": "426425345420296192", + "animated": false, + "created": 1587063531, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "04": { + "name": "04", + "id": "700419979694309507", + "author": "426425345420296192", + "animated": false, + "created": 1587063536, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "05": { + "name": "05", + "id": "661048035513466900", + "author": "147077474222604288", + "animated": false, + "created": 1577676533, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "06": { + "name": "06", + "id": "700420003895181342", + "author": "426425345420296192", + "animated": false, + "created": 1587063542, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "07": { + "name": "07", + "id": "728713768657354803", + "author": "410178205409083402", + "animated": false, + "created": 1593809301, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "0EggplantFap": { + "name": "0EggplantFap", + "id": "615368682666721290", + "author": "282932131192373248", + "animated": true, + "created": 1566785727, + "modified": 1614720565, + "preserve": false, + "description": null, + "nsfw": "MOD_NSFW" + }, + "0iq": { + "name": "0iq", + "id": "653052640162218003", + "author": "579925225060171778", + "animated": false, + "created": 1575770282, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "0k": { + "name": "0k", + "id": "779813221506744351", + "author": "435166381189758998", + "animated": false, + "created": 1605992360, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "0_KEKDisco": { + "name": "0_KEKDisco", + "id": "772536224706986014", + "author": "600654380307447839", + "animated": true, + "created": 1604257389, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "0PepeRicardo": { + "name": "0PepeRicardo", + "id": "618254676756004897", + "author": "269206837306327042", + "animated": true, + "created": 1567473801, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "0Ping": { + "name": "0Ping", + "id": "783247683531046932", + "author": "663447617715568650", + "animated": true, + "created": 1606811199, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "0swagCatblush": { + "name": "0swagCatblush", + "id": "766741353974595647", + "author": "760225035959926784", + "animated": false, + "created": 1602875784, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "1_": { + "name": "1_", + "id": "733964874132226078", + "author": "462391077391958016", + "animated": true, + "created": 1595061262, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "10": { + "name": "10", + "id": "636280709484642341", + "author": "384342022955466753", + "animated": true, + "created": 1571771543, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "100bro": { + "name": "100bro", + "id": "758463234294153237", + "author": "383723642489405441", + "animated": false, + "created": 1600902126, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "100gay": { + "name": "100gay", + "id": "492046060219531264", + "author": "140516693242937345", + "animated": false, + "created": 1529145034, + "modified": 1537383339, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "100Gold": { + "name": "100Gold", + "id": "492046061712572426", + "author": "140516693242937345", + "animated": false, + "created": 1525387939, + "modified": 1537383339, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "100oof": { + "name": "100oof", + "id": "492046062429667348", + "author": "140516693242937345", + "animated": false, + "created": 1531210087, + "modified": 1537383339, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "1010": { + "name": "1010", + "id": "760252241310908458", + "author": "302106586401472512", + "animated": false, + "created": 1601328659, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "11": { + "name": "11", + "id": "666819795278102558", + "author": "592210361256509470", + "animated": true, + "created": 1579052628, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "111": { + "name": "111", + "id": "687546238492868613", + "author": "422399591539802112", + "animated": false, + "created": 1583994197, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "1146_dance": { + "name": "1146_dance", + "id": "775805674910515261", + "author": "530171228162621440", + "animated": true, + "created": 1605036886, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "11beat": { + "name": "11beat", + "id": "780249702457147432", + "author": "488054792325824532", + "animated": true, + "created": 1606096425, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "12": { + "name": "12", + "id": "712161130143023174", + "author": "635598212756930580", + "animated": true, + "created": 1589862844, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "12321": { + "name": "12321", + "id": "721491333105188945", + "author": "512426694624280577", + "animated": false, + "created": 1592087338, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "125": { + "name": "125", + "id": "787391657749643305", + "author": "287959452051832833", + "animated": true, + "created": 1607799200, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "1296_FeelsStrongMen": { + "name": "1296_FeelsStrongMen", + "id": "780895427292561439", + "author": "586365354713022478", + "animated": false, + "created": 1606250378, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "12tbag": { + "name": "12tbag", + "id": "683094119270449153", + "author": "227165235293847552", + "animated": true, + "created": 1582932729, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "13": { + "name": "13", + "id": "425980051486539776", + "author": "322847839145164811", + "animated": false, + "created": 1525387939, + "modified": 1533892035, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "13_3": { + "name": "13_3", + "id": "789978719237701694", + "author": "209280535174971393", + "animated": false, + "created": 1608416004, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "1349_Pepe_Comfy": { + "name": "1349_Pepe_Comfy", + "id": "783234613660483594", + "author": "741200634384220191", + "animated": false, + "created": 1606808083, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "14": { + "name": "14", + "id": "714023798625665054", + "author": "529227757423558687", + "animated": true, + "created": 1590306939, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "15": { + "name": "15", + "id": "721932736289570876", + "author": "418989117163175948", + "animated": false, + "created": 1592192577, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "16": { + "name": "16", + "id": "782740953333104650", + "author": "748023719833894942", + "animated": true, + "created": 1606690385, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "1633_PartyCat": { + "name": "1633_PartyCat", + "id": "769180601382600714", + "author": "441080835349676034", + "animated": true, + "created": 1603457346, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "18": { + "name": "18", + "id": "772496025196691486", + "author": "739554902425993296", + "animated": true, + "created": 1604247804, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "1853_suzuki": { + "name": "1853_suzuki", + "id": "783880853456420895", + "author": "697542753449672775", + "animated": true, + "created": 1606962159, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "1898_Patpat": { + "name": "1898_Patpat", + "id": "783880916270317599", + "author": "697542753449672775", + "animated": true, + "created": 1606962174, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "19": { + "name": "19", + "id": "745492998988496967", + "author": "558803847372472320", + "animated": false, + "created": 1597809781, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "1907_Pepe_Box": { + "name": "1907_Pepe_Box", + "id": "783234688281739344", + "author": "741200634384220191", + "animated": false, + "created": 1606808101, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "1bearmad": { + "name": "1bearmad", + "id": "771010660746264626", + "author": "671855434386112535", + "animated": true, + "created": 1603893666, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "1c59b6fd4bd9dc7d17da21ed74197cf8": { + "name": "1c59b6fd4bd9dc7d17da21ed74197cf8", + "id": "783225285466128384", + "author": "164381759352471552", + "animated": false, + "created": 1606805859, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "1catboy": { + "name": "1catboy", + "id": "785980792865816637", + "author": "667884783954821159", + "animated": false, + "created": 1607462823, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "1catgrl": { + "name": "1catgrl", + "id": "785980733943971891", + "author": "667884783954821159", + "animated": false, + "created": 1607462809, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "1dance": { + "name": "1dance", + "id": "684391439806890009", + "author": "637777592103075840", + "animated": true, + "created": 1583242034, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "1mora": { + "name": "1mora", + "id": "772244188858679317", + "author": "209280535174971393", + "animated": false, + "created": 1604187762, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "1uhh": { + "name": "1uhh", + "id": "773451583568609290", + "author": "736497741697646653", + "animated": true, + "created": 1604475627, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "1yt": { + "name": "1yt", + "id": "470499248568270848", + "author": "408697806858223626", + "animated": true, + "created": 1532246162, + "modified": 1533892035, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "2_": { + "name": "2_", + "id": "782740964569514015", + "author": "748023719833894942", + "animated": true, + "created": 1606690388, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "20": { + "name": "20", + "id": "722925126555009034", + "author": "325349477122572290", + "animated": false, + "created": 1592429181, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "200iq": { + "name": "200iq", + "id": "675533791921569804", + "author": "666438406104023060", + "animated": true, + "created": 1581130207, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "20201011_134319": { + "name": "20201011_134319", + "id": "764947769148178473", + "author": "756906411295768647", + "animated": false, + "created": 1602448160, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "20201125_005947": { + "name": "20201125_005947", + "id": "781036809785835520", + "author": "219580469933506560", + "animated": false, + "created": 1606284086, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "20201127_143245": { + "name": "20201127_143245", + "id": "781968569361367101", + "author": "707435993585942539", + "animated": false, + "created": 1606506235, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "20201209_132823": { + "name": "20201209_132823", + "id": "786298401628880986", + "author": "219580469933506560", + "animated": false, + "created": 1607538547, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "20201209_175600": { + "name": "20201209_175600", + "id": "786365626339950613", + "author": "219580469933506560", + "animated": true, + "created": 1607554575, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "203": { + "name": "203", + "id": "784974574810300456", + "author": "507735062955950080", + "animated": false, + "created": 1607222922, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "20enojado": { + "name": "20enojado", + "id": "783887337159393301", + "author": "488054792325824532", + "animated": false, + "created": 1606963705, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "20Espiando": { + "name": "20Espiando", + "id": "765527411982729260", + "author": "622566487697260587", + "animated": true, + "created": 1602586358, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "20Feliz": { + "name": "20Feliz", + "id": "765284649877372958", + "author": "622566487697260587", + "animated": false, + "created": 1602528479, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "20no": { + "name": "20no", + "id": "764679120083877908", + "author": "371341644131336199", + "animated": true, + "created": 1602384109, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "20si": { + "name": "20si", + "id": "764679043614244874", + "author": "371341644131336199", + "animated": true, + "created": 1602384091, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "20wink": { + "name": "20wink", + "id": "781313021850812427", + "author": "293107176355004416", + "animated": false, + "created": 1606349940, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "21": { + "name": "21", + "id": "720535781885607998", + "author": "344254722544500748", + "animated": false, + "created": 1591859517, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "22": { + "name": "22", + "id": "787436691009830913", + "author": "731734695750008892", + "animated": false, + "created": 1607809937, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "23": { + "name": "23", + "id": "699504162794373180", + "author": "462938031725215746", + "animated": true, + "created": 1586845188, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "23126958A1F84121ABD9155ED76F36C3": { + "name": "23126958A1F84121ABD9155ED76F36C3", + "id": "788732806468730921", + "author": "721415443700514847", + "animated": false, + "created": 1608118955, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "24": { + "name": "24", + "id": "751440114466553897", + "author": "659611986413355018", + "animated": true, + "created": 1599227684, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "2545_Kuma_RainbowHype": { + "name": "2545_Kuma_RainbowHype", + "id": "783880889616039936", + "author": "697542753449672775", + "animated": true, + "created": 1606962168, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "26": { + "name": "26", + "id": "769905488996859937", + "author": "677987166076272704", + "animated": false, + "created": 1603630172, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "2622_hithard": { + "name": "2622_hithard", + "id": "783880839661879326", + "author": "697542753449672775", + "animated": true, + "created": 1606962156, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "27": { + "name": "27", + "id": "782741173563293696", + "author": "748023719833894942", + "animated": true, + "created": 1606690438, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "28": { + "name": "28", + "id": "766239161559941142", + "author": "729609090128674837", + "animated": true, + "created": 1602756052, + "modified": 1616959783, + "preserve": false, + "description": null, + "nsfw": "MOD_NSFW" + }, + "2bgasm": { + "name": "2bgasm", + "id": "708243012915822622", + "author": "636836242297716743", + "animated": false, + "created": 1588928692, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "2chibi4": { + "name": "2chibi4", + "id": "782672870227968012", + "author": "700050219995496568", + "animated": false, + "created": 1606674153, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "2DHead": { + "name": "2DHead", + "id": "782155925108293643", + "author": "496037931140513800", + "animated": false, + "created": 1606550904, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "2DKaosFrustrated": { + "name": "2DKaosFrustrated", + "id": "789953835321786420", + "author": "768741691250311180", + "animated": true, + "created": 1608410071, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "2D_KermitDarkSideSlap": { + "name": "2D_KermitDarkSideSlap", + "id": "789953976463654953", + "author": "768741691250311180", + "animated": true, + "created": 1608410104, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "2DkizunaWhat": { + "name": "2DkizunaWhat", + "id": "789953930250944522", + "author": "768741691250311180", + "animated": false, + "created": 1608410093, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "2Dwoah": { + "name": "2Dwoah", + "id": "782156452957126666", + "author": "496037931140513800", + "animated": false, + "created": 1606551030, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "2DYESH": { + "name": "2DYESH", + "id": "789953770809196564", + "author": "768741691250311180", + "animated": false, + "created": 1608410055, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "2haaaw": { + "name": "2haaaw", + "id": "775782717060415499", + "author": "489049747349438465", + "animated": false, + "created": 1605031413, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "2head": { + "name": "2head", + "id": "746034366760878131", + "author": "205686573457604609", + "animated": false, + "created": 1597938853, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "2leggedcat": { + "name": "2leggedcat", + "id": "786155799256367145", + "author": "676134602837852172", + "animated": true, + "created": 1607504548, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "2n5": { + "name": "2n5", + "id": "736951788300664863", + "author": "425046879047385108", + "animated": true, + "created": 1595773398, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "3_": { + "name": "3_", + "id": "772832503793975356", + "author": "620305064661090314", + "animated": true, + "created": 1604328027, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "300ping": { + "name": "300ping", + "id": "509695074423144462", + "author": "335734618118422528", + "animated": true, + "created": 1541591201, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "3040_suspepe": { + "name": "3040_suspepe", + "id": "783234533457526794", + "author": "741200634384220191", + "animated": false, + "created": 1606808064, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "31": { + "name": "31", + "id": "782950447924772884", + "author": "408747500288213006", + "animated": true, + "created": 1606740333, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "32": { + "name": "32", + "id": "782741023632654367", + "author": "748023719833894942", + "animated": true, + "created": 1606690402, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "33": { + "name": "33", + "id": "705545708379439254", + "author": "518908793866944532", + "animated": true, + "created": 1588285605, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "33_lov": { + "name": "33_lov", + "id": "749714475086774454", + "author": "581707733779218456", + "animated": false, + "created": 1598816260, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "34": { + "name": "34", + "id": "782741050698760233", + "author": "748023719833894942", + "animated": true, + "created": 1606690409, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "3435": { + "name": "3435", + "id": "780160483109372016", + "author": "732410810718093312", + "animated": true, + "created": 1606075153, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "35": { + "name": "35", + "id": "782741007946219562", + "author": "748023719833894942", + "animated": true, + "created": 1606690399, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "38": { + "name": "38", + "id": "782741139416940544", + "author": "748023719833894942", + "animated": true, + "created": 1606690430, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "39": { + "name": "39", + "id": "782742655075090453", + "author": "748023719833894942", + "animated": true, + "created": 1606690791, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "3967_AmongUsRun": { + "name": "3967_AmongUsRun", + "id": "781820317051650078", + "author": "389791835041693696", + "animated": false, + "created": 1606470889, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "3DBlast": { + "name": "3DBlast", + "id": "549186399375589396", + "author": "216550726929874944", + "animated": true, + "created": 1551006641, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "3Deyes": { + "name": "3Deyes", + "id": "492046083208511508", + "author": "140516693242937345", + "animated": false, + "created": 1525387939, + "modified": 1537383344, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "3haaaw": { + "name": "3haaaw", + "id": "782351043929178132", + "author": "311133475191390210", + "animated": false, + "created": 1606597424, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "3head": { + "name": "3head", + "id": "535933762865987604", + "author": "244775812103012363", + "animated": false, + "created": 1547846966, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "3oneeye": { + "name": "3oneeye", + "id": "789183972684464169", + "author": "514488539174404120", + "animated": false, + "created": 1608226521, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "3ttangry": { + "name": "3ttangry", + "id": "784328333159694367", + "author": "749094526655791224", + "animated": false, + "created": 1607068846, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "42": { + "name": "42", + "id": "782740991081578516", + "author": "748023719833894942", + "animated": true, + "created": 1606690395, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "420DC": { + "name": "420DC", + "id": "788811678275862579", + "author": "496114314944577537", + "animated": false, + "created": 1608137759, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "4580_bellesbanana": { + "name": "4580_bellesbanana", + "id": "758656800660258857", + "author": "714174249975414787", + "animated": true, + "created": 1600948276, + "modified": 1616959789, + "preserve": false, + "description": null, + "nsfw": "MOD_NSFW" + }, + "46": { + "name": "46", + "id": "731553531718533292", + "author": "708921719049551873", + "animated": true, + "created": 1594486353, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "4621_disapproval": { + "name": "4621_disapproval", + "id": "780896578402910258", + "author": "586365354713022478", + "animated": false, + "created": 1606250652, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "4766_pepegod": { + "name": "4766_pepegod", + "id": "783234776777097216", + "author": "741200634384220191", + "animated": false, + "created": 1606808122, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "49": { + "name": "49", + "id": "782740894536564756", + "author": "748023719833894942", + "animated": true, + "created": 1606690371, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "4ajhearteyes": { + "name": "4ajhearteyes", + "id": "785658159610986557", + "author": "720337269889826846", + "animated": false, + "created": 1607385902, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "4bittroll": { + "name": "4bittroll", + "id": "781678886807273482", + "author": "661309228325011478", + "animated": false, + "created": 1606437169, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "4_blackplayboy": { + "name": "4_blackplayboy", + "id": "784832183659266049", + "author": "252655876177920000", + "animated": false, + "created": 1607188974, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "4catwink": { + "name": "4catwink", + "id": "765169377367818241", + "author": "322669940136214528", + "animated": false, + "created": 1602500995, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "4dthink": { + "name": "4dthink", + "id": "754579977155903489", + "author": "325346618364788737", + "animated": true, + "created": 1599976286, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "4_fireplayboy": { + "name": "4_fireplayboy", + "id": "784832073105670184", + "author": "252655876177920000", + "animated": false, + "created": 1607188947, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "4head": { + "name": "4head", + "id": "473702065013653515", + "author": "262063733440774144", + "animated": false, + "created": 1533009773, + "modified": 1533892035, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "4headApproved": { + "name": "4headApproved", + "id": "777663549253353522", + "author": "365184840209006604", + "animated": false, + "created": 1605479838, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "4headping": { + "name": "4headping", + "id": "771777161039839273", + "author": "245607870463213570", + "animated": false, + "created": 1604076414, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "4headsparkles": { + "name": "4headsparkles", + "id": "752976436259848323", + "author": "365184840209006604", + "animated": true, + "created": 1599593972, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "4headspeak": { + "name": "4headspeak", + "id": "749316328095219873", + "author": "245607870463213570", + "animated": false, + "created": 1598721334, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "4headstamp": { + "name": "4headstamp", + "id": "777620075514953740", + "author": "245607870463213570", + "animated": false, + "created": 1605469473, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "4headweird": { + "name": "4headweird", + "id": "576720499183190016", + "author": "256056872254177281", + "animated": false, + "created": 1557571282, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "4k": { + "name": "4k", + "id": "738246132269842532", + "author": "434852481693122570", + "animated": false, + "created": 1596081993, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "4kpapa": { + "name": "4kpapa", + "id": "782489414029803581", + "author": "754517959417790494", + "animated": false, + "created": 1606630414, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "4_lightyellowplayboy": { + "name": "4_lightyellowplayboy", + "id": "784831704589271041", + "author": "252655876177920000", + "animated": false, + "created": 1607188859, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "4_neonplayboy": { + "name": "4_neonplayboy", + "id": "784832307898089532", + "author": "252655876177920000", + "animated": false, + "created": 1607189003, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "4_orangebutterfly": { + "name": "4_orangebutterfly", + "id": "784831635639107584", + "author": "252655876177920000", + "animated": false, + "created": 1607188843, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "4_pinkpastelplayboy": { + "name": "4_pinkpastelplayboy", + "id": "784831969107902504", + "author": "252655876177920000", + "animated": false, + "created": 1607188923, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "4_pinkplayboy": { + "name": "4_pinkplayboy", + "id": "784832012652511284", + "author": "252655876177920000", + "animated": false, + "created": 1607188933, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "4_purpleplayboy": { + "name": "4_purpleplayboy", + "id": "784831909402247239", + "author": "252655876177920000", + "animated": false, + "created": 1607188908, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "4_redplayboy": { + "name": "4_redplayboy", + "id": "784831557042700288", + "author": "252655876177920000", + "animated": false, + "created": 1607188824, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "4weird": { + "name": "4weird", + "id": "739856398103347380", + "author": "255538055555842049", + "animated": false, + "created": 1596465911, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "4_whiteplayboy": { + "name": "4_whiteplayboy", + "id": "784832141972340757", + "author": "252655876177920000", + "animated": false, + "created": 1607188964, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "5_": { + "name": "5_", + "id": "782741110648733757", + "author": "748023719833894942", + "animated": true, + "created": 1606690423, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "50": { + "name": "50", + "id": "782741100464570388", + "author": "748023719833894942", + "animated": true, + "created": 1606690421, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "51": { + "name": "51", + "id": "782740786609389569", + "author": "748023719833894942", + "animated": true, + "created": 1606690346, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "52": { + "name": "52", + "id": "782740676428431362", + "author": "748023719833894942", + "animated": true, + "created": 1606690319, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "5203_pink_flame": { + "name": "5203_pink_flame", + "id": "780895785897558027", + "author": "586365354713022478", + "animated": true, + "created": 1606250463, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "531791624317960192": { + "name": "531791624317960192", + "id": "788124543428329522", + "author": "353109234201788427", + "animated": true, + "created": 1607973933, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "59": { + "name": "59", + "id": "769906318135001088", + "author": "677987166076272704", + "animated": false, + "created": 1603630370, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "5aajemoji_192": { + "name": "5aajemoji_192", + "id": "782673528750211082", + "author": "700050219995496568", + "animated": true, + "created": 1606674310, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "5aamemoji_195": { + "name": "5aamemoji_195", + "id": "782673492948156471", + "author": "700050219995496568", + "animated": true, + "created": 1606674302, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "5aanemoji_195": { + "name": "5aanemoji_195", + "id": "782673477412585473", + "author": "700050219995496568", + "animated": true, + "created": 1606674298, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "5aaoemoji_193": { + "name": "5aaoemoji_193", + "id": "782673461457453086", + "author": "700050219995496568", + "animated": true, + "created": 1606674294, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "5aapemoji_193": { + "name": "5aapemoji_193", + "id": "782673450808377424", + "author": "700050219995496568", + "animated": true, + "created": 1606674292, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "5Head": { + "name": "5Head", + "id": "494285303344005131", + "author": "254056639777210368", + "animated": false, + "created": 1537917225, + "modified": 1537917412, + "preserve": false, + "description": "5Head. any moxxers?", + "nsfw": "SFW" + }, + "5__PeepoSadChat": { + "name": "5__PeepoSadChat", + "id": "751898673797005402", + "author": "606237964883853364", + "animated": true, + "created": 1599337013, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "5_SadgeCry": { + "name": "5_SadgeCry", + "id": "772426279752433664", + "author": "600654380307447839", + "animated": true, + "created": 1604231176, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "6_": { + "name": "6_", + "id": "782742634690379796", + "author": "748023719833894942", + "animated": true, + "created": 1606690786, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "60": { + "name": "60", + "id": "766721581954105354", + "author": "668570549680734210", + "animated": false, + "created": 1602871070, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "61": { + "name": "61", + "id": "769906307099918377", + "author": "677987166076272704", + "animated": false, + "created": 1603630367, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "627842836003553310": { + "name": "627842836003553310", + "id": "786522215998423070", + "author": "426282697422274561", + "animated": true, + "created": 1607591909, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "63": { + "name": "63", + "id": "782740666047660085", + "author": "748023719833894942", + "animated": true, + "created": 1606690317, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "6303_monkaSTEER": { + "name": "6303_monkaSTEER", + "id": "779988467009585183", + "author": "536918500686692362", + "animated": true, + "created": 1606034142, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "65": { + "name": "65", + "id": "769905511767867413", + "author": "677987166076272704", + "animated": false, + "created": 1603630178, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "6648_squid_kick": { + "name": "6648_squid_kick", + "id": "781403311261483020", + "author": "530565384563064832", + "animated": false, + "created": 1606371467, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "666": { + "name": "666", + "id": "726906756273275001", + "author": "650368273040408615", + "animated": true, + "created": 1593378476, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "6776_Bouncy_Zero": { + "name": "6776_Bouncy_Zero", + "id": "783880878538620999", + "author": "697542753449672775", + "animated": true, + "created": 1606962165, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "69": { + "name": "69", + "id": "689599754979639402", + "author": "614919553415381011", + "animated": false, + "created": 1584483793, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "69420": { + "name": "69420", + "id": "781917468155052033", + "author": "479017973462466571", + "animated": false, + "created": 1606494051, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "7_": { + "name": "7_", + "id": "782741158509019146", + "author": "748023719833894942", + "animated": true, + "created": 1606690434, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "70": { + "name": "70", + "id": "769906260191477780", + "author": "677987166076272704", + "animated": false, + "created": 1603630356, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "705658771501744229": { + "name": "705658771501744229", + "id": "781405080494276639", + "author": "530565384563064832", + "animated": false, + "created": 1606371889, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "714896920933564425": { + "name": "714896920933564425", + "id": "786869660679012363", + "author": "675231616213188608", + "animated": false, + "created": 1607674746, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "714897013065646183": { + "name": "714897013065646183", + "id": "786869292956254218", + "author": "675231616213188608", + "animated": false, + "created": 1607674658, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "7190_linkpepehype": { + "name": "7190_linkpepehype", + "id": "758657275870183474", + "author": "714174249975414787", + "animated": false, + "created": 1600948389, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "72": { + "name": "72", + "id": "769906236816621600", + "author": "677987166076272704", + "animated": false, + "created": 1603630351, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "737061417668182067": { + "name": "737061417668182067", + "id": "781260380064055296", + "author": "612333820141633549", + "animated": false, + "created": 1606337389, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "741756008845672609": { + "name": "741756008845672609", + "id": "781259996042100756", + "author": "612333820141633549", + "animated": false, + "created": 1606337298, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "742106882885288108": { + "name": "742106882885288108", + "id": "781260156524560435", + "author": "612333820141633549", + "animated": false, + "created": 1606337336, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "742425266013601802": { + "name": "742425266013601802", + "id": "781260537598181417", + "author": "612333820141633549", + "animated": false, + "created": 1606337427, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "745002501232787586": { + "name": "745002501232787586", + "id": "786948856519983158", + "author": "718818001633280071", + "animated": true, + "created": 1607693628, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "7517_uzi_recolored2": { + "name": "7517_uzi_recolored2", + "id": "787857137408933908", + "author": "390631075266822145", + "animated": true, + "created": 1607910179, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "752500738092957716": { + "name": "752500738092957716", + "id": "788397237926887464", + "author": "715373648520806432", + "animated": false, + "created": 1608038949, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "752500938799054948": { + "name": "752500938799054948", + "id": "788397303064559628", + "author": "715373648520806432", + "animated": false, + "created": 1608038964, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "752501019447001179": { + "name": "752501019447001179", + "id": "788397347217735730", + "author": "715373648520806432", + "animated": false, + "created": 1608038975, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "752501187995107328": { + "name": "752501187995107328", + "id": "788397740450119751", + "author": "715373648520806432", + "animated": false, + "created": 1608039069, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "752503389849387078": { + "name": "752503389849387078", + "id": "788397789209165874", + "author": "715373648520806432", + "animated": false, + "created": 1608039080, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "752503870718083152": { + "name": "752503870718083152", + "id": "788397777998053387", + "author": "715373648520806432", + "animated": false, + "created": 1608039078, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "760534772459634718": { + "name": "760534772459634718", + "id": "788397766501335070", + "author": "715373648520806432", + "animated": false, + "created": 1608039075, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "760534776787501096": { + "name": "760534776787501096", + "id": "788397753872678942", + "author": "715373648520806432", + "animated": false, + "created": 1608039072, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "761577144400609281": { + "name": "761577144400609281", + "id": "782510862379253780", + "author": "532364636100755476", + "animated": false, + "created": 1606635528, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "768128377822773320": { + "name": "768128377822773320", + "id": "781259890768871494", + "author": "612333820141633549", + "animated": false, + "created": 1606337273, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "7698_mega_laugh": { + "name": "7698_mega_laugh", + "id": "780895223995564083", + "author": "586365354713022478", + "animated": false, + "created": 1606250329, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "77": { + "name": "77", + "id": "754488000364282007", + "author": "434852481693122570", + "animated": false, + "created": 1599954357, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "778277615928606720": { + "name": "778277615928606720", + "id": "790069172599128065", + "author": "490732419985571840", + "animated": false, + "created": 1608437569, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "778277640091074560": { + "name": "778277640091074560", + "id": "790066394209058816", + "author": "490732419985571840", + "animated": false, + "created": 1608436907, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "778277696475365427": { + "name": "778277696475365427", + "id": "790070647891689512", + "author": "490732419985571840", + "animated": false, + "created": 1608437921, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "778277806789754910": { + "name": "778277806789754910", + "id": "790072552210825228", + "author": "490732419985571840", + "animated": false, + "created": 1608438375, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "781": { + "name": "781", + "id": "784335229392650260", + "author": "431225704563081216", + "animated": false, + "created": 1607070491, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "784611288462000219": { + "name": "784611288462000219", + "id": "784808559942303784", + "author": "627172517630574629", + "animated": false, + "created": 1607183341, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "7974_rimuru_lewd_hearteyes": { + "name": "7974_rimuru_lewd_hearteyes", + "id": "783234903772626954", + "author": "741200634384220191", + "animated": false, + "created": 1606808152, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "7_maaChadDanga": { + "name": "7_maaChadDanga", + "id": "784423410347278357", + "author": "428959374866907139", + "animated": true, + "created": 1607091515, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "7u7": { + "name": "7u7", + "id": "575193658307903516", + "author": "273193585913102347", + "animated": false, + "created": 1557207254, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "7w7": { + "name": "7w7", + "id": "711022771756335174", + "author": "606545936310861836", + "animated": false, + "created": 1589591439, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "83271c0d2396372ae6b592cec90d0ede": { + "name": "83271c0d2396372ae6b592cec90d0ede", + "id": "784442908324921365", + "author": "711751154119475291", + "animated": false, + "created": 1607096165, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "8934_Pepe_King": { + "name": "8934_Pepe_King", + "id": "783234635970117635", + "author": "741200634384220191", + "animated": false, + "created": 1606808089, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "8ono": { + "name": "8ono", + "id": "788397920860241920", + "author": "715373648520806432", + "animated": false, + "created": 1608039112, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "8uwu": { + "name": "8uwu", + "id": "714627593617276958", + "author": "521802133796945962", + "animated": false, + "created": 1590450895, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "900iq": { + "name": "900iq", + "id": "781695162304430140", + "author": "257252090642956288", + "animated": false, + "created": 1606441050, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "911": { + "name": "911", + "id": "553961006976729088", + "author": "524601164457705513", + "animated": true, + "created": 1552144996, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "9294_Pepepunch": { + "name": "9294_Pepepunch", + "id": "783234813158359061", + "author": "741200634384220191", + "animated": false, + "created": 1606808131, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "9381_doomer": { + "name": "9381_doomer", + "id": "780895159500013578", + "author": "586365354713022478", + "animated": false, + "created": 1606250314, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "94": { + "name": "94", + "id": "771011504647962644", + "author": "700117364485914704", + "animated": false, + "created": 1603893867, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "9751_feelssickman": { + "name": "9751_feelssickman", + "id": "783234744564842506", + "author": "741200634384220191", + "animated": false, + "created": 1606808114, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "9791_pepe": { + "name": "9791_pepe", + "id": "783234847661490176", + "author": "741200634384220191", + "animated": false, + "created": 1606808139, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "99": { + "name": "99", + "id": "782740624343695380", + "author": "748023719833894942", + "animated": true, + "created": 1606690307, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "9a": { + "name": "9a", + "id": "759101053668687893", + "author": "573511947404705803", + "animated": true, + "created": 1601054194, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "9_TomTea": { + "name": "9_TomTea", + "id": "780653186755198986", + "author": "746647694789050430", + "animated": false, + "created": 1606192623, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "_A": { + "name": "_A", + "id": "770885414659162152", + "author": "705490775932403795", + "animated": false, + "created": 1603863805, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "_a_": { + "name": "_a_", + "id": "780874069977333772", + "author": "701103722453008518", + "animated": false, + "created": 1606245287, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "a_": { + "name": "a_", + "id": "734436736905642125", + "author": "567140961650737162", + "animated": false, + "created": 1595173763, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "a1": { + "name": "a1", + "id": "744011018631643239", + "author": "434852481693122570", + "animated": false, + "created": 1597456450, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "a2": { + "name": "a2", + "id": "788733089047773204", + "author": "721415443700514847", + "animated": true, + "created": 1608119022, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "a7zan": { + "name": "a7zan", + "id": "785225855970443286", + "author": "402526604842106881", + "animated": false, + "created": 1607282833, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "aa": { + "name": "aa", + "id": "571118426429587456", + "author": "570335320948867096", + "animated": false, + "created": 1556235643, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "aa_": { + "name": "aa_", + "id": "756954750037000192", + "author": "710984655238856725", + "animated": true, + "created": 1600542476, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "a_aa": { + "name": "a_aa", + "id": "782651818743824414", + "author": "701858933131706409", + "animated": false, + "created": 1606669134, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "aaa": { + "name": "aaa", + "id": "460523478916005888", + "author": "373175307311513610", + "animated": true, + "created": 1529882153, + "modified": 1533892035, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "AAAA": { + "name": "AAAA", + "id": "592420061336043530", + "author": "410185061485379584", + "animated": false, + "created": 1561314349, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "AAAAA": { + "name": "AAAAA", + "id": "782740228183162901", + "author": "748023719833894942", + "animated": false, + "created": 1606690213, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "aaaaaa": { + "name": "aaaaaa", + "id": "620686499431841793", + "author": "412045486103724032", + "animated": true, + "created": 1560742710, + "modified": 1568058479, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "AAAAAAA": { + "name": "AAAAAAA", + "id": "680805290933092470", + "author": "472536024963219476", + "animated": false, + "created": 1582387030, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "AAAAAAAA": { + "name": "AAAAAAAA", + "id": "626090092410437633", + "author": "438644880152068127", + "animated": false, + "created": 1569341910, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "AAAAAAAAA": { + "name": "AAAAAAAAA", + "id": "611074727393361920", + "author": "173173971179536385", + "animated": false, + "created": 1565761968, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "aaaaaaaaaa": { + "name": "aaaaaaaaaa", + "id": "729056031363039385", + "author": "610238556006383825", + "animated": true, + "created": 1593890903, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "aaaaaaaaaaa": { + "name": "aaaaaaaaaaa", + "id": "747521287135559761", + "author": "586974374675087361", + "animated": false, + "created": 1598293363, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "aaaah": { + "name": "aaaah", + "id": "747587856494755970", + "author": "419604866080702465", + "animated": false, + "created": 1598309234, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "aaaahhh": { + "name": "aaaahhh", + "id": "784630867981107210", + "author": "527926961427972107", + "animated": false, + "created": 1607140976, + "modified": 1607156345, + "preserve": false, + "description": null, + "nsfw": "MOD_NSFW" + }, + "Aaaaxd": { + "name": "Aaaaxd", + "id": "759839485252337735", + "author": "595965015572480040", + "animated": false, + "created": 1601230250, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "aaacat": { + "name": "aaacat", + "id": "536258260005683200", + "author": "467899004320088084", + "animated": false, + "created": 1547924332, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "aaah": { + "name": "aaah", + "id": "746051626048946289", + "author": "450903155572736000", + "animated": false, + "created": 1597942968, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "aaahhh": { + "name": "aaahhh", + "id": "784340180399947796", + "author": "527926961427972107", + "animated": false, + "created": 1607071671, + "modified": 1607071946, + "preserve": false, + "description": null, + "nsfw": "MOD_NSFW" + }, + "aaatun": { + "name": "aaatun", + "id": "728361748264124556", + "author": "385806801624367115", + "animated": false, + "created": 1593725373, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "AAbobthink": { + "name": "AAbobthink", + "id": "771010736087629875", + "author": "700117364485914704", + "animated": true, + "created": 1603893684, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "aadiosmaster": { + "name": "aadiosmaster", + "id": "770292442301333575", + "author": "406558013848289281", + "animated": true, + "created": 1603722429, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "aa_flufficatboba": { + "name": "aa_flufficatboba", + "id": "788732918985523240", + "author": "721415443700514847", + "animated": true, + "created": 1608118981, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "aa_flufficatbubble": { + "name": "aa_flufficatbubble", + "id": "788732911356084275", + "author": "721415443700514847", + "animated": true, + "created": 1608118980, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "aah": { + "name": "aah", + "id": "744770708168638535", + "author": "383723642489405441", + "animated": false, + "created": 1597637574, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "aahegao": { + "name": "aahegao", + "id": "775859448870076426", + "author": "299745288573288459", + "animated": false, + "created": 1605049707, + "modified": 1608620685, + "preserve": false, + "description": null, + "nsfw": "MOD_NSFW" + }, + "aahh": { + "name": "aahh", + "id": "763910627886235659", + "author": "187972637505486848", + "animated": true, + "created": 1602200886, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "aahhh": { + "name": "aahhh", + "id": "784347247365849128", + "author": "527926961427972107", + "animated": false, + "created": 1607073356, + "modified": 1607081689, + "preserve": false, + "description": null, + "nsfw": "MOD_NSFW" + }, + "aahk6": { + "name": "aahk6", + "id": "788397723824291880", + "author": "715373648520806432", + "animated": false, + "created": 1608039065, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "aalastor": { + "name": "aalastor", + "id": "780681272053727232", + "author": "370757129268887553", + "animated": false, + "created": 1606199319, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "aamimir": { + "name": "aamimir", + "id": "784646092725551165", + "author": "702536106834526259", + "animated": false, + "created": 1607144606, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "aamwah": { + "name": "aamwah", + "id": "788398443198545921", + "author": "715373648520806432", + "animated": true, + "created": 1608039236, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "aaplease": { + "name": "aaplease", + "id": "777591863733256212", + "author": "516321078339960864", + "animated": true, + "created": 1605462747, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "a_awkward": { + "name": "a_awkward", + "id": "776285321573826590", + "author": "559540041123233793", + "animated": true, + "created": 1605151243, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Abacho": { + "name": "Abacho", + "id": "711000120694669342", + "author": "521802133796945962", + "animated": false, + "created": 1589586038, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "abajo": { + "name": "abajo", + "id": "772634616460476427", + "author": "280897857764982784", + "animated": false, + "created": 1604280847, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "aban": { + "name": "aban", + "id": "783036626091245568", + "author": "384071676960309259", + "animated": true, + "created": 1606760879, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "abazo": { + "name": "abazo", + "id": "765430779269349426", + "author": "512509857606139905", + "animated": false, + "created": 1602563318, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Abbachio_sip": { + "name": "Abbachio_sip", + "id": "783175806771789884", + "author": "242691348560478209", + "animated": false, + "created": 1606794063, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "aBearConga": { + "name": "aBearConga", + "id": "768454823413547069", + "author": "268138992606773248", + "animated": true, + "created": 1603284307, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "aBearWalk": { + "name": "aBearWalk", + "id": "768454872138907658", + "author": "268138992606773248", + "animated": true, + "created": 1603284318, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "abe_confused": { + "name": "abe_confused", + "id": "789058335088574484", + "author": "527449870873657344", + "animated": false, + "created": 1608196567, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "abEgwaaaa": { + "name": "abEgwaaaa", + "id": "786949221295063070", + "author": "718818001633280071", + "animated": true, + "created": 1607693715, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "abeja": { + "name": "abeja", + "id": "729408949543108648", + "author": "444542802794119168", + "animated": true, + "created": 1593975045, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "abell": { + "name": "abell", + "id": "492046102342795284", + "author": "140516693242937345", + "animated": true, + "created": 1525885096, + "modified": 1537383349, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "aber": { + "name": "aber", + "id": "540606048017317908", + "author": "343239064918687745", + "animated": false, + "created": 1548960925, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "aberwe": { + "name": "aberwe", + "id": "704926743005495367", + "author": "595304660068204555", + "animated": false, + "created": 1588138032, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "abitch_dancing": { + "name": "abitch_dancing", + "id": "787577629665787914", + "author": "733232897879703572", + "animated": true, + "created": 1607843539, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "abitch_shock": { + "name": "abitch_shock", + "id": "787577784356044800", + "author": "733232897879703572", + "animated": true, + "created": 1607843576, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ablobangel": { + "name": "ablobangel", + "id": "492046103370399745", + "author": "140516693242937345", + "animated": true, + "created": 1531976452, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "ablobangery": { + "name": "ablobangery", + "id": "528470531205234700", + "author": "140516693242937345", + "animated": true, + "created": 1546067593, + "modified": 1546067606, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "ablobaww": { + "name": "ablobaww", + "id": "492046105031213096", + "author": "140516693242937345", + "animated": true, + "created": 1531983828, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "ablobblewobble": { + "name": "ablobblewobble", + "id": "505189587589791745", + "author": "140516693242937345", + "animated": true, + "created": 1540516988, + "modified": 1540516994, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "ablobblush": { + "name": "ablobblush", + "id": "492046107300593705", + "author": "308162538648895489", + "animated": true, + "created": 1525387939, + "modified": 1537383350, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "ablobbounce": { + "name": "ablobbounce", + "id": "492046108575399947", + "author": "140516693242937345", + "animated": true, + "created": 1525387939, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "ablobcatattention": { + "name": "ablobcatattention", + "id": "492046110324686859", + "author": "140516693242937345", + "animated": true, + "created": 1531979176, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "ablobcatattentionreverse": { + "name": "ablobcatattentionreverse", + "id": "492046111700418579", + "author": "140516693242937345", + "animated": true, + "created": 1531979176, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "ablobcatknitsweats": { + "name": "ablobcatknitsweats", + "id": "492046114112143361", + "author": "140516693242937345", + "animated": true, + "created": 1531979183, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "ablobcatparhteyboys": { + "name": "ablobcatparhteyboys", + "id": "492046115605053441", + "author": "140516693242937345", + "animated": true, + "created": 1531979177, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "ablobcatpeek": { + "name": "ablobcatpeek", + "id": "492046117119459328", + "author": "140516693242937345", + "animated": true, + "created": 1525387939, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "ablobcatrainbow": { + "name": "ablobcatrainbow", + "id": "492046118817890309", + "author": "140516693242937345", + "animated": true, + "created": 1531979165, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "ablobcatrave": { + "name": "ablobcatrave", + "id": "492046121045196831", + "author": "140516693242937345", + "animated": true, + "created": 1531979177, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "ablobcatreach": { + "name": "ablobcatreach", + "id": "492046123993792522", + "author": "140516693242937345", + "animated": true, + "created": 1531979172, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "ablobcatreachreverse": { + "name": "ablobcatreachreverse", + "id": "492046125378043904", + "author": "140516693242937345", + "animated": true, + "created": 1531979177, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "ablobcatsipsweats": { + "name": "ablobcatsipsweats", + "id": "492046127835774977", + "author": "140516693242937345", + "animated": true, + "created": 1531979152, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "ablobcatsleep": { + "name": "ablobcatsleep", + "id": "492046129324752906", + "author": "140516693242937345", + "animated": true, + "created": 1525387939, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "ablobcatthirsty": { + "name": "ablobcatthirsty", + "id": "492046131308658688", + "author": "140516693242937345", + "animated": true, + "created": 1525387939, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "ablobcatwink": { + "name": "ablobcatwink", + "id": "492046133233844234", + "author": "140516693242937345", + "animated": true, + "created": 1531979172, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "ablobcheer": { + "name": "ablobcheer", + "id": "492046134278225920", + "author": "140516693242937345", + "animated": true, + "created": 1532108945, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "ablobcool": { + "name": "ablobcool", + "id": "492046137373622302", + "author": "308162538648895489", + "animated": true, + "created": 1525387939, + "modified": 1537383357, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "ablobcouple": { + "name": "ablobcouple", + "id": "492046138531250176", + "author": "140516693242937345", + "animated": true, + "created": 1532108931, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "ablobcrossedarms": { + "name": "ablobcrossedarms", + "id": "528521507526410241", + "author": "308162538648895489", + "animated": true, + "created": 1546079746, + "modified": 1546079872, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "ablobcry": { + "name": "ablobcry", + "id": "492046139617443840", + "author": "216762127967453184", + "animated": true, + "created": 1525387939, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "ablobdab": { + "name": "ablobdab", + "id": "528521115153465344", + "author": "308162538648895489", + "animated": true, + "created": 1546079653, + "modified": 1546079872, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "ablobdevil": { + "name": "ablobdevil", + "id": "492046141056221195", + "author": "140516693242937345", + "animated": true, + "created": 1532108950, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "ablobdizzy": { + "name": "ablobdizzy", + "id": "492046142570364949", + "author": "140516693242937345", + "animated": true, + "created": 1525387939, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "ablobdrool": { + "name": "ablobdrool", + "id": "492046143333597196", + "author": "140516693242937345", + "animated": true, + "created": 1532109338, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "ablobeyes": { + "name": "ablobeyes", + "id": "492046144885620746", + "author": "140516693242937345", + "animated": true, + "created": 1532109324, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "ablobflushed": { + "name": "ablobflushed", + "id": "492046146903212034", + "author": "140516693242937345", + "animated": true, + "created": 1531976687, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "ablobgift": { + "name": "ablobgift", + "id": "492046148807426059", + "author": "140516693242937345", + "animated": true, + "created": 1531976525, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "ablobglare": { + "name": "ablobglare", + "id": "517559259756756993", + "author": "256056872254177281", + "animated": true, + "created": 1543466143, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ablobglarezoom": { + "name": "ablobglarezoom", + "id": "492046150199934976", + "author": "216762127967453184", + "animated": true, + "created": 1525387939, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "ablobglarezoombutfast": { + "name": "ablobglarezoombutfast", + "id": "492046151793508382", + "author": "216762127967453184", + "animated": true, + "created": 1525387939, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "ablobgrimace": { + "name": "ablobgrimace", + "id": "492046152624242718", + "author": "140516693242937345", + "animated": true, + "created": 1531976495, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "ablobgrin": { + "name": "ablobgrin", + "id": "492046154192912394", + "author": "140516693242937345", + "animated": true, + "created": 1532108931, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "ablobhairflip": { + "name": "ablobhairflip", + "id": "528521118819287050", + "author": "308162538648895489", + "animated": true, + "created": 1546079654, + "modified": 1546079872, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "ablobhammer": { + "name": "ablobhammer", + "id": "492046155920834590", + "author": "140516693242937345", + "animated": true, + "created": 1531976429, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "ablobheadshake": { + "name": "ablobheadshake", + "id": "492046157581778945", + "author": "140516693242937345", + "animated": true, + "created": 1531976692, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "ablobheart": { + "name": "ablobheart", + "id": "492046159364227093", + "author": "308162538648895489", + "animated": true, + "created": 1525387939, + "modified": 1537383362, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "ablobhearteyes": { + "name": "ablobhearteyes", + "id": "492046160736026625", + "author": "140516693242937345", + "animated": true, + "created": 1532109044, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "ablobhungry": { + "name": "ablobhungry", + "id": "492046162321342464", + "author": "140516693242937345", + "animated": true, + "created": 1532108950, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "ablobjoy": { + "name": "ablobjoy", + "id": "492046163713720320", + "author": "140516693242937345", + "animated": true, + "created": 1531976698, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "ablobkiss": { + "name": "ablobkiss", + "id": "492046164770816011", + "author": "140516693242937345", + "animated": true, + "created": 1532109350, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "abloblamp": { + "name": "abloblamp", + "id": "492046166331228190", + "author": "140516693242937345", + "animated": true, + "created": 1532108968, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "abloblove": { + "name": "abloblove", + "id": "759763494031065128", + "author": "567390950838501376", + "animated": true, + "created": 1601212132, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "abloblurk": { + "name": "abloblurk", + "id": "492046166956048395", + "author": "140516693242937345", + "animated": true, + "created": 1532108963, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "ablobmaracas": { + "name": "ablobmaracas", + "id": "492046168382242820", + "author": "140516693242937345", + "animated": true, + "created": 1532109331, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "ablobmelt": { + "name": "ablobmelt", + "id": "492046170793705482", + "author": "140516693242937345", + "animated": true, + "created": 1532108943, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "ablobnervous": { + "name": "ablobnervous", + "id": "492046171943075840", + "author": "140516693242937345", + "animated": true, + "created": 1532108956, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "ablobnogood": { + "name": "ablobnogood", + "id": "492046172869885963", + "author": "140516693242937345", + "animated": true, + "created": 1532109086, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "ablobnom": { + "name": "ablobnom", + "id": "492046174597939220", + "author": "140516693242937345", + "animated": true, + "created": 1525387939, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "ablobnwn": { + "name": "ablobnwn", + "id": "492046176263340032", + "author": "140516693242937345", + "animated": true, + "created": 1531976525, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "abloboh": { + "name": "abloboh", + "id": "528521116008841216", + "author": "308162538648895489", + "animated": true, + "created": 1546079653, + "modified": 1546079872, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "ablobonfire": { + "name": "ablobonfire", + "id": "492046177345208322", + "author": "140516693242937345", + "animated": true, + "created": 1531976435, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "ablobowo": { + "name": "ablobowo", + "id": "492046179748806696", + "author": "140516693242937345", + "animated": true, + "created": 1531976476, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "ablobparty1": { + "name": "ablobparty1", + "id": "416322811632680960", + "author": "277807051537776642", + "animated": true, + "created": 1525387939, + "modified": 1545345987, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "ablobparty10": { + "name": "ablobparty10", + "id": "525443243077402624", + "author": "277807051537776642", + "animated": true, + "created": 1545345831, + "modified": 1545345987, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "ablobparty2": { + "name": "ablobparty2", + "id": "525442736812458014", + "author": "277807051537776642", + "animated": true, + "created": 1545345710, + "modified": 1545345987, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "ablobparty3": { + "name": "ablobparty3", + "id": "525442864797319171", + "author": "277807051537776642", + "animated": true, + "created": 1545345741, + "modified": 1545345987, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "ablobparty4": { + "name": "ablobparty4", + "id": "525442784174276620", + "author": "277807051537776642", + "animated": true, + "created": 1545345722, + "modified": 1545345987, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "ablobparty5": { + "name": "ablobparty5", + "id": "525442686916886528", + "author": "277807051537776642", + "animated": true, + "created": 1545345698, + "modified": 1545345987, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "ablobparty6": { + "name": "ablobparty6", + "id": "520016488158199809", + "author": "277807051537776642", + "animated": true, + "created": 1544051992, + "modified": 1545345987, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "ablobparty7": { + "name": "ablobparty7", + "id": "525443038009622531", + "author": "277807051537776642", + "animated": true, + "created": 1545345782, + "modified": 1545345987, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "ablobparty8": { + "name": "ablobparty8", + "id": "525443104875216906", + "author": "277807051537776642", + "animated": true, + "created": 1545345798, + "modified": 1545345987, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "ablobparty9": { + "name": "ablobparty9", + "id": "525443168519585822", + "author": "277807051537776642", + "animated": true, + "created": 1545345813, + "modified": 1545345987, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "ablobpartysunglasses": { + "name": "ablobpartysunglasses", + "id": "492046180948246539", + "author": "300088143422685185", + "animated": true, + "created": 1533446562, + "modified": 1537383368, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "ablobpats": { + "name": "ablobpats", + "id": "492046182541950996", + "author": "140516693242937345", + "animated": true, + "created": 1525387939, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "ablobpeek": { + "name": "ablobpeek", + "id": "492046184030928897", + "author": "140516693242937345", + "animated": true, + "created": 1525387939, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "ablobping": { + "name": "ablobping", + "id": "528521117229383682", + "author": "308162538648895489", + "animated": true, + "created": 1546079653, + "modified": 1546079872, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "ablobpopcorn": { + "name": "ablobpopcorn", + "id": "492046185180299265", + "author": "140516693242937345", + "animated": true, + "created": 1529929266, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "ablobraisehand": { + "name": "ablobraisehand", + "id": "492046186794975238", + "author": "140516693242937345", + "animated": true, + "created": 1531976403, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "ablobreach": { + "name": "ablobreach", + "id": "492046187751538689", + "author": "140516693242937345", + "animated": true, + "created": 1531976447, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "ablobreachreverse": { + "name": "ablobreachreverse", + "id": "492046189475266590", + "author": "140516693242937345", + "animated": true, + "created": 1532108944, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "ablobrollbounce": { + "name": "ablobrollbounce", + "id": "492046190813118490", + "author": "140516693242937345", + "animated": true, + "created": 1531976403, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "ablobrollingeyes": { + "name": "ablobrollingeyes", + "id": "492046191664693259", + "author": "140516693242937345", + "animated": true, + "created": 1531976416, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "ablobsadcloud": { + "name": "ablobsadcloud", + "id": "492046193367449600", + "author": "140516693242937345", + "animated": true, + "created": 1532108919, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "ablobsadpats": { + "name": "ablobsadpats", + "id": "492046194529402896", + "author": "140516693242937345", + "animated": true, + "created": 1532109069, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "ablobsalute": { + "name": "ablobsalute", + "id": "492046196433616926", + "author": "140516693242937345", + "animated": true, + "created": 1532108961, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "ablobscream": { + "name": "ablobscream", + "id": "492046198157475862", + "author": "140516693242937345", + "animated": true, + "created": 1532109073, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "ablobshake": { + "name": "ablobshake", + "id": "492046200359485455", + "author": "140516693242937345", + "animated": true, + "created": 1532108968, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "ablobsigh": { + "name": "ablobsigh", + "id": "492046202297253918", + "author": "140516693242937345", + "animated": true, + "created": 1531976716, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "ablobsleep": { + "name": "ablobsleep", + "id": "492046203496693760", + "author": "140516693242937345", + "animated": true, + "created": 1531976519, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "ablobsmile": { + "name": "ablobsmile", + "id": "492046204452995073", + "author": "140516693242937345", + "animated": true, + "created": 1531976459, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "ablobspinsweats": { + "name": "ablobspinsweats", + "id": "492046206365859860", + "author": "140516693242937345", + "animated": true, + "created": 1532221915, + "modified": 1537383374, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "ablobsunglasses": { + "name": "ablobsunglasses", + "id": "492046207510642693", + "author": "140516693242937345", + "animated": true, + "created": 1531976459, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "ablobsweating": { + "name": "ablobsweating", + "id": "492046211659071508", + "author": "140516693242937345", + "animated": true, + "created": 1532109330, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "ablobsweats": { + "name": "ablobsweats", + "id": "492046213147918356", + "author": "140516693242937345", + "animated": true, + "created": 1525387939, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "ablobthinking": { + "name": "ablobthinking", + "id": "492046214523781120", + "author": "140516693242937345", + "animated": true, + "created": 1531976597, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "ablobthinkingeyes": { + "name": "ablobthinkingeyes", + "id": "492046215798587404", + "author": "140516693242937345", + "animated": true, + "created": 1532109079, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "ablobthinkingfast": { + "name": "ablobthinkingfast", + "id": "492046217573040128", + "author": "140516693242937345", + "animated": true, + "created": 1532109037, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "ablobtonguewink": { + "name": "ablobtonguewink", + "id": "492046218982064131", + "author": "140516693242937345", + "animated": true, + "created": 1532109343, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "ablobtrash": { + "name": "ablobtrash", + "id": "492046220127371276", + "author": "140516693242937345", + "animated": true, + "created": 1532310679, + "modified": 1537383377, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "ablobtriggered": { + "name": "ablobtriggered", + "id": "528521508474191872", + "author": "308162538648895489", + "animated": true, + "created": 1546079747, + "modified": 1546079872, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "ablobunamused": { + "name": "ablobunamused", + "id": "492046221691715604", + "author": "140516693242937345", + "animated": true, + "created": 1531976525, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "ablobuwu": { + "name": "ablobuwu", + "id": "492046222778040331", + "author": "140516693242937345", + "animated": true, + "created": 1532109338, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "ablobwave": { + "name": "ablobwave", + "id": "525207171689086996", + "author": "140516693242937345", + "animated": true, + "created": 1545289547, + "modified": 1545289578, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "ablobwavereverse": { + "name": "ablobwavereverse", + "id": "492046226750177290", + "author": "140516693242937345", + "animated": true, + "created": 1532109306, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "ablobweary": { + "name": "ablobweary", + "id": "492046228134166558", + "author": "140516693242937345", + "animated": true, + "created": 1532109087, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "ablobwhee": { + "name": "ablobwhee", + "id": "492046230197633043", + "author": "140516693242937345", + "animated": true, + "created": 1531976513, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "ablobwink": { + "name": "ablobwink", + "id": "492046232462819358", + "author": "140516693242937345", + "animated": true, + "created": 1531976447, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "abomb": { + "name": "abomb", + "id": "769659102904713217", + "author": "439911438971174912", + "animated": true, + "created": 1603571431, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "aBootyRainbowDance": { + "name": "aBootyRainbowDance", + "id": "784470132147093578", + "author": "772637906304892958", + "animated": true, + "created": 1607102654, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "abortion": { + "name": "abortion", + "id": "766279497317089311", + "author": "245607870463213570", + "animated": true, + "created": 1602765669, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "abraso": { + "name": "abraso", + "id": "778537458408620063", + "author": "540565311645024267", + "animated": false, + "created": 1605688194, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "abrazo": { + "name": "abrazo", + "id": "719323914802561095", + "author": "591464461483900939", + "animated": true, + "created": 1591570585, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "abrazo3": { + "name": "abrazo3", + "id": "784187170427502602", + "author": "746455541685026831", + "animated": false, + "created": 1607035191, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "abue": { + "name": "abue", + "id": "768888177610981408", + "author": "450903155572736000", + "animated": false, + "created": 1603387626, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "abuen": { + "name": "abuen", + "id": "783008466024923207", + "author": "427135249152212992", + "animated": false, + "created": 1606754166, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "abueno": { + "name": "abueno", + "id": "698224251924250685", + "author": "676163766185885710", + "animated": false, + "created": 1586540034, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Abuenoadiosmaster": { + "name": "Abuenoadiosmaster", + "id": "698438831526903808", + "author": "547194213666914304", + "animated": false, + "created": 1586591193, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "abuenoadiosmaster1": { + "name": "abuenoadiosmaster1", + "id": "786333085130031104", + "author": "291628634920452096", + "animated": false, + "created": 1607546816, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "abuenoadiosmaster2": { + "name": "abuenoadiosmaster2", + "id": "787491418355531826", + "author": "466410686411702273", + "animated": false, + "created": 1607822985, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "abuenoadiosmasterhd": { + "name": "abuenoadiosmasterhd", + "id": "787030221873741834", + "author": "212026049427537920", + "animated": false, + "created": 1607713027, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "abuenogracias": { + "name": "abuenogracias", + "id": "729740090766524476", + "author": "604418537368584192", + "animated": false, + "created": 1594053997, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "abuenopasaber": { + "name": "abuenopasaber", + "id": "763588427832623154", + "author": "450903155572736000", + "animated": false, + "created": 1602124068, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "abuepet": { + "name": "abuepet", + "id": "788542690832809985", + "author": "435166381189758998", + "animated": true, + "created": 1608073628, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "abYuriKiss1": { + "name": "abYuriKiss1", + "id": "786949236905607198", + "author": "718818001633280071", + "animated": true, + "created": 1607693718, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "abYuriKiss2": { + "name": "abYuriKiss2", + "id": "786949247676317716", + "author": "718818001633280071", + "animated": true, + "created": 1607693721, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "acallar": { + "name": "acallar", + "id": "782772104033468426", + "author": "485868607989874728", + "animated": false, + "created": 1606697812, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "acariciar": { + "name": "acariciar", + "id": "757479277154533426", + "author": "580939801243549697", + "animated": true, + "created": 1600667533, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "acasaplatita": { + "name": "acasaplatita", + "id": "788940273311809547", + "author": "341325341765402626", + "animated": false, + "created": 1608168419, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "a_cashfly": { + "name": "a_cashfly", + "id": "780896961061847051", + "author": "434521154745663488", + "animated": true, + "created": 1606250744, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "a_cashgun": { + "name": "a_cashgun", + "id": "780896990204264448", + "author": "434521154745663488", + "animated": true, + "created": 1606250750, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "acatnod": { + "name": "acatnod", + "id": "786153717271232522", + "author": "676134602837852172", + "animated": true, + "created": 1607504052, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "accessdenied": { + "name": "accessdenied", + "id": "789632952791072788", + "author": "728867770783105026", + "animated": false, + "created": 1608333566, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "accessgranted": { + "name": "accessgranted", + "id": "789632922629832775", + "author": "728867770783105026", + "animated": false, + "created": 1608333559, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ace": { + "name": "ace", + "id": "698623097347113051", + "author": "203208699500560385", + "animated": false, + "created": 1586635126, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "aceinthewronghole": { + "name": "aceinthewronghole", + "id": "763597699907190866", + "author": "509632626018091019", + "animated": true, + "created": 1602126278, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "acepto": { + "name": "acepto", + "id": "782662532082565120", + "author": "648612548509433866", + "animated": false, + "created": 1606671688, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "acolorshiftblob": { + "name": "acolorshiftblob", + "id": "492046234782269442", + "author": "140516693242937345", + "animated": true, + "created": 1532109056, + "modified": 1537383381, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "Acosador": { + "name": "Acosador", + "id": "748209813921726515", + "author": "724114278063407136", + "animated": false, + "created": 1598457521, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "acosador1": { + "name": "acosador1", + "id": "788570059512872972", + "author": "519557637994446888", + "animated": false, + "created": 1608080153, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "acosador2": { + "name": "acosador2", + "id": "788572923404353556", + "author": "519557637994446888", + "animated": false, + "created": 1608080836, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "acosador3": { + "name": "acosador3", + "id": "788573110881353758", + "author": "519557637994446888", + "animated": false, + "created": 1608080880, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "acosador4": { + "name": "acosador4", + "id": "788901264284712971", + "author": "519557637994446888", + "animated": false, + "created": 1608159118, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "acosador5": { + "name": "acosador5", + "id": "788901424847257620", + "author": "519557637994446888", + "animated": false, + "created": 1608159156, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "acosador6": { + "name": "acosador6", + "id": "788901611690131456", + "author": "519557637994446888", + "animated": false, + "created": 1608159201, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ACOSP_Blushy": { + "name": "ACOSP_Blushy", + "id": "779987170299609098", + "author": "536918500686692362", + "animated": false, + "created": 1606033832, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ACOSP_FuckYeahBaby": { + "name": "ACOSP_FuckYeahBaby", + "id": "758010858482958440", + "author": "700117364485914704", + "animated": false, + "created": 1600794271, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ACOSP_SurpriseEyes": { + "name": "ACOSP_SurpriseEyes", + "id": "770369463727947828", + "author": "456930635173462018", + "animated": true, + "created": 1603740793, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ACOSP_Wtf": { + "name": "ACOSP_Wtf", + "id": "770369849808781363", + "author": "456930635173462018", + "animated": true, + "created": 1603740885, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "action_kill": { + "name": "action_kill", + "id": "782698960425844786", + "author": "496037931140513800", + "animated": false, + "created": 1606680374, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "adamthisisepic": { + "name": "adamthisisepic", + "id": "785607584660717609", + "author": "376553492833239051", + "animated": false, + "created": 1607373844, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "addcalc": { + "name": "addcalc", + "id": "718148146366251079", + "author": "95579127389618176", + "animated": true, + "created": 1591290260, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "adefecio": { + "name": "adefecio", + "id": "765428114138333185", + "author": "396034260089176086", + "animated": false, + "created": 1602562683, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "a_diamante1": { + "name": "a_diamante1", + "id": "780897050551386142", + "author": "434521154745663488", + "animated": true, + "created": 1606250765, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "a_diamante4": { + "name": "a_diamante4", + "id": "780897084500869200", + "author": "434521154745663488", + "animated": true, + "created": 1606250773, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "adiel": { + "name": "adiel", + "id": "725686897774428202", + "author": "399671914114711562", + "animated": false, + "created": 1593087639, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "adios": { + "name": "adios", + "id": "706684757383315546", + "author": "434852481693122570", + "animated": true, + "created": 1588557175, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "adiosfeo": { + "name": "adiosfeo", + "id": "787726835181289492", + "author": "586219689466658816", + "animated": false, + "created": 1607879112, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "adiosmaster": { + "name": "adiosmaster", + "id": "752969202557517994", + "author": "314536284725051393", + "animated": false, + "created": 1599592247, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "adiospopo": { + "name": "adiospopo", + "id": "784945790958960650", + "author": "450903155572736000", + "animated": false, + "created": 1607216060, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Adiosputos": { + "name": "Adiosputos", + "id": "786673765861163008", + "author": "640273123165470720", + "animated": false, + "created": 1607628041, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "adioss": { + "name": "adioss", + "id": "768284772501553222", + "author": "387356039638679553", + "animated": false, + "created": 1603243763, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "adios_tontos": { + "name": "adios_tontos", + "id": "785975591358169139", + "author": "706216515963453531", + "animated": false, + "created": 1607461583, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "adioz": { + "name": "adioz", + "id": "780793907964936192", + "author": "546444302348320778", + "animated": true, + "created": 1606226174, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "adirelad": { + "name": "adirelad", + "id": "788397946894942208", + "author": "297961554673008641", + "animated": false, + "created": 1608039118, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "admin": { + "name": "admin", + "id": "700987722269065256", + "author": "517462606634549387", + "animated": false, + "created": 1587198896, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "admin_": { + "name": "admin_", + "id": "790007053644202036", + "author": "701103722453008518", + "animated": false, + "created": 1608422759, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "aDogRunning": { + "name": "aDogRunning", + "id": "786153746030788648", + "author": "676134602837852172", + "animated": true, + "created": 1607504059, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "adontfeelsoblob": { + "name": "adontfeelsoblob", + "id": "492046238829772821", + "author": "140516693242937345", + "animated": true, + "created": 1531976740, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "ae": { + "name": "ae", + "id": "777625440193740820", + "author": "730519813184815126", + "animated": false, + "created": 1605470752, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ae_": { + "name": "ae_", + "id": "779458949275451422", + "author": "701103722453008518", + "animated": false, + "created": 1605907895, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "aea": { + "name": "aea", + "id": "730247369945513985", + "author": "547227067222196256", + "animated": false, + "created": 1594174940, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "aE_Banned": { + "name": "aE_Banned", + "id": "785760067717693450", + "author": "586886106289668127", + "animated": true, + "created": 1607410198, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "aes": { + "name": "aes", + "id": "770838668562137118", + "author": "449827658386112522", + "animated": true, + "created": 1603852660, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "aeskek": { + "name": "aeskek", + "id": "722889003900207235", + "author": "425046879047385108", + "animated": false, + "created": 1592420569, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "aessad": { + "name": "aessad", + "id": "763360298925031456", + "author": "98425391647031296", + "animated": false, + "created": 1602069677, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "aestheticHearts": { + "name": "aestheticHearts", + "id": "786591056812572682", + "author": "745373578664476892", + "animated": true, + "created": 1607608322, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "aesturtle": { + "name": "aesturtle", + "id": "781206334715854899", + "author": "451876555107336192", + "animated": false, + "created": 1606324504, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "aesweird": { + "name": "aesweird", + "id": "576880151942660146", + "author": "98425391647031296", + "animated": false, + "created": 1557609346, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "aeswird": { + "name": "aeswird", + "id": "679042149865488387", + "author": "438644880152068127", + "animated": false, + "created": 1581966665, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "AetherDamn": { + "name": "AetherDamn", + "id": "781390004206829608", + "author": "397110788285792269", + "animated": false, + "created": 1606368294, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "aetherweird": { + "name": "aetherweird", + "id": "775775903116034048", + "author": "209280535174971393", + "animated": false, + "created": 1605029788, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "aeturtle": { + "name": "aeturtle", + "id": "781206276754767872", + "author": "451876555107336192", + "animated": true, + "created": 1606324490, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "aflushed1": { + "name": "aflushed1", + "id": "787419118839005194", + "author": "703829756835266590", + "animated": true, + "created": 1607805747, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "A_flybat1": { + "name": "A_flybat1", + "id": "780896859220475935", + "author": "434521154745663488", + "animated": false, + "created": 1606250719, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "agarrado": { + "name": "agarrado", + "id": "788936186475184168", + "author": "213367124608024577", + "animated": false, + "created": 1608167444, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "agarrar": { + "name": "agarrar", + "id": "680887285205434368", + "author": "479370177209696267", + "animated": false, + "created": 1582406579, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "agarrarape": { + "name": "agarrarape", + "id": "750934652121776129", + "author": "479370177209696267", + "animated": false, + "created": 1599107172, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "AGDekuHeadbang": { + "name": "AGDekuHeadbang", + "id": "787124455776059403", + "author": "345411293043359744", + "animated": true, + "created": 1607735494, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ageblobcat": { + "name": "ageblobcat", + "id": "492046244017995778", + "author": "140516693242937345", + "animated": true, + "created": 1531979152, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "aGES_CowboyRiding": { + "name": "aGES_CowboyRiding", + "id": "786155753307504652", + "author": "676134602837852172", + "animated": true, + "created": 1607504537, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "aGES_Frog": { + "name": "aGES_Frog", + "id": "786155766368698379", + "author": "676134602837852172", + "animated": true, + "created": 1607504540, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "aGES_Kek": { + "name": "aGES_Kek", + "id": "786155776565313566", + "author": "676134602837852172", + "animated": true, + "created": 1607504543, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "aGES_Pepe": { + "name": "aGES_Pepe", + "id": "786155788329549907", + "author": "676134602837852172", + "animated": true, + "created": 1607504546, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "aGES_Vibing": { + "name": "aGES_Vibing", + "id": "786155737147375646", + "author": "676134602837852172", + "animated": true, + "created": 1607504533, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "aGES_WaddleR": { + "name": "aGES_WaddleR", + "id": "786155676325642280", + "author": "676134602837852172", + "animated": true, + "created": 1607504519, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "aggressiveBLUSH": { + "name": "aggressiveBLUSH", + "id": "784441824168771604", + "author": "711751154119475291", + "animated": false, + "created": 1607095905, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "AggressiveSip": { + "name": "AggressiveSip", + "id": "782740245540110357", + "author": "748023719833894942", + "animated": false, + "created": 1606690217, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "aggy": { + "name": "aggy", + "id": "788804803307241503", + "author": "369569353965764608", + "animated": false, + "created": 1608136120, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "AGHeadSlam": { + "name": "AGHeadSlam", + "id": "787124390696452126", + "author": "345411293043359744", + "animated": true, + "created": 1607735478, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "agiota": { + "name": "agiota", + "id": "764512948076150814", + "author": "729015115411750943", + "animated": false, + "created": 1602344491, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "AGKannaCool": { + "name": "AGKannaCool", + "id": "787124971939299359", + "author": "345411293043359744", + "animated": false, + "created": 1607735617, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "AGKannaKMS": { + "name": "AGKannaKMS", + "id": "787124231149453322", + "author": "345411293043359744", + "animated": false, + "created": 1607735440, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "AGKannaTriggerSip": { + "name": "AGKannaTriggerSip", + "id": "787124881170104341", + "author": "345411293043359744", + "animated": true, + "created": 1607735595, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "agony": { + "name": "agony", + "id": "771011066305052692", + "author": "700117364485914704", + "animated": false, + "created": 1603893762, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "agoogle100": { + "name": "agoogle100", + "id": "492046245364236298", + "author": "140516693242937345", + "animated": true, + "created": 1532108943, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "agooglebee": { + "name": "agooglebee", + "id": "492046246437978137", + "author": "140516693242937345", + "animated": true, + "created": 1532109068, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "agooglebell": { + "name": "agooglebell", + "id": "492046248145190915", + "author": "140516693242937345", + "animated": true, + "created": 1531976501, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "agooglebomb": { + "name": "agooglebomb", + "id": "492046250380623892", + "author": "140516693242937345", + "animated": true, + "created": 1532108788, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "agooglebrokenheart": { + "name": "agooglebrokenheart", + "id": "492046251806949376", + "author": "140516693242937345", + "animated": true, + "created": 1531976591, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "agooglecake": { + "name": "agooglecake", + "id": "492046253035618324", + "author": "140516693242937345", + "animated": true, + "created": 1532109349, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "agooglecat": { + "name": "agooglecat", + "id": "492046254537179136", + "author": "140516693242937345", + "animated": true, + "created": 1532108789, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "agooglecheers": { + "name": "agooglecheers", + "id": "492046255837544458", + "author": "140516693242937345", + "animated": true, + "created": 1532109092, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "agoogleclap": { + "name": "agoogleclap", + "id": "492046256831725580", + "author": "140516693242937345", + "animated": true, + "created": 1531976519, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "agooglehearts": { + "name": "agooglehearts", + "id": "492046257867456522", + "author": "140516693242937345", + "animated": true, + "created": 1531976404, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "agooglemonkey": { + "name": "agooglemonkey", + "id": "492046258811305985", + "author": "140516693242937345", + "animated": true, + "created": 1531976525, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "agoogleoctopus": { + "name": "agoogleoctopus", + "id": "492046260447084544", + "author": "140516693242937345", + "animated": true, + "created": 1531976484, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "agooglepeach": { + "name": "agooglepeach", + "id": "492046261914959893", + "author": "140516693242937345", + "animated": true, + "created": 1531976687, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "agooglepoop": { + "name": "agooglepoop", + "id": "492046263504863258", + "author": "140516693242937345", + "animated": true, + "created": 1531976464, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "agooglerainbowheart": { + "name": "agooglerainbowheart", + "id": "492046264863817729", + "author": "140516693242937345", + "animated": true, + "created": 1531976453, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "agooglesnail": { + "name": "agooglesnail", + "id": "492046265933103124", + "author": "140516693242937345", + "animated": true, + "created": 1532109049, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "agooglesun": { + "name": "agooglesun", + "id": "492046267401109515", + "author": "140516693242937345", + "animated": true, + "created": 1531976608, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "agoogletada": { + "name": "agoogletada", + "id": "492046268525445131", + "author": "140516693242937345", + "animated": true, + "created": 1531976422, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "agooglethumbsup": { + "name": "agooglethumbsup", + "id": "492046269783474176", + "author": "140516693242937345", + "animated": true, + "created": 1532109332, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "agoogleturtle": { + "name": "agoogleturtle", + "id": "492046271318589441", + "author": "140516693242937345", + "animated": true, + "created": 1531976632, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "agooglewine": { + "name": "agooglewine", + "id": "492046273462140958", + "author": "140516693242937345", + "animated": true, + "created": 1532108945, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "AGPLv3": { + "name": "AGPLv3", + "id": "624353729931378688", + "author": "140516693242937345", + "animated": false, + "created": 1568927929, + "modified": 1568927930, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "AGREED": { + "name": "AGREED", + "id": "768933002264051753", + "author": "218149302789341195", + "animated": false, + "created": 1603398313, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "AGSigh": { + "name": "AGSigh", + "id": "787124733761814529", + "author": "345411293043359744", + "animated": true, + "created": 1607735560, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "AGSubaThink": { + "name": "AGSubaThink", + "id": "787124683152818206", + "author": "345411293043359744", + "animated": false, + "created": 1607735548, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "AGTruckKun": { + "name": "AGTruckKun", + "id": "787124337818730536", + "author": "345411293043359744", + "animated": true, + "created": 1607735466, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "AGTsuyuGun": { + "name": "AGTsuyuGun", + "id": "787124555218944010", + "author": "345411293043359744", + "animated": false, + "created": 1607735518, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "agua": { + "name": "agua", + "id": "747487572439335043", + "author": "705544956835659826", + "animated": false, + "created": 1598285325, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Aguacate": { + "name": "Aguacate", + "id": "684441211552923708", + "author": "631590594736685076", + "animated": false, + "created": 1583253901, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "AGUnamused": { + "name": "AGUnamused", + "id": "787124629743468566", + "author": "345411293043359744", + "animated": false, + "created": 1607735535, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "agura": { + "name": "agura", + "id": "756366461747855390", + "author": "383723642489405441", + "animated": false, + "created": 1600402217, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "AGZeroTwoBlush": { + "name": "AGZeroTwoBlush", + "id": "786151868987736064", + "author": "676134602837852172", + "animated": false, + "created": 1607503611, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "AGZeroTwoPleading": { + "name": "AGZeroTwoPleading", + "id": "786151838046093372", + "author": "676134602837852172", + "animated": false, + "created": 1607503604, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "AH": { + "name": "AH", + "id": "655316588928434176", + "author": "369138668050317312", + "animated": false, + "created": 1576310050, + "modified": 1576310132, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "aha": { + "name": "aha", + "id": "771210688197689384", + "author": "358457900546654209", + "animated": false, + "created": 1603941356, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "a_happy": { + "name": "a_happy", + "id": "788781497623642143", + "author": "527449870873657344", + "animated": false, + "created": 1608130563, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "aheagaoblob": { + "name": "aheagaoblob", + "id": "782430972359868426", + "author": "570335320948867096", + "animated": false, + "created": 1606616480, + "modified": 1606632548, + "preserve": false, + "description": null, + "nsfw": "MOD_NSFW" + }, + "A_heart3_pink": { + "name": "A_heart3_pink", + "id": "787786717179543604", + "author": "718528973860110718", + "animated": true, + "created": 1607893389, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "A_heart3_white": { + "name": "A_heart3_white", + "id": "787786845953589309", + "author": "718528973860110718", + "animated": true, + "created": 1607893420, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "A_heartrainbow2": { + "name": "A_heartrainbow2", + "id": "787786544471736360", + "author": "718528973860110718", + "animated": true, + "created": 1607893348, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Ahegao": { + "name": "Ahegao", + "id": "548716875870109697", + "author": "215916654603796481", + "animated": false, + "created": 1550894698, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "AhegaoFace": { + "name": "AhegaoFace", + "id": "784469838746746911", + "author": "772637906304892958", + "animated": true, + "created": 1607102584, + "modified": 1607103429, + "preserve": false, + "description": null, + "nsfw": "MOD_NSFW" + }, + "Ahem": { + "name": "Ahem", + "id": "784438361494519849", + "author": "711751154119475291", + "animated": false, + "created": 1607095079, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ahh": { + "name": "ahh", + "id": "734505680765190206", + "author": "705052717176979529", + "animated": false, + "created": 1595190200, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ahha": { + "name": "ahha", + "id": "450283894072410113", + "author": "178479454501208071", + "animated": false, + "created": 1527440846, + "modified": 1533892035, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ahhaha": { + "name": "ahhaha", + "id": "788539144803582004", + "author": "569937267012010015", + "animated": false, + "created": 1608072782, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ahhh": { + "name": "ahhh", + "id": "735137225301426257", + "author": "705052717176979529", + "animated": false, + "created": 1595340772, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ahhhh": { + "name": "ahhhh", + "id": "780839494390906922", + "author": "727325977755254874", + "animated": false, + "created": 1606237042, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ahhhhhh": { + "name": "ahhhhhh", + "id": "783880828253241366", + "author": "697542753449672775", + "animated": true, + "created": 1606962153, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Ahoy": { + "name": "Ahoy", + "id": "738455057413963816", + "author": "237450946572058624", + "animated": false, + "created": 1596131805, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ahoy1": { + "name": "ahoy1", + "id": "788539074520416257", + "author": "569937267012010015", + "animated": false, + "created": 1608072766, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ahshitherewegoagain": { + "name": "ahshitherewegoagain", + "id": "586763578225328161", + "author": "95579127389618176", + "animated": true, + "created": 1559965738, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ai": { + "name": "ai", + "id": "757991771434254427", + "author": "667087966857986088", + "animated": false, + "created": 1600789721, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ai_": { + "name": "ai_", + "id": "714966827859443792", + "author": "418989117163175948", + "animated": false, + "created": 1590531775, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "AIBRUH": { + "name": "AIBRUH", + "id": "780841881290276904", + "author": "727325977755254874", + "animated": false, + "created": 1606237611, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "aicap": { + "name": "aicap", + "id": "747775324703686746", + "author": "425046879047385108", + "animated": false, + "created": 1598353930, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "aichi": { + "name": "aichi", + "id": "782290249527066644", + "author": "293107176355004416", + "animated": false, + "created": 1606582929, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "aichiasesino": { + "name": "aichiasesino", + "id": "788134396552937503", + "author": "309121569836498944", + "animated": false, + "created": 1607976283, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "aightimout": { + "name": "aightimout", + "id": "786711086031437855", + "author": "658316782934949889", + "animated": true, + "created": 1607636939, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Ainani": { + "name": "Ainani", + "id": "717460525071466526", + "author": "294946270861328385", + "animated": false, + "created": 1591126319, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "AinsleySmile": { + "name": "AinsleySmile", + "id": "786644338217451521", + "author": "460101997455081482", + "animated": false, + "created": 1607621025, + "modified": 1607982544, + "preserve": false, + "description": "AinsleySmile", + "nsfw": "SFW" + }, + "Aio": { + "name": "Aio", + "id": "763861226747854890", + "author": "514531116145704963", + "animated": true, + "created": 1602189108, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "aisleeb": { + "name": "aisleeb", + "id": "738751987339755590", + "author": "425046879047385108", + "animated": false, + "created": 1596202599, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "aisleep": { + "name": "aisleep", + "id": "597394766212235267", + "author": "256056872254177281", + "animated": false, + "created": 1562500411, + "modified": 1562500481, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "AISmuggered": { + "name": "AISmuggered", + "id": "772559726650982420", + "author": "727325977755254874", + "animated": true, + "created": 1604262992, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ai_tea": { + "name": "ai_tea", + "id": "782673335372873768", + "author": "700050219995496568", + "animated": false, + "created": 1606674264, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "aiuda": { + "name": "aiuda", + "id": "677670811368161286", + "author": "461818566510116895", + "animated": false, + "created": 1581639712, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "AiylaSpeak": { + "name": "AiylaSpeak", + "id": "782242719647924274", + "author": "425046879047385108", + "animated": false, + "created": 1606571597, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Aizawa": { + "name": "Aizawa", + "id": "787564967775174656", + "author": "242691348560478209", + "animated": false, + "created": 1607840520, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "aj": { + "name": "aj", + "id": "765310291877036042", + "author": "736497741697646653", + "animated": false, + "created": 1602534592, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "aja": { + "name": "aja", + "id": "789607248191160353", + "author": "704662972739616809", + "animated": false, + "created": 1608327438, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ajakeblob": { + "name": "ajakeblob", + "id": "492046278432391178", + "author": "140516693242937345", + "animated": true, + "created": 1531976428, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "Aj_Angry": { + "name": "Aj_Angry", + "id": "786694402327707708", + "author": "725108124817817601", + "animated": false, + "created": 1607632961, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ajari": { + "name": "ajari", + "id": "620686506092265482", + "author": "256056872254177281", + "animated": true, + "created": 1546626708, + "modified": 1568058485, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Aj_Astonished": { + "name": "Aj_Astonished", + "id": "786693230897004554", + "author": "725108124817817601", + "animated": false, + "created": 1607632682, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Aj_Bad": { + "name": "Aj_Bad", + "id": "786693647956967446", + "author": "725108124817817601", + "animated": false, + "created": 1607632781, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Aj_Confused": { + "name": "Aj_Confused", + "id": "786692387107635211", + "author": "725108124817817601", + "animated": false, + "created": 1607632481, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Aj_Cool": { + "name": "Aj_Cool", + "id": "786692469010071552", + "author": "725108124817817601", + "animated": false, + "created": 1607632500, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Aj_Cry": { + "name": "Aj_Cry", + "id": "786692582867468290", + "author": "725108124817817601", + "animated": false, + "created": 1607632527, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Aj_Hamburger": { + "name": "Aj_Hamburger", + "id": "786694836363067423", + "author": "725108124817817601", + "animated": false, + "created": 1607633065, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Aj_Happy": { + "name": "Aj_Happy", + "id": "786698624993984563", + "author": "725108124817817601", + "animated": false, + "created": 1607633968, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Aj_Laugh": { + "name": "Aj_Laugh", + "id": "786691571591544892", + "author": "725108124817817601", + "animated": false, + "created": 1607632286, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Aj_Ninja": { + "name": "Aj_Ninja", + "id": "786694269540368422", + "author": "725108124817817601", + "animated": false, + "created": 1607632930, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Aj_Sadness": { + "name": "Aj_Sadness", + "id": "786694506858414140", + "author": "725108124817817601", + "animated": false, + "created": 1607632986, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Aj_Shy": { + "name": "Aj_Shy", + "id": "786692671607144478", + "author": "725108124817817601", + "animated": false, + "created": 1607632549, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Aj_Smile": { + "name": "Aj_Smile", + "id": "786695122712526889", + "author": "725108124817817601", + "animated": false, + "created": 1607633133, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Aj_Tongue": { + "name": "Aj_Tongue", + "id": "786692238876475392", + "author": "725108124817817601", + "animated": false, + "created": 1607632445, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Aj_Vampire": { + "name": "Aj_Vampire", + "id": "786694060165169163", + "author": "725108124817817601", + "animated": false, + "created": 1607632880, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ak47": { + "name": "ak47", + "id": "767067574155739187", + "author": "657689355166679052", + "animated": false, + "created": 1602953561, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "akaspeak": { + "name": "akaspeak", + "id": "749318654264475738", + "author": "365184840209006604", + "animated": false, + "created": 1598721888, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "akaspeak2": { + "name": "akaspeak2", + "id": "764149212131622914", + "author": "365184840209006604", + "animated": false, + "created": 1602257769, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "akaspeak3": { + "name": "akaspeak3", + "id": "778378748448997376", + "author": "365184840209006604", + "animated": false, + "created": 1605650355, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "AkenoSmile": { + "name": "AkenoSmile", + "id": "783881939908165715", + "author": "697542753449672775", + "animated": false, + "created": 1606962418, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "aKermitSip": { + "name": "aKermitSip", + "id": "784469177796657162", + "author": "772637906304892958", + "animated": true, + "created": 1607102426, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "a_kill": { + "name": "a_kill", + "id": "788779167999066212", + "author": "527449870873657344", + "animated": false, + "created": 1608130008, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "akkermit": { + "name": "akkermit", + "id": "783814387621167105", + "author": "162457009147346945", + "animated": false, + "created": 1606946312, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Akko": { + "name": "Akko", + "id": "777370286173454337", + "author": "549041904092971040", + "animated": true, + "created": 1605409919, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "AkkoCry": { + "name": "AkkoCry", + "id": "738433567100764201", + "author": "369911225393610752", + "animated": true, + "created": 1596126681, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "AkkoLewd": { + "name": "AkkoLewd", + "id": "570070643438125057", + "author": "140516693242937345", + "animated": false, + "created": 1555985832, + "modified": 1555985837, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "AkkoWoah": { + "name": "AkkoWoah", + "id": "787997869901873173", + "author": "294383386393575426", + "animated": true, + "created": 1607943732, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "akrep": { + "name": "akrep", + "id": "781814696469725225", + "author": "586886106289668127", + "animated": false, + "created": 1606469549, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ak_tsundere": { + "name": "ak_tsundere", + "id": "782673125279793192", + "author": "700050219995496568", + "animated": false, + "created": 1606674214, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "akuREEE": { + "name": "akuREEE", + "id": "769879060222312450", + "author": "299638454323773440", + "animated": false, + "created": 1603623871, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "akuuhS": { + "name": "akuuhS", + "id": "783842093713850390", + "author": "251798547249364992", + "animated": false, + "created": 1606952918, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Ala": { + "name": "Ala", + "id": "702951900894461963", + "author": "521802133796945962", + "animated": false, + "created": 1587667193, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "alacaza": { + "name": "alacaza", + "id": "789578648872681543", + "author": "764963344317677609", + "animated": true, + "created": 1608320620, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "alalunavoy": { + "name": "alalunavoy", + "id": "783859881844801546", + "author": "411204117323710466", + "animated": true, + "created": 1606957159, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "alan": { + "name": "alan", + "id": "719684483149987882", + "author": "543583694200242217", + "animated": false, + "created": 1591656552, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Alastor": { + "name": "Alastor", + "id": "675686986383884298", + "author": "521802133796945962", + "animated": false, + "created": 1581166731, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "alastorha": { + "name": "alastorha", + "id": "784880646543638589", + "author": "496037931140513800", + "animated": false, + "created": 1607200528, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "alastorlul": { + "name": "alastorlul", + "id": "784880554717085736", + "author": "496037931140513800", + "animated": false, + "created": 1607200506, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "albedocry": { + "name": "albedocry", + "id": "787347197049176065", + "author": "670922756115791892", + "animated": false, + "created": 1607788600, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "alert": { + "name": "alert", + "id": "749713906498273382", + "author": "298325671044841472", + "animated": true, + "created": 1598816124, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "alert2": { + "name": "alert2", + "id": "787756203450171402", + "author": "747341741732003851", + "animated": true, + "created": 1607886114, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "alertt": { + "name": "alertt", + "id": "781233305977880628", + "author": "495518017434681365", + "animated": false, + "created": 1606330934, + "modified": 1606331339, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "alex": { + "name": "alex", + "id": "737187140588535868", + "author": "661789191470055436", + "animated": false, + "created": 1595829510, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Alexball": { + "name": "Alexball", + "id": "781975137469202462", + "author": "610207676822978590", + "animated": false, + "created": 1606507801, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ali1": { + "name": "ali1", + "id": "783179928664670259", + "author": "476918199061839902", + "animated": true, + "created": 1606795045, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ali2": { + "name": "ali2", + "id": "783179950206353408", + "author": "476918199061839902", + "animated": true, + "created": 1606795050, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ali3": { + "name": "ali3", + "id": "783180058394886205", + "author": "476918199061839902", + "animated": true, + "created": 1606795076, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ali4": { + "name": "ali4", + "id": "783180065814872075", + "author": "476918199061839902", + "animated": true, + "created": 1606795078, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "alice": { + "name": "alice", + "id": "742466680634212352", + "author": "371341644131336199", + "animated": false, + "created": 1597088251, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "alicespin": { + "name": "alicespin", + "id": "713959175507542026", + "author": "620744223267749888", + "animated": true, + "created": 1590291532, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "alienpls": { + "name": "alienpls", + "id": "568204577552334858", + "author": "472173615752806402", + "animated": true, + "created": 1555540928, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "AlienPls3": { + "name": "AlienPls3", + "id": "772565975651975220", + "author": "270645096758640641", + "animated": true, + "created": 1604264482, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "alinapose": { + "name": "alinapose", + "id": "785957799862861904", + "author": "353109234201788427", + "animated": false, + "created": 1607457342, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "alitbag": { + "name": "alitbag", + "id": "679889081270009886", + "author": "227165235293847552", + "animated": true, + "created": 1582168588, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "allah": { + "name": "allah", + "id": "773973203256737802", + "author": "381866876483141632", + "animated": false, + "created": 1604599991, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "allenBaka": { + "name": "allenBaka", + "id": "532652741043027968", + "author": "140516693242937345", + "animated": false, + "created": 1547064709, + "modified": 1547065459, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "allenHug": { + "name": "allenHug", + "id": "526901965905461249", + "author": "140516693242937345", + "animated": false, + "created": 1545693618, + "modified": 1545693621, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "allenSenpai": { + "name": "allenSenpai", + "id": "520498898712789017", + "author": "140516693242937345", + "animated": false, + "created": 1544167008, + "modified": 1544167079, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "alliaxzongzi": { + "name": "alliaxzongzi", + "id": "775537280689242132", + "author": "756906411295768647", + "animated": false, + "created": 1604972896, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Allowed": { + "name": "Allowed", + "id": "755620080015900743", + "author": "580939801243549697", + "animated": true, + "created": 1600224265, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "allowednarco": { + "name": "allowednarco", + "id": "737022706712707072", + "author": "585585626863370260", + "animated": false, + "created": 1595790306, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "alm": { + "name": "alm", + "id": "780547221748711474", + "author": "512509857606139905", + "animated": false, + "created": 1606167359, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "alogued": { + "name": "alogued", + "id": "766303802076561438", + "author": "704662972739616809", + "animated": false, + "created": 1602771463, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "aloguedfeliz": { + "name": "aloguedfeliz", + "id": "788458025450602506", + "author": "675595213728645120", + "animated": false, + "created": 1608053459, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "aloola": { + "name": "aloola", + "id": "778299895756619776", + "author": "756324535158046854", + "animated": false, + "created": 1605631555, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "alounever4": { + "name": "alounever4", + "id": "780537941599846412", + "author": "209280535174971393", + "animated": false, + "created": 1606165147, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "alousleep": { + "name": "alousleep", + "id": "778030432331497513", + "author": "209280535174971393", + "animated": false, + "created": 1605567310, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "alouspeak": { + "name": "alouspeak", + "id": "743849884062449765", + "author": "209280535174971393", + "animated": false, + "created": 1597418032, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "alouwifi": { + "name": "alouwifi", + "id": "781253310828249138", + "author": "209280535174971393", + "animated": false, + "created": 1606335704, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "alrato": { + "name": "alrato", + "id": "784540047877472257", + "author": "512509857606139905", + "animated": false, + "created": 1607119323, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "alright": { + "name": "alright", + "id": "782742149669191722", + "author": "748023719833894942", + "animated": false, + "created": 1606690671, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "altoke": { + "name": "altoke", + "id": "707669433656672297", + "author": "419678613303197730", + "animated": false, + "created": 1588791941, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "AltokeMiRey": { + "name": "AltokeMiRey", + "id": "762360727745855509", + "author": "545612393049489418", + "animated": false, + "created": 1601831361, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "aLulSlide": { + "name": "aLulSlide", + "id": "784469915150843926", + "author": "772637906304892958", + "animated": true, + "created": 1607102602, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "aLurk": { + "name": "aLurk", + "id": "786153681590550528", + "author": "676134602837852172", + "animated": true, + "created": 1607504043, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "alv": { + "name": "alv", + "id": "710324498666094613", + "author": "595304660068204555", + "animated": false, + "created": 1589424957, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "alwayswatching": { + "name": "alwayswatching", + "id": "782739411686522894", + "author": "748023719833894942", + "animated": false, + "created": 1606690018, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "am10": { + "name": "am10", + "id": "768085216609959967", + "author": "643505644158189569", + "animated": false, + "created": 1603196186, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ama": { + "name": "ama", + "id": "781295637991653376", + "author": "727283870461984839", + "animated": false, + "created": 1606345795, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "amaa": { + "name": "amaa", + "id": "762112812297486357", + "author": "435166381189758998", + "animated": false, + "created": 1601772253, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "amazon": { + "name": "amazon", + "id": "771755765253275659", + "author": "644980013220757531", + "animated": false, + "created": 1604071313, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Amber": { + "name": "Amber", + "id": "775707247597715496", + "author": "546381043364659211", + "animated": false, + "created": 1605013419, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "AmberDollDance": { + "name": "AmberDollDance", + "id": "771724326712901682", + "author": "394146105060753409", + "animated": true, + "created": 1604063817, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "amberweird": { + "name": "amberweird", + "id": "774732168844279819", + "author": "209280535174971393", + "animated": false, + "created": 1604780943, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ameanalise": { + "name": "ameanalise", + "id": "781276413692608524", + "author": "288070232264933406", + "animated": false, + "created": 1606341212, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ameasuste": { + "name": "ameasuste", + "id": "748032017186422804", + "author": "599290730476863744", + "animated": false, + "created": 1598415130, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "amegablobsweats": { + "name": "amegablobsweats", + "id": "492046290989875220", + "author": "140516693242937345", + "animated": true, + "created": 1531976615, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "amelia": { + "name": "amelia", + "id": "788539525612961852", + "author": "569937267012010015", + "animated": true, + "created": 1608072873, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Ameliazoiuda": { + "name": "Ameliazoiuda", + "id": "779748426312712264", + "author": "444261303218077709", + "animated": false, + "created": 1605976911, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "amen": { + "name": "amen", + "id": "720577991813365811", + "author": "659745923139633152", + "animated": false, + "created": 1591869581, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ameno": { + "name": "ameno", + "id": "660509612931285013", + "author": "399348446525390849", + "animated": false, + "created": 1577548163, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ameowglarezoom": { + "name": "ameowglarezoom", + "id": "492046293494005765", + "author": "140516693242937345", + "animated": true, + "created": 1532217011, + "modified": 1537383394, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "ameowsipb": { + "name": "ameowsipb", + "id": "492046294785851414", + "author": "140516693242937345", + "animated": true, + "created": 1531984468, + "modified": 1537383395, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "ameowsipzoom": { + "name": "ameowsipzoom", + "id": "492046296509710368", + "author": "140516693242937345", + "animated": true, + "created": 1532216935, + "modified": 1537383395, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "ameroll": { + "name": "ameroll", + "id": "788161913636519997", + "author": "515897683219578900", + "animated": true, + "created": 1607982844, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "amgry": { + "name": "amgry", + "id": "773680801720172594", + "author": "738859004712976456", + "animated": false, + "created": 1604530277, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "amheyurcutest": { + "name": "amheyurcutest", + "id": "784815864234901554", + "author": "627172517630574629", + "animated": false, + "created": 1607185083, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Amik": { + "name": "Amik", + "id": "779041945838026792", + "author": "753015942409093144", + "animated": true, + "created": 1605808473, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "a_milkdance2": { + "name": "a_milkdance2", + "id": "783880603627946025", + "author": "697542753449672775", + "animated": true, + "created": 1606962099, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "a_milkmochadance": { + "name": "a_milkmochadance", + "id": "783880589861322782", + "author": "697542753449672775", + "animated": true, + "created": 1606962096, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "a_MilkMochaGoodnight": { + "name": "a_MilkMochaGoodnight", + "id": "783880572392177704", + "author": "697542753449672775", + "animated": true, + "created": 1606962092, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "amimir": { + "name": "amimir", + "id": "690615868505194517", + "author": "323996592627646475", + "animated": false, + "created": 1584726054, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "A_minuscula": { + "name": "A_minuscula", + "id": "756613408094159000", + "author": "497775828256423956", + "animated": true, + "created": 1600461093, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "amish": { + "name": "amish", + "id": "789400596036976651", + "author": "405583972463017987", + "animated": true, + "created": 1608278168, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "amlo": { + "name": "amlo", + "id": "701943793993121793", + "author": "418175999365349399", + "animated": false, + "created": 1587426842, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "amongdance": { + "name": "amongdance", + "id": "756959479660019822", + "author": "419623768835620865", + "animated": true, + "created": 1600543603, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "amongDead": { + "name": "amongDead", + "id": "757223575508877343", + "author": "182850025007742976", + "animated": false, + "created": 1600606569, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "AMONGGERS": { + "name": "AMONGGERS", + "id": "778475618215788564", + "author": "364295643784806410", + "animated": false, + "created": 1605673450, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "among_us": { + "name": "among_us", + "id": "762766808351506442", + "author": "706584445922312262", + "animated": true, + "created": 1601928178, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "amongus": { + "name": "amongus", + "id": "756503435448156264", + "author": "399671914114711562", + "animated": false, + "created": 1600434874, + "modified": 1600434927, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "AmongUsDance": { + "name": "AmongUsDance", + "id": "771010830753726484", + "author": "700117364485914704", + "animated": true, + "created": 1603893706, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "amongus_red": { + "name": "amongus_red", + "id": "789004668378152960", + "author": "773865344313589761", + "animated": false, + "created": 1608183772, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "amor": { + "name": "amor", + "id": "766661960674050058", + "author": "704662972739616809", + "animated": false, + "created": 1602856855, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "amused": { + "name": "amused", + "id": "492046297877184522", + "author": "140516693242937345", + "animated": false, + "created": 1529226378, + "modified": 1537383395, + "preserve": true, + "description": "\"That's a quality emoji. It's kind of sly. And would be fantastic when flirting.\"\nDXsmiley, 2018-03-23", + "nsfw": "SFW" + }, + "amyblush": { + "name": "amyblush", + "id": "782150510027079720", + "author": "496037931140513800", + "animated": false, + "created": 1606549613, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "anal": { + "name": "anal", + "id": "695029745183621130", + "author": "386509699136356354", + "animated": false, + "created": 1585778404, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "analise": { + "name": "analise", + "id": "680803626486202373", + "author": "579430695546650673", + "animated": false, + "created": 1582386633, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ancap": { + "name": "ancap", + "id": "767235710679777309", + "author": "518610005906423820", + "animated": false, + "created": 1602993648, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "an_cry": { + "name": "an_cry", + "id": "789001601150746635", + "author": "527449870873657344", + "animated": true, + "created": 1608183040, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "andalucia": { + "name": "andalucia", + "id": "774600547629137951", + "author": "220864614190153729", + "animated": false, + "created": 1604749562, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ANGELDANCE": { + "name": "ANGELDANCE", + "id": "786807682854027264", + "author": "740457917374922765", + "animated": true, + "created": 1607659969, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ANGERY": { + "name": "ANGERY", + "id": "434821586588270612", + "author": "140516693242937345", + "animated": false, + "created": 1525387939, + "modified": 1533892035, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Angery_": { + "name": "Angery_", + "id": "783176957390225439", + "author": "242691348560478209", + "animated": false, + "created": 1606794337, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Angery_2": { + "name": "Angery_2", + "id": "783178305901166602", + "author": "242691348560478209", + "animated": false, + "created": 1606794659, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "angeryboi": { + "name": "angeryboi", + "id": "679072016489250869", + "author": "385806801624367115", + "animated": false, + "created": 1581973785, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "angeryBOYE": { + "name": "angeryBOYE", + "id": "492046302394318869", + "author": "140516693242937345", + "animated": false, + "created": 1532224383, + "modified": 1537383397, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "angerybug": { + "name": "angerybug", + "id": "682286033316085880", + "author": "438644880152068127", + "animated": false, + "created": 1582740066, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "AngeryCat": { + "name": "AngeryCat", + "id": "752205480893612072", + "author": "284917889847525376", + "animated": false, + "created": 1599410162, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "angry": { + "name": "angry", + "id": "713822842675789956", + "author": "447821193312206848", + "animated": true, + "created": 1590259028, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "angryako": { + "name": "angryako", + "id": "786110577624743947", + "author": "522749177168658432", + "animated": false, + "created": 1607493767, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "angrybork": { + "name": "angrybork", + "id": "783657016660983828", + "author": "521800936553971719", + "animated": false, + "created": 1606908792, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "angrycat": { + "name": "angrycat", + "id": "734630096895213569", + "author": "462391077391958016", + "animated": false, + "created": 1595219863, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "angry_fb": { + "name": "angry_fb", + "id": "783252172119998494", + "author": "496037931140513800", + "animated": false, + "created": 1606812270, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "angryjailbot": { + "name": "angryjailbot", + "id": "782167663580282890", + "author": "496037931140513800", + "animated": false, + "created": 1606553703, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "angryjoe": { + "name": "angryjoe", + "id": "789838329549291581", + "author": "586219689466658816", + "animated": false, + "created": 1608382532, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "angrykei": { + "name": "angrykei", + "id": "788152390435733524", + "author": "311133475191390210", + "animated": false, + "created": 1607980573, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "angrylett": { + "name": "angrylett", + "id": "772210710813737070", + "author": "708404644052729879", + "animated": false, + "created": 1604179780, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "angrypalca": { + "name": "angrypalca", + "id": "767645436252782592", + "author": "356267162148798465", + "animated": false, + "created": 1603091334, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "angrypalcate": { + "name": "angrypalcate", + "id": "782787055062351913", + "author": "708404644052729879", + "animated": false, + "created": 1606701377, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "angrypanda": { + "name": "angrypanda", + "id": "789593102280294400", + "author": "457800274887573515", + "animated": false, + "created": 1608324065, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "angryping": { + "name": "angryping", + "id": "763049062987464716", + "author": "450903155572736000", + "animated": true, + "created": 1601995473, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Angry_Sergal": { + "name": "Angry_Sergal", + "id": "784531716936957982", + "author": "441317661100605440", + "animated": false, + "created": 1607117337, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "AngryShiba": { + "name": "AngryShiba", + "id": "777395914074619914", + "author": "236691358574837760", + "animated": true, + "created": 1605416029, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "angryturtle": { + "name": "angryturtle", + "id": "781206370778873886", + "author": "451876555107336192", + "animated": false, + "created": 1606324512, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "angrywaut": { + "name": "angrywaut", + "id": "734927216227516418", + "author": "638128638700552192", + "animated": false, + "created": 1595290702, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "angustia": { + "name": "angustia", + "id": "777619433954738206", + "author": "426002740162854922", + "animated": false, + "created": 1605469320, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "angy": { + "name": "angy", + "id": "719631747536519188", + "author": "353555262436802562", + "animated": false, + "created": 1591643978, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "AngyCat": { + "name": "AngyCat", + "id": "782740062994563103", + "author": "748023719833894942", + "animated": false, + "created": 1606690173, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "AnimatedSexFucking": { + "name": "AnimatedSexFucking", + "id": "786654869330460752", + "author": "364221992364408833", + "animated": true, + "created": 1607623536, + "modified": 1607626086, + "preserve": false, + "description": null, + "nsfw": "MOD_NSFW" + }, + "AnimatedWordFuckYou": { + "name": "AnimatedWordFuckYou", + "id": "786731415814537226", + "author": "364221992364408833", + "animated": true, + "created": 1607641786, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "anime": { + "name": "anime", + "id": "709794515321487361", + "author": "603571711186698251", + "animated": false, + "created": 1589298599, + "modified": 1603645710, + "preserve": false, + "description": null, + "nsfw": "MOD_NSFW" + }, + "AnimeDance": { + "name": "AnimeDance", + "id": "785105910880010250", + "author": "725675719774044181", + "animated": true, + "created": 1607254235, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "anime_heyhey": { + "name": "anime_heyhey", + "id": "783880819269435413", + "author": "697542753449672775", + "animated": true, + "created": 1606962151, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "anime_ping": { + "name": "anime_ping", + "id": "782673980976660500", + "author": "700050219995496568", + "animated": true, + "created": 1606674418, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "anime_rage": { + "name": "anime_rage", + "id": "783880803716956161", + "author": "697542753449672775", + "animated": true, + "created": 1606962147, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "anime_suit": { + "name": "anime_suit", + "id": "786037744295346176", + "author": "688167964381675580", + "animated": false, + "created": 1607476402, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "annie": { + "name": "annie", + "id": "788970917292015636", + "author": "508004255974817802", + "animated": false, + "created": 1608175725, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "anniesleep": { + "name": "anniesleep", + "id": "784497296330063892", + "author": "508004255974817802", + "animated": false, + "created": 1607109130, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "announcement": { + "name": "announcement", + "id": "782742066144477244", + "author": "748023719833894942", + "animated": false, + "created": 1606690651, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ano": { + "name": "ano", + "id": "682783772369879060", + "author": "626787420687564824", + "animated": true, + "created": 1582858736, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ansparkles": { + "name": "ansparkles", + "id": "733375667529580636", + "author": "589147367551270912", + "animated": true, + "created": 1594920784, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "antihorny": { + "name": "antihorny", + "id": "709503842554871911", + "author": "467098286642167819", + "animated": false, + "created": 1589229298, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "antonlook": { + "name": "antonlook", + "id": "762768475160182794", + "author": "220655677432004618", + "animated": false, + "created": 1601928576, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "anweird": { + "name": "anweird", + "id": "591292416284164096", + "author": "98425391647031296", + "animated": false, + "created": 1561045497, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "anyaded": { + "name": "anyaded", + "id": "787295235020816446", + "author": "460802435217358848", + "animated": false, + "created": 1607776211, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "anyakek": { + "name": "anyakek", + "id": "785382926480179210", + "author": "460802435217358848", + "animated": false, + "created": 1607320281, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Aoji": { + "name": "Aoji", + "id": "781223670936109097", + "author": "525464605108076567", + "animated": false, + "created": 1606328637, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "aok": { + "name": "aok", + "id": "773821983916818442", + "author": "714174249975414787", + "animated": true, + "created": 1604563938, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "apa": { + "name": "apa", + "id": "758722558353997854", + "author": "391932219741962241", + "animated": true, + "created": 1600963954, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "apartyblob": { + "name": "apartyblob", + "id": "492046313811345414", + "author": "140516693242937345", + "animated": true, + "created": 1531976460, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "apartyblobcat": { + "name": "apartyblobcat", + "id": "492046315006459922", + "author": "140516693242937345", + "animated": true, + "created": 1531979170, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "a_paw": { + "name": "a_paw", + "id": "788447472078028841", + "author": "284819168791101450", + "animated": true, + "created": 1608050926, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "apeepodetective": { + "name": "apeepodetective", + "id": "784500952048467999", + "author": "112471608865624064", + "animated": true, + "created": 1607110002, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ApegardYTheo": { + "name": "ApegardYTheo", + "id": "779933412177215489", + "author": "741850493088694343", + "animated": false, + "created": 1606021016, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "apegay": { + "name": "apegay", + "id": "722818740349304953", + "author": "479370177209696267", + "animated": false, + "created": 1592403817, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "aPensive": { + "name": "aPensive", + "id": "766173508149182484", + "author": "450903155572736000", + "animated": true, + "created": 1602740399, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "apepolehacefaltasuex": { + "name": "apepolehacefaltasuex", + "id": "786625217152942150", + "author": "471787957528035338", + "animated": true, + "created": 1607616466, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "aPES2_ChristmasWave": { + "name": "aPES2_ChristmasWave", + "id": "785941325455425538", + "author": "355983241200795648", + "animated": true, + "created": 1607453414, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "aPES3_LookAround": { + "name": "aPES3_LookAround", + "id": "786782471823818804", + "author": "353109234201788427", + "animated": true, + "created": 1607653959, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "aPES4_Nope": { + "name": "aPES4_Nope", + "id": "786155694087864320", + "author": "676134602837852172", + "animated": true, + "created": 1607504523, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "aPES4_WidePeepoLove": { + "name": "aPES4_WidePeepoLove", + "id": "785940989662986290", + "author": "355983241200795648", + "animated": true, + "created": 1607453334, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "aPES_GaConga": { + "name": "aPES_GaConga", + "id": "786156813388873739", + "author": "676134602837852172", + "animated": true, + "created": 1607504790, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "aPES_GhostDance": { + "name": "aPES_GhostDance", + "id": "786156784795910154", + "author": "676134602837852172", + "animated": true, + "created": 1607504783, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "aPES_WideEyes": { + "name": "aPES_WideEyes", + "id": "786156768421478441", + "author": "676134602837852172", + "animated": true, + "created": 1607504779, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "apex": { + "name": "apex", + "id": "788007025300471808", + "author": "674019507064274964", + "animated": false, + "created": 1607945915, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "aphotoblob": { + "name": "aphotoblob", + "id": "492046316004835330", + "author": "140516693242937345", + "animated": true, + "created": 1532109307, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "aplastar": { + "name": "aplastar", + "id": "663233528326258688", + "author": "417138170430357524", + "animated": false, + "created": 1578197646, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "aplauso": { + "name": "aplauso", + "id": "679179671413325825", + "author": "517462606634549387", + "animated": true, + "created": 1581999452, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Aplausos": { + "name": "Aplausos", + "id": "735997314845507636", + "author": "725796425371353158", + "animated": true, + "created": 1595545834, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "apm": { + "name": "apm", + "id": "787993176824086528", + "author": "304413971350552588", + "animated": true, + "created": 1607942613, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "apocdrop": { + "name": "apocdrop", + "id": "733416296036958228", + "author": "73375128251011072", + "animated": false, + "created": 1594930471, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "apoco": { + "name": "apoco", + "id": "780982899649675294", + "author": "753681432718737480", + "animated": false, + "created": 1606271233, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "apogfish": { + "name": "apogfish", + "id": "781261963346575431", + "author": "324036670309662721", + "animated": true, + "created": 1606337767, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "apollyon": { + "name": "apollyon", + "id": "786065408469106740", + "author": "429160506893402122", + "animated": false, + "created": 1607482997, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "apoyo": { + "name": "apoyo", + "id": "787982437803360266", + "author": "586219689466658816", + "animated": false, + "created": 1607940053, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "appaweird": { + "name": "appaweird", + "id": "788126929638129705", + "author": "353109234201788427", + "animated": false, + "created": 1607974502, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "approaching": { + "name": "approaching", + "id": "782741686731276298", + "author": "748023719833894942", + "animated": false, + "created": 1606690560, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "apssad": { + "name": "apssad", + "id": "764833358513176579", + "author": "425046879047385108", + "animated": false, + "created": 1602420882, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "apssparkles": { + "name": "apssparkles", + "id": "701984514586705930", + "author": "438644880152068127", + "animated": true, + "created": 1587436550, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "apsweird": { + "name": "apsweird", + "id": "585664398303952906", + "author": "205929421444612097", + "animated": false, + "created": 1559703673, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "apu": { + "name": "apu", + "id": "750038946821701702", + "author": "655227024453140512", + "animated": false, + "created": 1598893620, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "apuntar": { + "name": "apuntar", + "id": "771240661394784256", + "author": "370757129268887553", + "animated": false, + "created": 1603948502, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "aqua": { + "name": "aqua", + "id": "683479991048208473", + "author": "640680859867021335", + "animated": false, + "created": 1583024728, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "aqua_cry": { + "name": "aqua_cry", + "id": "693226088213774426", + "author": "421672017549590529", + "animated": true, + "created": 1585348379, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "aquacry": { + "name": "aquacry", + "id": "675733561197985803", + "author": "461818566510116895", + "animated": false, + "created": 1581177835, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "aquaYay": { + "name": "aquaYay", + "id": "738989561300123729", + "author": "389222063438823424", + "animated": true, + "created": 1596259241, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ara": { + "name": "ara", + "id": "704872006515949668", + "author": "595304660068204555", + "animated": false, + "created": 1588124982, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "AraAra": { + "name": "AraAra", + "id": "713750463421612062", + "author": "353109234201788427", + "animated": false, + "created": 1590241771, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "arainblob": { + "name": "arainblob", + "id": "492046318035009576", + "author": "140516693242937345", + "animated": true, + "created": 1532108969, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "AraNani": { + "name": "AraNani", + "id": "781201303027580959", + "author": "408449302461939722", + "animated": false, + "created": 1606323304, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "arara": { + "name": "arara", + "id": "731260434845270016", + "author": "691239435768954911", + "animated": false, + "created": 1594416473, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ararara": { + "name": "ararara", + "id": "785208746187292673", + "author": "410983710083776522", + "animated": false, + "created": 1607278753, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "arch": { + "name": "arch", + "id": "753642354342363247", + "author": "723268667579826267", + "animated": false, + "created": 1599752739, + "modified": 1600668103, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "ardillafornai": { + "name": "ardillafornai", + "id": "686717191693008966", + "author": "320354548105609217", + "animated": true, + "created": 1583796537, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Aredano": { + "name": "Aredano", + "id": "775474215692009502", + "author": "657032893172023363", + "animated": false, + "created": 1604957860, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "areia": { + "name": "areia", + "id": "788530242339340338", + "author": "325346618364788737", + "animated": false, + "created": 1608070660, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "arepa": { + "name": "arepa", + "id": "766487122730811472", + "author": "661789191470055436", + "animated": false, + "created": 1602815170, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "aresbest": { + "name": "aresbest", + "id": "782291849959178260", + "author": "399348446525390849", + "animated": false, + "created": 1606583311, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "argamen": { + "name": "argamen", + "id": "780878057543172136", + "author": "723326259056345171", + "animated": false, + "created": 1606246237, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "argas": { + "name": "argas", + "id": "786349168746299392", + "author": "450382573290389504", + "animated": false, + "created": 1607550651, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "argentina": { + "name": "argentina", + "id": "703703681169621033", + "author": "410533390257750036", + "animated": false, + "created": 1587846431, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ari": { + "name": "ari", + "id": "709571617193459799", + "author": "554077299348078614", + "animated": true, + "created": 1589245456, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "armageddonblade": { + "name": "armageddonblade", + "id": "786050886412926977", + "author": "429160506893402122", + "animated": false, + "created": 1607479535, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "armaros": { + "name": "armaros", + "id": "720987016300462140", + "author": "245607870463213570", + "animated": false, + "created": 1591967100, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "armasleep": { + "name": "armasleep", + "id": "776525240352243722", + "author": "245607870463213570", + "animated": false, + "created": 1605208444, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "armasleep2": { + "name": "armasleep2", + "id": "781909197457326080", + "author": "209280535174971393", + "animated": false, + "created": 1606492079, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "armleft": { + "name": "armleft", + "id": "785988212131627038", + "author": "245607870463213570", + "animated": false, + "created": 1607464592, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "armright": { + "name": "armright", + "id": "785988262141493268", + "author": "245607870463213570", + "animated": false, + "created": 1607464604, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "army": { + "name": "army", + "id": "786406168061935627", + "author": "740675355072921650", + "animated": false, + "created": 1607564241, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ArnosGrapeFish": { + "name": "ArnosGrapeFish", + "id": "723994164815200337", + "author": "328327250682576897", + "animated": true, + "created": 1592684060, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ArnosGrapeFish2x": { + "name": "ArnosGrapeFish2x", + "id": "783460868309778442", + "author": "328327250682576897", + "animated": true, + "created": 1606862027, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ArnosGrapeFishBOOM": { + "name": "ArnosGrapeFishBOOM", + "id": "783460959720833044", + "author": "328327250682576897", + "animated": true, + "created": 1606862049, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ArnosGrapeFishPing": { + "name": "ArnosGrapeFishPing", + "id": "783460913399332894", + "author": "328327250682576897", + "animated": true, + "created": 1606862037, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ArnosGrapeFishRainbow": { + "name": "ArnosGrapeFishRainbow", + "id": "783460434002706452", + "author": "328327250682576897", + "animated": true, + "created": 1606861923, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ArnosGrapeFishRainbow1": { + "name": "ArnosGrapeFishRainbow1", + "id": "783460685333266443", + "author": "328327250682576897", + "animated": true, + "created": 1606861983, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ArnosGrapeFishRainbow2": { + "name": "ArnosGrapeFishRainbow2", + "id": "783460663229284393", + "author": "328327250682576897", + "animated": true, + "created": 1606861978, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ArnosGrapeFishRainbow3": { + "name": "ArnosGrapeFishRainbow3", + "id": "783460617520152606", + "author": "328327250682576897", + "animated": true, + "created": 1606861967, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ArnosGrapeFishRainbow4": { + "name": "ArnosGrapeFishRainbow4", + "id": "783460574134534144", + "author": "328327250682576897", + "animated": true, + "created": 1606861956, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ArnosGrapeFishRainbow5": { + "name": "ArnosGrapeFishRainbow5", + "id": "783460527883943937", + "author": "328327250682576897", + "animated": true, + "created": 1606861945, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ArnosGrapeHeart": { + "name": "ArnosGrapeHeart", + "id": "783460822206513192", + "author": "328327250682576897", + "animated": true, + "created": 1606862016, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "arose": { + "name": "arose", + "id": "788398719057264690", + "author": "715373648520806432", + "animated": true, + "created": 1608039302, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "arriba": { + "name": "arriba", + "id": "764342208580681738", + "author": "676818445068927006", + "animated": false, + "created": 1602303783, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "arrivederci": { + "name": "arrivederci", + "id": "780515952844472330", + "author": "742896971387240540", + "animated": false, + "created": 1606159904, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "arrow": { + "name": "arrow", + "id": "766002826421600286", + "author": "680929882150404170", + "animated": false, + "created": 1602699705, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "arrow_simp": { + "name": "arrow_simp", + "id": "786950192246816779", + "author": "718818001633280071", + "animated": false, + "created": 1607693946, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "arroz": { + "name": "arroz", + "id": "729801482236461146", + "author": "705592580196270120", + "animated": false, + "created": 1594068633, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "arthur": { + "name": "arthur", + "id": "519589724671836160", + "author": "181354489738035201", + "animated": false, + "created": 1543950243, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ArtiaLick": { + "name": "ArtiaLick", + "id": "780647233208844320", + "author": "180314252777750528", + "animated": true, + "created": 1606191204, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "artichamp": { + "name": "artichamp", + "id": "771616317740548107", + "author": "466061790627889167", + "animated": false, + "created": 1604038066, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "artiweird": { + "name": "artiweird", + "id": "771616095781126165", + "author": "466061790627889167", + "animated": false, + "created": 1604038013, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Arturdead": { + "name": "Arturdead", + "id": "782747154576965642", + "author": "589147367551270912", + "animated": false, + "created": 1606691864, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "a_sad": { + "name": "a_sad", + "id": "788781636996038688", + "author": "527449870873657344", + "animated": false, + "created": 1608130597, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "asad": { + "name": "asad", + "id": "758061125118984264", + "author": "718841556852932670", + "animated": true, + "created": 1600806256, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "aSClicklickFAST": { + "name": "aSClicklickFAST", + "id": "786153629571874816", + "author": "676134602837852172", + "animated": true, + "created": 1607504031, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "asco": { + "name": "asco", + "id": "766307978923212913", + "author": "676818445068927006", + "animated": false, + "created": 1602772459, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "a_scream": { + "name": "a_scream", + "id": "778725998630797333", + "author": "515770221475135499", + "animated": true, + "created": 1605733146, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "aSCteeth": { + "name": "aSCteeth", + "id": "786153653731983370", + "author": "676134602837852172", + "animated": true, + "created": 1607504037, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "aSCWWTF": { + "name": "aSCWWTF", + "id": "786153613855686666", + "author": "676134602837852172", + "animated": true, + "created": 1607504027, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "asd": { + "name": "asd", + "id": "731031144484831332", + "author": "273171975931822082", + "animated": false, + "created": 1594361806, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ASdiscodoge": { + "name": "ASdiscodoge", + "id": "768504020494581822", + "author": "386304762519224347", + "animated": true, + "created": 1603296036, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "asefrio": { + "name": "asefrio", + "id": "756247964879552532", + "author": "711748993117585449", + "animated": false, + "created": 1600373965, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "aserules": { + "name": "aserules", + "id": "782691589561909249", + "author": "687796517700239361", + "animated": false, + "created": 1606678616, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "asfhspasda": { + "name": "asfhspasda", + "id": "788810900504576010", + "author": "350309116427763722", + "animated": true, + "created": 1608137574, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "asgasm": { + "name": "asgasm", + "id": "776808159977013279", + "author": "746647694789050430", + "animated": false, + "created": 1605275897, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ash": { + "name": "ash", + "id": "695494913311113237", + "author": "628070207293882377", + "animated": false, + "created": 1585889309, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ashuda": { + "name": "ashuda", + "id": "770058261793603585", + "author": "638896902875906059", + "animated": false, + "created": 1603666596, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "asies": { + "name": "asies", + "id": "597593121924186113", + "author": "467098286642167819", + "animated": false, + "created": 1562547703, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ASKIMPATATA": { + "name": "ASKIMPATATA", + "id": "785499805630988369", + "author": "276877342008279041", + "animated": false, + "created": 1607348147, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "aslan": { + "name": "aslan", + "id": "781814720943620106", + "author": "586886106289668127", + "animated": false, + "created": 1606469554, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "a_smile": { + "name": "a_smile", + "id": "788781329021796392", + "author": "527449870873657344", + "animated": false, + "created": 1608130523, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "as_Music_Listening1": { + "name": "as_Music_Listening1", + "id": "786267731724992532", + "author": "559261533218144275", + "animated": true, + "created": 1607531235, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "aSodaGG": { + "name": "aSodaGG", + "id": "784470506676944896", + "author": "772637906304892958", + "animated": true, + "created": 1607102743, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "asosretrol": { + "name": "asosretrol", + "id": "767749903824060426", + "author": "761590261502574682", + "animated": false, + "created": 1603116241, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "a_sos_re_troll": { + "name": "a_sos_re_troll", + "id": "785962903529455656", + "author": "563512512847544320", + "animated": false, + "created": 1607458558, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "asosretroll": { + "name": "asosretroll", + "id": "754707317219655825", + "author": "701059709100097636", + "animated": false, + "created": 1600006646, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "aspritebottle": { + "name": "aspritebottle", + "id": "782108058012745749", + "author": "690953891482828890", + "animated": true, + "created": 1606539492, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "asrielaaah": { + "name": "asrielaaah", + "id": "779730706372624414", + "author": "564111150443266125", + "animated": false, + "created": 1605972687, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "AsrielHolyGod": { + "name": "AsrielHolyGod", + "id": "785219618741813329", + "author": "521802133796945962", + "animated": false, + "created": 1607281345, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Asrielpaws": { + "name": "Asrielpaws", + "id": "789572914532843570", + "author": "521802133796945962", + "animated": false, + "created": 1608319252, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "AsrielPium": { + "name": "AsrielPium", + "id": "699733904579625094", + "author": "521802133796945962", + "animated": false, + "created": 1586899963, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "AsrielYey": { + "name": "AsrielYey", + "id": "697243919511060590", + "author": "521802133796945962", + "animated": false, + "created": 1586306304, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ass": { + "name": "ass", + "id": "766802701886947338", + "author": "268138992606773248", + "animated": true, + "created": 1602890410, + "modified": 1602912774, + "preserve": false, + "description": null, + "nsfw": "MOD_NSFW" + }, + "assualt": { + "name": "assualt", + "id": "787419736564039711", + "author": "703829756835266590", + "animated": true, + "created": 1607805894, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "asteriscosemuereasterisco": { + "name": "asteriscosemuereasterisco", + "id": "786301408286081044", + "author": "685852503673143300", + "animated": false, + "created": 1607539264, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "astolfo": { + "name": "astolfo", + "id": "745463167756533800", + "author": "403668500515651585", + "animated": false, + "created": 1597802669, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "astolfolick": { + "name": "astolfolick", + "id": "673289715088097317", + "author": "95579127389618176", + "animated": true, + "created": 1580595177, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "asumakina": { + "name": "asumakina", + "id": "774140143937912842", + "author": "704742786225668206", + "animated": false, + "created": 1604639793, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "asustado": { + "name": "asustado", + "id": "760252290794913833", + "author": "302106586401472512", + "animated": false, + "created": 1601328671, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "asustao": { + "name": "asustao", + "id": "583960836687659009", + "author": "343239064918687745", + "animated": true, + "created": 1559297513, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "asweat": { + "name": "asweat", + "id": "786333891081797633", + "author": "494688594603147284", + "animated": true, + "created": 1607547009, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ata": { + "name": "ata", + "id": "782050771138904085", + "author": "729015115411750943", + "animated": true, + "created": 1606525833, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "athinkingwithblobs": { + "name": "athinkingwithblobs", + "id": "492046335026003979", + "author": "140516693242937345", + "animated": true, + "created": 1531976485, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "aThonk": { + "name": "aThonk", + "id": "782113910333505537", + "author": "690953891482828890", + "animated": true, + "created": 1606540887, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "atrevida": { + "name": "atrevida", + "id": "765744244996309023", + "author": "704662972739616809", + "animated": false, + "created": 1602638054, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "AuE_WhiteVentAngel": { + "name": "AuE_WhiteVentAngel", + "id": "786186024022704138", + "author": "676134602837852172", + "animated": true, + "created": 1607511754, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "augh": { + "name": "augh", + "id": "783358877655367696", + "author": "330070979927605260", + "animated": true, + "created": 1606837710, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "aunndance": { + "name": "aunndance", + "id": "773361909746499584", + "author": "739936426799661086", + "animated": true, + "created": 1604454247, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "auroraoncrack": { + "name": "auroraoncrack", + "id": "780257533092167711", + "author": "209280535174971393", + "animated": false, + "created": 1606098292, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "autiskek": { + "name": "autiskek", + "id": "749254576128917614", + "author": "428461954064056340", + "animated": true, + "created": 1598706611, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "autism": { + "name": "autism", + "id": "674699901556228126", + "author": "400940653179174913", + "animated": false, + "created": 1580931391, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "autisthenk": { + "name": "autisthenk", + "id": "759410309882183701", + "author": "428461954064056340", + "animated": true, + "created": 1601127927, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "avanrish": { + "name": "avanrish", + "id": "778171037942284299", + "author": "336186693210210305", + "animated": true, + "created": 1605600833, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "avapeek": { + "name": "avapeek", + "id": "776126107333165058", + "author": "182850025007742976", + "animated": false, + "created": 1605113283, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "av_avatar": { + "name": "av_avatar", + "id": "785980665786269746", + "author": "667884783954821159", + "animated": false, + "created": 1607462793, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "aver": { + "name": "aver", + "id": "611680088227971115", + "author": "408562137451986946", + "animated": true, + "created": 1565906297, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "avostambiensosretrol": { + "name": "avostambiensosretrol", + "id": "783182226711904267", + "author": "368558529268809728", + "animated": false, + "created": 1606795593, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "avr": { + "name": "avr", + "id": "766798062126628884", + "author": "717411677598908487", + "animated": false, + "created": 1602889304, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "awa": { + "name": "awa", + "id": "645756633858834453", + "author": "437137381494358026", + "animated": false, + "created": 1574030779, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "awaa": { + "name": "awaa", + "id": "776990064856006677", + "author": "417138170430357524", + "animated": true, + "created": 1605319267, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "awaaa": { + "name": "awaaa", + "id": "789375597255065621", + "author": "508054192758194176", + "animated": true, + "created": 1608272208, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "awantaa": { + "name": "awantaa", + "id": "712857209880707083", + "author": "691239435768954911", + "animated": false, + "created": 1590028803, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "awaw": { + "name": "awaw", + "id": "783235063990845511", + "author": "741200634384220191", + "animated": false, + "created": 1606808191, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "awawa": { + "name": "awawa", + "id": "769349966404517908", + "author": "187972637505486848", + "animated": true, + "created": 1603497725, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "away": { + "name": "away", + "id": "492046344811446306", + "author": "249750282324410368", + "animated": false, + "created": 1536211708, + "modified": 1537383407, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "away2": { + "name": "away2", + "id": "492046345956229120", + "author": "249750282324410368", + "animated": false, + "created": 1536212234, + "modified": 1537383407, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "A_Weno": { + "name": "A_Weno", + "id": "774480442492715009", + "author": "687902310315458594", + "animated": false, + "created": 1604720926, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "aweno": { + "name": "aweno", + "id": "698782555159265310", + "author": "610238556006383825", + "animated": true, + "created": 1586673144, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "aWhale": { + "name": "aWhale", + "id": "540067841219624970", + "author": "403597576223326228", + "animated": true, + "created": 1548832607, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "awildaniiappeared": { + "name": "awildaniiappeared", + "id": "783043919671197716", + "author": "353109234201788427", + "animated": true, + "created": 1606762618, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "awks": { + "name": "awks", + "id": "733788765486841996", + "author": "733749046174548039", + "animated": true, + "created": 1595019274, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "awkward_cat": { + "name": "awkward_cat", + "id": "785499708058501150", + "author": "434603155695730709", + "animated": false, + "created": 1607348124, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "awkwardchamp": { + "name": "awkwardchamp", + "id": "693744376123490345", + "author": "167267224787222528", + "animated": true, + "created": 1585471948, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Awoo": { + "name": "Awoo", + "id": "634346265169231919", + "author": "324215644981559296", + "animated": true, + "created": 1571310335, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "awooo": { + "name": "awooo", + "id": "775037791180554270", + "author": "303963315061915648", + "animated": false, + "created": 1604853809, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "aworrypat": { + "name": "aworrypat", + "id": "717512779279368225", + "author": "205929421444612097", + "animated": true, + "created": 1591138777, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "aww": { + "name": "aww", + "id": "669748382859919370", + "author": "195763464570929161", + "animated": false, + "created": 1579750857, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "awwshake": { + "name": "awwshake", + "id": "537930585277071361", + "author": "203208699500560385", + "animated": true, + "created": 1548323045, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "awww": { + "name": "awww", + "id": "781710870291939388", + "author": "495518017434681365", + "animated": false, + "created": 1606444795, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "axcorball": { + "name": "axcorball", + "id": "784257144224088064", + "author": "544012397623377930", + "animated": false, + "created": 1607051874, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "axlickintense": { + "name": "axlickintense", + "id": "783748046290026536", + "author": "742349989795201065", + "animated": true, + "created": 1606930495, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ay": { + "name": "ay", + "id": "782780108816515132", + "author": "608094111651725322", + "animated": false, + "created": 1606699721, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "aya": { + "name": "aya", + "id": "695361100736102410", + "author": "676163766185885710", + "animated": false, + "created": 1585857405, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "aya2a": { + "name": "aya2a", + "id": "708780535274537132", + "author": "511549289558966285", + "animated": true, + "created": 1589056848, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ayadance": { + "name": "ayadance", + "id": "709472892705833031", + "author": "410533390257750036", + "animated": true, + "created": 1589221919, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ayamefukkireta": { + "name": "ayamefukkireta", + "id": "779160162237677568", + "author": "466061790627889167", + "animated": true, + "created": 1605836658, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ayawaaah": { + "name": "ayawaaah", + "id": "780936187661385748", + "author": "293107176355004416", + "animated": false, + "created": 1606260096, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "AYAYA": { + "name": "AYAYA", + "id": "569080809114566656", + "author": "269691188875886593", + "animated": false, + "created": 1555749837, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ayayaJAM": { + "name": "ayayaJAM", + "id": "750925198659944478", + "author": "270645096758640641", + "animated": true, + "created": 1599104918, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "AYAYALove": { + "name": "AYAYALove", + "id": "784017350038913044", + "author": "281376741979717632", + "animated": true, + "created": 1606994702, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "AYAYAShake": { + "name": "AYAYAShake", + "id": "776851057950064712", + "author": "569482187699781653", + "animated": true, + "created": 1605286125, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ayayay": { + "name": "ayayay", + "id": "726573435307687978", + "author": "386952931783606274", + "animated": false, + "created": 1593299006, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "AY_dragonASCV": { + "name": "AY_dragonASCV", + "id": "781739171747201045", + "author": "664666006991405057", + "animated": true, + "created": 1606451542, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ayegbye": { + "name": "ayegbye", + "id": "782113238682173460", + "author": "690953891482828890", + "animated": true, + "created": 1606540727, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "aysi": { + "name": "aysi", + "id": "758149930598137877", + "author": "450903155572736000", + "animated": false, + "created": 1600827429, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ayup_cry": { + "name": "ayup_cry", + "id": "783094626592489544", + "author": "595676691368771584", + "animated": false, + "created": 1606774708, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "aywey": { + "name": "aywey", + "id": "655218087087439872", + "author": "445896929138835458", + "animated": false, + "created": 1576286565, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ayy": { + "name": "ayy", + "id": "773381703795867678", + "author": "736497741697646653", + "animated": true, + "created": 1604458967, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "azazel": { + "name": "azazel", + "id": "780887181652525056", + "author": "479370177209696267", + "animated": true, + "created": 1606248412, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "azFlying_Hearts_Gray": { + "name": "azFlying_Hearts_Gray", + "id": "782812259277471804", + "author": "760975697392173067", + "animated": true, + "created": 1606707386, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "azn": { + "name": "azn", + "id": "776851218541969479", + "author": "309406390491807755", + "animated": false, + "created": 1605286163, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "azulpet": { + "name": "azulpet", + "id": "767015633791090688", + "author": "600344332662472714", + "animated": true, + "created": 1602941177, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "b_": { + "name": "b_", + "id": "763305781998780447", + "author": "752168287256838185", + "animated": true, + "created": 1602056680, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "B9E3CAF0423241528A8CC755D6F09CB7": { + "name": "B9E3CAF0423241528A8CC755D6F09CB7", + "id": "788732790229041152", + "author": "721415443700514847", + "animated": false, + "created": 1608118951, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "babababa": { + "name": "babababa", + "id": "783239566756806686", + "author": "762903203804741693", + "animated": true, + "created": 1606809264, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bababui": { + "name": "bababui", + "id": "765003335673446410", + "author": "648998562293874700", + "animated": true, + "created": 1602461408, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "baba_uwu": { + "name": "baba_uwu", + "id": "784860839202390017", + "author": "506459837169795092", + "animated": true, + "created": 1607195806, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "babe": { + "name": "babe", + "id": "782511577307807794", + "author": "532364636100755476", + "animated": true, + "created": 1606635698, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "babey": { + "name": "babey", + "id": "752386886554746922", + "author": "299927423125028864", + "animated": false, + "created": 1599453412, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "babybottle": { + "name": "babybottle", + "id": "782699724770771024", + "author": "702673961858760797", + "animated": true, + "created": 1606680556, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "baby_rage": { + "name": "baby_rage", + "id": "784860779802787851", + "author": "506459837169795092", + "animated": false, + "created": 1607195792, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "BabyRage": { + "name": "BabyRage", + "id": "640927614932090890", + "author": "224647503037988874", + "animated": false, + "created": 1572879451, + "modified": 1572884956, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "babyshark": { + "name": "babyshark", + "id": "784317853217980416", + "author": "713483831780573275", + "animated": true, + "created": 1607066348, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "backstab": { + "name": "backstab", + "id": "705053412579999876", + "author": "479370177209696267", + "animated": false, + "created": 1588168232, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bad": { + "name": "bad", + "id": "741175574256550001", + "author": "296473943408115723", + "animated": true, + "created": 1596780427, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "badga": { + "name": "badga", + "id": "786287567405318144", + "author": "435166381189758998", + "animated": false, + "created": 1607535964, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bae_booty": { + "name": "bae_booty", + "id": "785304009589522443", + "author": "758927412758183957", + "animated": false, + "created": 1607301466, + "modified": 1607331469, + "preserve": false, + "description": null, + "nsfw": "MOD_NSFW" + }, + "baguette": { + "name": "baguette", + "id": "731561148339454036", + "author": "527886142524096552", + "animated": true, + "created": 1594488169, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bahh": { + "name": "bahh", + "id": "774022702553235506", + "author": "543468933974589440", + "animated": false, + "created": 1604611792, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ba_hi": { + "name": "ba_hi", + "id": "782675938055553065", + "author": "700050219995496568", + "animated": false, + "created": 1606674885, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ba_hide": { + "name": "ba_hide", + "id": "782675920770170910", + "author": "700050219995496568", + "animated": false, + "created": 1606674881, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bai": { + "name": "bai", + "id": "710903911749386280", + "author": "265918130549817344", + "animated": false, + "created": 1589563100, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "baibchek": { + "name": "baibchek", + "id": "779540828929654826", + "author": "427135249152212992", + "animated": false, + "created": 1605927417, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "baila": { + "name": "baila", + "id": "747927633169219647", + "author": "725437449895149619", + "animated": false, + "created": 1598390243, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bailable": { + "name": "bailable", + "id": "785556614492979201", + "author": "701103722453008518", + "animated": true, + "created": 1607361691, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "baile": { + "name": "baile", + "id": "684192951441686586", + "author": "477213575501578251", + "animated": true, + "created": 1583194711, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "baile_abeja": { + "name": "baile_abeja", + "id": "780532721519951872", + "author": "701103722453008518", + "animated": true, + "created": 1606163902, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bailedeltroleo": { + "name": "bailedeltroleo", + "id": "765076477905207357", + "author": "337776631210967040", + "animated": true, + "created": 1602478846, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bailedetroleo": { + "name": "bailedetroleo", + "id": "775394504147730442", + "author": "475156812329517068", + "animated": true, + "created": 1604938856, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bailefachero": { + "name": "bailefachero", + "id": "780244616036745256", + "author": "672660494724759553", + "animated": true, + "created": 1606095212, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "baileuwu": { + "name": "baileuwu", + "id": "612740205866254361", + "author": "612662916029874177", + "animated": true, + "created": 1566159049, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bainha": { + "name": "bainha", + "id": "788529787634581534", + "author": "325346618364788737", + "animated": false, + "created": 1608070551, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "baited": { + "name": "baited", + "id": "749240085832138762", + "author": "425046879047385108", + "animated": false, + "created": 1598703156, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "baited1": { + "name": "baited1", + "id": "776529990640467988", + "author": "747555334410731672", + "animated": false, + "created": 1605209577, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bajadon": { + "name": "bajadon", + "id": "720720462274887772", + "author": "609791313847517223", + "animated": false, + "created": 1591903548, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bajon": { + "name": "bajon", + "id": "787858027059347476", + "author": "609791313847517223", + "animated": false, + "created": 1607910391, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "baka": { + "name": "baka", + "id": "472201187832234004", + "author": "140516693242937345", + "animated": false, + "created": 1532651936, + "modified": 1533892035, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bakacat": { + "name": "bakacat", + "id": "779819003312340994", + "author": "302106586401472512", + "animated": false, + "created": 1605993739, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "BAKA_DIE": { + "name": "BAKA_DIE", + "id": "784441631171412019", + "author": "711751154119475291", + "animated": false, + "created": 1607095859, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "baldbyakuya": { + "name": "baldbyakuya", + "id": "788066638418280489", + "author": "655530342928613417", + "animated": false, + "created": 1607960128, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "BaldiBaile": { + "name": "BaldiBaile", + "id": "782910179868016640", + "author": "741850493088694343", + "animated": true, + "created": 1606730732, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "baldsmile": { + "name": "baldsmile", + "id": "789650851617570886", + "author": "738859004712976456", + "animated": false, + "created": 1608337834, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "baliable": { + "name": "baliable", + "id": "785556570829357096", + "author": "701103722453008518", + "animated": true, + "created": 1607361681, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "balik_aphr": { + "name": "balik_aphr", + "id": "781814748459040828", + "author": "586886106289668127", + "animated": false, + "created": 1606469561, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bambada_0": { + "name": "bambada_0", + "id": "597625355096031233", + "author": "140516693242937345", + "animated": false, + "created": 1562555387, + "modified": 1562618033, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "bambada_1": { + "name": "bambada_1", + "id": "597625362196856854", + "author": "140516693242937345", + "animated": false, + "created": 1562555389, + "modified": 1562618033, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "bambada_10": { + "name": "bambada_10", + "id": "597625400943706146", + "author": "140516693242937345", + "animated": false, + "created": 1562555398, + "modified": 1562618033, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "bambada_11": { + "name": "bambada_11", + "id": "597625405146398739", + "author": "140516693242937345", + "animated": false, + "created": 1562555400, + "modified": 1562618033, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "bambada_12": { + "name": "bambada_12", + "id": "597625409789755412", + "author": "140516693242937345", + "animated": false, + "created": 1562555401, + "modified": 1562618033, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "bambada_13": { + "name": "bambada_13", + "id": "597625413551915019", + "author": "140516693242937345", + "animated": false, + "created": 1562555401, + "modified": 1562618033, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "bambada_14": { + "name": "bambada_14", + "id": "597625416928198677", + "author": "140516693242937345", + "animated": false, + "created": 1562555402, + "modified": 1562618033, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "bambada_15": { + "name": "bambada_15", + "id": "597625421814824980", + "author": "140516693242937345", + "animated": false, + "created": 1562555403, + "modified": 1562618033, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "bambada_2": { + "name": "bambada_2", + "id": "597625367376822284", + "author": "140516693242937345", + "animated": false, + "created": 1562555391, + "modified": 1562618033, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "bambada_3": { + "name": "bambada_3", + "id": "597625371650818068", + "author": "140516693242937345", + "animated": false, + "created": 1562555391, + "modified": 1562618033, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "bambada_4": { + "name": "bambada_4", + "id": "597625375123570701", + "author": "140516693242937345", + "animated": false, + "created": 1562555392, + "modified": 1562618033, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "bambada_5": { + "name": "bambada_5", + "id": "597625379196502016", + "author": "140516693242937345", + "animated": false, + "created": 1562555393, + "modified": 1562618033, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "bambada_6": { + "name": "bambada_6", + "id": "597625384460353536", + "author": "140516693242937345", + "animated": false, + "created": 1562555394, + "modified": 1562618033, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "bambada_7": { + "name": "bambada_7", + "id": "597625388155273246", + "author": "140516693242937345", + "animated": false, + "created": 1562555395, + "modified": 1562618033, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "bambada_8": { + "name": "bambada_8", + "id": "597625392043524116", + "author": "140516693242937345", + "animated": false, + "created": 1562555397, + "modified": 1562618033, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "bambada_9": { + "name": "bambada_9", + "id": "597625397030420491", + "author": "140516693242937345", + "animated": false, + "created": 1562555397, + "modified": 1562618033, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "Ban": { + "name": "Ban", + "id": "415613977133842467", + "author": "201852729730007041", + "animated": false, + "created": 1525387940, + "modified": 1533892035, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "BananaBaile": { + "name": "BananaBaile", + "id": "782905939246055425", + "author": "741850493088694343", + "animated": true, + "created": 1606729721, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "banban": { + "name": "banban", + "id": "786156830597578762", + "author": "676134602837852172", + "animated": false, + "created": 1607504794, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "banbo": { + "name": "banbo", + "id": "776391793277009930", + "author": "650561615372222484", + "animated": false, + "created": 1605176628, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bancat": { + "name": "bancat", + "id": "781677654708584458", + "author": "488694672441737236", + "animated": true, + "created": 1606436875, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bandwagoned": { + "name": "bandwagoned", + "id": "776602179888742411", + "author": "438644880152068127", + "animated": false, + "created": 1605226788, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bandy": { + "name": "bandy", + "id": "765239649789935636", + "author": "676818445068927006", + "animated": false, + "created": 1602517750, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "baneado": { + "name": "baneado", + "id": "689261316187488263", + "author": "614919553415381011", + "animated": false, + "created": 1584403103, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bang": { + "name": "bang", + "id": "615646597665128449", + "author": "338050616850907146", + "animated": true, + "created": 1566851987, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "BanHammer": { + "name": "BanHammer", + "id": "469979029374500885", + "author": "205558873908707329", + "animated": false, + "created": 1532122132, + "modified": 1533892035, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "banido": { + "name": "banido", + "id": "736740409639698543", + "author": "463131128870731780", + "animated": false, + "created": 1595723001, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "banned": { + "name": "banned", + "id": "774524066761015296", + "author": "450903155572736000", + "animated": false, + "created": 1604731327, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "BAnneR": { + "name": "BAnneR", + "id": "788530016245645312", + "author": "756143897134235779", + "animated": false, + "created": 1608070606, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "baramon": { + "name": "baramon", + "id": "786781111396466728", + "author": "665573758756716554", + "animated": false, + "created": 1607653635, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "barbaraweird": { + "name": "barbaraweird", + "id": "774732224138182697", + "author": "209280535174971393", + "animated": false, + "created": 1604780956, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "barkbark": { + "name": "barkbark", + "id": "782742054987366421", + "author": "748023719833894942", + "animated": false, + "created": 1606690648, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "barney": { + "name": "barney", + "id": "788929142938140712", + "author": "756906411295768647", + "animated": false, + "created": 1608165765, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "barneywhy": { + "name": "barneywhy", + "id": "789928520640888832", + "author": "756906411295768647", + "animated": false, + "created": 1608404035, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "barny": { + "name": "barny", + "id": "772281784636276776", + "author": "610207676822978590", + "animated": false, + "created": 1604196725, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bas": { + "name": "bas", + "id": "788232646227394570", + "author": "741850493088694343", + "animated": false, + "created": 1607999707, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "basak_aphr": { + "name": "basak_aphr", + "id": "781814771863126017", + "author": "586886106289668127", + "animated": false, + "created": 1606469567, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Based": { + "name": "Based", + "id": "696896509844652061", + "author": "455539312784834570", + "animated": false, + "created": 1586223475, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ba_sleep": { + "name": "ba_sleep", + "id": "782675853078298666", + "author": "700050219995496568", + "animated": false, + "created": 1606674864, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bastaaa": { + "name": "bastaaa", + "id": "785908732747972608", + "author": "569937267012010015", + "animated": false, + "created": 1607445643, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bata": { + "name": "bata", + "id": "540078941642162176", + "author": "420979511786733568", + "animated": true, + "created": 1548835253, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "BathoryCry": { + "name": "BathoryCry", + "id": "781344927723290685", + "author": "448827482179895304", + "animated": false, + "created": 1606357547, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "BathoryLurk": { + "name": "BathoryLurk", + "id": "781344966697418802", + "author": "448827482179895304", + "animated": false, + "created": 1606357556, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "BathoryPout": { + "name": "BathoryPout", + "id": "781345007142567936", + "author": "448827482179895304", + "animated": false, + "created": 1606357566, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "BathorySip": { + "name": "BathorySip", + "id": "781345046795780146", + "author": "448827482179895304", + "animated": false, + "created": 1606357575, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "batseng": { + "name": "batseng", + "id": "773494529361182760", + "author": "343310328089804803", + "animated": false, + "created": 1604485866, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "battlethenk": { + "name": "battlethenk", + "id": "759375410633900032", + "author": "567390950838501376", + "animated": false, + "created": 1601119606, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Baymax": { + "name": "Baymax", + "id": "782159012937334784", + "author": "496037931140513800", + "animated": false, + "created": 1606551640, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bayon": { + "name": "bayon", + "id": "786301965716946954", + "author": "749338977126842398", + "animated": false, + "created": 1607539398, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bb": { + "name": "bb", + "id": "774663372335480832", + "author": "650561615372222484", + "animated": false, + "created": 1604764540, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bba7": { + "name": "bba7", + "id": "783568619123638272", + "author": "557761229595344903", + "animated": false, + "created": 1606887716, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bban": { + "name": "bban", + "id": "782493946743881769", + "author": "512509857606139905", + "animated": false, + "created": 1606631495, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bbocchi": { + "name": "bbocchi", + "id": "784349766280019974", + "author": "431225704563081216", + "animated": false, + "created": 1607073956, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "BBoomer": { + "name": "BBoomer", + "id": "677719065263079446", + "author": "625810429075128355", + "animated": true, + "created": 1581651217, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bdevilskull": { + "name": "bdevilskull", + "id": "788397908621131826", + "author": "715373648520806432", + "animated": false, + "created": 1608039109, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bean": { + "name": "bean", + "id": "752348207257878601", + "author": "285148358815776768", + "animated": false, + "created": 1599444190, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "beanblobcat": { + "name": "beanblobcat", + "id": "492046363031371776", + "author": "140516693242937345", + "animated": false, + "created": 1531979225, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "beaned": { + "name": "beaned", + "id": "737034852213456896", + "author": "277662370359410689", + "animated": false, + "created": 1595793202, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "beans": { + "name": "beans", + "id": "774509563188740117", + "author": "125807113569042432", + "animated": false, + "created": 1604727869, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bearcop": { + "name": "bearcop", + "id": "512106967515529216", + "author": "140516693242937345", + "animated": true, + "created": 1542166253, + "modified": 1542166257, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "bearcop1": { + "name": "bearcop1", + "id": "492046366562844690", + "author": "308162538648895489", + "animated": true, + "created": 1531367442, + "modified": 1537383412, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "bearcop2": { + "name": "bearcop2", + "id": "492046369037746186", + "author": "308162538648895489", + "animated": true, + "created": 1531367499, + "modified": 1537383412, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "bearcop3": { + "name": "bearcop3", + "id": "492046370249637889", + "author": "308162538648895489", + "animated": true, + "created": 1531367522, + "modified": 1537383413, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "bearcop4": { + "name": "bearcop4", + "id": "492046371529162813", + "author": "308162538648895489", + "animated": true, + "created": 1531367543, + "modified": 1537383413, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "Bear_CS": { + "name": "Bear_CS", + "id": "782674011246297111", + "author": "700050219995496568", + "animated": false, + "created": 1606674425, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "BearHuggie": { + "name": "BearHuggie", + "id": "772627602401656852", + "author": "727325977755254874", + "animated": true, + "created": 1604279175, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bearkiss": { + "name": "bearkiss", + "id": "781542047730368512", + "author": "756368101788090420", + "animated": true, + "created": 1606404544, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bearshug": { + "name": "bearshug", + "id": "786178442756489276", + "author": "676134602837852172", + "animated": false, + "created": 1607509947, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "beautiful": { + "name": "beautiful", + "id": "766817079788699648", + "author": "757412481504247850", + "animated": false, + "created": 1602893838, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "BebeBaile": { + "name": "BebeBaile", + "id": "782904354087895052", + "author": "741850493088694343", + "animated": true, + "created": 1606729343, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bebebear": { + "name": "bebebear", + "id": "786678631678214244", + "author": "718818001633280071", + "animated": false, + "created": 1607629201, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bebecatto": { + "name": "bebecatto", + "id": "786678619967062067", + "author": "718818001633280071", + "animated": false, + "created": 1607629198, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bebela": { + "name": "bebela", + "id": "781565153874280500", + "author": "221784867514351616", + "animated": false, + "created": 1606410053, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bebewhale": { + "name": "bebewhale", + "id": "786678610123030538", + "author": "718818001633280071", + "animated": false, + "created": 1607629196, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "beboez": { + "name": "beboez", + "id": "569092516696031232", + "author": "216550726929874944", + "animated": false, + "created": 1555752629, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "beboezaf": { + "name": "beboezaf", + "id": "761447044673437706", + "author": "167786416988749824", + "animated": false, + "created": 1601613522, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bebolook": { + "name": "bebolook", + "id": "571743427772022804", + "author": "216550726929874944", + "animated": false, + "created": 1556384655, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bebomamay": { + "name": "bebomamay", + "id": "696420804921131068", + "author": "256056872254177281", + "animated": false, + "created": 1586110058, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "beborain": { + "name": "beborain", + "id": "571742604933333013", + "author": "216550726929874944", + "animated": false, + "created": 1556384459, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bebowat": { + "name": "bebowat", + "id": "605348966246252544", + "author": "174520685526384640", + "animated": false, + "created": 1564396840, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "beboweird": { + "name": "beboweird", + "id": "599244548606001153", + "author": "239333423095742464", + "animated": false, + "created": 1562941433, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bebowhat": { + "name": "bebowhat", + "id": "620686516338819133", + "author": "216550726929874944", + "animated": false, + "created": 1555801821, + "modified": 1568058492, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bebowtf": { + "name": "bebowtf", + "id": "611792835355607043", + "author": "427050223689531392", + "animated": false, + "created": 1565933178, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bec": { + "name": "bec", + "id": "570087614477107211", + "author": "508276261219598347", + "animated": false, + "created": 1555989879, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bee": { + "name": "bee", + "id": "773942975721635870", + "author": "684477455028846624", + "animated": false, + "created": 1604592784, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "beeboweird": { + "name": "beeboweird", + "id": "728713962845241485", + "author": "281563194843987968", + "animated": false, + "created": 1593809347, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "beeebolook": { + "name": "beeebolook", + "id": "654887619573972993", + "author": "186324887596564480", + "animated": false, + "created": 1576207775, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "BegoneHornyTeen": { + "name": "BegoneHornyTeen", + "id": "673023697740890115", + "author": "547861735391100931", + "animated": false, + "created": 1580531753, + "modified": 1586458774, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "beheaded": { + "name": "beheaded", + "id": "781905972599193651", + "author": "209280535174971393", + "animated": false, + "created": 1606491311, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "beidouweird": { + "name": "beidouweird", + "id": "774732267218010172", + "author": "209280535174971393", + "animated": false, + "created": 1604780966, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bellascarebear": { + "name": "bellascarebear", + "id": "782112920845811752", + "author": "690953891482828890", + "animated": true, + "created": 1606540651, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "belly_dancer_kneel": { + "name": "belly_dancer_kneel", + "id": "787732899599220776", + "author": "532025158865780756", + "animated": false, + "created": 1607880558, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bellydancerlift": { + "name": "bellydancerlift", + "id": "787739830318399548", + "author": "532025158865780756", + "animated": true, + "created": 1607882211, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bennettweird": { + "name": "bennettweird", + "id": "774732302429323315", + "author": "209280535174971393", + "animated": false, + "created": 1604780974, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "beo": { + "name": "beo", + "id": "775509780806631434", + "author": "645482510930673675", + "animated": false, + "created": 1604966340, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Bepis1": { + "name": "Bepis1", + "id": "492046384430579723", + "author": "140516693242937345", + "animated": false, + "created": 1525502040, + "modified": 1537383416, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "bepis2": { + "name": "bepis2", + "id": "492046385076502540", + "author": "140516693242937345", + "animated": false, + "created": 1532762851, + "modified": 1537383416, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "bepis3": { + "name": "bepis3", + "id": "492046386531926036", + "author": "140516693242937345", + "animated": false, + "created": 1532146423, + "modified": 1537383417, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "BERN": { + "name": "BERN", + "id": "788487565715046410", + "author": "717187106874720287", + "animated": false, + "created": 1608060485, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "beso": { + "name": "beso", + "id": "714713473237516349", + "author": "712063705537445948", + "animated": true, + "created": 1590471370, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "beyal": { + "name": "beyal", + "id": "782741636370792488", + "author": "748023719833894942", + "animated": false, + "created": 1606690548, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bgs": { + "name": "bgs", + "id": "680726971143159828", + "author": "97209058150326272", + "animated": false, + "created": 1582368357, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "biblia": { + "name": "biblia", + "id": "755244269010288701", + "author": "661789191470055436", + "animated": false, + "created": 1600134665, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bichocry": { + "name": "bichocry", + "id": "789013888028114975", + "author": "512509857606139905", + "animated": false, + "created": 1608185970, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bien": { + "name": "bien", + "id": "775340069951242251", + "author": "592187940138909707", + "animated": true, + "created": 1604925878, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "big": { + "name": "big", + "id": "724335179862114486", + "author": "418147326603821066", + "animated": true, + "created": 1592765364, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bigbigcry": { + "name": "bigbigcry", + "id": "733893816951635978", + "author": "269206837306327042", + "animated": true, + "created": 1595044321, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bigboi": { + "name": "bigboi", + "id": "718788172334759967", + "author": "479370177209696267", + "animated": true, + "created": 1591442854, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bigbrain": { + "name": "bigbrain", + "id": "573326997451833344", + "author": "140516693242937345", + "animated": false, + "created": 1556762208, + "modified": 1556762230, + "preserve": true, + "description": "200IQ", + "nsfw": "SFW" + }, + "bigbraintime": { + "name": "bigbraintime", + "id": "774325195502649354", + "author": "622067125170995240", + "animated": false, + "created": 1604683912, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bigchungus": { + "name": "bigchungus", + "id": "770091441636245504", + "author": "496037931140513800", + "animated": false, + "created": 1603674507, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "BigCry": { + "name": "BigCry", + "id": "571940221663313930", + "author": "196665012071170048", + "animated": false, + "created": 1556431575, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "BigSpender": { + "name": "BigSpender", + "id": "730900322897100842", + "author": "425046879047385108", + "animated": true, + "created": 1594330616, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "BigThonk": { + "name": "BigThonk", + "id": "786037227674140692", + "author": "755134252642992158", + "animated": false, + "created": 1607476279, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "billionaires": { + "name": "billionaires", + "id": "788487380368621588", + "author": "717187106874720287", + "animated": false, + "created": 1608060440, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bingShrug": { + "name": "bingShrug", + "id": "631356088868143115", + "author": "140516693242937345", + "animated": false, + "created": 1570597421, + "modified": 1570597427, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "bingus": { + "name": "bingus", + "id": "754574521180225658", + "author": "472631495815725056", + "animated": false, + "created": 1599974985, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "birb": { + "name": "birb", + "id": "705000675850977360", + "author": "327627555085484044", + "animated": true, + "created": 1588155659, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "birbdone": { + "name": "birbdone", + "id": "751374530038988884", + "author": "298827100016607232", + "animated": true, + "created": 1599212048, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "birbgun": { + "name": "birbgun", + "id": "734013386828021780", + "author": "521325315276931083", + "animated": false, + "created": 1595072828, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "birblove": { + "name": "birblove", + "id": "790003075070951486", + "author": "293107176355004416", + "animated": false, + "created": 1608421810, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "birbriot": { + "name": "birbriot", + "id": "746467249619075192", + "author": "176760162579644428", + "animated": true, + "created": 1598042061, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "birdance": { + "name": "birdance", + "id": "774880945190469633", + "author": "450903155572736000", + "animated": true, + "created": 1604816414, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "birdstonks": { + "name": "birdstonks", + "id": "783779765084487680", + "author": "452856221591142410", + "animated": true, + "created": 1606938057, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "birrytu": { + "name": "birrytu", + "id": "762511471849766912", + "author": "308452846834155530", + "animated": false, + "created": 1601867301, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bisquit": { + "name": "bisquit", + "id": "759765263267921940", + "author": "226339499523702785", + "animated": true, + "created": 1601212554, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bitch": { + "name": "bitch", + "id": "752721286123356208", + "author": "362374840201510914", + "animated": false, + "created": 1599533139, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bitcoin": { + "name": "bitcoin", + "id": "773821559718543361", + "author": "714174249975414787", + "animated": false, + "created": 1604563836, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bite": { + "name": "bite", + "id": "701254597066489856", + "author": "593868661110997013", + "animated": false, + "created": 1587262524, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "biteagle": { + "name": "biteagle", + "id": "787993435658387466", + "author": "304413971350552588", + "animated": true, + "created": 1607942675, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bitemore": { + "name": "bitemore", + "id": "775142265814515742", + "author": "353978827157929987", + "animated": true, + "created": 1604878717, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Bkek": { + "name": "Bkek", + "id": "786155665156079616", + "author": "676134602837852172", + "animated": true, + "created": 1607504516, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Bkn": { + "name": "Bkn", + "id": "771748800329941032", + "author": "352617359036514304", + "animated": false, + "created": 1604069652, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bkn2": { + "name": "bkn2", + "id": "787300675633414155", + "author": "352617359036514304", + "animated": false, + "created": 1607777508, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bl": { + "name": "bl", + "id": "726772495872557119", + "author": "425046879047385108", + "animated": false, + "created": 1593346465, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "black": { + "name": "black", + "id": "705656258564194374", + "author": "635437272300257280", + "animated": false, + "created": 1588311962, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "blackbutterfly": { + "name": "blackbutterfly", + "id": "785980911073099806", + "author": "667884783954821159", + "animated": false, + "created": 1607462852, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "blackdepressed": { + "name": "blackdepressed", + "id": "785974187365629982", + "author": "632211012551966750", + "animated": false, + "created": 1607461249, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "blackhearts": { + "name": "blackhearts", + "id": "786001856333742102", + "author": "782187259801632768", + "animated": true, + "created": 1607467845, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "blackpb": { + "name": "blackpb", + "id": "786870732487393280", + "author": "675231616213188608", + "animated": false, + "created": 1607675002, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "blacktick": { + "name": "blacktick", + "id": "786868432246538258", + "author": "675231616213188608", + "animated": true, + "created": 1607674453, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "BlackVerified": { + "name": "BlackVerified", + "id": "786521585073913886", + "author": "426282697422274561", + "animated": true, + "created": 1607591758, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bladeofmarmora": { + "name": "bladeofmarmora", + "id": "782163386552156171", + "author": "496037931140513800", + "animated": false, + "created": 1606552683, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "blank": { + "name": "blank", + "id": "492046396568895489", + "author": "334452113264607232", + "animated": false, + "created": 1527378693, + "modified": 1537383419, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blanketlove": { + "name": "blanketlove", + "id": "787810126152728637", + "author": "660670358050832404", + "animated": false, + "created": 1607898971, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "blank_stare": { + "name": "blank_stare", + "id": "786709767967211602", + "author": "658316782934949889", + "animated": false, + "created": 1607636625, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bleach": { + "name": "bleach", + "id": "786228560339402754", + "author": "494688594603147284", + "animated": true, + "created": 1607521896, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bleckless": { + "name": "bleckless", + "id": "785597064834580555", + "author": "353109234201788427", + "animated": false, + "created": 1607371336, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bleedingrose": { + "name": "bleedingrose", + "id": "786419601055023104", + "author": "267730425005342720", + "animated": true, + "created": 1607567443, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bleh": { + "name": "bleh", + "id": "724545556160053299", + "author": "491814839585472544", + "animated": false, + "created": 1592815522, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "blelele": { + "name": "blelele", + "id": "768504276531281921", + "author": "659846965089009667", + "animated": true, + "created": 1603296097, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "BlessedPatrick": { + "name": "BlessedPatrick", + "id": "784552489877897216", + "author": "496037931140513800", + "animated": false, + "created": 1607122289, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "blhappier": { + "name": "blhappier", + "id": "752257553676763177", + "author": "353109234201788427", + "animated": false, + "created": 1599422577, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "blhappy": { + "name": "blhappy", + "id": "752255465014165625", + "author": "353109234201788427", + "animated": false, + "created": 1599422079, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bl_hearts4": { + "name": "bl_hearts4", + "id": "786002348044451891", + "author": "782187259801632768", + "animated": true, + "created": 1607467963, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "blindroo": { + "name": "blindroo", + "id": "756362254072676433", + "author": "728030515726123028", + "animated": false, + "created": 1600401214, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "blink": { + "name": "blink", + "id": "749912242736070666", + "author": "567390950838501376", + "animated": true, + "created": 1598863411, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "blinkblink": { + "name": "blinkblink", + "id": "786150918730809364", + "author": "676134602837852172", + "animated": true, + "created": 1607503385, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "blinkdog": { + "name": "blinkdog", + "id": "788709904990208030", + "author": "586219689466658816", + "animated": true, + "created": 1608113495, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "blinks": { + "name": "blinks", + "id": "776268202900586536", + "author": "730519813184815126", + "animated": true, + "created": 1605147162, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "BlmoBurnInHell": { + "name": "BlmoBurnInHell", + "id": "782114555974385675", + "author": "690953891482828890", + "animated": false, + "created": 1606541041, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "blob": { + "name": "blob", + "id": "453089124103225345", + "author": "252311668615282689", + "animated": false, + "created": 1528109665, + "modified": 1556076011, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "blobastonished": { + "name": "blobastonished", + "id": "492046409478963222", + "author": "140516693242937345", + "animated": false, + "created": 1531976465, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobattention": { + "name": "blobattention", + "id": "492046412087951363", + "author": "297081700431691776", + "animated": true, + "created": 1525387940, + "modified": 1537383423, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobaww": { + "name": "blobaww", + "id": "492046415854567444", + "author": "216762127967453184", + "animated": false, + "created": 1525387940, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobbingmachine": { + "name": "blobbingmachine", + "id": "563395413512683533", + "author": "203208699500560385", + "animated": true, + "created": 1554394334, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "blobblush": { + "name": "blobblush", + "id": "492046417880416257", + "author": "216762127967453184", + "animated": false, + "created": 1525387940, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobblushlaugh": { + "name": "blobblushlaugh", + "id": "492046418845106177", + "author": "140516693242937345", + "animated": false, + "created": 1531976434, + "modified": 1537383424, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobbowing": { + "name": "blobbowing", + "id": "492046420560576513", + "author": "140516693242937345", + "animated": false, + "created": 1531976434, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobbunnynomblobcat": { + "name": "blobbunnynomblobcat", + "id": "492046422980689921", + "author": "140516693242937345", + "animated": false, + "created": 1531979328, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobby": { + "name": "blobby", + "id": "691615842357739532", + "author": "410983710083776522", + "animated": true, + "created": 1584964466, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "blobcatadorable": { + "name": "blobcatadorable", + "id": "492046428965699603", + "author": "140516693242937345", + "animated": false, + "created": 1531979347, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatangel": { + "name": "blobcatangel", + "id": "492046429922000896", + "author": "140516693242937345", + "animated": false, + "created": 1531979250, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatangery": { + "name": "blobcatangery", + "id": "492046431348064266", + "author": "140516693242937345", + "animated": false, + "created": 1531979219, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatangry": { + "name": "blobcatangry", + "id": "492046432531120138", + "author": "140516693242937345", + "animated": false, + "created": 1531979112, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatanimeeyes": { + "name": "blobcatanimeeyes", + "id": "492046433738817537", + "author": "140516693242937345", + "animated": false, + "created": 1531979328, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatb1nzy": { + "name": "blobcatb1nzy", + "id": "492046435953672223", + "author": "140516693242937345", + "animated": false, + "created": 1531979108, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatbaguettehero": { + "name": "blobcatbaguettehero", + "id": "492046437555765252", + "author": "140516693242937345", + "animated": false, + "created": 1531979274, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatbirthday": { + "name": "blobcatbirthday", + "id": "492046439908900876", + "author": "140516693242937345", + "animated": false, + "created": 1531979220, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatbleach": { + "name": "blobcatbleach", + "id": "492046442014179329", + "author": "140516693242937345", + "animated": false, + "created": 1531979334, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatblush": { + "name": "blobcatblush", + "id": "492046444992397323", + "author": "140516693242937345", + "animated": false, + "created": 1531979225, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatbolbscream": { + "name": "blobcatbolbscream", + "id": "492046447580020763", + "author": "140516693242937345", + "animated": false, + "created": 1531979340, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatbughunter": { + "name": "blobcatbughunter", + "id": "492046449710989312", + "author": "140516693242937345", + "animated": false, + "created": 1531979370, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatburglar": { + "name": "blobcatburglar", + "id": "492046450822479872", + "author": "140516693242937345", + "animated": false, + "created": 1531979376, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatbusiness": { + "name": "blobcatbusiness", + "id": "492046452265189397", + "author": "140516693242937345", + "animated": false, + "created": 1531979381, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatcactus": { + "name": "blobcatcactus", + "id": "492046453846442004", + "author": "140516693242937345", + "animated": false, + "created": 1531979269, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatcaged": { + "name": "blobcatcaged", + "id": "492046455129899008", + "author": "140516693242937345", + "animated": false, + "created": 1531979101, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatcheer": { + "name": "blobcatcheer", + "id": "492046456103108615", + "author": "140516693242937345", + "animated": false, + "created": 1531979309, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatchristmasglowsticks": { + "name": "blobcatchristmasglowsticks", + "id": "492046457465995264", + "author": "140516693242937345", + "animated": false, + "created": 1531979261, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatchristmastreeeee": { + "name": "blobcatchristmastreeeee", + "id": "492046459051704338", + "author": "140516693242937345", + "animated": false, + "created": 1531979285, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatcoffee": { + "name": "blobcatcoffee", + "id": "492046460213264404", + "author": "140516693242937345", + "animated": false, + "created": 1531979159, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatcookie": { + "name": "blobcatcookie", + "id": "492046461123559425", + "author": "140516693242937345", + "animated": false, + "created": 1531979364, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatcooljazz": { + "name": "blobcatcooljazz", + "id": "492046462658674719", + "author": "140516693242937345", + "animated": false, + "created": 1531979370, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatcouple": { + "name": "blobcatcouple", + "id": "492046463304466433", + "author": "140516693242937345", + "animated": false, + "created": 1531979279, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatdeficit": { + "name": "blobcatdeficit", + "id": "492046467876388885", + "author": "140516693242937345", + "animated": false, + "created": 1531979382, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatdevil": { + "name": "blobcatdevil", + "id": "492046469457641482", + "author": "140516693242937345", + "animated": false, + "created": 1531979201, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatdizzy": { + "name": "blobcatdizzy", + "id": "492046470426525698", + "author": "140516693242937345", + "animated": false, + "created": 1531979107, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatdoggocouple": { + "name": "blobcatdoggocouple", + "id": "492046471571701771", + "author": "140516693242937345", + "animated": false, + "created": 1531979395, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatdrool": { + "name": "blobcatdrool", + "id": "492046472192196610", + "author": "140516693242937345", + "animated": false, + "created": 1531979226, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatfacepalm": { + "name": "blobcatfacepalm", + "id": "492046477883998208", + "author": "140516693242937345", + "animated": false, + "created": 1531979189, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatfearful": { + "name": "blobcatfearful", + "id": "492046479507324968", + "author": "140516693242937345", + "animated": false, + "created": 1531979208, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatfingerguns": { + "name": "blobcatfingerguns", + "id": "492046480375545867", + "author": "140516693242937345", + "animated": false, + "created": 1531979237, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatfireeyes": { + "name": "blobcatfireeyes", + "id": "492046481579048970", + "author": "140516693242937345", + "animated": false, + "created": 1531979340, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatfluffangry": { + "name": "blobcatfluffangry", + "id": "492046483361628160", + "author": "140516693242937345", + "animated": false, + "created": 1531979274, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatfluffevil": { + "name": "blobcatfluffevil", + "id": "492046484288831498", + "author": "140516693242937345", + "animated": false, + "created": 1531979310, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatfluffhappy": { + "name": "blobcatfluffhappy", + "id": "492046485685272586", + "author": "140516693242937345", + "animated": false, + "created": 1531979278, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatfluffowo": { + "name": "blobcatfluffowo", + "id": "492046487908515870", + "author": "140516693242937345", + "animated": false, + "created": 1531979315, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatfluffpats": { + "name": "blobcatfluffpats", + "id": "492046488822611968", + "author": "140516693242937345", + "animated": false, + "created": 1531979309, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatfluffpout": { + "name": "blobcatfluffpout", + "id": "492046491003650054", + "author": "140516693242937345", + "animated": false, + "created": 1531979315, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatfrowning": { + "name": "blobcatfrowning", + "id": "492046493205921802", + "author": "140516693242937345", + "animated": false, + "created": 1531979102, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatfrowningbig": { + "name": "blobcatfrowningbig", + "id": "492046495122587663", + "author": "140516693242937345", + "animated": false, + "created": 1531979316, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatfunny": { + "name": "blobcatfunny", + "id": "492046496036814848", + "author": "140516693242937345", + "animated": false, + "created": 1531979153, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatghostbuster": { + "name": "blobcatghostbuster", + "id": "492046497177796609", + "author": "140516693242937345", + "animated": false, + "created": 1531979334, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatghostdead": { + "name": "blobcatghostdead", + "id": "492046498255732747", + "author": "140516693242937345", + "animated": false, + "created": 1531979251, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatglare": { + "name": "blobcatglare", + "id": "492046499350577180", + "author": "140516693242937345", + "animated": false, + "created": 1531979113, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatglowsticks": { + "name": "blobcatglowsticks", + "id": "492046500541759488", + "author": "140516693242937345", + "animated": false, + "created": 1531979219, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatgoogly": { + "name": "blobcatgoogly", + "id": "492046501871222794", + "author": "140516693242937345", + "animated": false, + "created": 1531979126, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatgooglypolice": { + "name": "blobcatgooglypolice", + "id": "527654239204409344", + "author": "140516693242937345", + "animated": false, + "created": 1545872974, + "modified": 1545873015, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatgreen": { + "name": "blobcatgreen", + "id": "492046503163199489", + "author": "140516693242937345", + "animated": false, + "created": 1531979358, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatgrimacing": { + "name": "blobcatgrimacing", + "id": "492046504224358404", + "author": "140516693242937345", + "animated": false, + "created": 1531979388, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcathairflip": { + "name": "blobcathairflip", + "id": "492046506946461696", + "author": "140516693242937345", + "animated": false, + "created": 1531979214, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcathappy": { + "name": "blobcathappy", + "id": "492046507827134465", + "author": "140516693242937345", + "animated": false, + "created": 1531979153, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatheadphones": { + "name": "blobcatheadphones", + "id": "492046508963790848", + "author": "140516693242937345", + "animated": false, + "created": 1531979273, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatheart": { + "name": "blobcatheart", + "id": "492046509764902933", + "author": "140516693242937345", + "animated": false, + "created": 1531979242, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatheartbroken": { + "name": "blobcatheartbroken", + "id": "492046511664922644", + "author": "140516693242937345", + "animated": false, + "created": 1531979335, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcathearteyes": { + "name": "blobcathearteyes", + "id": "492046513208295484", + "author": "140516693242937345", + "animated": false, + "created": 1531979102, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcathighfive": { + "name": "blobcathighfive", + "id": "492046516421263381", + "author": "140516693242937345", + "animated": false, + "created": 1531979226, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcathissing": { + "name": "blobcathissing", + "id": "492046517507719177", + "author": "140516693242937345", + "animated": false, + "created": 1531979243, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcathyper": { + "name": "blobcathyper", + "id": "492046519592026112", + "author": "140516693242937345", + "animated": false, + "created": 1531979302, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatjoyboxhero": { + "name": "blobcatjoyboxhero", + "id": "492046525191421964", + "author": "140516693242937345", + "animated": false, + "created": 1531979308, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatjustright": { + "name": "blobcatjustright", + "id": "492046526361894912", + "author": "140516693242937345", + "animated": false, + "created": 1531979382, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatkfcsweats": { + "name": "blobcatkfcsweats", + "id": "492046529859682324", + "author": "140516693242937345", + "animated": false, + "created": 1531979327, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatkirby": { + "name": "blobcatkirby", + "id": "492046530992144384", + "author": "140516693242937345", + "animated": false, + "created": 1531979196, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatkissblush": { + "name": "blobcatkissblush", + "id": "492046532066148352", + "author": "140516693242937345", + "animated": false, + "created": 1531979231, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatkissheart": { + "name": "blobcatkissheart", + "id": "492046533038964767", + "author": "140516693242937345", + "animated": false, + "created": 1531979243, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatknife": { + "name": "blobcatknife", + "id": "492046536100937728", + "author": "140516693242937345", + "animated": false, + "created": 1531979218, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatmeltnomblobcatmelt": { + "name": "blobcatmeltnomblobcatmelt", + "id": "492046542044397608", + "author": "140516693242937345", + "animated": false, + "created": 1531979376, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatmeltthumbsup": { + "name": "blobcatmeltthumbsup", + "id": "492046543738765363", + "author": "140516693242937345", + "animated": false, + "created": 1531979376, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatmorning": { + "name": "blobcatmorning", + "id": "492046546297159703", + "author": "140516693242937345", + "animated": false, + "created": 1531979164, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatmorningcoffee": { + "name": "blobcatmorningcoffee", + "id": "492046547429621772", + "author": "140516693242937345", + "animated": false, + "created": 1531979352, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatmoustache": { + "name": "blobcatmoustache", + "id": "492046549027913738", + "author": "140516693242937345", + "animated": false, + "created": 1531979196, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatnauseated": { + "name": "blobcatnauseated", + "id": "492046550369959939", + "author": "140516693242937345", + "animated": false, + "created": 1531979090, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatnervous": { + "name": "blobcatnervous", + "id": "492046553695911938", + "author": "140516693242937345", + "animated": false, + "created": 1531979286, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatneutral": { + "name": "blobcatneutral", + "id": "492046555084357642", + "author": "140516693242937345", + "animated": false, + "created": 1531979095, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatnight": { + "name": "blobcatnight", + "id": "492046556908748822", + "author": "140516693242937345", + "animated": false, + "created": 1531979132, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatninja": { + "name": "blobcatninja", + "id": "492046558528012291", + "author": "140516693242937345", + "animated": false, + "created": 1531979095, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatninjacaged": { + "name": "blobcatninjacaged", + "id": "492046561707163648", + "author": "140516693242937345", + "animated": false, + "created": 1531979353, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatnomblobbunny": { + "name": "blobcatnomblobbunny", + "id": "492046563158261760", + "author": "140516693242937345", + "animated": false, + "created": 1531979328, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatnomblobcat": { + "name": "blobcatnomblobcat", + "id": "492046564559159308", + "author": "140516693242937345", + "animated": false, + "created": 1531979127, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatnomblobdoggo": { + "name": "blobcatnomblobdoggo", + "id": "492046566157451276", + "author": "140516693242937345", + "animated": false, + "created": 1531979284, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatnomcandycane": { + "name": "blobcatnomcandycane", + "id": "492046567415742476", + "author": "140516693242937345", + "animated": false, + "created": 1531979262, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatnomcookie": { + "name": "blobcatnomcookie", + "id": "492046568526970890", + "author": "140516693242937345", + "animated": false, + "created": 1531979094, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatnomcookieblob": { + "name": "blobcatnomcookieblob", + "id": "492046569525477398", + "author": "140516693242937345", + "animated": false, + "created": 1531979304, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatnomdisk": { + "name": "blobcatnomdisk", + "id": "492046571240685578", + "author": "140516693242937345", + "animated": false, + "created": 1531979322, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatnomeggplant": { + "name": "blobcatnomeggplant", + "id": "492046572478136340", + "author": "140516693242937345", + "animated": false, + "created": 1531979188, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatnomfish": { + "name": "blobcatnomfish", + "id": "492046573711130624", + "author": "140516693242937345", + "animated": false, + "created": 1531979164, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatnomouth": { + "name": "blobcatnomouth", + "id": "492046574676082698", + "author": "140516693242937345", + "animated": false, + "created": 1531979101, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatnompeach": { + "name": "blobcatnompeach", + "id": "492046576236101661", + "author": "140516693242937345", + "animated": false, + "created": 1531979339, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatnompizza": { + "name": "blobcatnompizza", + "id": "492046577674747905", + "author": "140516693242937345", + "animated": false, + "created": 1531979328, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatnompopsicle": { + "name": "blobcatnompopsicle", + "id": "492046578928844800", + "author": "140516693242937345", + "animated": false, + "created": 1531979309, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatnomrevenge": { + "name": "blobcatnomrevenge", + "id": "492046579914506240", + "author": "140516693242937345", + "animated": false, + "created": 1531979369, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatnomstrawberry": { + "name": "blobcatnomstrawberry", + "id": "492046581063745569", + "author": "140516693242937345", + "animated": false, + "created": 1531979340, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatnomtomato": { + "name": "blobcatnomtomato", + "id": "492046582485876748", + "author": "140516693242937345", + "animated": false, + "created": 1531979352, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatnomwatermelon": { + "name": "blobcatnomwatermelon", + "id": "492046584360730625", + "author": "140516693242937345", + "animated": false, + "created": 1531979352, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatnoplease": { + "name": "blobcatnoplease", + "id": "492046585346129940", + "author": "140516693242937345", + "animated": false, + "created": 1531979213, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatnotlike": { + "name": "blobcatnotlike", + "id": "492046586419871763", + "author": "140516693242937345", + "animated": false, + "created": 1531979119, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatnotlikethis": { + "name": "blobcatnotlikethis", + "id": "492046588600909824", + "author": "140516693242937345", + "animated": false, + "created": 1531979279, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatokhand": { + "name": "blobcatokhand", + "id": "492046591343984670", + "author": "140516693242937345", + "animated": false, + "created": 1531979231, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatonfire": { + "name": "blobcatonfire", + "id": "492046592547880960", + "author": "140516693242937345", + "animated": false, + "created": 1531979255, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatopenmouth": { + "name": "blobcatopenmouth", + "id": "492046593445330944", + "author": "140516693242937345", + "animated": false, + "created": 1531979188, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatorange": { + "name": "blobcatorange", + "id": "492046594779119616", + "author": "140516693242937345", + "animated": false, + "created": 1531979357, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatoutage": { + "name": "blobcatoutage", + "id": "492046596645584898", + "author": "140516693242937345", + "animated": false, + "created": 1531979201, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatpawtongueleft": { + "name": "blobcatpawtongueleft", + "id": "492046600768847892", + "author": "140516693242937345", + "animated": false, + "created": 1531979237, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatpawtongueright": { + "name": "blobcatpawtongueright", + "id": "492046601876144149", + "author": "140516693242937345", + "animated": false, + "created": 1531979231, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatpeekaboo": { + "name": "blobcatpeekaboo", + "id": "492046605151895553", + "author": "140516693242937345", + "animated": false, + "created": 1531979273, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatpenguin": { + "name": "blobcatpenguin", + "id": "492046606271512587", + "author": "140516693242937345", + "animated": false, + "created": 1531979296, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatpensive": { + "name": "blobcatpensive", + "id": "492046608104554516", + "author": "140516693242937345", + "animated": false, + "created": 1531979261, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatphoto": { + "name": "blobcatphoto", + "id": "492046609044209665", + "author": "140516693242937345", + "animated": false, + "created": 1531979201, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatpinged": { + "name": "blobcatpinged", + "id": "492046611686359061", + "author": "140516693242937345", + "animated": false, + "created": 1531979114, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatpingedaww": { + "name": "blobcatpingedaww", + "id": "492046613431320576", + "author": "140516693242937345", + "animated": false, + "created": 1531979363, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatpingedreeee": { + "name": "blobcatpingedreeee", + "id": "492046614475833354", + "author": "140516693242937345", + "animated": false, + "created": 1531979316, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatpolice": { + "name": "blobcatpolice", + "id": "492046618053574666", + "author": "140516693242937345", + "animated": false, + "created": 1531979244, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatpolicedonut": { + "name": "blobcatpolicedonut", + "id": "492046619697479680", + "author": "140516693242937345", + "animated": false, + "created": 1531979291, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatpolicepeek": { + "name": "blobcatpolicepeek", + "id": "492046620704374804", + "author": "140516693242937345", + "animated": false, + "created": 1531979249, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatpopcorn": { + "name": "blobcatpopcorn", + "id": "492046621492772864", + "author": "140516693242937345", + "animated": false, + "created": 1531979297, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatpopcornsweats": { + "name": "blobcatpopcornsweats", + "id": "492046623053185039", + "author": "140516693242937345", + "animated": false, + "created": 1531979323, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatpopsicle": { + "name": "blobcatpopsicle", + "id": "492046624701284352", + "author": "140516693242937345", + "animated": false, + "created": 1531979113, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatpresentgreen": { + "name": "blobcatpresentgreen", + "id": "492046627813588993", + "author": "140516693242937345", + "animated": false, + "created": 1531979266, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatpresentpink": { + "name": "blobcatpresentpink", + "id": "492046629013291018", + "author": "140516693242937345", + "animated": false, + "created": 1531979267, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatpresentred": { + "name": "blobcatpresentred", + "id": "492046629709414402", + "author": "140516693242937345", + "animated": false, + "created": 1531979268, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatpurple": { + "name": "blobcatpurple", + "id": "492046631059849242", + "author": "140516693242937345", + "animated": false, + "created": 1531979353, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatpusheen": { + "name": "blobcatpusheen", + "id": "492046632238710785", + "author": "140516693242937345", + "animated": false, + "created": 1531979195, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatreach": { + "name": "blobcatreach", + "id": "492046633719169044", + "author": "140516693242937345", + "animated": false, + "created": 1531979195, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatreading": { + "name": "blobcatreading", + "id": "492046634696310804", + "author": "140516693242937345", + "animated": false, + "created": 1531979238, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatreinderp": { + "name": "blobcatreinderp", + "id": "492046639536537601", + "author": "140516693242937345", + "animated": false, + "created": 1531979291, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatsadlife": { + "name": "blobcatsadlife", + "id": "492046642300846090", + "author": "140516693242937345", + "animated": false, + "created": 1531979389, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatsadpats": { + "name": "blobcatsadpats", + "id": "492046642896306216", + "author": "140516693242937345", + "animated": false, + "created": 1531979346, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatsaitama": { + "name": "blobcatsaitama", + "id": "492046644246872064", + "author": "140516693242937345", + "animated": false, + "created": 1531979339, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatsalute": { + "name": "blobcatsalute", + "id": "492046645261893653", + "author": "140516693242937345", + "animated": false, + "created": 1531979268, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatsanta": { + "name": "blobcatsanta", + "id": "492046646419652609", + "author": "140516693242937345", + "animated": false, + "created": 1531979255, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatscared": { + "name": "blobcatscared", + "id": "492046648046911488", + "author": "140516693242937345", + "animated": false, + "created": 1531979345, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatscience": { + "name": "blobcatscience", + "id": "492046650081148928", + "author": "140516693242937345", + "animated": false, + "created": 1531979364, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatscream": { + "name": "blobcatscream", + "id": "492046651880505344", + "author": "140516693242937345", + "animated": false, + "created": 1531979107, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatshocked": { + "name": "blobcatshocked", + "id": "492046653302374411", + "author": "140516693242937345", + "animated": false, + "created": 1531979208, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatshrug": { + "name": "blobcatshrug", + "id": "492046654631837696", + "author": "140516693242937345", + "animated": false, + "created": 1531979238, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatsipsweats": { + "name": "blobcatsipsweats", + "id": "492046658763489281", + "author": "140516693242937345", + "animated": false, + "created": 1531979278, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatsleep": { + "name": "blobcatsleep", + "id": "492046660437016586", + "author": "140516693242937345", + "animated": false, + "created": 1531979184, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatsleepless": { + "name": "blobcatsleepless", + "id": "492046661154111506", + "author": "140516693242937345", + "animated": false, + "created": 1531979297, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatsneezing": { + "name": "blobcatsneezing", + "id": "492046664580857868", + "author": "140516693242937345", + "animated": false, + "created": 1531979195, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatsnuggle": { + "name": "blobcatsnuggle", + "id": "492046666833330176", + "author": "140516693242937345", + "animated": false, + "created": 1531979207, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatsparklyeyes": { + "name": "blobcatsparklyeyes", + "id": "492046672982179840", + "author": "140516693242937345", + "animated": false, + "created": 1531979346, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatstabbystab": { + "name": "blobcatstabbystab", + "id": "492046675070943234", + "author": "140516693242937345", + "animated": false, + "created": 1531979323, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatstalkerpeek": { + "name": "blobcatstalkerpeek", + "id": "492046676501069834", + "author": "140516693242937345", + "animated": false, + "created": 1531979365, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatsweats": { + "name": "blobcatsweats", + "id": "492046679697260564", + "author": "140516693242937345", + "animated": false, + "created": 1531979232, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcattableflip": { + "name": "blobcattableflip", + "id": "492046681932693514", + "author": "140516693242937345", + "animated": false, + "created": 1531979250, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatthinking": { + "name": "blobcatthinking", + "id": "492046685963419649", + "author": "140516693242937345", + "animated": false, + "created": 1531979280, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatthinkingeyes": { + "name": "blobcatthinkingeyes", + "id": "492046688005914635", + "author": "140516693242937345", + "animated": false, + "created": 1531979088, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatthinkingglare": { + "name": "blobcatthinkingglare", + "id": "492046689771978752", + "author": "140516693242937345", + "animated": false, + "created": 1531979346, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatthinkingsmirk": { + "name": "blobcatthinkingsmirk", + "id": "492046691034464256", + "author": "140516693242937345", + "animated": false, + "created": 1531979120, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatthinkOwO": { + "name": "blobcatthinkOwO", + "id": "492046691873193988", + "author": "140516693242937345", + "animated": false, + "created": 1531979088, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatthinksmart": { + "name": "blobcatthinksmart", + "id": "492046694603816968", + "author": "140516693242937345", + "animated": false, + "created": 1531979375, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatthonking": { + "name": "blobcatthonking", + "id": "492046696201846794", + "author": "140516693242937345", + "animated": false, + "created": 1531979249, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatthumbsdown": { + "name": "blobcatthumbsdown", + "id": "492046697149497364", + "author": "140516693242937345", + "animated": false, + "created": 1531979183, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatthumbsup": { + "name": "blobcatthumbsup", + "id": "492046698298867723", + "author": "140516693242937345", + "animated": false, + "created": 1531979183, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcattriumph": { + "name": "blobcattriumph", + "id": "492046703646736387", + "author": "140516693242937345", + "animated": false, + "created": 1531979292, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatunamused": { + "name": "blobcatunamused", + "id": "492046704896507920", + "author": "140516693242937345", + "animated": false, + "created": 1531979334, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatupsidedown": { + "name": "blobcatupsidedown", + "id": "492046706351800321", + "author": "140516693242937345", + "animated": false, + "created": 1531979230, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatverysad": { + "name": "blobcatverysad", + "id": "492046709405253635", + "author": "140516693242937345", + "animated": false, + "created": 1531979322, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatwaitwhat": { + "name": "blobcatwaitwhat", + "id": "492046710676258852", + "author": "140516693242937345", + "animated": false, + "created": 1531979200, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatwavereverse": { + "name": "blobcatwavereverse", + "id": "492046712530010123", + "author": "140516693242937345", + "animated": false, + "created": 1531979255, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatwhatsthis": { + "name": "blobcatwhatsthis", + "id": "492046713750814731", + "author": "140516693242937345", + "animated": false, + "created": 1531979159, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatwhistle": { + "name": "blobcatwhistle", + "id": "492046714757185555", + "author": "140516693242937345", + "animated": false, + "created": 1531979094, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatwinktongue": { + "name": "blobcatwinktongue", + "id": "492046717663969280", + "author": "140516693242937345", + "animated": false, + "created": 1531979158, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatwolfiri": { + "name": "blobcatwolfiri", + "id": "492046724299489281", + "author": "140516693242937345", + "animated": false, + "created": 1531979113, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatwumpus": { + "name": "blobcatwumpus", + "id": "492046725196808195", + "author": "140516693242937345", + "animated": false, + "created": 1531979369, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatyandere": { + "name": "blobcatyandere", + "id": "492046729470935040", + "author": "140516693242937345", + "animated": false, + "created": 1531979364, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcatzippermouth": { + "name": "blobcatzippermouth", + "id": "492046732629245983", + "author": "140516693242937345", + "animated": false, + "created": 1531979335, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobconfounded": { + "name": "blobconfounded", + "id": "492046737599496196", + "author": "140516693242937345", + "animated": false, + "created": 1532109038, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobconfused": { + "name": "blobconfused", + "id": "492046739403046912", + "author": "140516693242937345", + "animated": false, + "created": 1532109343, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobcry": { + "name": "blobcry", + "id": "789323961318113280", + "author": "609791313847517223", + "animated": false, + "created": 1608259897, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "blobdance": { + "name": "blobdance", + "id": "475090201568477184", + "author": "307314706312593408", + "animated": true, + "created": 1533340730, + "modified": 1533892036, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "blob_dancing": { + "name": "blob_dancing", + "id": "784679353107742722", + "author": "732455822881193984", + "animated": true, + "created": 1607152536, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "blobdancing": { + "name": "blobdancing", + "id": "786629903281029199", + "author": "521800936553971719", + "animated": true, + "created": 1607617583, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "blobderpyhappy": { + "name": "blobderpyhappy", + "id": "492046759607140353", + "author": "140516693242937345", + "animated": false, + "created": 1531976513, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobdetective": { + "name": "blobdetective", + "id": "492046760546533383", + "author": "140516693242937345", + "animated": false, + "created": 1531976704, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobeatblob": { + "name": "blobeatblob", + "id": "786153595530641408", + "author": "676134602837852172", + "animated": true, + "created": 1607504023, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "blobexpressionless": { + "name": "blobexpressionless", + "id": "492046768125640714", + "author": "232591992322785281", + "animated": false, + "created": 1531423468, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobeyesdown": { + "name": "blobeyesdown", + "id": "492046769509761024", + "author": "140516693242937345", + "animated": false, + "created": 1531976627, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobfacepalm": { + "name": "blobfacepalm", + "id": "492046771783204875", + "author": "140516693242937345", + "animated": false, + "created": 1532109069, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobfancy": { + "name": "blobfancy", + "id": "786228384887341087", + "author": "494688594603147284", + "animated": true, + "created": 1607521854, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "blobfingerguns": { + "name": "blobfingerguns", + "id": "492046774211575809", + "author": "140516693242937345", + "animated": false, + "created": 1526804467, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobfistbumpL": { + "name": "blobfistbumpL", + "id": "492046775763337235", + "author": "140516693242937345", + "animated": false, + "created": 1531976603, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobfistbumpR": { + "name": "blobfistbumpR", + "id": "492046777369886750", + "author": "140516693242937345", + "animated": false, + "created": 1531976501, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobflagagender": { + "name": "blobflagagender", + "id": "492046779878080532", + "author": "140516693242937345", + "animated": false, + "created": 1532309967, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobflagasexual": { + "name": "blobflagasexual", + "id": "492046782122164238", + "author": "140516693242937345", + "animated": false, + "created": 1532309967, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobflagbearbrotherhood": { + "name": "blobflagbearbrotherhood", + "id": "492046784043155476", + "author": "140516693242937345", + "animated": false, + "created": 1532309975, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobflagbisexual": { + "name": "blobflagbisexual", + "id": "492046784932347955", + "author": "140516693242937345", + "animated": false, + "created": 1532309979, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobflaggayprideofsouthafrica": { + "name": "blobflaggayprideofsouthafrica", + "id": "492046787486679085", + "author": "140516693242937345", + "animated": false, + "created": 1532309985, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobflaggenderfluid": { + "name": "blobflaggenderfluid", + "id": "492046789688426496", + "author": "140516693242937345", + "animated": false, + "created": 1532309967, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobflaggenderqueer": { + "name": "blobflaggenderqueer", + "id": "492046791752286218", + "author": "140516693242937345", + "animated": false, + "created": 1532309978, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobflagintersex": { + "name": "blobflagintersex", + "id": "492046792628895767", + "author": "140516693242937345", + "animated": false, + "created": 1532309979, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobflaglesbian": { + "name": "blobflaglesbian", + "id": "492046794591567887", + "author": "140516693242937345", + "animated": false, + "created": 1532309985, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobflaglipsticklesbian": { + "name": "blobflaglipsticklesbian", + "id": "492046797448019978", + "author": "140516693242937345", + "animated": false, + "created": 1532309987, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobflagnonbinary": { + "name": "blobflagnonbinary", + "id": "492046799754887178", + "author": "140516693242937345", + "animated": false, + "created": 1532309975, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobflagpansexual": { + "name": "blobflagpansexual", + "id": "492046800434495510", + "author": "140516693242937345", + "animated": false, + "created": 1532309973, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobflagpolyamory": { + "name": "blobflagpolyamory", + "id": "492046802791694338", + "author": "140516693242937345", + "animated": false, + "created": 1532309987, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobflagpolysexual": { + "name": "blobflagpolysexual", + "id": "492046804448444417", + "author": "140516693242937345", + "animated": false, + "created": 1532309973, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobflagtransgender": { + "name": "blobflagtransgender", + "id": "492046806037954571", + "author": "140516693242937345", + "animated": false, + "created": 1532309974, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobflagtwink": { + "name": "blobflagtwink", + "id": "492046807451566081", + "author": "140516693242937345", + "animated": false, + "created": 1532309980, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobfrowning": { + "name": "blobfrowning", + "id": "492046812249718794", + "author": "140516693242937345", + "animated": false, + "created": 1531976476, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobfrowningbig": { + "name": "blobfrowningbig", + "id": "492046813918920704", + "author": "140516693242937345", + "animated": false, + "created": 1532108925, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobgentlecat": { + "name": "blobgentlecat", + "id": "492046817090076702", + "author": "140516693242937345", + "animated": false, + "created": 1531979208, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobghostcatreach": { + "name": "blobghostcatreach", + "id": "492046818977251338", + "author": "140516693242937345", + "animated": false, + "created": 1531979303, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobglare": { + "name": "blobglare", + "id": "492046822139887645", + "author": "140516693242937345", + "animated": false, + "created": 1525387940, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobglassesdown": { + "name": "blobglassesdown", + "id": "492046823784185889", + "author": "140516693242937345", + "animated": false, + "created": 1531976045, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobhahablood": { + "name": "blobhahablood", + "id": "492046831551905795", + "author": "140516693242937345", + "animated": false, + "created": 1532145988, + "modified": 1537383523, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobheart": { + "name": "blobheart", + "id": "492046835595345930", + "author": "216762127967453184", + "animated": false, + "created": 1525387940, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobhearteyes": { + "name": "blobhearteyes", + "id": "492046836790591488", + "author": "140516693242937345", + "animated": false, + "created": 1531976735, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobhighfive": { + "name": "blobhighfive", + "id": "492046840007753739", + "author": "140516693242937345", + "animated": false, + "created": 1531976506, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobhyperthink": { + "name": "blobhyperthink", + "id": "492046845577789461", + "author": "140516693242937345", + "animated": false, + "created": 1532109325, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobhyperthinkfast": { + "name": "blobhyperthinkfast", + "id": "492046846789812225", + "author": "140516693242937345", + "animated": false, + "created": 1531976488, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobhypesquad": { + "name": "blobhypesquad", + "id": "492046848152961025", + "author": "140516693242937345", + "animated": false, + "created": 1531976417, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobjustright": { + "name": "blobjustright", + "id": "515877550195474436", + "author": "142865409752825859", + "animated": false, + "created": 1543065192, + "modified": 1556319430, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobkissblush": { + "name": "blobkissblush", + "id": "492046853916065792", + "author": "140516693242937345", + "animated": false, + "created": 1532109319, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobkissheart": { + "name": "blobkissheart", + "id": "492046855987920897", + "author": "140516693242937345", + "animated": false, + "created": 1531976728, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobmago": { + "name": "blobmago", + "id": "778307768175820812", + "author": "488054792325824532", + "animated": false, + "created": 1605633432, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "blobmas": { + "name": "blobmas", + "id": "785694711447814184", + "author": "494688594603147284", + "animated": true, + "created": 1607394616, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "blobmelt": { + "name": "blobmelt", + "id": "515857584746528788", + "author": "167786416988749824", + "animated": false, + "created": 1543060432, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "blobmindblown": { + "name": "blobmindblown", + "id": "492046861792837678", + "author": "140516693242937345", + "animated": false, + "created": 1532108789, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobmorning": { + "name": "blobmorning", + "id": "492046864800153611", + "author": "300088143422685185", + "animated": false, + "created": 1533902879, + "modified": 1537383531, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobmoustache": { + "name": "blobmoustache", + "id": "492046866884722688", + "author": "140516693242937345", + "animated": false, + "created": 1531976476, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobnauseated": { + "name": "blobnauseated", + "id": "492046867572588546", + "author": "140516693242937345", + "animated": false, + "created": 1532109085, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "BlobNo1": { + "name": "BlobNo1", + "id": "786155648558563338", + "author": "676134602837852172", + "animated": false, + "created": 1607504512, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "BlobNo2": { + "name": "BlobNo2", + "id": "786155633187225610", + "author": "676134602837852172", + "animated": false, + "created": 1607504509, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "BlobNo3": { + "name": "BlobNo3", + "id": "786155623451590658", + "author": "676134602837852172", + "animated": false, + "created": 1607504506, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "BlobNo4": { + "name": "BlobNo4", + "id": "786155612781936681", + "author": "676134602837852172", + "animated": false, + "created": 1607504504, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "BlobNo5": { + "name": "BlobNo5", + "id": "786155603809533962", + "author": "676134602837852172", + "animated": false, + "created": 1607504502, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "blobnom": { + "name": "blobnom", + "id": "773509592445485106", + "author": "358487826754699265", + "animated": true, + "created": 1604489458, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "blobnomchristmas": { + "name": "blobnomchristmas", + "id": "492046883234119711", + "author": "140516693242937345", + "animated": false, + "created": 1532109045, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobnomcookie": { + "name": "blobnomcookie", + "id": "492046886006685706", + "author": "140516693242937345", + "animated": false, + "created": 1531976548, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobnotsureif": { + "name": "blobnotsureif", + "id": "492046891895226400", + "author": "140516693242937345", + "animated": false, + "created": 1532109318, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobopenmouth": { + "name": "blobopenmouth", + "id": "492046897536565279", + "author": "140516693242937345", + "animated": false, + "created": 1531976410, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobowo": { + "name": "blobowo", + "id": "492046903253401611", + "author": "140516693242937345", + "animated": false, + "created": 1531976403, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobowothink": { + "name": "blobowothink", + "id": "492046906441334785", + "author": "432671294811668490", + "animated": false, + "created": 1534654636, + "modified": 1537383541, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobpain": { + "name": "blobpain", + "id": "656353374232641557", + "author": "376012343777427457", + "animated": false, + "created": 1576557238, + "modified": 1576558257, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobparty": { + "name": "blobparty", + "id": "492046909247193103", + "author": "232591992322785281", + "animated": true, + "created": 1531423173, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobpat": { + "name": "blobpat", + "id": "782955411875430460", + "author": "544004454257524746", + "animated": true, + "created": 1606741516, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "blobpats": { + "name": "blobpats", + "id": "646895193483903056", + "author": "376012343777427457", + "animated": false, + "created": 1574302240, + "modified": 1574304811, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobpeek": { + "name": "blobpeek", + "id": "778049159709327360", + "author": "328893511896399882", + "animated": false, + "created": 1605571775, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "blobpensive": { + "name": "blobpensive", + "id": "779021148326461460", + "author": "313469126817611778", + "animated": true, + "created": 1605803515, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "blobpolice": { + "name": "blobpolice", + "id": "613256423933214722", + "author": "140516693242937345", + "animated": false, + "created": 1566282125, + "modified": 1566282133, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobpoliceangry": { + "name": "blobpoliceangry", + "id": "492046920903294978", + "author": "140516693242937345", + "animated": false, + "created": 1531976747, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobpopsicle": { + "name": "blobpopsicle", + "id": "492046925454114820", + "author": "140516693242937345", + "animated": false, + "created": 1532109343, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobrageangry": { + "name": "blobrageangry", + "id": "786660065453146192", + "author": "616299723539873828", + "animated": false, + "created": 1607624775, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "blobreach": { + "name": "blobreach", + "id": "492046931254575107", + "author": "140516693242937345", + "animated": false, + "created": 1531976403, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobreachdrool": { + "name": "blobreachdrool", + "id": "492046933679013888", + "author": "140516693242937345", + "animated": false, + "created": 1532108962, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobreachreverse": { + "name": "blobreachreverse", + "id": "492046934933110795", + "author": "140516693242937345", + "animated": false, + "created": 1532108969, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobrollingeyes": { + "name": "blobrollingeyes", + "id": "492046938162724884", + "author": "140516693242937345", + "animated": false, + "created": 1532109061, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobrooangel": { + "name": "blobrooangel", + "id": "492046941413441542", + "author": "140516693242937345", + "animated": false, + "created": 1532309948, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobrooblind": { + "name": "blobrooblind", + "id": "492046944022036494", + "author": "140516693242937345", + "animated": false, + "created": 1532309962, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobroocryreach": { + "name": "blobroocryreach", + "id": "492046951882162176", + "author": "140516693242937345", + "animated": false, + "created": 1532309955, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobroodevil": { + "name": "blobroodevil", + "id": "492046954587619349", + "author": "140516693242937345", + "animated": false, + "created": 1532309948, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobrooducksip": { + "name": "blobrooducksip", + "id": "492046957083361290", + "author": "140516693242937345", + "animated": false, + "created": 1532309954, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobrooneutral": { + "name": "blobrooneutral", + "id": "492046958127611904", + "author": "140516693242937345", + "animated": false, + "created": 1532309950, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobroopolice": { + "name": "blobroopolice", + "id": "492046959209611279", + "author": "140516693242937345", + "animated": false, + "created": 1532309966, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobroopopcorn": { + "name": "blobroopopcorn", + "id": "492046960560439321", + "author": "140516693242937345", + "animated": false, + "created": 1532309953, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobrooscientist": { + "name": "blobrooscientist", + "id": "492046963068370974", + "author": "140516693242937345", + "animated": false, + "created": 1532309966, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobroosellout": { + "name": "blobroosellout", + "id": "492046964645691395", + "author": "140516693242937345", + "animated": false, + "created": 1532309961, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobsad": { + "name": "blobsad", + "id": "492046969053773825", + "author": "98425391647031296", + "animated": false, + "created": 1525387940, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobsadcloud": { + "name": "blobsadcloud", + "id": "492046971079753728", + "author": "140516693242937345", + "animated": false, + "created": 1532108920, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobsadpats": { + "name": "blobsadpats", + "id": "537414396712976395", + "author": "140516693242937345", + "animated": false, + "created": 1548199976, + "modified": 1548199989, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobsadreach": { + "name": "blobsadreach", + "id": "492046974418419723", + "author": "140516693242937345", + "animated": false, + "created": 1532109044, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobsalute": { + "name": "blobsalute", + "id": "506602734422720541", + "author": "140516693242937345", + "animated": false, + "created": 1540853914, + "modified": 1540853921, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobshrug": { + "name": "blobshrug", + "id": "492046980499898389", + "author": "140516693242937345", + "animated": false, + "created": 1532109307, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobsleeping": { + "name": "blobsleeping", + "id": "492046985457565698", + "author": "140516693242937345", + "animated": false, + "created": 1531976447, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobsleepless": { + "name": "blobsleepless", + "id": "492046987403853834", + "author": "140516693242937345", + "animated": false, + "created": 1532109063, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobsmilehappy": { + "name": "blobsmilehappy", + "id": "492046989845069824", + "author": "140516693242937345", + "animated": false, + "created": 1531976484, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobsmilehappyeyes": { + "name": "blobsmilehappyeyes", + "id": "492046991212412942", + "author": "140516693242937345", + "animated": false, + "created": 1532109086, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobsmileopenmouth": { + "name": "blobsmileopenmouth", + "id": "492046992948723712", + "author": "140516693242937345", + "animated": false, + "created": 1531976470, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobsmileopenmouth2": { + "name": "blobsmileopenmouth2", + "id": "492046994269798400", + "author": "140516693242937345", + "animated": false, + "created": 1531976603, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobsmilesweat": { + "name": "blobsmilesweat", + "id": "492046995192545291", + "author": "140516693242937345", + "animated": false, + "created": 1531976591, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobsmilesweat2": { + "name": "blobsmilesweat2", + "id": "492046996564213760", + "author": "140516693242937345", + "animated": false, + "created": 1531976453, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobsneezing": { + "name": "blobsneezing", + "id": "492047001320423424", + "author": "140516693242937345", + "animated": false, + "created": 1531976680, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobsob": { + "name": "blobsob", + "id": "492047003233157120", + "author": "216762127967453184", + "animated": false, + "created": 1525387940, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobsplosion": { + "name": "blobsplosion", + "id": "492047004281864204", + "author": "140516693242937345", + "animated": false, + "created": 1532109073, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobsunglasses": { + "name": "blobsunglasses", + "id": "506201514390585364", + "author": "140516693242937345", + "animated": false, + "created": 1540758254, + "modified": 1540758259, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobsurprised": { + "name": "blobsurprised", + "id": "492047009432338443", + "author": "140516693242937345", + "animated": false, + "created": 1531976050, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobsweat": { + "name": "blobsweat", + "id": "456779263702597632", + "author": "339752841612623872", + "animated": false, + "created": 1528989463, + "modified": 1533892036, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "blobsweats": { + "name": "blobsweats", + "id": "528414243788292096", + "author": "140516693242937345", + "animated": false, + "created": 1546054173, + "modified": 1546054180, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobthinking": { + "name": "blobthinking", + "id": "492047012544643084", + "author": "140516693242937345", + "animated": false, + "created": 1531976710, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobthinkingcool": { + "name": "blobthinkingcool", + "id": "492047014159187969", + "author": "140516693242937345", + "animated": false, + "created": 1531976044, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobthinkingdown": { + "name": "blobthinkingdown", + "id": "492047015719731203", + "author": "140516693242937345", + "animated": false, + "created": 1532109349, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobthinkingeyes": { + "name": "blobthinkingeyes", + "id": "492047017271623680", + "author": "140516693242937345", + "animated": false, + "created": 1532109037, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobthinkingfast": { + "name": "blobthinkingfast", + "id": "492047018693492747", + "author": "140516693242937345", + "animated": false, + "created": 1531976495, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobthinkingglare": { + "name": "blobthinkingglare", + "id": "492047019762909192", + "author": "228520248733597696", + "animated": false, + "created": 1532001752, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobthinkingsmirk": { + "name": "blobthinkingsmirk", + "id": "492047021469990912", + "author": "140516693242937345", + "animated": false, + "created": 1531976579, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobthinksmart": { + "name": "blobthinksmart", + "id": "492047023080603668", + "author": "140516693242937345", + "animated": false, + "created": 1531976434, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobthonkang": { + "name": "blobthonkang", + "id": "492047025328750602", + "author": "140516693242937345", + "animated": false, + "created": 1531976484, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobthumbsdown": { + "name": "blobthumbsdown", + "id": "492047026654150658", + "author": "140516693242937345", + "animated": false, + "created": 1531976584, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobthumbsup": { + "name": "blobthumbsup", + "id": "492047027941670923", + "author": "140516693242937345", + "animated": false, + "created": 1531976620, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobtonguewink": { + "name": "blobtonguewink", + "id": "492047035478966282", + "author": "140516693242937345", + "animated": false, + "created": 1532109086, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobunamused": { + "name": "blobunamused", + "id": "492047041200128019", + "author": "140516693242937345", + "animated": false, + "created": 1532109307, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobupsidedown": { + "name": "blobupsidedown", + "id": "492047049743794185", + "author": "140516693242937345", + "animated": false, + "created": 1532108938, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobvomiting": { + "name": "blobvomiting", + "id": "492047053296500737", + "author": "140516693242937345", + "animated": false, + "created": 1532108782, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobwaitwhat": { + "name": "blobwaitwhat", + "id": "492047054420312065", + "author": "140516693242937345", + "animated": false, + "created": 1532109350, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobwave": { + "name": "blobwave", + "id": "774291068220211231", + "author": "403597576223326228", + "animated": false, + "created": 1604675776, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "blobwaveoutage": { + "name": "blobwaveoutage", + "id": "492047056374857739", + "author": "140516693242937345", + "animated": false, + "created": 1533904304, + "modified": 1537383576, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobwavereverse": { + "name": "blobwavereverse", + "id": "492047057922818058", + "author": "216762127967453184", + "animated": false, + "created": 1525387941, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobweary": { + "name": "blobweary", + "id": "492047059336167430", + "author": "140516693242937345", + "animated": false, + "created": 1531976627, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobxd": { + "name": "blobxd", + "id": "492047066462158878", + "author": "140516693242937345", + "animated": false, + "created": 1532108939, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blobzippermouth": { + "name": "blobzippermouth", + "id": "492047070669176842", + "author": "140516693242937345", + "animated": false, + "created": 1532108938, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "block": { + "name": "block", + "id": "654101483934973972", + "author": "338050616850907146", + "animated": false, + "created": 1576020346, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "blondsnugie": { + "name": "blondsnugie", + "id": "786150592149061644", + "author": "745612575454134283", + "animated": false, + "created": 1607503307, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Bloob": { + "name": "Bloob", + "id": "751480337686593566", + "author": "370195856034496512", + "animated": true, + "created": 1599237274, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bloopcat": { + "name": "bloopcat", + "id": "783186602574741534", + "author": "581699248568139776", + "animated": false, + "created": 1606796637, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "blping": { + "name": "blping", + "id": "720357558488924211", + "author": "281563194843987968", + "animated": false, + "created": 1591817025, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "blsparkles": { + "name": "blsparkles", + "id": "665659934859329566", + "author": "112471608865624064", + "animated": true, + "created": 1578776095, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "blubblush": { + "name": "blubblush", + "id": "476402072405803010", + "author": "181354489738035201", + "animated": false, + "created": 1533653505, + "modified": 1533892036, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "blubcoy": { + "name": "blubcoy", + "id": "464147823038824450", + "author": "168765617095180289", + "animated": false, + "created": 1530746264, + "modified": 1543099439, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "blubew": { + "name": "blubew", + "id": "476404412877766666", + "author": "181354489738035201", + "animated": false, + "created": 1533654063, + "modified": 1533892036, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "blue": { + "name": "blue", + "id": "632188886319235072", + "author": "300750461894656011", + "animated": false, + "created": 1570795976, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bluearrow": { + "name": "bluearrow", + "id": "788733075315621888", + "author": "721415443700514847", + "animated": true, + "created": 1608119019, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "BlueDog": { + "name": "BlueDog", + "id": "786155592372584488", + "author": "676134602837852172", + "animated": true, + "created": 1607504499, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bluefire": { + "name": "bluefire", + "id": "775729161083551755", + "author": "727511071790989460", + "animated": true, + "created": 1605018644, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "blueplayboy": { + "name": "blueplayboy", + "id": "784831815566491689", + "author": "252655876177920000", + "animated": false, + "created": 1607188886, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "BlueStud": { + "name": "BlueStud", + "id": "782149151587958814", + "author": "496037931140513800", + "animated": true, + "created": 1606549289, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bluethenk": { + "name": "bluethenk", + "id": "748836130572599357", + "author": "428461954064056340", + "animated": false, + "created": 1598606846, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "blu_golpear": { + "name": "blu_golpear", + "id": "692217469644832819", + "author": "287711579749744642", + "animated": true, + "created": 1585107905, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "blurplethonk": { + "name": "blurplethonk", + "id": "492047078361661441", + "author": "300088143422685185", + "animated": false, + "created": 1532581122, + "modified": 1537383581, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "blurpleturtle": { + "name": "blurpleturtle", + "id": "781205791721128007", + "author": "451876555107336192", + "animated": false, + "created": 1606324374, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "BlurredVision": { + "name": "BlurredVision", + "id": "786693874822807552", + "author": "699301086787272756", + "animated": false, + "created": 1607632835, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Blurriest": { + "name": "Blurriest", + "id": "640317305380667424", + "author": "373893861950488576", + "animated": false, + "created": 1572733942, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "blurry": { + "name": "blurry", + "id": "551262951605141514", + "author": "265292354863235082", + "animated": false, + "created": 1551501729, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "blurrymicro": { + "name": "blurrymicro", + "id": "658479784204173341", + "author": "239333423095742464", + "animated": false, + "created": 1577064214, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "blurrywreckless": { + "name": "blurrywreckless", + "id": "788242917549670410", + "author": "353109234201788427", + "animated": false, + "created": 1608002156, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "blurrywreckless2": { + "name": "blurrywreckless2", + "id": "788243332253483039", + "author": "353109234201788427", + "animated": false, + "created": 1608002255, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "blush": { + "name": "blush", + "id": "766742049373421610", + "author": "760225035959926784", + "animated": false, + "created": 1602875950, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "blush1": { + "name": "blush1", + "id": "758910941924163615", + "author": "676818445068927006", + "animated": true, + "created": 1601008868, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "BlushBlob": { + "name": "BlushBlob", + "id": "786590790856081448", + "author": "745373578664476892", + "animated": true, + "created": 1607608258, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "blush_cowboy": { + "name": "blush_cowboy", + "id": "785500166785990697", + "author": "434603155695730709", + "animated": false, + "created": 1607348233, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "blushcri": { + "name": "blushcri", + "id": "781692877058736129", + "author": "574870314928832533", + "animated": false, + "created": 1606440505, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "blushed": { + "name": "blushed", + "id": "771606742282666014", + "author": "441817898286055426", + "animated": true, + "created": 1604035783, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "blush_eoto_002": { + "name": "blush_eoto_002", + "id": "783880780555223101", + "author": "697542753449672775", + "animated": false, + "created": 1606962141, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "blush_heart": { + "name": "blush_heart", + "id": "784871349163786240", + "author": "768942663491649588", + "animated": false, + "created": 1607198311, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "blushingmoyai": { + "name": "blushingmoyai", + "id": "747950154878943333", + "author": "420702436479467530", + "animated": false, + "created": 1598395613, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "blush_moon": { + "name": "blush_moon", + "id": "784871229222813756", + "author": "768942663491649588", + "animated": false, + "created": 1607198283, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "blushsumi": { + "name": "blushsumi", + "id": "785679717353259018", + "author": "371341644131336199", + "animated": true, + "created": 1607391042, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "blushyturtle": { + "name": "blushyturtle", + "id": "781206238011981906", + "author": "451876555107336192", + "animated": false, + "created": 1606324481, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "blweird": { + "name": "blweird", + "id": "590993938924437504", + "author": "98425391647031296", + "animated": false, + "created": 1560974335, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "blwird": { + "name": "blwird", + "id": "787973602372485140", + "author": "112471608865624064", + "animated": false, + "created": 1607937946, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "blwtf": { + "name": "blwtf", + "id": "752252847629926550", + "author": "353109234201788427", + "animated": false, + "created": 1599421455, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "BMOCry": { + "name": "BMOCry", + "id": "590032334255030273", + "author": "140516693242937345", + "animated": true, + "created": 1560745070, + "modified": 1560745079, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "bmodance": { + "name": "bmodance", + "id": "590032339745243147", + "author": "140516693242937345", + "animated": true, + "created": 1560745072, + "modified": 1560745079, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "bmodance2": { + "name": "bmodance2", + "id": "590032344828870662", + "author": "140516693242937345", + "animated": true, + "created": 1560745073, + "modified": 1560745079, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "bob": { + "name": "bob", + "id": "612761101653770251", + "author": "431666089810853898", + "animated": false, + "created": 1566164031, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Bobbaile": { + "name": "Bobbaile", + "id": "774833217160216586", + "author": "741850493088694343", + "animated": true, + "created": 1604805034, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bobble": { + "name": "bobble", + "id": "758953314448179221", + "author": "728030515726123028", + "animated": true, + "created": 1601018970, + "modified": 1601019002, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bobbybola": { + "name": "bobbybola", + "id": "727535481637830666", + "author": "369482011896840192", + "animated": false, + "created": 1593528375, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bobcholo": { + "name": "bobcholo", + "id": "775618808298733578", + "author": "426002740162854922", + "animated": false, + "created": 1604992334, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bobcry": { + "name": "bobcry", + "id": "786319010031075410", + "author": "512509857606139905", + "animated": false, + "created": 1607543461, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bobdance": { + "name": "bobdance", + "id": "685524566193209387", + "author": "252898854393872394", + "animated": true, + "created": 1583512193, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bobdance2": { + "name": "bobdance2", + "id": "779515291327135746", + "author": "565682823722434560", + "animated": true, + "created": 1605921328, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bobdo": { + "name": "bobdo", + "id": "749596859366113301", + "author": "343310328089804803", + "animated": true, + "created": 1598788218, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bobdobemoving": { + "name": "bobdobemoving", + "id": "782739397887000619", + "author": "748023719833894942", + "animated": true, + "created": 1606690015, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bobtoronja": { + "name": "bobtoronja", + "id": "784060310930980885", + "author": "565682823722434560", + "animated": false, + "created": 1607004945, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bobyorando": { + "name": "bobyorando", + "id": "786314916923441163", + "author": "269206837306327042", + "animated": false, + "created": 1607542485, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "boca": { + "name": "boca", + "id": "677399270537691136", + "author": "512272020839464960", + "animated": true, + "created": 1581574971, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bocchi": { + "name": "bocchi", + "id": "784349581387366410", + "author": "431225704563081216", + "animated": false, + "created": 1607073912, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "BocchiCry": { + "name": "BocchiCry", + "id": "773953577684172850", + "author": "551188005281464342", + "animated": false, + "created": 1604595312, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bocchi_hi": { + "name": "bocchi_hi", + "id": "658292971292327956", + "author": "481597842109235200", + "animated": true, + "created": 1577019674, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bodyodyody": { + "name": "bodyodyody", + "id": "787060732352790569", + "author": "671834928157294603", + "animated": true, + "created": 1607720301, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "boga_aphr": { + "name": "boga_aphr", + "id": "781814796315000882", + "author": "586886106289668127", + "animated": false, + "created": 1606469572, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "boi": { + "name": "boi", + "id": "492047087060516871", + "author": "263867246168899585", + "animated": true, + "created": 1536817668, + "modified": 1537383584, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Boii": { + "name": "Boii", + "id": "789283077523898418", + "author": "762387276595724308", + "animated": false, + "created": 1608250149, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bokita": { + "name": "bokita", + "id": "742112612548083782", + "author": "283498239095865355", + "animated": false, + "created": 1597003834, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bokubenmega": { + "name": "bokubenmega", + "id": "775406222920646656", + "author": "438078850140864532", + "animated": false, + "created": 1604941649, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bolado": { + "name": "bolado", + "id": "786688221857841222", + "author": "714546696063025255", + "animated": false, + "created": 1607631488, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bolas": { + "name": "bolas", + "id": "729751012734140476", + "author": "441789665142374410", + "animated": false, + "created": 1594056599, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bolb": { + "name": "bolb", + "id": "492047087651913739", + "author": "140516693242937345", + "animated": false, + "created": 1531977988, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "bolbangery": { + "name": "bolbangery", + "id": "492047089677893667", + "author": "140516693242937345", + "animated": false, + "created": 1531975867, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "bolbattention": { + "name": "bolbattention", + "id": "492047091632308271", + "author": "308162538648895489", + "animated": true, + "created": 1525387941, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "bolbattentionreverse": { + "name": "bolbattentionreverse", + "id": "492047093167554564", + "author": "308162538648895489", + "animated": true, + "created": 1525387941, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "bolbaww": { + "name": "bolbaww", + "id": "492047095063117835", + "author": "140516693242937345", + "animated": false, + "created": 1531978005, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "bolbbughunter": { + "name": "bolbbughunter", + "id": "492047096271208458", + "author": "140516693242937345", + "animated": false, + "created": 1531978023, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "bolbcat": { + "name": "bolbcat", + "id": "492047097529630720", + "author": "140516693242937345", + "animated": false, + "created": 1531975873, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "bolbcheer": { + "name": "bolbcheer", + "id": "492047098439532546", + "author": "140516693242937345", + "animated": false, + "created": 1531975843, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "bolbchristmas": { + "name": "bolbchristmas", + "id": "492047099513274368", + "author": "140516693242937345", + "animated": false, + "created": 1531978011, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "bolbcuddle": { + "name": "bolbcuddle", + "id": "492047100457254922", + "author": "140516693242937345", + "animated": false, + "created": 1531975879, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "bolbdance": { + "name": "bolbdance", + "id": "492047102185177088", + "author": "140516693242937345", + "animated": true, + "created": 1531978018, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "bolbdead": { + "name": "bolbdead", + "id": "492047103045140491", + "author": "140516693242937345", + "animated": false, + "created": 1531977986, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "bolbdevil": { + "name": "bolbdevil", + "id": "492047104387055627", + "author": "140516693242937345", + "animated": false, + "created": 1531978005, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "bolbdoggo": { + "name": "bolbdoggo", + "id": "492047105716912129", + "author": "140516693242937345", + "animated": false, + "created": 1531975880, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "bolbfacingforward": { + "name": "bolbfacingforward", + "id": "492047106807431178", + "author": "140516693242937345", + "animated": false, + "created": 1531977998, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "bolbfacingforwardupsidedown": { + "name": "bolbfacingforwardupsidedown", + "id": "492047108988338176", + "author": "140516693242937345", + "animated": false, + "created": 1531977999, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "bolbfairy": { + "name": "bolbfairy", + "id": "492047110489899009", + "author": "140516693242937345", + "animated": false, + "created": 1531977987, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "bolbfast": { + "name": "bolbfast", + "id": "492047111546732544", + "author": "140516693242937345", + "animated": false, + "created": 1531975843, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "bolbfearful": { + "name": "bolbfearful", + "id": "492047112784052235", + "author": "140516693242937345", + "animated": false, + "created": 1531977998, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "bolbfrown": { + "name": "bolbfrown", + "id": "492047114289807360", + "author": "140516693242937345", + "animated": false, + "created": 1531975844, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "bolbhairflip": { + "name": "bolbhairflip", + "id": "492047115841699840", + "author": "140516693242937345", + "animated": false, + "created": 1531975861, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "bolbhammer": { + "name": "bolbhammer", + "id": "492047117594918942", + "author": "140516693242937345", + "animated": false, + "created": 1531975879, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "bolbhd": { + "name": "bolbhd", + "id": "492047119402795030", + "author": "140516693242937345", + "animated": false, + "created": 1531975855, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "bolbHeart": { + "name": "bolbHeart", + "id": "492047120967139338", + "author": "140516693242937345", + "animated": false, + "created": 1531978022, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "bolbhero": { + "name": "bolbhero", + "id": "492047121801936908", + "author": "140516693242937345", + "animated": false, + "created": 1531975856, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "bolbhyper": { + "name": "bolbhyper", + "id": "492047123043581952", + "author": "140516693242937345", + "animated": false, + "created": 1531975872, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "bolbingwithportals": { + "name": "bolbingwithportals", + "id": "492047124016398346", + "author": "140516693242937345", + "animated": false, + "created": 1531975860, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "bolbinnocent": { + "name": "bolbinnocent", + "id": "492047125262106648", + "author": "140516693242937345", + "animated": false, + "created": 1531977994, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "bolbknife": { + "name": "bolbknife", + "id": "492047126860398623", + "author": "140516693242937345", + "animated": false, + "created": 1531978010, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "bolbknight": { + "name": "bolbknight", + "id": "492047128600903701", + "author": "140516693242937345", + "animated": false, + "created": 1531977993, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "bolblul": { + "name": "bolblul", + "id": "492047130131693588", + "author": "140516693242937345", + "animated": false, + "created": 1531975872, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "bolbmelt": { + "name": "bolbmelt", + "id": "492047131490779137", + "author": "140516693242937345", + "animated": false, + "created": 1531975867, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "bolbmush": { + "name": "bolbmush", + "id": "492047132891545610", + "author": "140516693242937345", + "animated": false, + "created": 1531978006, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "bolbnerd": { + "name": "bolbnerd", + "id": "492047133893984259", + "author": "140516693242937345", + "animated": false, + "created": 1531975856, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "bolbokhand": { + "name": "bolbokhand", + "id": "492047134837964806", + "author": "140516693242937345", + "animated": false, + "created": 1531977980, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "bolbonfire": { + "name": "bolbonfire", + "id": "492047137119404032", + "author": "140516693242937345", + "animated": false, + "created": 1531975874, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "bolbopenmouth": { + "name": "bolbopenmouth", + "id": "492047138046476298", + "author": "140516693242937345", + "animated": false, + "created": 1531975845, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "bolbparty": { + "name": "bolbparty", + "id": "492047138927411200", + "author": "140516693242937345", + "animated": true, + "created": 1531977987, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "bolbpeek": { + "name": "bolbpeek", + "id": "492047140303142912", + "author": "140516693242937345", + "animated": false, + "created": 1531975863, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "bolbpopcorn": { + "name": "bolbpopcorn", + "id": "492047141171363851", + "author": "140516693242937345", + "animated": false, + "created": 1531977999, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "bolbpopsicle": { + "name": "bolbpopsicle", + "id": "492047142463209498", + "author": "140516693242937345", + "animated": false, + "created": 1531978024, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "bolbpride": { + "name": "bolbpride", + "id": "492047143658586135", + "author": "140516693242937345", + "animated": false, + "created": 1531975849, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "bolbpumpkin": { + "name": "bolbpumpkin", + "id": "492047145302491136", + "author": "140516693242937345", + "animated": false, + "created": 1531977987, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "bolbsad": { + "name": "bolbsad", + "id": "492047146489741313", + "author": "140516693242937345", + "animated": false, + "created": 1531975849, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "bolbsalute": { + "name": "bolbsalute", + "id": "492047147320082432", + "author": "140516693242937345", + "animated": false, + "created": 1531975879, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "bolbscream": { + "name": "bolbscream", + "id": "492047148460933121", + "author": "140516693242937345", + "animated": false, + "created": 1531975849, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "bolbshakin": { + "name": "bolbshakin", + "id": "492047149278822410", + "author": "140516693242937345", + "animated": true, + "created": 1531978017, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "bolbsmile": { + "name": "bolbsmile", + "id": "492047150553890836", + "author": "140516693242937345", + "animated": false, + "created": 1531975850, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "bolbsquad": { + "name": "bolbsquad", + "id": "492047151774564362", + "author": "140516693242937345", + "animated": false, + "created": 1531975886, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "bolbstarboard": { + "name": "bolbstarboard", + "id": "492047152940449792", + "author": "140516693242937345", + "animated": false, + "created": 1531977980, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "bolbsummer": { + "name": "bolbsummer", + "id": "492047153925980181", + "author": "140516693242937345", + "animated": false, + "created": 1531978024, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "bolbsun": { + "name": "bolbsun", + "id": "492047155096322048", + "author": "140516693242937345", + "animated": false, + "created": 1531978023, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "bolbsunglasses": { + "name": "bolbsunglasses", + "id": "492047155976994831", + "author": "140516693242937345", + "animated": false, + "created": 1531978005, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "bolbsweat": { + "name": "bolbsweat", + "id": "492047157332017152", + "author": "140516693242937345", + "animated": false, + "created": 1531977981, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "bolbthinking": { + "name": "bolbthinking", + "id": "492047159357603840", + "author": "140516693242937345", + "animated": false, + "created": 1531975842, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "bolbthumbsdown": { + "name": "bolbthumbsdown", + "id": "492047160444190720", + "author": "140516693242937345", + "animated": false, + "created": 1531975884, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "bolbthumbsup": { + "name": "bolbthumbsup", + "id": "492047161316343809", + "author": "140516693242937345", + "animated": false, + "created": 1531975885, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "bolbthump": { + "name": "bolbthump", + "id": "492047162734280714", + "author": "140516693242937345", + "animated": false, + "created": 1531975867, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "bolbturtle": { + "name": "bolbturtle", + "id": "492047163979988992", + "author": "140516693242937345", + "animated": false, + "created": 1531977993, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "bolbupsidedown": { + "name": "bolbupsidedown", + "id": "492047165338812416", + "author": "140516693242937345", + "animated": false, + "created": 1531975850, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "bolbwaitwhat": { + "name": "bolbwaitwhat", + "id": "492047166555160608", + "author": "140516693242937345", + "animated": false, + "created": 1531975873, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "bolbwave": { + "name": "bolbwave", + "id": "492047167989481503", + "author": "140516693242937345", + "animated": false, + "created": 1531975868, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "bolbwavereverse": { + "name": "bolbwavereverse", + "id": "492047169445167114", + "author": "140516693242937345", + "animated": false, + "created": 1531975868, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "bolbwawawa": { + "name": "bolbwawawa", + "id": "492047170594275349", + "author": "140516693242937345", + "animated": false, + "created": 1531978004, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "bolbweird": { + "name": "bolbweird", + "id": "492047172158881802", + "author": "140516693242937345", + "animated": false, + "created": 1531977994, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "bolbwink": { + "name": "bolbwink", + "id": "492047172708204545", + "author": "140516693242937345", + "animated": false, + "created": 1531978010, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "bolbwitch": { + "name": "bolbwitch", + "id": "492047174511886336", + "author": "140516693242937345", + "animated": false, + "created": 1531977993, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "bolbwolf": { + "name": "bolbwolf", + "id": "492047175933493270", + "author": "140516693242937345", + "animated": false, + "created": 1531975884, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "bolbworried": { + "name": "bolbworried", + "id": "492047176986394634", + "author": "140516693242937345", + "animated": false, + "created": 1531975855, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "bolbwota": { + "name": "bolbwota", + "id": "492047178123051018", + "author": "140516693242937345", + "animated": false, + "created": 1531978010, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "bolbwut": { + "name": "bolbwut", + "id": "492047179410702338", + "author": "140516693242937345", + "animated": false, + "created": 1531975854, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "bolbxd": { + "name": "bolbxd", + "id": "492047180190973952", + "author": "140516693242937345", + "animated": false, + "created": 1531977981, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "bolbXDDD": { + "name": "bolbXDDD", + "id": "492047181046612005", + "author": "140516693242937345", + "animated": true, + "created": 1531978016, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "bolbyoudontsay": { + "name": "bolbyoudontsay", + "id": "492047182086668304", + "author": "140516693242937345", + "animated": false, + "created": 1531975844, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "boltgun1": { + "name": "boltgun1", + "id": "771383091708559381", + "author": "702536106834526259", + "animated": false, + "created": 1603982460, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "boltpat": { + "name": "boltpat", + "id": "764564497410949130", + "author": "466410686411702273", + "animated": true, + "created": 1602356781, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "boltund": { + "name": "boltund", + "id": "764564431719628870", + "author": "702536106834526259", + "animated": false, + "created": 1602356765, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "boludademagireco1": { + "name": "boludademagireco1", + "id": "715727739335868477", + "author": "293107176355004416", + "animated": false, + "created": 1590713190, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bomdia": { + "name": "bomdia", + "id": "770454523196997662", + "author": "466061790627889167", + "animated": false, + "created": 1603761072, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bonesy": { + "name": "bonesy", + "id": "782156081031020564", + "author": "496037931140513800", + "animated": false, + "created": 1606550941, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bongo": { + "name": "bongo", + "id": "726290688249167923", + "author": "277652625694916609", + "animated": true, + "created": 1593231594, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bongoboom": { + "name": "bongoboom", + "id": "788059170352005150", + "author": "303963315061915648", + "animated": true, + "created": 1607958347, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bongobun": { + "name": "bongobun", + "id": "781235880778137631", + "author": "495518017434681365", + "animated": true, + "created": 1606331548, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bongocat": { + "name": "bongocat", + "id": "503323655707820032", + "author": "252506099641614336", + "animated": true, + "created": 1540072181, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "BongocatFat": { + "name": "BongocatFat", + "id": "778982657374552125", + "author": "619907069364928533", + "animated": true, + "created": 1605794338, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bongoexplode": { + "name": "bongoexplode", + "id": "522816238955659264", + "author": "289408516966318081", + "animated": true, + "created": 1544719504, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "BongoFat": { + "name": "BongoFat", + "id": "772558989829079066", + "author": "727325977755254874", + "animated": true, + "created": 1604262816, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bongoPing": { + "name": "bongoPing", + "id": "786156868854218762", + "author": "676134602837852172", + "animated": true, + "created": 1607504803, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bongorasnt": { + "name": "bongorasnt", + "id": "765617414183452714", + "author": "113673621368471556", + "animated": true, + "created": 1602607816, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bongori": { + "name": "bongori", + "id": "782311098178732072", + "author": "351894832857481216", + "animated": true, + "created": 1606587900, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Bongos": { + "name": "Bongos", + "id": "772629677721911327", + "author": "727325977755254874", + "animated": true, + "created": 1604279670, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bongosmash": { + "name": "bongosmash", + "id": "782113818695565353", + "author": "690953891482828890", + "animated": true, + "created": 1606540865, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bonk": { + "name": "bonk", + "id": "624937493535522839", + "author": "240308839243710464", + "animated": false, + "created": 1569067109, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bonkbonk": { + "name": "bonkbonk", + "id": "754617544459157525", + "author": "567390950838501376", + "animated": true, + "created": 1599985242, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bonkcat": { + "name": "bonkcat", + "id": "733500828698279946", + "author": "356941401638043678", + "animated": true, + "created": 1594950625, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bonkdoge": { + "name": "bonkdoge", + "id": "781233561730023456", + "author": "495518017434681365", + "animated": true, + "created": 1606330995, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Bonked": { + "name": "Bonked", + "id": "752247702926131240", + "author": "606237964883853364", + "animated": false, + "created": 1599420228, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "boo": { + "name": "boo", + "id": "763142870235480105", + "author": "480872753524768798", + "animated": false, + "created": 1602017840, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Boob": { + "name": "Boob", + "id": "707819134192320514", + "author": "288793693861838848", + "animated": true, + "created": 1588827632, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "boobjiggle": { + "name": "boobjiggle", + "id": "788398382532132917", + "author": "715373648520806432", + "animated": true, + "created": 1608039222, + "modified": 1608043586, + "preserve": false, + "description": null, + "nsfw": "MOD_NSFW" + }, + "boobs": { + "name": "boobs", + "id": "561895305138798592", + "author": "323940748145721345", + "animated": false, + "created": 1554036680, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "boogie": { + "name": "boogie", + "id": "787075259718172723", + "author": "775799676459941928", + "animated": true, + "created": 1607723765, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "boomachrist": { + "name": "boomachrist", + "id": "786467700640710706", + "author": "508004255974817802", + "animated": false, + "created": 1607578911, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "boomer": { + "name": "boomer", + "id": "640587592680734741", + "author": "417138170430357524", + "animated": false, + "created": 1572798383, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "boop": { + "name": "boop", + "id": "534600336812539904", + "author": "254720524054167552", + "animated": true, + "created": 1547529052, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "boost": { + "name": "boost", + "id": "723074573943177247", + "author": "635688402452217863", + "animated": false, + "created": 1592464812, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "boostbas": { + "name": "boostbas", + "id": "786270858267328522", + "author": "586886106289668127", + "animated": false, + "created": 1607531980, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "boostbasla": { + "name": "boostbasla", + "id": "786270928312991775", + "author": "586886106289668127", + "animated": false, + "created": 1607531997, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "booty": { + "name": "booty", + "id": "714879554140766308", + "author": "185220251955363840", + "animated": true, + "created": 1590510967, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bop": { + "name": "bop", + "id": "783737042336088064", + "author": "365650837277507594", + "animated": true, + "created": 1606927872, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Bop2": { + "name": "Bop2", + "id": "784049363730300978", + "author": "613683732276314114", + "animated": true, + "created": 1607002335, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "boppin": { + "name": "boppin", + "id": "771571850710089738", + "author": "763240979091292180", + "animated": true, + "created": 1604027464, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bored": { + "name": "bored", + "id": "688722097622482954", + "author": "285148358815776768", + "animated": false, + "created": 1584274543, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "borgar": { + "name": "borgar", + "id": "775542390739304458", + "author": "107236928348225536", + "animated": true, + "created": 1604974114, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bororo": { + "name": "bororo", + "id": "783910158895546398", + "author": "265244466548441088", + "animated": false, + "created": 1606969146, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "borraeso": { + "name": "borraeso", + "id": "725832053735555082", + "author": "295057074797150208", + "animated": false, + "created": 1593122247, + "modified": 1593122318, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "borriest": { + "name": "borriest", + "id": "746874584384536618", + "author": "353109234201788427", + "animated": false, + "created": 1598139177, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "borry": { + "name": "borry", + "id": "546568881641357312", + "author": "256056872254177281", + "animated": false, + "created": 1550382576, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "borryangry": { + "name": "borryangry", + "id": "711972718366687324", + "author": "294946270861328385", + "animated": false, + "created": 1589817924, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "borrycap": { + "name": "borrycap", + "id": "767464232681340989", + "author": "425046879047385108", + "animated": false, + "created": 1603048132, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "borrygasm": { + "name": "borrygasm", + "id": "775152871217299496", + "author": "353109234201788427", + "animated": false, + "created": 1604881246, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "borrygun": { + "name": "borrygun", + "id": "785106460014411816", + "author": "353109234201788427", + "animated": false, + "created": 1607254366, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "borryweird": { + "name": "borryweird", + "id": "716261173007220777", + "author": "425046879047385108", + "animated": false, + "created": 1590840371, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "borsed": { + "name": "borsed", + "id": "782286793255944212", + "author": "245607870463213570", + "animated": false, + "created": 1606582105, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bot": { + "name": "bot", + "id": "492047184934600704", + "author": "340745895932854272", + "animated": false, + "created": 1535302238, + "modified": 1542169016, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "Bota": { + "name": "Bota", + "id": "595287048114667531", + "author": "344522465566785537", + "animated": false, + "created": 1561997892, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bounce": { + "name": "bounce", + "id": "777732095212126239", + "author": "283282932888502272", + "animated": true, + "created": 1605496181, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bouncyarrow": { + "name": "bouncyarrow", + "id": "788733063144144896", + "author": "721415443700514847", + "animated": true, + "created": 1608119016, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "boupadoru": { + "name": "boupadoru", + "id": "783143768840470528", + "author": "546444302348320778", + "animated": false, + "created": 1606786424, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "boutriste": { + "name": "boutriste", + "id": "780792830309564426", + "author": "384854161864523776", + "animated": true, + "created": 1606225917, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "b_over18": { + "name": "b_over18", + "id": "786872605922820106", + "author": "675231616213188608", + "animated": true, + "created": 1607675448, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bow": { + "name": "bow", + "id": "788732819072614430", + "author": "721415443700514847", + "animated": true, + "created": 1608118958, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Bowser": { + "name": "Bowser", + "id": "774018715611168810", + "author": "727325977755254874", + "animated": true, + "created": 1604610842, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "BowserBaile": { + "name": "BowserBaile", + "id": "782909592740429825", + "author": "741850493088694343", + "animated": true, + "created": 1606730592, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bqsparkles": { + "name": "bqsparkles", + "id": "682632063865585672", + "author": "167729432784535562", + "animated": true, + "created": 1582822566, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bqspeak": { + "name": "bqspeak", + "id": "749359770997358702", + "author": "425046879047385108", + "animated": false, + "created": 1598731691, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bqweird": { + "name": "bqweird", + "id": "584937550351695890", + "author": "258074344725413889", + "animated": false, + "created": 1559530379, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "branch": { + "name": "branch", + "id": "492047188885504021", + "author": "150657331212976128", + "animated": false, + "created": 1525387941, + "modified": 1537383608, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "bravo": { + "name": "bravo", + "id": "727156758224699402", + "author": "653806638695710721", + "animated": true, + "created": 1593438081, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "braxiensad": { + "name": "braxiensad", + "id": "789344759784800307", + "author": "601131588654465051", + "animated": false, + "created": 1608264856, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "brazil": { + "name": "brazil", + "id": "764144516511957024", + "author": "313012274149326849", + "animated": true, + "created": 1602256650, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bread": { + "name": "bread", + "id": "783253737565192215", + "author": "389814953562996736", + "animated": false, + "created": 1606812645, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bread2": { + "name": "bread2", + "id": "745376165069324329", + "author": "383723642489405441", + "animated": false, + "created": 1597781926, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "breadaww": { + "name": "breadaww", + "id": "762651567018082315", + "author": "219512427513905153", + "animated": false, + "created": 1601900703, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "breadbanhammer": { + "name": "breadbanhammer", + "id": "766592330224107520", + "author": "336186693210210305", + "animated": false, + "created": 1602840254, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "breaddc": { + "name": "breaddc", + "id": "763700394298703922", + "author": "595685349431181343", + "animated": false, + "created": 1602150762, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "breadfish": { + "name": "breadfish", + "id": "768503492859920395", + "author": "336186693210210305", + "animated": false, + "created": 1603295910, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "BreadGun": { + "name": "BreadGun", + "id": "714643128606392390", + "author": "176760162579644428", + "animated": false, + "created": 1590454599, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "breadknife": { + "name": "breadknife", + "id": "743784919200694306", + "author": "182850025007742976", + "animated": false, + "created": 1597402543, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "breadlove": { + "name": "breadlove", + "id": "737556556945686559", + "author": "521325315276931083", + "animated": false, + "created": 1595917607, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "breadnice": { + "name": "breadnice", + "id": "748590183380811857", + "author": "336186693210210305", + "animated": false, + "created": 1598548207, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "breadsleep": { + "name": "breadsleep", + "id": "780145053351936041", + "author": "589147367551270912", + "animated": false, + "created": 1606071475, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "breadspin": { + "name": "breadspin", + "id": "759680363361730561", + "author": "589147367551270912", + "animated": true, + "created": 1601192312, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "breadsweat": { + "name": "breadsweat", + "id": "747312664685969419", + "author": "176760162579644428", + "animated": false, + "created": 1598243623, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "breadwave": { + "name": "breadwave", + "id": "741314232251056188", + "author": "182850025007742976", + "animated": true, + "created": 1596813486, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "break": { + "name": "break", + "id": "775984697615581184", + "author": "503924871353335814", + "animated": false, + "created": 1605079569, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "breakdown": { + "name": "breakdown", + "id": "785646109917052939", + "author": "347831312457138177", + "animated": false, + "created": 1607383029, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "brilliant": { + "name": "brilliant", + "id": "786813514475110461", + "author": "671684177246027787", + "animated": false, + "created": 1607661360, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bringe": { + "name": "bringe", + "id": "703009647069626429", + "author": "425046879047385108", + "animated": false, + "created": 1587680961, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bro": { + "name": "bro", + "id": "699096049893113998", + "author": "688035124926873687", + "animated": false, + "created": 1586747887, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "broke": { + "name": "broke", + "id": "733668715656249376", + "author": "73375128251011072", + "animated": true, + "created": 1594990652, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "broke_help": { + "name": "broke_help", + "id": "784441158142525471", + "author": "711751154119475291", + "animated": false, + "created": 1607095746, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "BRONCA": { + "name": "BRONCA", + "id": "761666222898151474", + "author": "524761288795095041", + "animated": false, + "created": 1601665778, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "brrr": { + "name": "brrr", + "id": "732571768623202315", + "author": "326646259383402496", + "animated": true, + "created": 1594729120, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "brrrrr": { + "name": "brrrrr", + "id": "789147436039012452", + "author": "170245053283958784", + "animated": true, + "created": 1608217810, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "brruh": { + "name": "brruh", + "id": "786186234325237800", + "author": "521800936553971719", + "animated": false, + "created": 1607511804, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bru": { + "name": "bru", + "id": "786811449812320307", + "author": "219580469933506560", + "animated": false, + "created": 1607660868, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bruh": { + "name": "bruh", + "id": "416057796388454400", + "author": "140516693242937345", + "animated": false, + "created": 1525387941, + "modified": 1533892036, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bruh_": { + "name": "bruh_", + "id": "774791605717565500", + "author": "645482510930673675", + "animated": false, + "created": 1604795113, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bruh1": { + "name": "bruh1", + "id": "777918837156610119", + "author": "747555334410731672", + "animated": false, + "created": 1605540703, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bruh2": { + "name": "bruh2", + "id": "676040204003311629", + "author": "209280535174971393", + "animated": false, + "created": 1581250945, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bruh3": { + "name": "bruh3", + "id": "695550519527079936", + "author": "224732589548634113", + "animated": false, + "created": 1585902566, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Bruh_Anasui": { + "name": "Bruh_Anasui", + "id": "783178485492350986", + "author": "242691348560478209", + "animated": false, + "created": 1606794702, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bruhaps": { + "name": "bruhaps", + "id": "779373920205013033", + "author": "727325977755254874", + "animated": false, + "created": 1605887622, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bruh_fish": { + "name": "bruh_fish", + "id": "787379230656561152", + "author": "647119346157748236", + "animated": false, + "created": 1607796237, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bruhh": { + "name": "bruhh", + "id": "702533192648753174", + "author": "256056872254177281", + "animated": false, + "created": 1587567365, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "BruhMoment": { + "name": "BruhMoment", + "id": "567170652885483552", + "author": "282932131192373248", + "animated": false, + "created": 1555294421, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bruhmomento": { + "name": "bruhmomento", + "id": "765402532813078548", + "author": "405580754035277834", + "animated": true, + "created": 1602556584, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bruhRoo": { + "name": "bruhRoo", + "id": "754013267235438643", + "author": "376012343777427457", + "animated": false, + "created": 1599841171, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bruhwhat": { + "name": "bruhwhat", + "id": "757974547357237378", + "author": "203208699500560385", + "animated": true, + "created": 1600785614, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bruhwut": { + "name": "bruhwut", + "id": "781465972225343539", + "author": "495518017434681365", + "animated": false, + "created": 1606386406, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Bruno_love": { + "name": "Bruno_love", + "id": "783176104940273684", + "author": "242691348560478209", + "animated": false, + "created": 1606794134, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "brutal": { + "name": "brutal", + "id": "653917359416803348", + "author": "213367124608024577", + "animated": false, + "created": 1575976447, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "brutt": { + "name": "brutt", + "id": "785677348485070869", + "author": "785674727581810708", + "animated": true, + "created": 1607390477, + "modified": 1607404358, + "preserve": false, + "description": null, + "nsfw": "MOD_NSFW" + }, + "bruuh": { + "name": "bruuh", + "id": "674290516862697503", + "author": "209280535174971393", + "animated": true, + "created": 1580833787, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bruuhh": { + "name": "bruuhh", + "id": "782039814848774144", + "author": "291628634920452096", + "animated": false, + "created": 1606523221, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bruuuh": { + "name": "bruuuh", + "id": "681777142513926154", + "author": "239333423095742464", + "animated": true, + "created": 1582618738, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bts": { + "name": "bts", + "id": "727398713865142312", + "author": "705592580196270120", + "animated": false, + "created": 1593495767, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bud": { + "name": "bud", + "id": "780885793883029574", + "author": "574870314928832533", + "animated": false, + "created": 1606248081, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "buenardo": { + "name": "buenardo", + "id": "689142540934447137", + "author": "629874013685940234", + "animated": false, + "created": 1584374785, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "buenatula": { + "name": "buenatula", + "id": "737773090678898738", + "author": "585585626863370260", + "animated": false, + "created": 1595969212, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "buendia": { + "name": "buendia", + "id": "788888388501635073", + "author": "704742786225668206", + "animated": false, + "created": 1608156048, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bueno": { + "name": "bueno", + "id": "730812876666699796", + "author": "345055079088390146", + "animated": false, + "created": 1594309767, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bufffb": { + "name": "bufffb", + "id": "785123896499503104", + "author": "167267224787222528", + "animated": false, + "created": 1607258523, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "BugcatCapooBaile": { + "name": "BugcatCapooBaile", + "id": "782910575302541322", + "author": "741850493088694343", + "animated": true, + "created": 1606730827, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bugcatderp": { + "name": "bugcatderp", + "id": "783781761305280542", + "author": "452856221591142410", + "animated": true, + "created": 1606938540, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bugcatroll": { + "name": "bugcatroll", + "id": "784004726827253772", + "author": "452856221591142410", + "animated": true, + "created": 1606991693, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "buhogenerico": { + "name": "buhogenerico", + "id": "782304003396075530", + "author": "351894832857481216", + "animated": false, + "created": 1606586208, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bullyanonimo": { + "name": "bullyanonimo", + "id": "781652758990290944", + "author": "368558529268809728", + "animated": false, + "created": 1606430940, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bum": { + "name": "bum", + "id": "762180897603584010", + "author": "547194213666914304", + "animated": true, + "created": 1601788486, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "b_under18": { + "name": "b_under18", + "id": "786871557435162654", + "author": "675231616213188608", + "animated": true, + "created": 1607675198, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bunny": { + "name": "bunny", + "id": "713822784165380146", + "author": "447821193312206848", + "animated": true, + "created": 1590259014, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bunnyblergh": { + "name": "bunnyblergh", + "id": "787993809547427841", + "author": "304413971350552588", + "animated": true, + "created": 1607942764, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bunny_hewwo": { + "name": "bunny_hewwo", + "id": "786149921262665779", + "author": "745612575454134283", + "animated": false, + "created": 1607503147, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bunnyLove": { + "name": "bunnyLove", + "id": "787810890325295144", + "author": "660670358050832404", + "animated": true, + "created": 1607899153, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bunyan_shook": { + "name": "bunyan_shook", + "id": "781520427297275916", + "author": "758589722758479873", + "animated": false, + "created": 1606399389, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bup": { + "name": "bup", + "id": "758677499697299546", + "author": "264195450859552779", + "animated": false, + "created": 1600953211, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "burger": { + "name": "burger", + "id": "769099912360230992", + "author": "530372765824450572", + "animated": false, + "created": 1603438108, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "burnnn": { + "name": "burnnn", + "id": "784656450286911498", + "author": "530852609934753812", + "animated": true, + "created": 1607147076, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "burro": { + "name": "burro", + "id": "760147125517680680", + "author": "588875540178534410", + "animated": false, + "created": 1601303597, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Busted": { + "name": "Busted", + "id": "759506795169054720", + "author": "373893861950488576", + "animated": false, + "created": 1601150930, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "busted0": { + "name": "busted0", + "id": "761540541237428235", + "author": "425046879047385108", + "animated": false, + "created": 1601635813, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "busy": { + "name": "busy", + "id": "782741627432992769", + "author": "748023719833894942", + "animated": false, + "created": 1606690546, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "busyhanako": { + "name": "busyhanako", + "id": "782746717593534505", + "author": "748023719833894942", + "animated": false, + "created": 1606691760, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "butt": { + "name": "butt", + "id": "757128225184022528", + "author": "508099396118904833", + "animated": true, + "created": 1600583835, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "butterfly1": { + "name": "butterfly1", + "id": "788397854045503508", + "author": "715373648520806432", + "animated": false, + "created": 1608039096, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "butterfly_orange": { + "name": "butterfly_orange", + "id": "787682480370090024", + "author": "733232897879703572", + "animated": true, + "created": 1607868537, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "butwhy": { + "name": "butwhy", + "id": "758809753865551895", + "author": "179258923436474368", + "animated": false, + "created": 1600984743, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "bye": { + "name": "bye", + "id": "620686527202197535", + "author": "405127894726344714", + "animated": false, + "created": 1525387941, + "modified": 1568058522, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "byeee": { + "name": "byeee", + "id": "782742020271243268", + "author": "748023719833894942", + "animated": false, + "created": 1606690640, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "c_": { + "name": "c_", + "id": "741898870308470844", + "author": "464961710462205952", + "animated": true, + "created": 1596952874, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "c4d": { + "name": "c4d", + "id": "756645750552657950", + "author": "516080464369418271", + "animated": false, + "created": 1600468804, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cabbage": { + "name": "cabbage", + "id": "771604177787813929", + "author": "693799838567104513", + "animated": false, + "created": 1604035171, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cabeza": { + "name": "cabeza", + "id": "788805377356464128", + "author": "491289507434463253", + "animated": false, + "created": 1608136257, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cabosad": { + "name": "cabosad", + "id": "758155405904838677", + "author": "316209084208644096", + "animated": false, + "created": 1600828734, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cac": { + "name": "cac", + "id": "724502457387974656", + "author": "528990209589903376", + "animated": false, + "created": 1592805246, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "caca": { + "name": "caca", + "id": "679295839474155523", + "author": "640621838396817454", + "animated": false, + "created": 1582027149, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cachetesdegato": { + "name": "cachetesdegato", + "id": "781961414444056586", + "author": "406308174497316865", + "animated": true, + "created": 1606504529, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Cackleohmygawd": { + "name": "Cackleohmygawd", + "id": "788398701185728522", + "author": "715373648520806432", + "animated": false, + "created": 1608039298, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cafe": { + "name": "cafe", + "id": "575502715887681566", + "author": "567454833586602022", + "animated": false, + "created": 1557280940, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cagaste": { + "name": "cagaste", + "id": "704754659218292766", + "author": "486690618723008522", + "animated": false, + "created": 1588097004, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cagaste2": { + "name": "cagaste2", + "id": "765603256114085908", + "author": "708404644052729879", + "animated": false, + "created": 1602604440, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Cagastes": { + "name": "Cagastes", + "id": "759806777495126026", + "author": "362688701928701953", + "animated": false, + "created": 1601222452, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cagastexd": { + "name": "cagastexd", + "id": "783139705452757015", + "author": "700844233212559372", + "animated": false, + "created": 1606785455, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cague1": { + "name": "cague1", + "id": "781370415099674635", + "author": "604314705175117838", + "animated": true, + "created": 1606363624, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cakengon": { + "name": "cakengon", + "id": "750740301567623250", + "author": "343310328089804803", + "animated": true, + "created": 1599060836, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cakesida": { + "name": "cakesida", + "id": "748733694172463164", + "author": "343310328089804803", + "animated": true, + "created": 1598582423, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "calaca": { + "name": "calaca", + "id": "773714834793562132", + "author": "558803847372472320", + "animated": true, + "created": 1604538391, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "calamardo": { + "name": "calamardo", + "id": "789206281205448735", + "author": "546474895660548136", + "animated": true, + "created": 1608231840, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "CalamardoBaile": { + "name": "CalamardoBaile", + "id": "782906254816706560", + "author": "741850493088694343", + "animated": true, + "created": 1606729796, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "calla": { + "name": "calla", + "id": "693098419543080975", + "author": "676163766185885710", + "animated": false, + "created": 1585317940, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "calla_cagada": { + "name": "calla_cagada", + "id": "773712938690936882", + "author": "468192500025262081", + "animated": false, + "created": 1604537939, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "callacagada": { + "name": "callacagada", + "id": "756948950581510225", + "author": "586974374675087361", + "animated": false, + "created": 1600541093, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "callado": { + "name": "callado", + "id": "788068428543295488", + "author": "740457917374922765", + "animated": false, + "created": 1607960555, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "callao": { + "name": "callao", + "id": "786790704037756978", + "author": "351853576571846676", + "animated": false, + "created": 1607655921, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "callaolacra": { + "name": "callaolacra", + "id": "753108804249452574", + "author": "719334547723911232", + "animated": false, + "created": 1599625531, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "callate": { + "name": "callate", + "id": "673595498388783116", + "author": "477144142351302656", + "animated": false, + "created": 1580668082, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "callatejoto": { + "name": "callatejoto", + "id": "785940740538761256", + "author": "512509857606139905", + "animated": false, + "created": 1607453274, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Callate_Pinche_Puto": { + "name": "Callate_Pinche_Puto", + "id": "781225062463438849", + "author": "525464605108076567", + "animated": false, + "created": 1606328969, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "callateputa": { + "name": "callateputa", + "id": "784907517733503017", + "author": "753681432718737480", + "animated": false, + "created": 1607206935, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "CallieSad": { + "name": "CallieSad", + "id": "781173885176512563", + "author": "645583495715880960", + "animated": false, + "created": 1606316767, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "callistare": { + "name": "callistare", + "id": "786036042230267915", + "author": "231031562114826242", + "animated": false, + "created": 1607475996, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "calmbully": { + "name": "calmbully", + "id": "783524953047433226", + "author": "353109234201788427", + "animated": false, + "created": 1606877306, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "calmhours": { + "name": "calmhours", + "id": "782742607943827466", + "author": "748023719833894942", + "animated": false, + "created": 1606690780, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "calp": { + "name": "calp", + "id": "492047205839011840", + "author": "140516693242937345", + "animated": false, + "created": 1531727966, + "modified": 1537383612, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "calvo_inteligente": { + "name": "calvo_inteligente", + "id": "786600549708857394", + "author": "234097420898664448", + "animated": false, + "created": 1607610585, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "caminar": { + "name": "caminar", + "id": "720903496437727243", + "author": "661485249343258625", + "animated": true, + "created": 1591947187, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "camnelga": { + "name": "camnelga", + "id": "772370633715351593", + "author": "466061790627889167", + "animated": false, + "created": 1604217909, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "CamnelPls": { + "name": "CamnelPls", + "id": "781988902759694387", + "author": "727325977755254874", + "animated": true, + "created": 1606511083, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "campeon": { + "name": "campeon", + "id": "782317680535404594", + "author": "543468933974589440", + "animated": true, + "created": 1606589469, + "modified": 1606590082, + "preserve": false, + "description": null, + "nsfw": "MOD_NSFW" + }, + "canariada": { + "name": "canariada", + "id": "654061867173412889", + "author": "399348446525390849", + "animated": false, + "created": 1576010901, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cancheesythrowitback": { + "name": "cancheesythrowitback", + "id": "785605891411542067", + "author": "376553492833239051", + "animated": true, + "created": 1607373440, + "modified": 1607373879, + "preserve": false, + "description": null, + "nsfw": "MOD_NSFW" + }, + "caneladance": { + "name": "caneladance", + "id": "781869783028465664", + "author": "406558013848289281", + "animated": true, + "created": 1606482682, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "canelita": { + "name": "canelita", + "id": "758442917005623297", + "author": "308794315834916864", + "animated": true, + "created": 1600897282, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "canilickyou": { + "name": "canilickyou", + "id": "788058830751268914", + "author": "353109234201788427", + "animated": true, + "created": 1607958266, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "canilickyouaf": { + "name": "canilickyouaf", + "id": "788058866155520021", + "author": "353109234201788427", + "animated": true, + "created": 1607958275, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cansado": { + "name": "cansado", + "id": "784835098846822430", + "author": "751637071059222629", + "animated": false, + "created": 1607189669, + "modified": 1607191834, + "preserve": false, + "description": null, + "nsfw": "MOD_NSFW" + }, + "canserbero": { + "name": "canserbero", + "id": "697269598525063239", + "author": "461818566510116895", + "animated": false, + "created": 1586312427, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cantabria": { + "name": "cantabria", + "id": "789845201891622963", + "author": "293107176355004416", + "animated": false, + "created": 1608384170, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "caosball": { + "name": "caosball", + "id": "769914592800276531", + "author": "653806638695710721", + "animated": false, + "created": 1603632343, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cap": { + "name": "cap", + "id": "732095496910405664", + "author": "528990209589903376", + "animated": false, + "created": 1594615568, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "capitaliste": { + "name": "capitaliste", + "id": "771159734958424084", + "author": "113673621368471556", + "animated": false, + "created": 1603929208, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "capivara": { + "name": "capivara", + "id": "785574820456300584", + "author": "152231214198161409", + "animated": false, + "created": 1607366032, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "capping": { + "name": "capping", + "id": "783227053457539082", + "author": "164381759352471552", + "animated": false, + "created": 1606806281, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "captainpoggers": { + "name": "captainpoggers", + "id": "775484068598382624", + "author": "293107176355004416", + "animated": false, + "created": 1604960209, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "caraalho": { + "name": "caraalho", + "id": "786421407159549962", + "author": "265244466548441088", + "animated": false, + "created": 1607567874, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "carai": { + "name": "carai", + "id": "776915599551889418", + "author": "257634165044936706", + "animated": true, + "created": 1605301513, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "caratroleador": { + "name": "caratroleador", + "id": "785927782580092969", + "author": "512509857606139905", + "animated": false, + "created": 1607450185, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cardlos": { + "name": "cardlos", + "id": "762369592713543710", + "author": "293107176355004416", + "animated": false, + "created": 1601833475, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Carl": { + "name": "Carl", + "id": "782644366081785856", + "author": "344313085730750464", + "animated": false, + "created": 1606667357, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "carldelet": { + "name": "carldelet", + "id": "781205825360101408", + "author": "451876555107336192", + "animated": true, + "created": 1606324383, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "carlfuse": { + "name": "carlfuse", + "id": "781206151294353480", + "author": "451876555107336192", + "animated": true, + "created": 1606324460, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "carlhug": { + "name": "carlhug", + "id": "781205859756802068", + "author": "451876555107336192", + "animated": false, + "created": 1606324391, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "carlos": { + "name": "carlos", + "id": "745094695759380551", + "author": "356941401638043678", + "animated": false, + "created": 1597714819, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "carlpat": { + "name": "carlpat", + "id": "781206406429671495", + "author": "451876555107336192", + "animated": false, + "created": 1606324521, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "carrotfish": { + "name": "carrotfish", + "id": "786153497338970113", + "author": "676134602837852172", + "animated": true, + "created": 1607503999, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "carryme": { + "name": "carryme", + "id": "775153262428553216", + "author": "353109234201788427", + "animated": false, + "created": 1604881339, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "carsenojao": { + "name": "carsenojao", + "id": "782482500588404787", + "author": "736438830386774087", + "animated": false, + "created": 1606628766, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cat": { + "name": "cat", + "id": "592761412036591635", + "author": "165763144868691968", + "animated": true, + "created": 1561395733, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cat_2": { + "name": "cat_2", + "id": "773594324653834302", + "author": "651225309814980629", + "animated": false, + "created": 1604509659, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cat2": { + "name": "cat2", + "id": "776331553550630922", + "author": "729792613523390526", + "animated": true, + "created": 1605162265, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cat3": { + "name": "cat3", + "id": "789752157393780736", + "author": "643620576316882964", + "animated": true, + "created": 1608361987, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cataaa": { + "name": "cataaa", + "id": "695984752749969479", + "author": "410983710083776522", + "animated": true, + "created": 1586006095, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cataaaa": { + "name": "cataaaa", + "id": "752594292345929814", + "author": "112471608865624064", + "animated": true, + "created": 1599502862, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "catban": { + "name": "catban", + "id": "530753423239282688", + "author": "168765617095180289", + "animated": true, + "created": 1546611877, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "catbang": { + "name": "catbang", + "id": "788817088100827196", + "author": "301460301914701835", + "animated": true, + "created": 1608139049, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "catbeg": { + "name": "catbeg", + "id": "788816848681435146", + "author": "301460301914701835", + "animated": true, + "created": 1608138992, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "catben": { + "name": "catben", + "id": "614025944423727161", + "author": "425046879047385108", + "animated": true, + "created": 1566465593, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "catblablabla": { + "name": "catblablabla", + "id": "785948283176616006", + "author": "755134252642992158", + "animated": true, + "created": 1607455073, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cat_blep_small": { + "name": "cat_blep_small", + "id": "786314692875780146", + "author": "684477455028846624", + "animated": false, + "created": 1607542431, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "CatBlush": { + "name": "CatBlush", + "id": "764009495365287976", + "author": "700117364485914704", + "animated": false, + "created": 1602224458, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "catbobbing": { + "name": "catbobbing", + "id": "785956874167386143", + "author": "303945333526888450", + "animated": true, + "created": 1607457121, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "catbonk": { + "name": "catbonk", + "id": "758744132281040906", + "author": "400301748205387776", + "animated": true, + "created": 1600969097, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "CatBop": { + "name": "CatBop", + "id": "768874022855114794", + "author": "231378289934073857", + "animated": true, + "created": 1603384252, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "catClap": { + "name": "catClap", + "id": "691255612700360755", + "author": "145754764414550017", + "animated": true, + "created": 1584878581, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "catclapf": { + "name": "catclapf", + "id": "769755179704254464", + "author": "358457900546654209", + "animated": true, + "created": 1603594336, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "catclown": { + "name": "catclown", + "id": "788817108598259752", + "author": "301460301914701835", + "animated": false, + "created": 1608139054, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "catcry": { + "name": "catcry", + "id": "724411947910430840", + "author": "587270287633022998", + "animated": false, + "created": 1592783667, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cat_cutekitty": { + "name": "cat_cutekitty", + "id": "785814405748228097", + "author": "721959648307052617", + "animated": true, + "created": 1607423154, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "catdance": { + "name": "catdance", + "id": "686922524168421377", + "author": "156556164119658496", + "animated": true, + "created": 1583845492, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "catDead": { + "name": "catDead", + "id": "786155557719506944", + "author": "676134602837852172", + "animated": false, + "created": 1607504491, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "catfingerguns": { + "name": "catfingerguns", + "id": "773930706576343042", + "author": "619907069364928533", + "animated": false, + "created": 1604589859, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "catfiteme": { + "name": "catfiteme", + "id": "774163419934621716", + "author": "319125585458626562", + "animated": false, + "created": 1604645342, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "catgood": { + "name": "catgood", + "id": "739406190152515594", + "author": "460802435217358848", + "animated": false, + "created": 1596358573, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "catgun": { + "name": "catgun", + "id": "721724091656175668", + "author": "468625477595299869", + "animated": true, + "created": 1592142832, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "catheadbang": { + "name": "catheadbang", + "id": "769276440864227368", + "author": "456930635173462018", + "animated": true, + "created": 1603480196, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cathowl": { + "name": "cathowl", + "id": "786153512135426079", + "author": "676134602837852172", + "animated": true, + "created": 1607504003, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "catjam": { + "name": "catjam", + "id": "739847724534464592", + "author": "107236928348225536", + "animated": true, + "created": 1596463843, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "catjam2": { + "name": "catjam2", + "id": "789330995224117318", + "author": "453303780449189888", + "animated": true, + "created": 1608261574, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "catjamfast": { + "name": "catjamfast", + "id": "747886764617629769", + "author": "113776037812240388", + "animated": true, + "created": 1598380499, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "catkiss": { + "name": "catkiss", + "id": "730588397206503515", + "author": "688035124926873687", + "animated": true, + "created": 1594256247, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cat_left": { + "name": "cat_left", + "id": "785814307602300938", + "author": "721959648307052617", + "animated": false, + "created": 1607423130, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "catlick": { + "name": "catlick", + "id": "762829649319034911", + "author": "567390950838501376", + "animated": true, + "created": 1601943161, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "CatLike": { + "name": "CatLike", + "id": "788744103844118559", + "author": "744920706961244251", + "animated": false, + "created": 1608121648, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cat_long1": { + "name": "cat_long1", + "id": "786950126643970108", + "author": "718818001633280071", + "animated": false, + "created": 1607693931, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cat_long2": { + "name": "cat_long2", + "id": "786950137654018059", + "author": "718818001633280071", + "animated": false, + "created": 1607693933, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cat_long3": { + "name": "cat_long3", + "id": "786950148113956866", + "author": "718818001633280071", + "animated": false, + "created": 1607693936, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cat_meow": { + "name": "cat_meow", + "id": "785813820823306270", + "author": "721959648307052617", + "animated": true, + "created": 1607423014, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cat_nod": { + "name": "cat_nod", + "id": "770910413986594816", + "author": "602992958001905697", + "animated": true, + "created": 1603869765, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "catNod": { + "name": "catNod", + "id": "740391558339100734", + "author": "269546067966689280", + "animated": false, + "created": 1596593503, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "catnom": { + "name": "catnom", + "id": "775796503565434931", + "author": "566002006511190047", + "animated": true, + "created": 1605034700, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "catOk": { + "name": "catOk", + "id": "720145121441611827", + "author": "353109234201788427", + "animated": false, + "created": 1591766376, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "catpat": { + "name": "catpat", + "id": "781375009401602058", + "author": "544004454257524746", + "animated": true, + "created": 1606364719, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cat_paw": { + "name": "cat_paw", + "id": "786149823366692864", + "author": "745612575454134283", + "animated": true, + "created": 1607503123, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cat_peeko": { + "name": "cat_peeko", + "id": "788732899729080330", + "author": "721415443700514847", + "animated": true, + "created": 1608118977, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "catpog": { + "name": "catpog", + "id": "780247638360064000", + "author": "549044527017623573", + "animated": true, + "created": 1606095933, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "catpunch": { + "name": "catpunch", + "id": "788271731097206804", + "author": "740457917374922765", + "animated": true, + "created": 1608009026, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "catrave": { + "name": "catrave", + "id": "742337143330046012", + "author": "73375128251011072", + "animated": true, + "created": 1597057367, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "catsad": { + "name": "catsad", + "id": "678036805773295656", + "author": "417410689108541441", + "animated": false, + "created": 1581726971, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "catshrug": { + "name": "catshrug", + "id": "786228078933180507", + "author": "494688594603147284", + "animated": true, + "created": 1607521781, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cat_shy": { + "name": "cat_shy", + "id": "772426877099835392", + "author": "298508203447156737", + "animated": false, + "created": 1604231318, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "catsith": { + "name": "catsith", + "id": "781241722155302952", + "author": "495518017434681365", + "animated": true, + "created": 1606332941, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cat_smore": { + "name": "cat_smore", + "id": "787023755297816626", + "author": "688167964381675580", + "animated": true, + "created": 1607711485, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "catspin": { + "name": "catspin", + "id": "783280207351250964", + "author": "684477455028846624", + "animated": true, + "created": 1606818954, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "CatStare": { + "name": "CatStare", + "id": "785657978065911858", + "author": "720337269889826846", + "animated": true, + "created": 1607385858, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "catstyle": { + "name": "catstyle", + "id": "765796255455510548", + "author": "358457900546654209", + "animated": true, + "created": 1602650455, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "catThink": { + "name": "catThink", + "id": "738141549501743196", + "author": "532025158865780756", + "animated": false, + "created": 1596057059, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "catuum": { + "name": "catuum", + "id": "781464169039134742", + "author": "495518017434681365", + "animated": true, + "created": 1606385976, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "catvibbin": { + "name": "catvibbin", + "id": "785814256612016178", + "author": "721959648307052617", + "animated": true, + "created": 1607423118, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "catvibe": { + "name": "catvibe", + "id": "746980531396280321", + "author": "662694008937512972", + "animated": true, + "created": 1598164437, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "catwerk": { + "name": "catwerk", + "id": "782038848989298699", + "author": "291628634920452096", + "animated": true, + "created": 1606522991, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "CatWhip": { + "name": "CatWhip", + "id": "775796633027608627", + "author": "566002006511190047", + "animated": true, + "created": 1605034731, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "catwitdarag": { + "name": "catwitdarag", + "id": "786297902766096454", + "author": "219580469933506560", + "animated": false, + "created": 1607538428, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cave": { + "name": "cave", + "id": "787993047698898955", + "author": "304413971350552588", + "animated": true, + "created": 1607942582, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "CBAdmin": { + "name": "CBAdmin", + "id": "785924980834566185", + "author": "304706961390174217", + "animated": false, + "created": 1607449517, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cbas": { + "name": "cbas", + "id": "771163488051265542", + "author": "702536106834526259", + "animated": false, + "created": 1603930103, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "CBHearts": { + "name": "CBHearts", + "id": "787861769204400128", + "author": "330507597268516874", + "animated": true, + "created": 1607911283, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cbjoy": { + "name": "cbjoy", + "id": "781205492240220172", + "author": "451876555107336192", + "animated": false, + "created": 1606324303, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "CBPepeSaberDance": { + "name": "CBPepeSaberDance", + "id": "760182490399768626", + "author": "608232907563204629", + "animated": true, + "created": 1601312029, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "CBWoke": { + "name": "CBWoke", + "id": "774690432369295391", + "author": "306232865270661140", + "animated": true, + "created": 1604770992, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cb_yellowpink_star": { + "name": "cb_yellowpink_star", + "id": "788732624038133781", + "author": "721415443700514847", + "animated": false, + "created": 1608118911, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "c_catblush": { + "name": "c_catblush", + "id": "783880508555788320", + "author": "697542753449672775", + "animated": false, + "created": 1606962077, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "c_catcute": { + "name": "c_catcute", + "id": "783880553061416960", + "author": "697542753449672775", + "animated": true, + "created": 1606962087, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "CCintenseshake": { + "name": "CCintenseshake", + "id": "782673897073147956", + "author": "700050219995496568", + "animated": true, + "created": 1606674398, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "c_cryingcat": { + "name": "c_cryingcat", + "id": "783880540549414913", + "author": "697542753449672775", + "animated": false, + "created": 1606962084, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ccsparkles": { + "name": "ccsparkles", + "id": "742085768524070963", + "author": "281251143139721226", + "animated": true, + "created": 1596997434, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ccweird": { + "name": "ccweird", + "id": "583908272654778393", + "author": "167267224787222528", + "animated": false, + "created": 1559284980, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cdnd": { + "name": "cdnd", + "id": "782083710094016522", + "author": "657032893172023363", + "animated": true, + "created": 1606533686, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cd_qtpuppy": { + "name": "cd_qtpuppy", + "id": "789748853598847006", + "author": "643620576316882964", + "animated": true, + "created": 1608361199, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "c_duckiesad": { + "name": "c_duckiesad", + "id": "781904588294193162", + "author": "722269789573087233", + "animated": false, + "created": 1606490981, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ceboball": { + "name": "ceboball", + "id": "784225370663813190", + "author": "726110827278499891", + "animated": false, + "created": 1607044298, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "centaur": { + "name": "centaur", + "id": "789814554016219176", + "author": "226339499523702785", + "animated": false, + "created": 1608376863, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cereal2": { + "name": "cereal2", + "id": "771570575436808213", + "author": "763240979091292180", + "animated": false, + "created": 1604027160, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cerikekyou": { + "name": "cerikekyou", + "id": "787848955597684757", + "author": "353109234201788427", + "animated": true, + "created": 1607908228, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cerimove": { + "name": "cerimove", + "id": "787468172940148837", + "author": "353109234201788427", + "animated": false, + "created": 1607817443, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cesar": { + "name": "cesar", + "id": "779186675468861461", + "author": "524761288795095041", + "animated": false, + "created": 1605842980, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "CeT": { + "name": "CeT", + "id": "711895661141950504", + "author": "425046879047385108", + "animated": false, + "created": 1589799552, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cetsparkles": { + "name": "cetsparkles", + "id": "703451133510811728", + "author": "167267224787222528", + "animated": true, + "created": 1587786220, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cetweird": { + "name": "cetweird", + "id": "687493403617132627", + "author": "167267224787222528", + "animated": false, + "created": 1583981600, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "CEweird": { + "name": "CEweird", + "id": "782685808159096843", + "author": "438644880152068127", + "animated": false, + "created": 1606677238, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "chad": { + "name": "chad", + "id": "681364144817307694", + "author": "580244182652813312", + "animated": false, + "created": 1582520271, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "chairgun": { + "name": "chairgun", + "id": "786153569753104384", + "author": "676134602837852172", + "animated": false, + "created": 1607504017, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "chale": { + "name": "chale", + "id": "663047383650795551", + "author": "400301748205387776", + "animated": false, + "created": 1578153288, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "chale_": { + "name": "chale_", + "id": "771426846931419167", + "author": "475156812329517068", + "animated": false, + "created": 1603992892, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "chamakta_dil": { + "name": "chamakta_dil", + "id": "786591033881526293", + "author": "745373578664476892", + "animated": true, + "created": 1607608316, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cham_cookie": { + "name": "cham_cookie", + "id": "753691220131315712", + "author": "665573758756716554", + "animated": false, + "created": 1599764389, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Chamiya": { + "name": "Chamiya", + "id": "768773430521626645", + "author": "533908246969319444", + "animated": true, + "created": 1603360269, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "champ": { + "name": "champ", + "id": "746863049616392224", + "author": "245668715067080704", + "animated": false, + "created": 1598136427, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "chanfle": { + "name": "chanfle", + "id": "790073657984417854", + "author": "546474895660548136", + "animated": false, + "created": 1608438639, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "chanimelhando": { + "name": "chanimelhando", + "id": "780268058164854824", + "author": "588875540178534410", + "animated": false, + "created": 1606100801, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "chansu": { + "name": "chansu", + "id": "763245879204249600", + "author": "113776037812240388", + "animated": false, + "created": 1602042398, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "chao": { + "name": "chao", + "id": "693439448238522388", + "author": "217313838914076686", + "animated": true, + "created": 1585399248, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "chardance": { + "name": "chardance", + "id": "775523821591199784", + "author": "406558013848289281", + "animated": true, + "created": 1604969687, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "charleswhite": { + "name": "charleswhite", + "id": "786039527394508810", + "author": "354753179528724483", + "animated": true, + "created": 1607476827, + "modified": 1607494145, + "preserve": false, + "description": null, + "nsfw": "MOD_NSFW" + }, + "charliepokerface1": { + "name": "charliepokerface1", + "id": "784878909530308608", + "author": "496037931140513800", + "animated": false, + "created": 1607200114, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "charliepokerface2": { + "name": "charliepokerface2", + "id": "784878940845506591", + "author": "496037931140513800", + "animated": false, + "created": 1607200121, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "charmander": { + "name": "charmander", + "id": "783503960786599977", + "author": "343437447558070274", + "animated": true, + "created": 1606872301, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "chat": { + "name": "chat", + "id": "620686528066355200", + "author": "376159435258593290", + "animated": false, + "created": 1557935322, + "modified": 1568058524, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "chatot": { + "name": "chatot", + "id": "776633870015397939", + "author": "283791082410475521", + "animated": false, + "created": 1605234343, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "chau": { + "name": "chau", + "id": "731282831044771891", + "author": "660646351863939076", + "animated": true, + "created": 1594421813, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "chayaneball": { + "name": "chayaneball", + "id": "769729244203974706", + "author": "653806638695710721", + "animated": false, + "created": 1603588152, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cheater3": { + "name": "cheater3", + "id": "786211058255396894", + "author": "336021639970029569", + "animated": false, + "created": 1607517723, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "check": { + "name": "check", + "id": "717070743841538091", + "author": "697887720202043444", + "animated": true, + "created": 1591033388, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Checkmark": { + "name": "Checkmark", + "id": "784543756111052821", + "author": "454346838431105038", + "animated": false, + "created": 1607120207, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cheems": { + "name": "cheems", + "id": "655044795504525322", + "author": "88006461619200000", + "animated": false, + "created": 1576245249, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cheems1": { + "name": "cheems1", + "id": "744365315198156850", + "author": "459506520288133130", + "animated": true, + "created": 1597540920, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cheems11": { + "name": "cheems11", + "id": "744365678248853655", + "author": "459506520288133130", + "animated": true, + "created": 1597541007, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cheems111": { + "name": "cheems111", + "id": "744365921006780467", + "author": "459506520288133130", + "animated": true, + "created": 1597541065, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cheems12": { + "name": "cheems12", + "id": "783757400804294727", + "author": "709202504310587462", + "animated": false, + "created": 1606932726, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Cheems2": { + "name": "Cheems2", + "id": "777332922394214400", + "author": "549041904092971040", + "animated": false, + "created": 1605401010, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Cheems3": { + "name": "Cheems3", + "id": "777332964941365248", + "author": "549041904092971040", + "animated": false, + "created": 1605401021, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cheemsgun": { + "name": "cheemsgun", + "id": "747294645633024062", + "author": "645482510930673675", + "animated": false, + "created": 1598239327, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cheemsmalo": { + "name": "cheemsmalo", + "id": "783854888509112390", + "author": "761590261502574682", + "animated": false, + "created": 1606955968, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cheemswaifu": { + "name": "cheemswaifu", + "id": "776259236261789717", + "author": "365650837277507594", + "animated": false, + "created": 1605145024, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cheer": { + "name": "cheer", + "id": "729170138603192360", + "author": "609791313847517223", + "animated": true, + "created": 1593918108, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cheerful": { + "name": "cheerful", + "id": "782742044375908413", + "author": "748023719833894942", + "animated": false, + "created": 1606690646, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cheerknight": { + "name": "cheerknight", + "id": "788420979260260352", + "author": "580244182652813312", + "animated": true, + "created": 1608044609, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cheers": { + "name": "cheers", + "id": "790021048799461407", + "author": "679596611323953175", + "animated": false, + "created": 1608426096, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Cheetos": { + "name": "Cheetos", + "id": "705268785069686784", + "author": "521802133796945962", + "animated": false, + "created": 1588219581, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "chefkiss": { + "name": "chefkiss", + "id": "723223468593905715", + "author": "420702436479467530", + "animated": false, + "created": 1592500311, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "chems": { + "name": "chems", + "id": "695740360869020030", + "author": "628070207293882377", + "animated": false, + "created": 1585947828, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "chendance": { + "name": "chendance", + "id": "773362186457579520", + "author": "739936426799661086", + "animated": true, + "created": 1604454313, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cherar": { + "name": "cherar", + "id": "789220989321740309", + "author": "385806801624367115", + "animated": false, + "created": 1608235346, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "chesto": { + "name": "chesto", + "id": "727912092023390318", + "author": "97388780771610624", + "animated": true, + "created": 1593618166, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "chetto": { + "name": "chetto", + "id": "782461516695339029", + "author": "727283870461984839", + "animated": false, + "created": 1606623763, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "CH_facewhy": { + "name": "CH_facewhy", + "id": "785657993685368839", + "author": "720337269889826846", + "animated": true, + "created": 1607385862, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "_chi_": { + "name": "_chi_", + "id": "780877129256140812", + "author": "701103722453008518", + "animated": false, + "created": 1606246015, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "chi": { + "name": "chi", + "id": "746221953261764659", + "author": "450903155572736000", + "animated": false, + "created": 1597983577, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "chi_": { + "name": "chi_", + "id": "780873911259627520", + "author": "701103722453008518", + "animated": false, + "created": 1606245248, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Chibi_Dance_Black": { + "name": "Chibi_Dance_Black", + "id": "781365288385380373", + "author": "554153287109181440", + "animated": true, + "created": 1606362401, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "chibi_dewott": { + "name": "chibi_dewott", + "id": "787438914834268262", + "author": "640273123165470720", + "animated": false, + "created": 1607810467, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "chibireimu": { + "name": "chibireimu", + "id": "782750444287033365", + "author": "401108818014109696", + "animated": false, + "created": 1606692648, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "chicken_nugee": { + "name": "chicken_nugee", + "id": "786036720059678752", + "author": "755134252642992158", + "animated": true, + "created": 1607476158, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "chidoperomevaleverga": { + "name": "chidoperomevaleverga", + "id": "781327219648888832", + "author": "727283870461984839", + "animated": false, + "created": 1606353325, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "chiedance": { + "name": "chiedance", + "id": "779378045734617129", + "author": "279764106926620684", + "animated": true, + "created": 1605888606, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "chiewithdaboof": { + "name": "chiewithdaboof", + "id": "778636246581772329", + "author": "279764106926620684", + "animated": false, + "created": 1605711747, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "chika": { + "name": "chika", + "id": "687028129625407624", + "author": "218537113551896576", + "animated": true, + "created": 1583870670, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "chikaball": { + "name": "chikaball", + "id": "778803164698247169", + "author": "638128638700552192", + "animated": false, + "created": 1605751544, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ChikaBrows": { + "name": "ChikaBrows", + "id": "753783092975632574", + "author": "497775828256423956", + "animated": true, + "created": 1599786294, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ChikaCry": { + "name": "ChikaCry", + "id": "780845045187608586", + "author": "411841829563006997", + "animated": false, + "created": 1606238366, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ChikaDab": { + "name": "ChikaDab", + "id": "783581539883679764", + "author": "754894684630810674", + "animated": true, + "created": 1606890797, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "chika_dance": { + "name": "chika_dance", + "id": "787435030291939359", + "author": "522155526478364675", + "animated": true, + "created": 1607809541, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "chikadance": { + "name": "chikadance", + "id": "750952000820346980", + "author": "428461954064056340", + "animated": true, + "created": 1599111309, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "chikaRave": { + "name": "chikaRave", + "id": "789953679641411604", + "author": "768741691250311180", + "animated": true, + "created": 1608410034, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "chikascare": { + "name": "chikascare", + "id": "732408549099044874", + "author": "638128638700552192", + "animated": false, + "created": 1594690205, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "chikaspin": { + "name": "chikaspin", + "id": "749014841603391580", + "author": "336597110327607298", + "animated": true, + "created": 1598649454, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "chikayay": { + "name": "chikayay", + "id": "782286252123750401", + "author": "638128638700552192", + "animated": true, + "created": 1606581976, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Chilakil": { + "name": "Chilakil", + "id": "755619231529304135", + "author": "580939801243549697", + "animated": true, + "created": 1600224063, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "chilakilgaleria": { + "name": "chilakilgaleria", + "id": "784625785478578238", + "author": "709202504310587462", + "animated": false, + "created": 1607139765, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "chilakilgato": { + "name": "chilakilgato", + "id": "784086206681448479", + "author": "709202504310587462", + "animated": false, + "created": 1607011119, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "chilakilmacaco": { + "name": "chilakilmacaco", + "id": "778300163005349928", + "author": "488880002616655894", + "animated": false, + "created": 1605631619, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ChilakilMano": { + "name": "ChilakilMano", + "id": "771459686268010516", + "author": "580939801243549697", + "animated": false, + "created": 1604000722, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "chilakiluwu": { + "name": "chilakiluwu", + "id": "788092330334093392", + "author": "709202504310587462", + "animated": false, + "created": 1607966253, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "childe": { + "name": "childe", + "id": "781435383711006740", + "author": "495518017434681365", + "animated": true, + "created": 1606379113, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "childecool": { + "name": "childecool", + "id": "782270313757016074", + "author": "209280535174971393", + "animated": false, + "created": 1606578176, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "childenom": { + "name": "childenom", + "id": "787997613126713354", + "author": "304413971350552588", + "animated": true, + "created": 1607943671, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "childesigh": { + "name": "childesigh", + "id": "782270343087259708", + "author": "209280535174971393", + "animated": false, + "created": 1606578184, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "childeweird": { + "name": "childeweird", + "id": "774736706057535509", + "author": "209280535174971393", + "animated": false, + "created": 1604782024, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "chileno1": { + "name": "chileno1", + "id": "770863472681680897", + "author": "293107176355004416", + "animated": false, + "created": 1603858573, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "chileno10": { + "name": "chileno10", + "id": "789325874754486293", + "author": "293107176355004416", + "animated": false, + "created": 1608260353, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "chileno2": { + "name": "chileno2", + "id": "773972465948426250", + "author": "293107176355004416", + "animated": false, + "created": 1604599815, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Chill": { + "name": "Chill", + "id": "712329567666176050", + "author": "643660221117497354", + "animated": false, + "created": 1589903003, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Chill_out": { + "name": "Chill_out", + "id": "784440848099704862", + "author": "711751154119475291", + "animated": false, + "created": 1607095672, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "china": { + "name": "china", + "id": "693206180981375097", + "author": "543468933974589440", + "animated": false, + "created": 1585343632, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "china19": { + "name": "china19", + "id": "780945366656221187", + "author": "739936426799661086", + "animated": false, + "created": 1606262284, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "chinese": { + "name": "chinese", + "id": "730817636727914556", + "author": "444542802794119168", + "animated": false, + "created": 1594310902, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "chineseoriginar": { + "name": "chineseoriginar", + "id": "773330766062419980", + "author": "739936426799661086", + "animated": false, + "created": 1604446822, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "chino": { + "name": "chino", + "id": "712538314086809653", + "author": "371341644131336199", + "animated": true, + "created": 1589952772, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ChinoWoah": { + "name": "ChinoWoah", + "id": "782741425476599848", + "author": "507735062955950080", + "animated": false, + "created": 1606690498, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "chipDoesASleep": { + "name": "chipDoesASleep", + "id": "786327601043996704", + "author": "262133866062413825", + "animated": false, + "created": 1607545509, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "chipthenk": { + "name": "chipthenk", + "id": "757862318125088838", + "author": "428461954064056340", + "animated": false, + "created": 1600758857, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "chisabonk": { + "name": "chisabonk", + "id": "738338937457737731", + "author": "410983710083776522", + "animated": true, + "created": 1596104120, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "chisano": { + "name": "chisano", + "id": "699807440996139049", + "author": "403597576223326228", + "animated": true, + "created": 1586917495, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "chisanou": { + "name": "chisanou", + "id": "752904171853971578", + "author": "403597576223326228", + "animated": true, + "created": 1599576742, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ChisaWTF": { + "name": "ChisaWTF", + "id": "786220943147532298", + "author": "403597576223326228", + "animated": false, + "created": 1607520080, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Chisme": { + "name": "Chisme", + "id": "759484358204981259", + "author": "739941230867120189", + "animated": false, + "created": 1601145581, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "chistosito": { + "name": "chistosito", + "id": "770331133401366528", + "author": "469162062086537226", + "animated": false, + "created": 1603731654, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "chistosoqlo": { + "name": "chistosoqlo", + "id": "775224879669837836", + "author": "469162062086537226", + "animated": false, + "created": 1604898414, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "chitpost": { + "name": "chitpost", + "id": "781968959187582987", + "author": "707435993585942539", + "animated": false, + "created": 1606506328, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "chizuruheart": { + "name": "chizuruheart", + "id": "785680051357089803", + "author": "371341644131336199", + "animated": false, + "created": 1607391121, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "chkill": { + "name": "chkill", + "id": "782487040054001665", + "author": "754517959417790494", + "animated": false, + "created": 1606629848, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "chocalas": { + "name": "chocalas", + "id": "790091656355512320", + "author": "659572887086170113", + "animated": false, + "created": 1608442930, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "choccymilk": { + "name": "choccymilk", + "id": "778635226125566042", + "author": "279764106926620684", + "animated": false, + "created": 1605711504, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "choccymiluk": { + "name": "choccymiluk", + "id": "782742896075472926", + "author": "748023719833894942", + "animated": false, + "created": 1606690849, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "choclo": { + "name": "choclo", + "id": "784806790087835648", + "author": "751637071059222629", + "animated": false, + "created": 1607182919, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "choco": { + "name": "choco", + "id": "772035288646025236", + "author": "336186693210210305", + "animated": false, + "created": 1604137956, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "chocolas": { + "name": "chocolas", + "id": "789529776834084905", + "author": "727283870461984839", + "animated": false, + "created": 1608308967, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "chocomilk": { + "name": "chocomilk", + "id": "758009494851813476", + "author": "383723642489405441", + "animated": false, + "created": 1600793946, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "chod": { + "name": "chod", + "id": "704254703709454337", + "author": "423129757954211880", + "animated": false, + "created": 1587977805, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Choke_me": { + "name": "Choke_me", + "id": "784440831637192734", + "author": "711751154119475291", + "animated": false, + "created": 1607095668, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "chokemedaddy": { + "name": "chokemedaddy", + "id": "782344051995050015", + "author": "520730446259290122", + "animated": false, + "created": 1606595757, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cholokawaii": { + "name": "cholokawaii", + "id": "782486401128202261", + "author": "406308174497316865", + "animated": true, + "created": 1606629696, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "chongweird": { + "name": "chongweird", + "id": "774732388097458176", + "author": "209280535174971393", + "animated": false, + "created": 1604780995, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "choripan": { + "name": "choripan", + "id": "777776454217629727", + "author": "543468933974589440", + "animated": false, + "created": 1605506757, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "choro": { + "name": "choro", + "id": "786687093023834143", + "author": "714546696063025255", + "animated": false, + "created": 1607631218, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Chpunch": { + "name": "Chpunch", + "id": "779914810040123413", + "author": "741850493088694343", + "animated": false, + "created": 1606016580, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "CH_Rainbowheart": { + "name": "CH_Rainbowheart", + "id": "786418529716142080", + "author": "267730425005342720", + "animated": true, + "created": 1607567188, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "christ": { + "name": "christ", + "id": "709283884583616542", + "author": "446772590787428372", + "animated": false, + "created": 1589176856, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "christmashehe": { + "name": "christmashehe", + "id": "785922440025866290", + "author": "619907069364928533", + "animated": false, + "created": 1607448911, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "christmasmimi": { + "name": "christmasmimi", + "id": "788489137078009906", + "author": "717187106874720287", + "animated": false, + "created": 1608060859, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "chucha": { + "name": "chucha", + "id": "668520216933695490", + "author": "347931338285776896", + "animated": false, + "created": 1579458040, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "chuchaa": { + "name": "chuchaa", + "id": "774300350194384936", + "author": "408747500288213006", + "animated": false, + "created": 1604677989, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "chuchas": { + "name": "chuchas", + "id": "766125601643298826", + "author": "343642589104308224", + "animated": true, + "created": 1602728977, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "chula": { + "name": "chula", + "id": "721581470405361715", + "author": "212026049427537920", + "animated": false, + "created": 1592108829, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "chulacursed": { + "name": "chulacursed", + "id": "770062167901863967", + "author": "429684409633996840", + "animated": false, + "created": 1603667527, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "chulapat": { + "name": "chulapat", + "id": "758559439186952222", + "author": "437506257146871819", + "animated": true, + "created": 1600925063, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "chulaween": { + "name": "chulaween", + "id": "773615633304125440", + "author": "702536106834526259", + "animated": false, + "created": 1604514740, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "chummachatti": { + "name": "chummachatti", + "id": "773462535986741279", + "author": "560489246251810826", + "animated": true, + "created": 1604478238, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "chumsky": { + "name": "chumsky", + "id": "764943060298629150", + "author": "356267162148798465", + "animated": false, + "created": 1602447037, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "chunchunmaru": { + "name": "chunchunmaru", + "id": "784339427694608394", + "author": "431225704563081216", + "animated": false, + "created": 1607071491, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "chungus": { + "name": "chungus", + "id": "772170209724203059", + "author": "398786566006505472", + "animated": false, + "created": 1604170124, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "chupala": { + "name": "chupala", + "id": "717833639286538834", + "author": "527545680273604628", + "animated": false, + "created": 1591215276, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "chupalo": { + "name": "chupalo", + "id": "653008669075570699", + "author": "551857425586847774", + "animated": true, + "created": 1575759799, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ChupaloXD": { + "name": "ChupaloXD", + "id": "788206914315616278", + "author": "618287304447885312", + "animated": false, + "created": 1607993572, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ci": { + "name": "ci", + "id": "687046772593393754", + "author": "629874013685940234", + "animated": false, + "created": 1583875115, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ciao": { + "name": "ciao", + "id": "784441125045534730", + "author": "711751154119475291", + "animated": false, + "created": 1607095738, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cielShh": { + "name": "cielShh", + "id": "786084934909558804", + "author": "730519813184815126", + "animated": true, + "created": 1607487653, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cirno": { + "name": "cirno", + "id": "708600844899057705", + "author": "511549289558966285", + "animated": true, + "created": 1589014006, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "CirnoBonk": { + "name": "CirnoBonk", + "id": "776633753815875605", + "author": "283791082410475521", + "animated": false, + "created": 1605234316, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cirnodab": { + "name": "cirnodab", + "id": "784266009086918697", + "author": "718976077413744701", + "animated": false, + "created": 1607053987, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cirnodance": { + "name": "cirnodance", + "id": "709498437233672223", + "author": "444542802794119168", + "animated": true, + "created": 1589228009, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cirnopoggers": { + "name": "cirnopoggers", + "id": "781349090947498004", + "author": "182385174485532673", + "animated": false, + "created": 1606358540, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cj": { + "name": "cj", + "id": "786652531425411092", + "author": "396034260089176086", + "animated": false, + "created": 1607622978, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "c_keepchatsfw": { + "name": "c_keepchatsfw", + "id": "783881407168249857", + "author": "697542753449672775", + "animated": false, + "created": 1606962291, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "clap": { + "name": "clap", + "id": "417977184636895232", + "author": "95602137811128320", + "animated": true, + "created": 1525387941, + "modified": 1533892037, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "clapclap": { + "name": "clapclap", + "id": "693826104187682867", + "author": "217313838914076686", + "animated": true, + "created": 1585491434, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "clapping": { + "name": "clapping", + "id": "766711592824864799", + "author": "725805550687748186", + "animated": true, + "created": 1602868688, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "clappywappy": { + "name": "clappywappy", + "id": "782113791261016074", + "author": "690953891482828890", + "animated": true, + "created": 1606540858, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "claps": { + "name": "claps", + "id": "766407473656496168", + "author": "299373139257720850", + "animated": true, + "created": 1602796180, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "claro": { + "name": "claro", + "id": "712802928695705630", + "author": "300750461894656011", + "animated": false, + "created": 1590015861, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "claudio": { + "name": "claudio", + "id": "784853371177402388", + "author": "293107176355004416", + "animated": false, + "created": 1607194025, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "CleoFancy": { + "name": "CleoFancy", + "id": "781345319719403521", + "author": "448827482179895304", + "animated": false, + "created": 1606357641, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "clgt": { + "name": "clgt", + "id": "766190587991949313", + "author": "683139430520848433", + "animated": false, + "created": 1602744471, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "clotia": { + "name": "clotia", + "id": "646096055833985045", + "author": "425046879047385108", + "animated": true, + "created": 1574111703, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cloudie": { + "name": "cloudie", + "id": "774952928845889536", + "author": "684477455028846624", + "animated": false, + "created": 1604833576, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Clown": { + "name": "Clown", + "id": "676043161675628584", + "author": "410185061485379584", + "animated": false, + "created": 1581251650, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "clowndance": { + "name": "clowndance", + "id": "656547022224097280", + "author": "98425391647031296", + "animated": true, + "created": 1576603408, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "CLOWNdead": { + "name": "CLOWNdead", + "id": "777603494231277589", + "author": "363841922617573376", + "animated": false, + "created": 1605465520, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "clowned": { + "name": "clowned", + "id": "775152917149384735", + "author": "353109234201788427", + "animated": false, + "created": 1604881257, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "clownedhisassfr": { + "name": "clownedhisassfr", + "id": "775153211455438888", + "author": "353109234201788427", + "animated": false, + "created": 1604881327, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "clowngahammer": { + "name": "clowngahammer", + "id": "788917902815395840", + "author": "238310944017481728", + "animated": true, + "created": 1608163085, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "CLOWNmirror": { + "name": "CLOWNmirror", + "id": "780834370851307540", + "author": "363841922617573376", + "animated": false, + "created": 1606235821, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "clownpiecedance": { + "name": "clownpiecedance", + "id": "773361765484068884", + "author": "739936426799661086", + "animated": true, + "created": 1604454213, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "clownse": { + "name": "clownse", + "id": "787134063135555585", + "author": "405919056114483204", + "animated": false, + "created": 1607737784, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "clownshed": { + "name": "clownshed", + "id": "779478092409339904", + "author": "580244182652813312", + "animated": false, + "created": 1605912459, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "clubpenguin": { + "name": "clubpenguin", + "id": "768904214549102644", + "author": "456930635173462018", + "animated": true, + "created": 1603391450, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cmata": { + "name": "cmata", + "id": "741207117163266138", + "author": "513556416628260876", + "animated": true, + "created": 1596787947, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cmete": { + "name": "cmete", + "id": "779914475498504193", + "author": "704742786225668206", + "animated": false, + "created": 1606016501, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cmonBruh": { + "name": "cmonBruh", + "id": "492047265356185601", + "author": "140516693242937345", + "animated": false, + "created": 1525387941, + "modified": 1537383626, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "cmuere": { + "name": "cmuere", + "id": "784808336083517440", + "author": "751637071059222629", + "animated": false, + "created": 1607183288, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "co": { + "name": "co", + "id": "773365686507667507", + "author": "739936426799661086", + "animated": false, + "created": 1604455148, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cobijita": { + "name": "cobijita", + "id": "719368124444704791", + "author": "635598212756930580", + "animated": true, + "created": 1591581126, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "coca": { + "name": "coca", + "id": "694533076466008114", + "author": "432565107080298496", + "animated": false, + "created": 1585659989, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cocaina": { + "name": "cocaina", + "id": "729842905811910766", + "author": "461217181032775681", + "animated": true, + "created": 1594078508, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cocchi1": { + "name": "cocchi1", + "id": "784349351468204042", + "author": "431225704563081216", + "animated": false, + "created": 1607073857, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cock": { + "name": "cock", + "id": "682422440264990720", + "author": "671835237063458834", + "animated": false, + "created": 1582772588, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cockster": { + "name": "cockster", + "id": "775797821450223666", + "author": "468192500025262081", + "animated": false, + "created": 1605035014, + "modified": 1605035186, + "preserve": false, + "description": null, + "nsfw": "MOD_NSFW" + }, + "coco": { + "name": "coco", + "id": "754672871879606324", + "author": "709330321169973248", + "animated": false, + "created": 1599998433, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Cocoaaah": { + "name": "Cocoaaah", + "id": "772292327258980386", + "author": "741850493088694343", + "animated": false, + "created": 1604199239, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cocodrilochido": { + "name": "cocodrilochido", + "id": "779785116721217616", + "author": "727283870461984839", + "animated": true, + "created": 1605985660, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cocofukkireta": { + "name": "cocofukkireta", + "id": "779160673636188190", + "author": "466061790627889167", + "animated": true, + "created": 1605836780, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "codigo": { + "name": "codigo", + "id": "760182970865680434", + "author": "450903155572736000", + "animated": false, + "created": 1601312143, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "coetie": { + "name": "coetie", + "id": "785892242858311741", + "author": "666294632300412928", + "animated": false, + "created": 1607441711, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "coffeethenk": { + "name": "coffeethenk", + "id": "757968799910854777", + "author": "567390950838501376", + "animated": false, + "created": 1600784244, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "coffet": { + "name": "coffet", + "id": "776996630942711828", + "author": "670458394494238760", + "animated": false, + "created": 1605320832, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "coffindance": { + "name": "coffindance", + "id": "725368839680032872", + "author": "710499943659470938", + "animated": true, + "created": 1593011808, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "coggers": { + "name": "coggers", + "id": "717115177329360936", + "author": "283498239095865355", + "animated": true, + "created": 1591043981, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "coincido": { + "name": "coincido", + "id": "784618742284812338", + "author": "554031977460662275", + "animated": false, + "created": 1607138085, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "coinsido": { + "name": "coinsido", + "id": "779305973965783040", + "author": "540565311645024267", + "animated": false, + "created": 1605871423, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cola": { + "name": "cola", + "id": "735296320583106630", + "author": "558803847372472320", + "animated": false, + "created": 1595378704, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "colasip": { + "name": "colasip", + "id": "787866249232646164", + "author": "567390950838501376", + "animated": false, + "created": 1607912351, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "comangos": { + "name": "comangos", + "id": "764758110912905258", + "author": "356267162148798465", + "animated": true, + "created": 1602402942, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "comcho": { + "name": "comcho", + "id": "786950028895322122", + "author": "744920706961244251", + "animated": false, + "created": 1607693907, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "come": { + "name": "come", + "id": "752934731795923034", + "author": "459506520288133130", + "animated": true, + "created": 1599584029, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "comedia": { + "name": "comedia", + "id": "681591738887962640", + "author": "475481686721691658", + "animated": false, + "created": 1582574534, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "comedymaster": { + "name": "comedymaster", + "id": "782360232453603338", + "author": "648612548509433866", + "animated": false, + "created": 1606599615, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "comepito": { + "name": "comepito", + "id": "789184559370731530", + "author": "727283870461984839", + "animated": false, + "created": 1608226661, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "comer": { + "name": "comer", + "id": "719977370940866570", + "author": "637658508950765569", + "animated": true, + "created": 1591726381, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "comfy": { + "name": "comfy", + "id": "725720270018576445", + "author": "266845673176039424", + "animated": false, + "created": 1593095595, + "modified": 1593096483, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "Coming": { + "name": "Coming", + "id": "784440778616864778", + "author": "711751154119475291", + "animated": false, + "created": 1607095656, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "comm": { + "name": "comm", + "id": "576245922040774677", + "author": "317834095550005249", + "animated": true, + "created": 1557458134, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "commit": { + "name": "commit", + "id": "492047269080727553", + "author": "150657331212976128", + "animated": false, + "created": 1525387941, + "modified": 1537383627, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "communism": { + "name": "communism", + "id": "622917813396570122", + "author": "522634717992976387", + "animated": true, + "created": 1568585580, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "como": { + "name": "como", + "id": "715764034015854592", + "author": "279880446752587777", + "animated": false, + "created": 1590721844, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "como_": { + "name": "como_", + "id": "751945433701417041", + "author": "701103722453008518", + "animated": false, + "created": 1599348161, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "comoeat": { + "name": "comoeat", + "id": "770311195684110386", + "author": "488054792325824532", + "animated": true, + "created": 1603726900, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "comosabes": { + "name": "comosabes", + "id": "725109854087282689", + "author": "691239435768954911", + "animated": false, + "created": 1592950061, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "como_sabes_xd": { + "name": "como_sabes_xd", + "id": "751945102376566816", + "author": "701103722453008518", + "animated": false, + "created": 1599348083, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "comoshot": { + "name": "comoshot", + "id": "770311098229850152", + "author": "488054792325824532", + "animated": true, + "created": 1603726877, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "comosubidon": { + "name": "comosubidon", + "id": "770313900171853835", + "author": "488054792325824532", + "animated": true, + "created": 1603727545, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "comovergasno": { + "name": "comovergasno", + "id": "768330361909411840", + "author": "242691348560478209", + "animated": false, + "created": 1603254633, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "comoxfiles": { + "name": "comoxfiles", + "id": "789670091838324767", + "author": "293107176355004416", + "animated": false, + "created": 1608342421, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "comoyes": { + "name": "comoyes", + "id": "770313962037313596", + "author": "488054792325824532", + "animated": true, + "created": 1603727560, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "compare": { + "name": "compare", + "id": "492047269852610562", + "author": "150657331212976128", + "animated": false, + "created": 1525387941, + "modified": 1537383627, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "completo": { + "name": "completo", + "id": "640234413501710356", + "author": "287711579749744642", + "animated": false, + "created": 1572714179, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "comunismo": { + "name": "comunismo", + "id": "553941998827077673", + "author": "464471036113584128", + "animated": false, + "created": 1552140464, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "concern": { + "name": "concern", + "id": "770617408884047882", + "author": "231999682119729152", + "animated": false, + "created": 1603799908, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "concerndoggo": { + "name": "concerndoggo", + "id": "786155541902786561", + "author": "676134602837852172", + "animated": false, + "created": 1607504487, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "concha": { + "name": "concha", + "id": "711994637975552080", + "author": "671011043975102468", + "animated": false, + "created": 1589823150, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "conchetumare": { + "name": "conchetumare", + "id": "656948268365774848", + "author": "293107176355004416", + "animated": false, + "created": 1576699072, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "concuerdo": { + "name": "concuerdo", + "id": "697625871627845702", + "author": "400301748205387776", + "animated": false, + "created": 1586397369, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "conecat": { + "name": "conecat", + "id": "785346447259992064", + "author": "488694672441737236", + "animated": false, + "created": 1607311584, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ConejoBlancoBaile": { + "name": "ConejoBlancoBaile", + "id": "780517445889818625", + "author": "741850493088694343", + "animated": true, + "created": 1606160260, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ConejoFacha": { + "name": "ConejoFacha", + "id": "778028693103968316", + "author": "546381043364659211", + "animated": false, + "created": 1605566895, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "confirmamos": { + "name": "confirmamos", + "id": "684174957823000597", + "author": "308794315834916864", + "animated": false, + "created": 1583190421, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "confirmo": { + "name": "confirmo", + "id": "658780371311132672", + "author": "512426694624280577", + "animated": false, + "created": 1577135880, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "confusa3": { + "name": "confusa3", + "id": "780891567027388468", + "author": "697927368194392074", + "animated": true, + "created": 1606249457, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "confused": { + "name": "confused", + "id": "770637213142351873", + "author": "325301386478616586", + "animated": false, + "created": 1603804629, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Confused_Dog": { + "name": "Confused_Dog", + "id": "784118857568223232", + "author": "762903203804741693", + "animated": true, + "created": 1607018905, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "confusedstonks": { + "name": "confusedstonks", + "id": "704205530398457856", + "author": "226339499523702785", + "animated": false, + "created": 1587966082, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "confusedthenk": { + "name": "confusedthenk", + "id": "759084925952458752", + "author": "262133866062413825", + "animated": false, + "created": 1601050349, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "confusion": { + "name": "confusion", + "id": "765960906101227520", + "author": "753781010407096350", + "animated": false, + "created": 1602689710, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "confuso": { + "name": "confuso", + "id": "766000151667408968", + "author": "659572887086170113", + "animated": false, + "created": 1602699067, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "conga": { + "name": "conga", + "id": "731936175421390868", + "author": "479370177209696267", + "animated": true, + "created": 1594577583, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "congademo": { + "name": "congademo", + "id": "781280514694840320", + "author": "426002740162854922", + "animated": true, + "created": 1606342190, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "congaengi": { + "name": "congaengi", + "id": "781280958396891177", + "author": "426002740162854922", + "animated": true, + "created": 1606342296, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "congaheavy": { + "name": "congaheavy", + "id": "781281674725294090", + "author": "426002740162854922", + "animated": true, + "created": 1606342466, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "congamedic": { + "name": "congamedic", + "id": "781282200825233410", + "author": "426002740162854922", + "animated": true, + "created": 1606342592, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "congapyro": { + "name": "congapyro", + "id": "781282514244861993", + "author": "426002740162854922", + "animated": true, + "created": 1606342667, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "congascout": { + "name": "congascout", + "id": "781280657866227753", + "author": "426002740162854922", + "animated": true, + "created": 1606342224, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "congasniper": { + "name": "congasniper", + "id": "781282745481035826", + "author": "426002740162854922", + "animated": true, + "created": 1606342722, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "congaspy": { + "name": "congaspy", + "id": "781282980655398912", + "author": "426002740162854922", + "animated": true, + "created": 1606342778, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "connoisseur": { + "name": "connoisseur", + "id": "492047281252728832", + "author": "98425391647031296", + "animated": false, + "created": 1525387941, + "modified": 1537383630, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "conpermiso": { + "name": "conpermiso", + "id": "767584457347432448", + "author": "704662972739616809", + "animated": false, + "created": 1603076795, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "conquienhablas": { + "name": "conquienhablas", + "id": "765379388954771467", + "author": "541046649116688405", + "animated": false, + "created": 1602551066, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "consumed": { + "name": "consumed", + "id": "743710141454745622", + "author": "270343119902474240", + "animated": false, + "created": 1597384715, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "contexto": { + "name": "contexto", + "id": "738922839968710698", + "author": "602916202528112672", + "animated": false, + "created": 1596243333, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "contextont": { + "name": "contextont", + "id": "786418848911458307", + "author": "427135249152212992", + "animated": false, + "created": 1607567264, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Cookiado": { + "name": "Cookiado", + "id": "785935231055167530", + "author": "396034260089176086", + "animated": false, + "created": 1607451961, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cookieaaah": { + "name": "cookieaaah", + "id": "784572091034501150", + "author": "538092861481287701", + "animated": false, + "created": 1607126963, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cookie_letter24": { + "name": "cookie_letter24", + "id": "786121782192635945", + "author": "745612575454134283", + "animated": true, + "created": 1607496438, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cookie_letter25": { + "name": "cookie_letter25", + "id": "786121843479937024", + "author": "745612575454134283", + "animated": true, + "created": 1607496453, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cookie_letter26": { + "name": "cookie_letter26", + "id": "786121895589838878", + "author": "745612575454134283", + "animated": true, + "created": 1607496465, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cool": { + "name": "cool", + "id": "713526982951960626", + "author": "171539705043615744", + "animated": false, + "created": 1590188489, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "coolcat": { + "name": "coolcat", + "id": "750699729884807229", + "author": "622566487697260587", + "animated": false, + "created": 1599051163, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cooldog": { + "name": "cooldog", + "id": "787725123566043187", + "author": "586219689466658816", + "animated": false, + "created": 1607878704, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cooldoge": { + "name": "cooldoge", + "id": "702481135325937714", + "author": "400284017972477952", + "animated": true, + "created": 1587554954, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cooldude": { + "name": "cooldude", + "id": "785974112384057354", + "author": "632211012551966750", + "animated": true, + "created": 1607461231, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "coolio": { + "name": "coolio", + "id": "785499893476884520", + "author": "434603155695730709", + "animated": false, + "created": 1607348168, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "coolMoyai": { + "name": "coolMoyai", + "id": "623649738146971673", + "author": "303284769356251137", + "animated": false, + "created": 1568760084, + "modified": 1568782748, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "cootie": { + "name": "cootie", + "id": "786645384319467571", + "author": "687772401853136948", + "animated": false, + "created": 1607621274, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "corbataball": { + "name": "corbataball", + "id": "724375354063585380", + "author": "638128638700552192", + "animated": false, + "created": 1592774942, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "corey": { + "name": "corey", + "id": "781042300054667284", + "author": "370757129268887553", + "animated": false, + "created": 1606285395, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "coringa": { + "name": "coringa", + "id": "787073168513957898", + "author": "701103722453008518", + "animated": false, + "created": 1607723266, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "corona": { + "name": "corona", + "id": "673115562297262080", + "author": "186174383348252672", + "animated": false, + "created": 1580553656, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "coronaS": { + "name": "coronaS", + "id": "694389840011067472", + "author": "269691188875886593", + "animated": false, + "created": 1585625839, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "corrinbruh": { + "name": "corrinbruh", + "id": "764678592306610206", + "author": "450903155572736000", + "animated": false, + "created": 1602383983, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "corsola": { + "name": "corsola", + "id": "729578710004531300", + "author": "428330901659713546", + "animated": false, + "created": 1594015519, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "coscu": { + "name": "coscu", + "id": "737122803530203146", + "author": "697840810246537297", + "animated": false, + "created": 1595814171, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "coti": { + "name": "coti", + "id": "780542376237465621", + "author": "655207049155575825", + "animated": false, + "created": 1606166204, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cotiminecraft": { + "name": "cotiminecraft", + "id": "780542806091104307", + "author": "655207049155575825", + "animated": false, + "created": 1606166306, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "couldyoupleaseshutup": { + "name": "couldyoupleaseshutup", + "id": "786082343454244875", + "author": "353109234201788427", + "animated": true, + "created": 1607487035, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cover": { + "name": "cover", + "id": "784275830767091723", + "author": "700844233212559372", + "animated": false, + "created": 1607056329, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Covid": { + "name": "Covid", + "id": "734598438682886154", + "author": "549041904092971040", + "animated": false, + "created": 1595212316, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "covidchan": { + "name": "covidchan", + "id": "774470172819193887", + "author": "136589927524597760", + "animated": false, + "created": 1604718478, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "CowDance": { + "name": "CowDance", + "id": "774269839711666187", + "author": "212026049427537920", + "animated": true, + "created": 1604670715, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cowman": { + "name": "cowman", + "id": "772611829188788234", + "author": "278792816866623492", + "animated": false, + "created": 1604275414, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cowvibin": { + "name": "cowvibin", + "id": "787865440906510336", + "author": "176760162579644428", + "animated": true, + "created": 1607912159, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "CP_Bruh": { + "name": "CP_Bruh", + "id": "760591380182990848", + "author": "397220822197993472", + "animated": false, + "created": 1601409516, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cpcreep": { + "name": "cpcreep", + "id": "782614534695288862", + "author": "406558013848289281", + "animated": false, + "created": 1606660245, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cPES_Wink": { + "name": "cPES_Wink", + "id": "786950868595376238", + "author": "547058426392346634", + "animated": false, + "created": 1607694108, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "CP_lmao": { + "name": "CP_lmao", + "id": "776608020825505833", + "author": "610207676822978590", + "animated": false, + "created": 1605228180, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "CP_pfft": { + "name": "CP_pfft", + "id": "786708493985251338", + "author": "212026049427537920", + "animated": false, + "created": 1607636321, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cppthonk": { + "name": "cppthonk", + "id": "788144056957272084", + "author": "591663566151483404", + "animated": false, + "created": 1607978586, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "CP_tebeo": { + "name": "CP_tebeo", + "id": "774879560730017823", + "author": "450903155572736000", + "animated": false, + "created": 1604816083, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cr7": { + "name": "cr7", + "id": "657663269414240281", + "author": "399348446525390849", + "animated": false, + "created": 1576869542, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "crablaugh": { + "name": "crablaugh", + "id": "760840151856840735", + "author": "500680089604980756", + "animated": true, + "created": 1601468828, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "crabrave": { + "name": "crabrave", + "id": "526857145723912203", + "author": "479071436900925451", + "animated": true, + "created": 1545682932, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "crack": { + "name": "crack", + "id": "766379868799107122", + "author": "391034154705485836", + "animated": false, + "created": 1602789599, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Craig": { + "name": "Craig", + "id": "662030779790131202", + "author": "286294806760783884", + "animated": false, + "created": 1577910838, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "craimacri": { + "name": "craimacri", + "id": "788302160177528853", + "author": "546474895660548136", + "animated": false, + "created": 1608016281, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "crazy": { + "name": "crazy", + "id": "655220613253955594", + "author": "414282980710940674", + "animated": true, + "created": 1576287167, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "creanme": { + "name": "creanme", + "id": "770704351785254912", + "author": "399671914114711562", + "animated": false, + "created": 1603820636, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "credicard": { + "name": "credicard", + "id": "773822335295684608", + "author": "714174249975414787", + "animated": true, + "created": 1604564021, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "creeper": { + "name": "creeper", + "id": "675461908039598081", + "author": "313165590497984515", + "animated": false, + "created": 1581113068, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "creepy": { + "name": "creepy", + "id": "747190687656706190", + "author": "472585871602876427", + "animated": false, + "created": 1598214542, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "crep": { + "name": "crep", + "id": "782643690161045584", + "author": "344313085730750464", + "animated": false, + "created": 1606667196, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "CreWagon": { + "name": "CreWagon", + "id": "759458226340364298", + "author": "521802133796945962", + "animated": false, + "created": 1601139351, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "crewass": { + "name": "crewass", + "id": "773752522850435083", + "author": "508054192758194176", + "animated": true, + "created": 1604547377, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "CrewBaile": { + "name": "CrewBaile", + "id": "776622554499776512", + "author": "741850493088694343", + "animated": true, + "created": 1605231646, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Crewnex": { + "name": "Crewnex", + "id": "759458751186731078", + "author": "521802133796945962", + "animated": false, + "created": 1601139476, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "CrewRick": { + "name": "CrewRick", + "id": "759462988532023326", + "author": "521802133796945962", + "animated": false, + "created": 1601140486, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cri": { + "name": "cri", + "id": "687553004710395905", + "author": "316784062129766401", + "animated": false, + "created": 1583995810, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "C_rie": { + "name": "C_rie", + "id": "767498476266717184", + "author": "741850493088694343", + "animated": false, + "created": 1603056296, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "criehxd2": { + "name": "criehxd2", + "id": "789671718968623135", + "author": "460573162682187776", + "animated": false, + "created": 1608342809, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cries": { + "name": "cries", + "id": "718573869081821194", + "author": "176760162579644428", + "animated": false, + "created": 1591391760, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cringe": { + "name": "cringe", + "id": "464540549656084507", + "author": "168765617095180289", + "animated": false, + "created": 1530839897, + "modified": 1533892037, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cringe1": { + "name": "cringe1", + "id": "765574429384114267", + "author": "702536106834526259", + "animated": false, + "created": 1602597567, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cripi": { + "name": "cripi", + "id": "532235875225042957", + "author": "399334056099315732", + "animated": false, + "created": 1546965321, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "crisadbby": { + "name": "crisadbby", + "id": "782773296714350653", + "author": "748023719833894942", + "animated": false, + "created": 1606698097, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "crisis": { + "name": "crisis", + "id": "780530665400696872", + "author": "701103722453008518", + "animated": true, + "created": 1606163412, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cristo": { + "name": "cristo", + "id": "745096612413440070", + "author": "703806872221909062", + "animated": false, + "created": 1597715275, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "croc_walk": { + "name": "croc_walk", + "id": "789419949268664350", + "author": "371728916391657482", + "animated": true, + "created": 1608282782, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "crookedsmile": { + "name": "crookedsmile", + "id": "786153483531190294", + "author": "676134602837852172", + "animated": false, + "created": 1607503996, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "croot": { + "name": "croot", + "id": "709732847807889419", + "author": "337563044039098368", + "animated": true, + "created": 1589283897, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "crushedaes": { + "name": "crushedaes", + "id": "745334400362872935", + "author": "425046879047385108", + "animated": false, + "created": 1597771968, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "crushedAN": { + "name": "crushedAN", + "id": "730132189575905383", + "author": "425046879047385108", + "animated": false, + "created": 1594147479, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "crushedaps": { + "name": "crushedaps", + "id": "729293846206218310", + "author": "425046879047385108", + "animated": false, + "created": 1593947602, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "crushedbl": { + "name": "crushedbl", + "id": "771386412335235073", + "author": "112471608865624064", + "animated": false, + "created": 1603983252, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "crushedcdr": { + "name": "crushedcdr", + "id": "789209294787969046", + "author": "438644880152068127", + "animated": false, + "created": 1608232558, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "crushedlick": { + "name": "crushedlick", + "id": "778016017561026561", + "author": "353109234201788427", + "animated": true, + "created": 1605563873, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "crushedozs": { + "name": "crushedozs", + "id": "640531649938849812", + "author": "98425391647031296", + "animated": false, + "created": 1572785045, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "crushedras": { + "name": "crushedras", + "id": "685822676471644210", + "author": "95579127389618176", + "animated": false, + "created": 1583583268, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "CrushedTrash": { + "name": "CrushedTrash", + "id": "748513390007287829", + "author": "425046879047385108", + "animated": false, + "created": 1598529899, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cry": { + "name": "cry", + "id": "620336670989877279", + "author": "594338768895475720", + "animated": true, + "created": 1567970187, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cry2": { + "name": "cry2", + "id": "763941949878304869", + "author": "581707733779218456", + "animated": true, + "created": 1602208354, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "crycat": { + "name": "crycat", + "id": "728315073105494096", + "author": "240119551679922178", + "animated": true, + "created": 1593714244, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "CryFace": { + "name": "CryFace", + "id": "772855304198029342", + "author": "600654380307447839", + "animated": true, + "created": 1604333463, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Cryga": { + "name": "Cryga", + "id": "716474182778486825", + "author": "269206837306327042", + "animated": false, + "created": 1590891156, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cryIgnore": { + "name": "cryIgnore", + "id": "751968904116568125", + "author": "336682771995164684", + "animated": false, + "created": 1599353757, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Crying": { + "name": "Crying", + "id": "552855670203088936", + "author": "456922866181603348", + "animated": true, + "created": 1551881463, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "CryingCatto": { + "name": "CryingCatto", + "id": "751296457973170257", + "author": "196665012071170048", + "animated": true, + "created": 1599193434, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cryjoe": { + "name": "cryjoe", + "id": "785974120742780998", + "author": "632211012551966750", + "animated": false, + "created": 1607461233, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "crylauf": { + "name": "crylauf", + "id": "782106978041462814", + "author": "690953891482828890", + "animated": true, + "created": 1606539234, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cryleave": { + "name": "cryleave", + "id": "782039087573368832", + "author": "291628634920452096", + "animated": true, + "created": 1606523048, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "crypepe": { + "name": "crypepe", + "id": "694391273746071593", + "author": "226339499523702785", + "animated": false, + "created": 1585626180, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cryreject": { + "name": "cryreject", + "id": "786772906403037204", + "author": "353109234201788427", + "animated": false, + "created": 1607651678, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "crywaut": { + "name": "crywaut", + "id": "743236851162284112", + "author": "299373139257720850", + "animated": false, + "created": 1597271874, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cryy": { + "name": "cryy", + "id": "726457132479676499", + "author": "595304660068204555", + "animated": true, + "created": 1593271277, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cryyyyyy": { + "name": "cryyyyyy", + "id": "737034982299533382", + "author": "713115666550620262", + "animated": true, + "created": 1595793233, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cs": { + "name": "cs", + "id": "758383298031910952", + "author": "691430764872466442", + "animated": false, + "created": 1600883068, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "csc_cat": { + "name": "csc_cat", + "id": "788448826188496907", + "author": "284819168791101450", + "animated": true, + "created": 1608051248, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "c_slapface": { + "name": "c_slapface", + "id": "783568548962238464", + "author": "557761229595344903", + "animated": true, + "created": 1606887700, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "csm": { + "name": "csm", + "id": "782525317150408724", + "author": "457415833572999170", + "animated": false, + "created": 1606638974, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "c_sonroja": { + "name": "c_sonroja", + "id": "772529550923399219", + "author": "637658508950765569", + "animated": false, + "created": 1604255797, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "csonroja": { + "name": "csonroja", + "id": "727732200988213259", + "author": "564242066096259073", + "animated": false, + "created": 1593575277, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "css3": { + "name": "css3", + "id": "492047310638022665", + "author": "356091260429402122", + "animated": false, + "created": 1535265601, + "modified": 1537383637, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "c_staffabuse": { + "name": "c_staffabuse", + "id": "783881355687624755", + "author": "697542753449672775", + "animated": false, + "created": 1606962279, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "c_surprisedcat": { + "name": "c_surprisedcat", + "id": "783880526779908106", + "author": "697542753449672775", + "animated": false, + "created": 1606962081, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "CSweird": { + "name": "CSweird", + "id": "620181096897839119", + "author": "455289384187592704", + "animated": false, + "created": 1567933096, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "c_this": { + "name": "c_this", + "id": "783881330671878204", + "author": "697542753449672775", + "animated": false, + "created": 1606962273, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ctm": { + "name": "ctm", + "id": "623809495390224394", + "author": "467899004320088084", + "animated": false, + "created": 1568798173, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ctmd": { + "name": "ctmd", + "id": "785577796427710486", + "author": "431225704563081216", + "animated": false, + "created": 1607366742, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ctmre": { + "name": "ctmre", + "id": "779518685857185822", + "author": "543673464700272660", + "animated": false, + "created": 1605922137, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ctmzeus": { + "name": "ctmzeus", + "id": "775109459612663809", + "author": "488054792325824532", + "animated": false, + "created": 1604870896, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "CU": { + "name": "CU", + "id": "531142701236617246", + "author": "379013274534150145", + "animated": false, + "created": 1546704688, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cuando": { + "name": "cuando", + "id": "761671327500468265", + "author": "313376621140901888", + "animated": true, + "created": 1601666995, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cubekek": { + "name": "cubekek", + "id": "782486259217465354", + "author": "406308174497316865", + "animated": true, + "created": 1606629662, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cubo": { + "name": "cubo", + "id": "729112326434848768", + "author": "444542802794119168", + "animated": true, + "created": 1593904324, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cucaracha": { + "name": "cucaracha", + "id": "609171968578551809", + "author": "412045486103724032", + "animated": true, + "created": 1565308315, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "CucarachaBaile": { + "name": "CucarachaBaile", + "id": "779912364208160788", + "author": "741850493088694343", + "animated": true, + "created": 1606015997, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cucarachadeath": { + "name": "cucarachadeath", + "id": "773992166203981874", + "author": "426002740162854922", + "animated": false, + "created": 1604604512, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cucarachagay": { + "name": "cucarachagay", + "id": "773989212004679710", + "author": "426002740162854922", + "animated": true, + "created": 1604603808, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cucarachahoesmad": { + "name": "cucarachahoesmad", + "id": "773989413889638434", + "author": "426002740162854922", + "animated": true, + "created": 1604603856, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cuck": { + "name": "cuck", + "id": "725484938048176158", + "author": "501784434069209127", + "animated": false, + "created": 1593039488, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cuddle": { + "name": "cuddle", + "id": "775043482951090227", + "author": "756368101788090420", + "animated": false, + "created": 1604855166, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cuestionable": { + "name": "cuestionable", + "id": "770091698512461905", + "author": "568982436550279179", + "animated": false, + "created": 1603674568, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "culeable": { + "name": "culeable", + "id": "701158299114012692", + "author": "529421456270950411", + "animated": false, + "created": 1587239565, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "culebra2": { + "name": "culebra2", + "id": "774395842412544000", + "author": "506226627189932039", + "animated": false, + "created": 1604700756, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "culebra4": { + "name": "culebra4", + "id": "774397060501340160", + "author": "506226627189932039", + "animated": false, + "created": 1604701046, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "culebra6": { + "name": "culebra6", + "id": "774397330191286293", + "author": "506226627189932039", + "animated": false, + "created": 1604701111, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "culiable": { + "name": "culiable", + "id": "775707144187150346", + "author": "551929487617425423", + "animated": false, + "created": 1605013395, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "culiemos": { + "name": "culiemos", + "id": "782487402656694302", + "author": "406308174497316865", + "animated": false, + "created": 1606629934, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "culito": { + "name": "culito", + "id": "752575003412791347", + "author": "651173629567959070", + "animated": false, + "created": 1599498263, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "culo": { + "name": "culo", + "id": "668518712713674812", + "author": "347931338285776896", + "animated": false, + "created": 1579457681, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "culolaig": { + "name": "culolaig", + "id": "775458396178481183", + "author": "356902907721023500", + "animated": true, + "created": 1604954089, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cum": { + "name": "cum", + "id": "615319704772542486", + "author": "394807444494352386", + "animated": false, + "created": 1566774049, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cum1": { + "name": "cum1", + "id": "778068998469320705", + "author": "543123756869222400", + "animated": true, + "created": 1605576505, + "modified": 1605596889, + "preserve": false, + "description": null, + "nsfw": "MOD_NSFW" + }, + "cum2": { + "name": "cum2", + "id": "723974477540622358", + "author": "444542802794119168", + "animated": true, + "created": 1592679366, + "modified": 1614107039, + "preserve": false, + "description": null, + "nsfw": "MOD_NSFW" + }, + "Cum3": { + "name": "Cum3", + "id": "781823437336215572", + "author": "741850493088694343", + "animated": true, + "created": 1606471633, + "modified": 1606478295, + "preserve": false, + "description": null, + "nsfw": "MOD_NSFW" + }, + "cumearte": { + "name": "cumearte", + "id": "709190076135112744", + "author": "392871094794584064", + "animated": false, + "created": 1589154490, + "modified": 1614107831, + "preserve": false, + "description": null, + "nsfw": "MOD_NSFW" + }, + "cumface": { + "name": "cumface", + "id": "787710138945503242", + "author": "325346618364788737", + "animated": false, + "created": 1607875132, + "modified": 1607879147, + "preserve": false, + "description": null, + "nsfw": "MOD_NSFW" + }, + "cumher": { + "name": "cumher", + "id": "787271891605258260", + "author": "336021639970029569", + "animated": false, + "created": 1607770645, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cumm": { + "name": "cumm", + "id": "763241169747705868", + "author": "547194213666914304", + "animated": false, + "created": 1602041275, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cumming": { + "name": "cumming", + "id": "782441553762189322", + "author": "301916290023555074", + "animated": true, + "created": 1606619003, + "modified": 1606632554, + "preserve": false, + "description": null, + "nsfw": "MOD_NSFW" + }, + "cumming1": { + "name": "cumming1", + "id": "786744529407574036", + "author": "670406518096789505", + "animated": true, + "created": 1607644912, + "modified": 1607659709, + "preserve": false, + "description": null, + "nsfw": "MOD_NSFW" + }, + "cummingcock": { + "name": "cummingcock", + "id": "782324768941670441", + "author": "276877342008279041", + "animated": false, + "created": 1606591159, + "modified": 1606591531, + "preserve": false, + "description": null, + "nsfw": "MOD_NSFW" + }, + "CummingNya": { + "name": "CummingNya", + "id": "779958346886676490", + "author": "727325977755254874", + "animated": true, + "created": 1606026960, + "modified": 1606031696, + "preserve": false, + "description": null, + "nsfw": "MOD_NSFW" + }, + "cumpa": { + "name": "cumpa", + "id": "784907790581235723", + "author": "751637071059222629", + "animated": false, + "created": 1607207000, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cumshot": { + "name": "cumshot", + "id": "747811920056156335", + "author": "541579519316721669", + "animated": false, + "created": 1598362655, + "modified": 1614107825, + "preserve": false, + "description": null, + "nsfw": "MOD_NSFW" + }, + "cumsive": { + "name": "cumsive", + "id": "774648282189266945", + "author": "405919056114483204", + "animated": false, + "created": 1604760942, + "modified": 1604761063, + "preserve": false, + "description": null, + "nsfw": "SELF_NSFW" + }, + "curious": { + "name": "curious", + "id": "780652956256043038", + "author": "746647694789050430", + "animated": true, + "created": 1606192568, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cursed": { + "name": "cursed", + "id": "645376822871064606", + "author": "287711579749744642", + "animated": false, + "created": 1573940225, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cursed2": { + "name": "cursed2", + "id": "645377159254507580", + "author": "287711579749744642", + "animated": false, + "created": 1573940305, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cursed3": { + "name": "cursed3", + "id": "782430837090156575", + "author": "570335320948867096", + "animated": false, + "created": 1606616448, + "modified": 1606632540, + "preserve": false, + "description": null, + "nsfw": "MOD_NSFW" + }, + "cursed4": { + "name": "cursed4", + "id": "646875659112808468", + "author": "417138170430357524", + "animated": false, + "created": 1574297585, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cursed5": { + "name": "cursed5", + "id": "723335097972949015", + "author": "691838494581981218", + "animated": false, + "created": 1592526926, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cursedd": { + "name": "cursedd", + "id": "776990860923240449", + "author": "564111150443266125", + "animated": true, + "created": 1605319457, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "CursedLust": { + "name": "CursedLust", + "id": "779025804335644683", + "author": "425046879047385108", + "animated": false, + "created": 1605804625, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cursedmomo": { + "name": "cursedmomo", + "id": "787273728966262784", + "author": "438644880152068127", + "animated": false, + "created": 1607771083, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cursedpart1123": { + "name": "cursedpart1123", + "id": "782739906165473331", + "author": "748023719833894942", + "animated": false, + "created": 1606690136, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cursedpart2123": { + "name": "cursedpart2123", + "id": "782739917255606304", + "author": "748023719833894942", + "animated": false, + "created": 1606690139, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cutcut": { + "name": "cutcut", + "id": "775347723775901707", + "author": "592187940138909707", + "animated": true, + "created": 1604927702, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cute": { + "name": "cute", + "id": "701454957349699584", + "author": "371617020288172032", + "animated": false, + "created": 1587310294, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cute2": { + "name": "cute2", + "id": "773605579884200016", + "author": "436639693073809418", + "animated": false, + "created": 1604512343, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cutecat": { + "name": "cutecat", + "id": "784924166067322940", + "author": "711779279582658562", + "animated": true, + "created": 1607210904, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "CuteKiss": { + "name": "CuteKiss", + "id": "768412513762672650", + "author": "592103727280685086", + "animated": true, + "created": 1603274220, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cutePuss": { + "name": "cutePuss", + "id": "786155448653971456", + "author": "676134602837852172", + "animated": true, + "created": 1607504465, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cutethenk": { + "name": "cutethenk", + "id": "757870569965224023", + "author": "428461954064056340", + "animated": false, + "created": 1600760824, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cutethenkblush": { + "name": "cutethenkblush", + "id": "757870789084184596", + "author": "428461954064056340", + "animated": false, + "created": 1600760876, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cutethink": { + "name": "cutethink", + "id": "778167423034458122", + "author": "574870314928832533", + "animated": false, + "created": 1605599971, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cutie_Xp": { + "name": "cutie_Xp", + "id": "787419795532152852", + "author": "474278021877071872", + "animated": false, + "created": 1607805908, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cuum": { + "name": "cuum", + "id": "784342417411276830", + "author": "527926961427972107", + "animated": false, + "created": 1607072204, + "modified": 1607072241, + "preserve": false, + "description": null, + "nsfw": "MOD_NSFW" + }, + "CUweird": { + "name": "CUweird", + "id": "581800197378801674", + "author": "425046879047385108", + "animated": false, + "created": 1558782376, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cva": { + "name": "cva", + "id": "719045418205446215", + "author": "571189564786606082", + "animated": true, + "created": 1591504187, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cv_baiano": { + "name": "cv_baiano", + "id": "783748104352170036", + "author": "742349989795201065", + "animated": false, + "created": 1606930509, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cviene": { + "name": "cviene", + "id": "738501889460535425", + "author": "450903155572736000", + "animated": false, + "created": 1596142971, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "c_whatcat": { + "name": "c_whatcat", + "id": "783880517027889192", + "author": "697542753449672775", + "animated": false, + "created": 1606962079, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cwl": { + "name": "cwl", + "id": "723723411372900372", + "author": "573511947404705803", + "animated": false, + "created": 1592619507, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "c_wtf": { + "name": "c_wtf", + "id": "783568434680037376", + "author": "557761229595344903", + "animated": false, + "created": 1606887672, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cx_pipoca": { + "name": "cx_pipoca", + "id": "783495566502920232", + "author": "343437447558070274", + "animated": false, + "created": 1606870299, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cy": { + "name": "cy", + "id": "754748656888053860", + "author": "640619808748208141", + "animated": false, + "created": 1600016502, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cya": { + "name": "cya", + "id": "551349236487290911", + "author": "240560344873828354", + "animated": true, + "created": 1551522301, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cyan": { + "name": "cyan", + "id": "774297198070202388", + "author": "279223421940924416", + "animated": false, + "created": 1604677237, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cyancutehearts": { + "name": "cyancutehearts", + "id": "786252367464497172", + "author": "590198238917689385", + "animated": true, + "created": 1607527572, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cyandeath": { + "name": "cyandeath", + "id": "783359311199993887", + "author": "330070979927605260", + "animated": false, + "created": 1606837814, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "cyberbingus": { + "name": "cyberbingus", + "id": "786300217943261245", + "author": "219580469933506560", + "animated": false, + "created": 1607538980, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "D_": { + "name": "D_", + "id": "737045416947875900", + "author": "245668715067080704", + "animated": false, + "created": 1595795721, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "DA": { + "name": "DA", + "id": "725345983961104384", + "author": "713115666550620262", + "animated": false, + "created": 1593006358, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dab": { + "name": "dab", + "id": "412699178268098580", + "author": "140516693242937345", + "animated": false, + "created": 1525387942, + "modified": 1533892037, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dabs": { + "name": "dabs", + "id": "778221457905942528", + "author": "684477455028846624", + "animated": false, + "created": 1605612854, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Dacc": { + "name": "Dacc", + "id": "784889374184964176", + "author": "466410686411702273", + "animated": true, + "created": 1607202609, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Dackness_Delta": { + "name": "Dackness_Delta", + "id": "784606882463350835", + "author": "753681432718737480", + "animated": false, + "created": 1607135258, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dad": { + "name": "dad", + "id": "757381888787873863", + "author": "521076327177125888", + "animated": false, + "created": 1600644313, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dAddy": { + "name": "dAddy", + "id": "744753697438826536", + "author": "221438001396449281", + "animated": false, + "created": 1597633518, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Daddycean": { + "name": "Daddycean", + "id": "788863605168013364", + "author": "232562946029387777", + "animated": false, + "created": 1608150162, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "daichiL": { + "name": "daichiL", + "id": "782762236682174505", + "author": "335687169509294080", + "animated": false, + "created": 1606695460, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "daifamgry": { + "name": "daifamgry", + "id": "787380044250349628", + "author": "756906411295768647", + "animated": false, + "created": 1607796431, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "daifcri": { + "name": "daifcri", + "id": "787380312899452939", + "author": "756906411295768647", + "animated": false, + "created": 1607796495, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "daifuwu": { + "name": "daifuwu", + "id": "764944707359997973", + "author": "284065491776176149", + "animated": false, + "created": 1602447430, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "daisu_a7_pinkcupcake": { + "name": "daisu_a7_pinkcupcake", + "id": "788732888676827166", + "author": "721415443700514847", + "animated": false, + "created": 1608118974, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Daiya": { + "name": "Daiya", + "id": "783176816939499520", + "author": "242691348560478209", + "animated": false, + "created": 1606794303, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dakigoi": { + "name": "dakigoi", + "id": "787105096742862858", + "author": "406308174497316865", + "animated": false, + "created": 1607730878, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dalasgun": { + "name": "dalasgun", + "id": "782493383783874571", + "author": "512509857606139905", + "animated": false, + "created": 1606631360, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dame": { + "name": "dame", + "id": "719966530321907804", + "author": "614919553415381011", + "animated": false, + "created": 1591723797, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "damedame": { + "name": "damedame", + "id": "774885044090175498", + "author": "410998033761828864", + "animated": true, + "created": 1604817391, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dameunbesito": { + "name": "dameunbesito", + "id": "767537665406926888", + "author": "610238556006383825", + "animated": true, + "created": 1603065639, + "modified": 1603105195, + "preserve": false, + "description": null, + "nsfw": "MOD_NSFW" + }, + "damn": { + "name": "damn", + "id": "730880343976181942", + "author": "539577483192958976", + "animated": false, + "created": 1594325853, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dan": { + "name": "dan", + "id": "738885874728566885", + "author": "380121099905662976", + "animated": false, + "created": 1596234520, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "danace_2": { + "name": "danace_2", + "id": "786521660542943252", + "author": "426282697422274561", + "animated": true, + "created": 1607591776, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "danc": { + "name": "danc", + "id": "765268519511261205", + "author": "682760213912354854", + "animated": true, + "created": 1602524633, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "danc3": { + "name": "danc3", + "id": "730885668514955304", + "author": "571189564786606082", + "animated": true, + "created": 1594327122, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dance": { + "name": "dance", + "id": "620686546302926867", + "author": "267774570130309120", + "animated": false, + "created": 1530579754, + "modified": 1568058530, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dance_1": { + "name": "dance_1", + "id": "764277781696872478", + "author": "373200785020026881", + "animated": true, + "created": 1602288422, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dance1": { + "name": "dance1", + "id": "682692140933185613", + "author": "133592101706399744", + "animated": true, + "created": 1582836890, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Dance2": { + "name": "Dance2", + "id": "661704083693895680", + "author": "637741009949687860", + "animated": true, + "created": 1577832947, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dance3": { + "name": "dance3", + "id": "704440614389022780", + "author": "573511947404705803", + "animated": true, + "created": 1588022130, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dance4": { + "name": "dance4", + "id": "731946865519755308", + "author": "400301748205387776", + "animated": true, + "created": 1594580131, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Dance5": { + "name": "Dance5", + "id": "693675475884703765", + "author": "294946270861328385", + "animated": true, + "created": 1585455521, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dance6": { + "name": "dance6", + "id": "733831836190375937", + "author": "705052717176979529", + "animated": true, + "created": 1595029543, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dance7": { + "name": "dance7", + "id": "753376394813112393", + "author": "434852481693122570", + "animated": true, + "created": 1599689329, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dance8": { + "name": "dance8", + "id": "756988594543132742", + "author": "703806872221909062", + "animated": true, + "created": 1600550545, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "danceblob": { + "name": "danceblob", + "id": "447671938958229504", + "author": "352393281008697344", + "animated": true, + "created": 1526818107, + "modified": 1533892037, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "danceboi": { + "name": "danceboi", + "id": "786156738592243722", + "author": "676134602837852172", + "animated": true, + "created": 1607504772, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Dancecat": { + "name": "Dancecat", + "id": "700134213055152129", + "author": "406558013848289281", + "animated": true, + "created": 1586995404, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dancedance": { + "name": "dancedance", + "id": "704981478999851049", + "author": "327627555085484044", + "animated": true, + "created": 1588151082, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dancedog": { + "name": "dancedog", + "id": "696564108509577237", + "author": "107236928348225536", + "animated": true, + "created": 1586144225, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dancedoge": { + "name": "dancedoge", + "id": "783284569787990016", + "author": "525009535950389268", + "animated": true, + "created": 1606819994, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dancek": { + "name": "dancek", + "id": "787861765819727882", + "author": "700844233212559372", + "animated": true, + "created": 1607911282, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "danceloli": { + "name": "danceloli", + "id": "780938744097800212", + "author": "569937267012010015", + "animated": true, + "created": 1606260705, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dancemoves": { + "name": "dancemoves", + "id": "497757971627900938", + "author": "390540063609454593", + "animated": true, + "created": 1538745191, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "danceowo": { + "name": "danceowo", + "id": "781365262447411240", + "author": "554153287109181440", + "animated": true, + "created": 1606362395, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dancer_run": { + "name": "dancer_run", + "id": "787732883980156958", + "author": "532025158865780756", + "animated": false, + "created": 1607880554, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dancin": { + "name": "dancin", + "id": "603323979746377785", + "author": "551857425586847774", + "animated": true, + "created": 1563914046, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Dancing": { + "name": "Dancing", + "id": "704446847451660359", + "author": "373504875784437770", + "animated": true, + "created": 1588023616, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dancingblob": { + "name": "dancingblob", + "id": "771974837312815116", + "author": "334059233144340480", + "animated": true, + "created": 1604123544, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dancinha": { + "name": "dancinha", + "id": "505431742979637251", + "author": "441146025521184768", + "animated": true, + "created": 1540574723, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dancinn": { + "name": "dancinn", + "id": "734805222509248632", + "author": "302595184271687681", + "animated": true, + "created": 1595261617, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dangeresque": { + "name": "dangeresque", + "id": "788419460834918400", + "author": "354801294533459968", + "animated": false, + "created": 1608044247, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "daniel": { + "name": "daniel", + "id": "741156542207885383", + "author": "687737756704964662", + "animated": false, + "created": 1596775889, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dank": { + "name": "dank", + "id": "710894325730377829", + "author": "362748872646328332", + "animated": false, + "created": 1589560815, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dankdab": { + "name": "dankdab", + "id": "786521416056438785", + "author": "475441723410219012", + "animated": true, + "created": 1607591718, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dannyfingerguns": { + "name": "dannyfingerguns", + "id": "492047335610908702", + "author": "244508568517083136", + "animated": false, + "created": 1531838665, + "modified": 1537383643, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "DansGame": { + "name": "DansGame", + "id": "620686555467481118", + "author": "244775812103012363", + "animated": false, + "created": 1550677306, + "modified": 1568058531, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "danss13": { + "name": "danss13", + "id": "781814245339693097", + "author": "586886106289668127", + "animated": true, + "created": 1606469441, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "darky": { + "name": "darky", + "id": "784806298138574879", + "author": "751637071059222629", + "animated": false, + "created": 1607182802, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Darpanspy": { + "name": "Darpanspy", + "id": "786602853216288800", + "author": "492741956754079744", + "animated": false, + "created": 1607611134, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dartlang": { + "name": "dartlang", + "id": "492047339666538497", + "author": "140516693242937345", + "animated": false, + "created": 1532497418, + "modified": 1537383644, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "darwinandelijah": { + "name": "darwinandelijah", + "id": "785311573677178891", + "author": "415145615329329153", + "animated": true, + "created": 1607303269, + "modified": 1607331485, + "preserve": false, + "description": null, + "nsfw": "MOD_NSFW" + }, + "dasrite": { + "name": "dasrite", + "id": "781701661361963061", + "author": "495518017434681365", + "animated": false, + "created": 1606442599, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dataespectacular": { + "name": "dataespectacular", + "id": "786000444153397289", + "author": "212026049427537920", + "animated": false, + "created": 1607467509, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "datazo": { + "name": "datazo", + "id": "748374947503538258", + "author": "327970540876988419", + "animated": false, + "created": 1598496891, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "datee": { + "name": "datee", + "id": "788493815115677726", + "author": "469162062086537226", + "animated": false, + "created": 1608061975, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dav": { + "name": "dav", + "id": "761664380697837578", + "author": "727283870461984839", + "animated": true, + "created": 1601665339, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dave": { + "name": "dave", + "id": "732518123496013825", + "author": "425046879047385108", + "animated": true, + "created": 1594716330, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dawnthirsty": { + "name": "dawnthirsty", + "id": "780897921578827836", + "author": "270258569637658627", + "animated": false, + "created": 1606250972, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dbrweird": { + "name": "dbrweird", + "id": "659464287479267338", + "author": "425046879047385108", + "animated": false, + "created": 1577298938, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Dbump": { + "name": "Dbump", + "id": "761049138959613992", + "author": "651173629567959070", + "animated": true, + "created": 1601518654, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dbump2": { + "name": "dbump2", + "id": "786408298941120572", + "author": "411204117323710466", + "animated": true, + "created": 1607564749, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dc_pepe_Dab": { + "name": "dc_pepe_Dab", + "id": "786156728134664202", + "author": "676134602837852172", + "animated": true, + "created": 1607504770, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dd": { + "name": "dd", + "id": "572335452195913728", + "author": "167267224787222528", + "animated": true, + "created": 1556525805, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ddd": { + "name": "ddd", + "id": "707314105890897922", + "author": "293073825820573697", + "animated": true, + "created": 1588707224, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dddd": { + "name": "dddd", + "id": "720343393552695377", + "author": "635598212756930580", + "animated": true, + "created": 1591813648, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "de": { + "name": "de", + "id": "660238966439673857", + "author": "620033832032141313", + "animated": false, + "created": 1577483636, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dead": { + "name": "dead", + "id": "492047342682374146", + "author": "140516693242937345", + "animated": false, + "created": 1536453964, + "modified": 1537383645, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "deadchat": { + "name": "deadchat", + "id": "577410729007775756", + "author": "516753129413279759", + "animated": false, + "created": 1557735845, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "deadgoku": { + "name": "deadgoku", + "id": "783225538978250793", + "author": "164381759352471552", + "animated": false, + "created": 1606805920, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "deadinside": { + "name": "deadinside", + "id": "776526502618464287", + "author": "112471608865624064", + "animated": false, + "created": 1605208745, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "deadlyshot": { + "name": "deadlyshot", + "id": "786063756563578891", + "author": "429160506893402122", + "animated": false, + "created": 1607482604, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dealwithit": { + "name": "dealwithit", + "id": "786155575418552330", + "author": "676134602837852172", + "animated": true, + "created": 1607504495, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "death": { + "name": "death", + "id": "689694405883723778", + "author": "257574991405645825", + "animated": false, + "created": 1584506360, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "death_roo": { + "name": "death_roo", + "id": "786037370851819561", + "author": "755134252642992158", + "animated": false, + "created": 1607476313, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "debbidrops": { + "name": "debbidrops", + "id": "759781824355368981", + "author": "438644880152068127", + "animated": false, + "created": 1601216503, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "debian": { + "name": "debian", + "id": "492047346289344533", + "author": "356091260429402122", + "animated": false, + "created": 1535265596, + "modified": 1537383645, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "ded": { + "name": "ded", + "id": "571307660453085190", + "author": "410983710083776522", + "animated": false, + "created": 1556280760, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dedao": { + "name": "dedao", + "id": "669409622334898197", + "author": "369366343994310657", + "animated": true, + "created": 1579670091, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "deddblush": { + "name": "deddblush", + "id": "781096015867412501", + "author": "150758181604163585", + "animated": false, + "created": 1606298202, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "deddpray": { + "name": "deddpray", + "id": "781095951804137473", + "author": "150758181604163585", + "animated": false, + "created": 1606298187, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dedinside": { + "name": "dedinside", + "id": "787921112495030272", + "author": "338588328716795914", + "animated": false, + "created": 1607925432, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "DeepThonk": { + "name": "DeepThonk", + "id": "786281606133972992", + "author": "728342296696979526", + "animated": false, + "created": 1607534543, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dEErp": { + "name": "dEErp", + "id": "727273513492152350", + "author": "390156982730096640", + "animated": false, + "created": 1593465917, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "default": { + "name": "default", + "id": "516761166601781272", + "author": "420777499627094036", + "animated": true, + "created": 1543275863, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "defaultdance": { + "name": "defaultdance", + "id": "534005759718064149", + "author": "389814953562996736", + "animated": true, + "created": 1547387294, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "DegasThink": { + "name": "DegasThink", + "id": "781345137406115890", + "author": "448827482179895304", + "animated": false, + "created": 1606357597, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Deja_Text_Whore": { + "name": "Deja_Text_Whore", + "id": "785498813691199499", + "author": "434603155695730709", + "animated": false, + "created": 1607347911, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dejenmimir": { + "name": "dejenmimir", + "id": "784525559866458143", + "author": "541046649116688405", + "animated": false, + "created": 1607115869, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dekidance": { + "name": "dekidance", + "id": "784641211817787402", + "author": "691516346017644574", + "animated": true, + "created": 1607143443, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Dekipat": { + "name": "Dekipat", + "id": "782119904019087360", + "author": "691516346017644574", + "animated": true, + "created": 1606542316, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "deku": { + "name": "deku", + "id": "669251630105100338", + "author": "592210361256509470", + "animated": false, + "created": 1579632422, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dekucool": { + "name": "dekucool", + "id": "778276654111653889", + "author": "702536106834526259", + "animated": false, + "created": 1605626014, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Delete_yourself": { + "name": "Delete_yourself", + "id": "784440545715159091", + "author": "711751154119475291", + "animated": false, + "created": 1607095600, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "delett": { + "name": "delett", + "id": "784815863035461632", + "author": "512509857606139905", + "animated": false, + "created": 1607185083, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "delicia": { + "name": "delicia", + "id": "786687298506326046", + "author": "714546696063025255", + "animated": false, + "created": 1607631267, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "delicioso": { + "name": "delicioso", + "id": "777191183117713438", + "author": "352617359036514304", + "animated": false, + "created": 1605367217, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Delicious": { + "name": "Delicious", + "id": "784440524182519819", + "author": "711751154119475291", + "animated": false, + "created": 1607095595, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "delphiboom": { + "name": "delphiboom", + "id": "781344198850510869", + "author": "544004454257524746", + "animated": false, + "created": 1606357373, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "delphypet": { + "name": "delphypet", + "id": "764648828149956620", + "author": "296340768618971146", + "animated": true, + "created": 1602376887, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "delta": { + "name": "delta", + "id": "517850734079770625", + "author": "488829798626492420", + "animated": false, + "created": 1543535636, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "deluc": { + "name": "deluc", + "id": "765735184237723698", + "author": "701218472033517579", + "animated": false, + "created": 1602635894, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "delusional": { + "name": "delusional", + "id": "783004858583613480", + "author": "671834928157294603", + "animated": true, + "created": 1606753306, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "demn": { + "name": "demn", + "id": "692369050596016168", + "author": "95579127389618176", + "animated": false, + "created": 1585144045, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "DemomanBaile": { + "name": "DemomanBaile", + "id": "781733247062769694", + "author": "741850493088694343", + "animated": true, + "created": 1606450130, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "DemomanBaile2": { + "name": "DemomanBaile2", + "id": "784973431308419162", + "author": "741850493088694343", + "animated": true, + "created": 1607222650, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "demomanpog": { + "name": "demomanpog", + "id": "766531721138667532", + "author": "356122705386536961", + "animated": false, + "created": 1602825803, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "demomanpog_red": { + "name": "demomanpog_red", + "id": "766534989046349856", + "author": "356122705386536961", + "animated": false, + "created": 1602826583, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "denada": { + "name": "denada", + "id": "786715630929313822", + "author": "569937267012010015", + "animated": false, + "created": 1607638022, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "denifspeak": { + "name": "denifspeak", + "id": "748250273696317541", + "author": "256056872254177281", + "animated": false, + "created": 1598467167, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "denifweird": { + "name": "denifweird", + "id": "735594297180684479", + "author": "209280535174971393", + "animated": false, + "created": 1595449747, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "denis": { + "name": "denis", + "id": "788803206280249356", + "author": "370757129268887553", + "animated": false, + "created": 1608135739, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "denopat": { + "name": "denopat", + "id": "786651863444488262", + "author": "364295643784806410", + "animated": true, + "created": 1607622819, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "depana": { + "name": "depana", + "id": "702203907883008000", + "author": "479370177209696267", + "animated": false, + "created": 1587488858, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "depende": { + "name": "depende", + "id": "755163640046420024", + "author": "586974374675087361", + "animated": false, + "created": 1600115442, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "depre": { + "name": "depre", + "id": "764553107710541834", + "author": "564111150443266125", + "animated": false, + "created": 1602354065, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "deprecorey": { + "name": "deprecorey", + "id": "778284779921342495", + "author": "437222116300029972", + "animated": false, + "created": 1605627951, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "depresion": { + "name": "depresion", + "id": "764549940117635093", + "author": "564111150443266125", + "animated": false, + "created": 1602353310, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "deprimiditto": { + "name": "deprimiditto", + "id": "783006995598540870", + "author": "406558013848289281", + "animated": false, + "created": 1606753815, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "deputamadre": { + "name": "deputamadre", + "id": "781689968984719386", + "author": "753681432718737480", + "animated": false, + "created": 1606439811, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dergThonk": { + "name": "dergThonk", + "id": "788488877597786203", + "author": "437426385641013248", + "animated": false, + "created": 1608060797, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "derk": { + "name": "derk", + "id": "763827959403905084", + "author": "274574298289799168", + "animated": true, + "created": 1602181176, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "derp": { + "name": "derp", + "id": "516476323980378115", + "author": "215916654603796481", + "animated": false, + "created": 1543207951, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "derpweon": { + "name": "derpweon", + "id": "621718889767632896", + "author": "385806801624367115", + "animated": false, + "created": 1568299734, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "desaparece": { + "name": "desaparece", + "id": "725190019538485339", + "author": "459061292964118540", + "animated": true, + "created": 1592969174, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Desconfirmo": { + "name": "Desconfirmo", + "id": "668527770598506556", + "author": "476119413473673226", + "animated": false, + "created": 1579459841, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "descuartizar": { + "name": "descuartizar", + "id": "782828908974047242", + "author": "351894832857481216", + "animated": true, + "created": 1606711356, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "desk": { + "name": "desk", + "id": "775035051503124482", + "author": "303963315061915648", + "animated": true, + "created": 1604853155, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "desmadre": { + "name": "desmadre", + "id": "784275729445421088", + "author": "700844233212559372", + "animated": false, + "created": 1607056305, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "desmonetizado": { + "name": "desmonetizado", + "id": "786789373811097661", + "author": "692488921673629756", + "animated": false, + "created": 1607655604, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Desolate": { + "name": "Desolate", + "id": "765366468195909702", + "author": "741516336999563304", + "animated": false, + "created": 1602547985, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "despertar": { + "name": "despertar", + "id": "711493218650423306", + "author": "592197624044584960", + "animated": false, + "created": 1589703602, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "devil": { + "name": "devil", + "id": "765532234299736084", + "author": "290250637554221056", + "animated": false, + "created": 1602587507, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "devilish": { + "name": "devilish", + "id": "778006236243165194", + "author": "756368101788090420", + "animated": true, + "created": 1605561541, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "deviping": { + "name": "deviping", + "id": "787162822748405801", + "author": "471787957528035338", + "animated": false, + "created": 1607744642, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "devireview": { + "name": "devireview", + "id": "767158747175845938", + "author": "438644880152068127", + "animated": false, + "created": 1602975298, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "devisad": { + "name": "devisad", + "id": "783746134388375584", + "author": "425046879047385108", + "animated": false, + "created": 1606930039, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "devisparkles": { + "name": "devisparkles", + "id": "669263740423897099", + "author": "425046879047385108", + "animated": true, + "created": 1579635310, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "DeviWeird": { + "name": "DeviWeird", + "id": "576715627952209921", + "author": "256056872254177281", + "animated": false, + "created": 1557570120, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "deviwird": { + "name": "deviwird", + "id": "784329570606121021", + "author": "425046879047385108", + "animated": false, + "created": 1607069141, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Dewott": { + "name": "Dewott", + "id": "787438259990167582", + "author": "640273123165470720", + "animated": false, + "created": 1607810311, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dewott_facha": { + "name": "dewott_facha", + "id": "787436963325280306", + "author": "640273123165470720", + "animated": false, + "created": 1607810002, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dewottpistola": { + "name": "dewottpistola", + "id": "788903666794758144", + "author": "640273123165470720", + "animated": false, + "created": 1608159691, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "d_heart": { + "name": "d_heart", + "id": "783880472786763776", + "author": "697542753449672775", + "animated": true, + "created": 1606962068, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "d_hearts": { + "name": "d_hearts", + "id": "783880462186577952", + "author": "697542753449672775", + "animated": true, + "created": 1606962066, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Dia": { + "name": "Dia", + "id": "762460871577960478", + "author": "288362986991648778", + "animated": false, + "created": 1601855237, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "diablo": { + "name": "diablo", + "id": "780895609891717141", + "author": "586365354713022478", + "animated": true, + "created": 1606250421, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "diamante": { + "name": "diamante", + "id": "780897002577199125", + "author": "586365354713022478", + "animated": true, + "created": 1606250753, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Diamond": { + "name": "Diamond", + "id": "701803231436734578", + "author": "454807360070877194", + "animated": true, + "created": 1587393329, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "diarias": { + "name": "diarias", + "id": "777912253701554237", + "author": "256056872254177281", + "animated": false, + "created": 1605539134, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "diaweird": { + "name": "diaweird", + "id": "675080852698562565", + "author": "245607870463213570", + "animated": false, + "created": 1581022217, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dick": { + "name": "dick", + "id": "458147664458940417", + "author": "249570726779158529", + "animated": false, + "created": 1529315715, + "modified": 1533892037, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "die": { + "name": "die", + "id": "689907712586154123", + "author": "322442777944391682", + "animated": false, + "created": 1584557216, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "diefucku": { + "name": "diefucku", + "id": "785666814599626754", + "author": "756906411295768647", + "animated": false, + "created": 1607387965, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "diegoball": { + "name": "diegoball", + "id": "784228396850610196", + "author": "726110827278499891", + "animated": false, + "created": 1607045020, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dies": { + "name": "dies", + "id": "778437064467152926", + "author": "700669679269707827", + "animated": false, + "created": 1605664259, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "DifferentV6": { + "name": "DifferentV6", + "id": "785500007477280778", + "author": "434603155695730709", + "animated": true, + "created": 1607348195, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "diluc": { + "name": "diluc", + "id": "781236916439482369", + "author": "495518017434681365", + "animated": false, + "created": 1606331795, + "modified": 1606377854, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dilucburn": { + "name": "dilucburn", + "id": "787992142563377152", + "author": "294383386393575426", + "animated": false, + "created": 1607942367, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dilucCool": { + "name": "dilucCool", + "id": "768633326818164746", + "author": "298398495499354113", + "animated": false, + "created": 1603326865, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "DilucUgh": { + "name": "DilucUgh", + "id": "781345379400286208", + "author": "448827482179895304", + "animated": false, + "created": 1606357655, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dilucweird": { + "name": "dilucweird", + "id": "764125531201339402", + "author": "425046879047385108", + "animated": false, + "created": 1602252123, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dilucwut": { + "name": "dilucwut", + "id": "787992121637732402", + "author": "294383386393575426", + "animated": false, + "created": 1607942362, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dingus": { + "name": "dingus", + "id": "789710528482246656", + "author": "717187106874720287", + "animated": false, + "created": 1608352079, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Dio": { + "name": "Dio", + "id": "616853267993067521", + "author": "455289384187592704", + "animated": false, + "created": 1567139679, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "diod": { + "name": "diod", + "id": "782051205781520425", + "author": "740675355072921650", + "animated": false, + "created": 1606525937, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "diofeliz": { + "name": "diofeliz", + "id": "781969723658862664", + "author": "567140961650737162", + "animated": false, + "created": 1606506510, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "DioGunNo": { + "name": "DioGunNo", + "id": "767664491457937478", + "author": "540260499783417887", + "animated": false, + "created": 1603095877, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dios": { + "name": "dios", + "id": "544800925072621611", + "author": "343239064918687745", + "animated": true, + "created": 1549961062, + "modified": 1567127472, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "DiosesAntiguos": { + "name": "DiosesAntiguos", + "id": "782525827996450817", + "author": "457415833572999170", + "animated": false, + "created": 1606639096, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "diosita": { + "name": "diosita", + "id": "753624226946351154", + "author": "513556416628260876", + "animated": false, + "created": 1599748417, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "diosito": { + "name": "diosito", + "id": "704698105429360732", + "author": "272074310556844037", + "animated": false, + "created": 1588083521, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "diosmio": { + "name": "diosmio", + "id": "775380349832265749", + "author": "429684409633996840", + "animated": false, + "created": 1604935481, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "diostabla": { + "name": "diostabla", + "id": "781742444693028864", + "author": "351853576571846676", + "animated": false, + "created": 1606452322, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "diostecuide": { + "name": "diostecuide", + "id": "783139825460838400", + "author": "700844233212559372", + "animated": false, + "created": 1606785484, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dip": { + "name": "dip", + "id": "780104494465155103", + "author": "303963315061915648", + "animated": true, + "created": 1606061805, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dipu": { + "name": "dipu", + "id": "784853559228235819", + "author": "293107176355004416", + "animated": false, + "created": 1607194070, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dirtycrimepick": { + "name": "dirtycrimepick", + "id": "783505436493217822", + "author": "125464542791729152", + "animated": false, + "created": 1606872653, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "disappointedmimi": { + "name": "disappointedmimi", + "id": "788822147316580372", + "author": "717187106874720287", + "animated": false, + "created": 1608140255, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "disboardnwn": { + "name": "disboardnwn", + "id": "784341149803479050", + "author": "490735642150567939", + "animated": false, + "created": 1607071902, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "disboardwd": { + "name": "disboardwd", + "id": "769474445571784716", + "author": "477167667992592414", + "animated": false, + "created": 1603527404, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "discord": { + "name": "discord", + "id": "677712552892956684", + "author": "541105002089938960", + "animated": true, + "created": 1581649664, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "DiscordButt": { + "name": "DiscordButt", + "id": "492047374957543424", + "author": "308162538648895489", + "animated": true, + "created": 1528975265, + "modified": 1541815544, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "discordok": { + "name": "discordok", + "id": "492047378090819584", + "author": "140516693242937345", + "animated": false, + "created": 1525387942, + "modified": 1537383653, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "DiscordPoop": { + "name": "DiscordPoop", + "id": "492047379512426497", + "author": "140516693242937345", + "animated": false, + "created": 1525387942, + "modified": 1537383653, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "disgust": { + "name": "disgust", + "id": "689304518172606532", + "author": "257574991405645825", + "animated": false, + "created": 1584413403, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "disgust2": { + "name": "disgust2", + "id": "770629525968125983", + "author": "399671914114711562", + "animated": false, + "created": 1603802796, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "DisgustCat": { + "name": "DisgustCat", + "id": "758382601148432424", + "author": "269206837306327042", + "animated": false, + "created": 1600882902, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "disgusting": { + "name": "disgusting", + "id": "543985234035605504", + "author": "284926618714243074", + "animated": false, + "created": 1549766586, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "distorcedlily": { + "name": "distorcedlily", + "id": "788296748249907250", + "author": "325346618364788737", + "animated": true, + "created": 1608014990, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "distract": { + "name": "distract", + "id": "748742697480880190", + "author": "704662972739616809", + "animated": true, + "created": 1598584570, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "distractedOrange": { + "name": "distractedOrange", + "id": "784470452462551092", + "author": "772637906304892958", + "animated": true, + "created": 1607102730, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "distractiondance": { + "name": "distractiondance", + "id": "765082031280619520", + "author": "337776631210967040", + "animated": true, + "created": 1602480170, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ditched": { + "name": "ditched", + "id": "745686534937903264", + "author": "425046879047385108", + "animated": false, + "created": 1597855924, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ditchedforcda": { + "name": "ditchedforcda", + "id": "788897759355863050", + "author": "425046879047385108", + "animated": false, + "created": 1608158282, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ditchedforfurry": { + "name": "ditchedforfurry", + "id": "769120049532370974", + "author": "425046879047385108", + "animated": false, + "created": 1603442909, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ditchedforfurry2": { + "name": "ditchedforfurry2", + "id": "781583325126328420", + "author": "336021639970029569", + "animated": false, + "created": 1606414385, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ditchedforke": { + "name": "ditchedforke", + "id": "787060382841438262", + "author": "336021639970029569", + "animated": false, + "created": 1607720218, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ditchedfornoah": { + "name": "ditchedfornoah", + "id": "787781648992174122", + "author": "425046879047385108", + "animated": false, + "created": 1607892181, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ditchedforrt": { + "name": "ditchedforrt", + "id": "786715326246027264", + "author": "336021639970029569", + "animated": false, + "created": 1607637950, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ditto": { + "name": "ditto", + "id": "701503088347054101", + "author": "389235933716938762", + "animated": true, + "created": 1587321769, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dittogasp": { + "name": "dittogasp", + "id": "781461948180594738", + "author": "448827482179895304", + "animated": false, + "created": 1606385447, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "djblob": { + "name": "djblob", + "id": "781238233567854612", + "author": "495518017434681365", + "animated": true, + "created": 1606332109, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "djdead": { + "name": "djdead", + "id": "780898724704288808", + "author": "270258569637658627", + "animated": false, + "created": 1606251164, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "djgym": { + "name": "djgym", + "id": "745012067815391266", + "author": "239333423095742464", + "animated": false, + "created": 1597695118, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dk": { + "name": "dk", + "id": "749340970125885520", + "author": "234097420898664448", + "animated": false, + "created": 1598727209, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dm7": { + "name": "dm7", + "id": "756101860091494440", + "author": "407646561141522443", + "animated": false, + "created": 1600339131, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dnd": { + "name": "dnd", + "id": "492047386030374933", + "author": "249750282324410368", + "animated": false, + "created": 1536211724, + "modified": 1537383655, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "dnd2": { + "name": "dnd2", + "id": "492047387057979407", + "author": "455289384187592704", + "animated": false, + "created": 1536211768, + "modified": 1537383655, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "dn_gasp": { + "name": "dn_gasp", + "id": "782675348268777472", + "author": "700050219995496568", + "animated": false, + "created": 1606674744, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dn_happy": { + "name": "dn_happy", + "id": "782675336126791720", + "author": "700050219995496568", + "animated": false, + "created": 1606674741, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dn_pat": { + "name": "dn_pat", + "id": "782675323841675315", + "author": "700050219995496568", + "animated": false, + "created": 1606674738, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dn_think": { + "name": "dn_think", + "id": "782675310541930526", + "author": "700050219995496568", + "animated": false, + "created": 1606674735, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "do": { + "name": "do", + "id": "773364306678120479", + "author": "739936426799661086", + "animated": false, + "created": 1604454819, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dobs": { + "name": "dobs", + "id": "785583526309003356", + "author": "353109234201788427", + "animated": false, + "created": 1607368108, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dobugei": { + "name": "dobugei", + "id": "770175370292363264", + "author": "343310328089804803", + "animated": true, + "created": 1603694517, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Dog": { + "name": "Dog", + "id": "735231238603800586", + "author": "709357147926036512", + "animated": false, + "created": 1595363187, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dogdanca": { + "name": "dogdanca", + "id": "784215209929080883", + "author": "729015115411750943", + "animated": true, + "created": 1607041876, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dogdance": { + "name": "dogdance", + "id": "642338821597429770", + "author": "456041283698556938", + "animated": true, + "created": 1573215909, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "doge": { + "name": "doge", + "id": "423300542157291520", + "author": "136610024406515712", + "animated": false, + "created": 1525387942, + "modified": 1533892037, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "DogeBaile": { + "name": "DogeBaile", + "id": "782911235220832287", + "author": "741850493088694343", + "animated": true, + "created": 1606730984, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dogeburger1": { + "name": "dogeburger1", + "id": "785823385703809054", + "author": "424826839047864320", + "animated": true, + "created": 1607425295, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dogeburger2": { + "name": "dogeburger2", + "id": "785823397720227850", + "author": "424826839047864320", + "animated": true, + "created": 1607425298, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dogeburger3": { + "name": "dogeburger3", + "id": "785823409836916796", + "author": "424826839047864320", + "animated": true, + "created": 1607425300, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dogedance": { + "name": "dogedance", + "id": "730600190263820390", + "author": "465388103792590878", + "animated": true, + "created": 1594259059, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dogegun": { + "name": "dogegun", + "id": "750802217895985192", + "author": "335215633308450818", + "animated": false, + "created": 1599075598, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dogekek": { + "name": "dogekek", + "id": "666752061890625546", + "author": "287347007708856323", + "animated": false, + "created": 1579036479, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dogelove": { + "name": "dogelove", + "id": "786153430711664651", + "author": "676134602837852172", + "animated": true, + "created": 1607503984, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dogescream": { + "name": "dogescream", + "id": "786153415053934593", + "author": "676134602837852172", + "animated": true, + "created": 1607503980, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dogestab": { + "name": "dogestab", + "id": "774629574076137472", + "author": "414758551181983745", + "animated": true, + "created": 1604756482, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dogevibe": { + "name": "dogevibe", + "id": "786153348410638376", + "author": "676134602837852172", + "animated": true, + "created": 1607503964, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "doggers": { + "name": "doggers", + "id": "780566682330595348", + "author": "738980160828735488", + "animated": false, + "created": 1606171999, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "doggo": { + "name": "doggo", + "id": "569907478226141232", + "author": "308794315834916864", + "animated": false, + "created": 1555946931, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "doggo1": { + "name": "doggo1", + "id": "701482562760998914", + "author": "434852481693122570", + "animated": false, + "created": 1587316876, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "doggo2": { + "name": "doggo2", + "id": "701482684878291055", + "author": "434852481693122570", + "animated": false, + "created": 1587316905, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "doggo3": { + "name": "doggo3", + "id": "703053163258970122", + "author": "434852481693122570", + "animated": false, + "created": 1587691336, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "doggo4": { + "name": "doggo4", + "id": "704052585602089082", + "author": "434852481693122570", + "animated": false, + "created": 1587929617, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "doggo6": { + "name": "doggo6", + "id": "738233296361619466", + "author": "434852481693122570", + "animated": false, + "created": 1596078933, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "doggo7": { + "name": "doggo7", + "id": "738240689187586209", + "author": "705090233615515648", + "animated": false, + "created": 1596080696, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "doggo8": { + "name": "doggo8", + "id": "760022438762905610", + "author": "691239435768954911", + "animated": false, + "created": 1601273870, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "doggoblob": { + "name": "doggoblob", + "id": "492047394599469072", + "author": "140516693242937345", + "animated": false, + "created": 1531976531, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "doggo_dance": { + "name": "doggo_dance", + "id": "788226479384690719", + "author": "409765892210294784", + "animated": true, + "created": 1607998237, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "doggodance": { + "name": "doggodance", + "id": "738478645667954738", + "author": "719314526574477373", + "animated": true, + "created": 1596137429, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "doggoded": { + "name": "doggoded", + "id": "745118048842809414", + "author": "383723642489405441", + "animated": false, + "created": 1597720386, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "doggoflushed": { + "name": "doggoflushed", + "id": "777283802241564704", + "author": "743574688411811981", + "animated": false, + "created": 1605389299, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "doggohug": { + "name": "doggohug", + "id": "779462814372462612", + "author": "352574515554942978", + "animated": false, + "created": 1605908816, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "doggooo": { + "name": "doggooo", + "id": "781744685718700122", + "author": "448827482179895304", + "animated": true, + "created": 1606452857, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "doggosee": { + "name": "doggosee", + "id": "746156518524715191", + "author": "383723642489405441", + "animated": false, + "created": 1597967977, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "doggouwu": { + "name": "doggouwu", + "id": "740941915507392522", + "author": "461818566510116895", + "animated": false, + "created": 1596724718, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "doggowink": { + "name": "doggowink", + "id": "789281672217493504", + "author": "696887321953304657", + "animated": false, + "created": 1608249814, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "doggun": { + "name": "doggun", + "id": "769790218882121758", + "author": "645482510930673675", + "animated": true, + "created": 1603602690, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dogi": { + "name": "dogi", + "id": "745091050368139364", + "author": "351853576571846676", + "animated": true, + "created": 1597713949, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dogjam": { + "name": "dogjam", + "id": "770812280182407190", + "author": "186324887596564480", + "animated": true, + "created": 1603846368, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dogkek": { + "name": "dogkek", + "id": "574104927979438104", + "author": "516204242558517248", + "animated": false, + "created": 1556947681, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Dogomg": { + "name": "Dogomg", + "id": "780567259394474024", + "author": "738980160828735488", + "animated": false, + "created": 1606172136, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dograve": { + "name": "dograve", + "id": "737373966322106498", + "author": "203208699500560385", + "animated": true, + "created": 1595874053, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dogrime": { + "name": "dogrime", + "id": "683911730543329291", + "author": "348667103865208835", + "animated": false, + "created": 1583127663, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dogsmile": { + "name": "dogsmile", + "id": "786153390496808991", + "author": "676134602837852172", + "animated": true, + "created": 1607503974, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "doguinsad": { + "name": "doguinsad", + "id": "780613002037821460", + "author": "729015115411750943", + "animated": true, + "created": 1606183042, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "doittoem": { + "name": "doittoem", + "id": "492047397111857152", + "author": "433122997071642624", + "animated": true, + "created": 1530350004, + "modified": 1537383657, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "doll": { + "name": "doll", + "id": "760898793817768007", + "author": "271343314047860737", + "animated": false, + "created": 1601482809, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "DollDance": { + "name": "DollDance", + "id": "783881907502448672", + "author": "697542753449672775", + "animated": true, + "created": 1606962410, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dom2": { + "name": "dom2", + "id": "784245848342790154", + "author": "728030515726123028", + "animated": true, + "created": 1607049180, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "donas": { + "name": "donas", + "id": "734216611195781222", + "author": "701340890404487219", + "animated": false, + "created": 1595121281, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "DonBunny": { + "name": "DonBunny", + "id": "789606576188293120", + "author": "589147367551270912", + "animated": false, + "created": 1608327278, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "doncomedia": { + "name": "doncomedia", + "id": "723405478096273558", + "author": "500141024320946176", + "animated": false, + "created": 1592543706, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dongli": { + "name": "dongli", + "id": "789870437878071297", + "author": "304413971350552588", + "animated": true, + "created": 1608390187, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dongtangsip": { + "name": "dongtangsip", + "id": "772294148333502484", + "author": "738859004712976456", + "animated": false, + "created": 1604199673, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dont": { + "name": "dont", + "id": "758179644632989777", + "author": "651935327795281921", + "animated": false, + "created": 1600834513, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dontmakemedothis": { + "name": "dontmakemedothis", + "id": "782107778566586389", + "author": "690953891482828890", + "animated": true, + "created": 1606539425, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dont_ping": { + "name": "dont_ping", + "id": "783880429609418782", + "author": "697542753449672775", + "animated": false, + "created": 1606962058, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "donut": { + "name": "donut", + "id": "751151159846109225", + "author": "531673820994732042", + "animated": true, + "created": 1599158792, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "doomchiquito": { + "name": "doomchiquito", + "id": "777352998489161730", + "author": "399348446525390849", + "animated": false, + "created": 1605405797, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "doomed": { + "name": "doomed", + "id": "691426279676706848", + "author": "270343119902474240", + "animated": false, + "created": 1584919271, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "doomer": { + "name": "doomer", + "id": "699354405404672161", + "author": "270343119902474240", + "animated": false, + "created": 1586809483, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dora": { + "name": "dora", + "id": "723993642334683218", + "author": "406529268990869504", + "animated": true, + "created": 1592683935, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "doremydance": { + "name": "doremydance", + "id": "773362915062579230", + "author": "739936426799661086", + "animated": true, + "created": 1604454487, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dorime": { + "name": "dorime", + "id": "652618242258370565", + "author": "522230308196581416", + "animated": false, + "created": 1575666714, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dorime1": { + "name": "dorime1", + "id": "675880109583892500", + "author": "171050727869906953", + "animated": false, + "created": 1581212775, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dorimediv": { + "name": "dorimediv", + "id": "779000210478202920", + "author": "595685349431181343", + "animated": false, + "created": 1605798523, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dormir": { + "name": "dormir", + "id": "739366289633706005", + "author": "635458927198470175", + "animated": false, + "created": 1596349060, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dorron": { + "name": "dorron", + "id": "776486615983325186", + "author": "408747500288213006", + "animated": false, + "created": 1605199235, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dospuntosuve": { + "name": "dospuntosuve", + "id": "710658235513831505", + "author": "529227757423558687", + "animated": false, + "created": 1589504526, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dot_1": { + "name": "dot_1", + "id": "789748583431143454", + "author": "643620576316882964", + "animated": false, + "created": 1608361135, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dot_2": { + "name": "dot_2", + "id": "789748823063789571", + "author": "643620576316882964", + "animated": false, + "created": 1608361192, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dots": { + "name": "dots", + "id": "784193765228544010", + "author": "353109234201788427", + "animated": false, + "created": 1607036763, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dotsier": { + "name": "dotsier", + "id": "785582901575942204", + "author": "353109234201788427", + "animated": false, + "created": 1607367959, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dou": { + "name": "dou", + "id": "602224441648349238", + "author": "417138170430357524", + "animated": false, + "created": 1563651895, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dou1": { + "name": "dou1", + "id": "751623652604379268", + "author": "567140961650737162", + "animated": false, + "created": 1599271443, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Dou2": { + "name": "Dou2", + "id": "730809888267042877", + "author": "723663041056473139", + "animated": false, + "created": 1594309055, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dou4": { + "name": "dou4", + "id": "753224278299770910", + "author": "549041904092971040", + "animated": false, + "created": 1599653062, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "doublecheck": { + "name": "doublecheck", + "id": "783469915809775619", + "author": "580244182652813312", + "animated": false, + "created": 1606864184, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "doubt": { + "name": "doubt", + "id": "493988319110365184", + "author": "140516693242937345", + "animated": false, + "created": 1537846418, + "modified": 1537846421, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "doubtbutokay": { + "name": "doubtbutokay", + "id": "782741971859931140", + "author": "748023719833894942", + "animated": false, + "created": 1606690628, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "downvote": { + "name": "downvote", + "id": "493343441086840842", + "author": "140516693242937345", + "animated": false, + "created": 1537692664, + "modified": 1537692669, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "doya": { + "name": "doya", + "id": "781430755569958983", + "author": "495518017434681365", + "animated": false, + "created": 1606378010, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dragonaleech": { + "name": "dragonaleech", + "id": "789978099903234078", + "author": "209280535174971393", + "animated": false, + "created": 1608415856, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dragonaleech2": { + "name": "dragonaleech2", + "id": "789978321986781214", + "author": "235236244420821002", + "animated": false, + "created": 1608415909, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dragonite": { + "name": "dragonite", + "id": "773974310217580595", + "author": "293107176355004416", + "animated": false, + "created": 1604600255, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "draisfurro": { + "name": "draisfurro", + "id": "785201236130791474", + "author": "314536284725051393", + "animated": false, + "created": 1607276963, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "drakchikito": { + "name": "drakchikito", + "id": "747163748875239445", + "author": "343239064918687745", + "animated": false, + "created": 1598208119, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "DrakeLUL": { + "name": "DrakeLUL", + "id": "492047411955630101", + "author": "140516693242937345", + "animated": false, + "created": 1529748751, + "modified": 1537383661, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "drakeno": { + "name": "drakeno", + "id": "511387332042162186", + "author": "140516693242937345", + "animated": false, + "created": 1541994675, + "modified": 1541994688, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "drakeyea": { + "name": "drakeyea", + "id": "511387346193743873", + "author": "140516693242937345", + "animated": false, + "created": 1541994679, + "modified": 1541994688, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "drakeyes": { + "name": "drakeyes", + "id": "529170647449075732", + "author": "140516693242937345", + "animated": false, + "created": 1546234513, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "drama": { + "name": "drama", + "id": "765729896647360546", + "author": "708404644052729879", + "animated": false, + "created": 1602634634, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dramatic": { + "name": "dramatic", + "id": "782741962448437248", + "author": "748023719833894942", + "animated": false, + "created": 1606690626, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "drapion": { + "name": "drapion", + "id": "786280490037674054", + "author": "598650793389850644", + "animated": false, + "created": 1607534277, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "DreyPeach": { + "name": "DreyPeach", + "id": "739525762415329332", + "author": "394963849834659840", + "animated": false, + "created": 1596387081, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dr_headache": { + "name": "dr_headache", + "id": "782675362076164099", + "author": "700050219995496568", + "animated": false, + "created": 1606674747, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dr_hide": { + "name": "dr_hide", + "id": "782675371580457042", + "author": "700050219995496568", + "animated": false, + "created": 1606674750, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "drink": { + "name": "drink", + "id": "731154894379286560", + "author": "701340890404487219", + "animated": false, + "created": 1594391311, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "drink16": { + "name": "drink16", + "id": "780453173155332136", + "author": "413136963013443589", + "animated": true, + "created": 1606144936, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "drugass": { + "name": "drugass", + "id": "779626058353344512", + "author": "689614029555236964", + "animated": false, + "created": 1605947737, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "DrugsPat": { + "name": "DrugsPat", + "id": "782083615579832341", + "author": "593868661110997013", + "animated": true, + "created": 1606533664, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "drunksouls": { + "name": "drunksouls", + "id": "782378945194360852", + "author": "736438830386774087", + "animated": true, + "created": 1606604076, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Dsans": { + "name": "Dsans", + "id": "787899020341280768", + "author": "488880002616655894", + "animated": false, + "created": 1607920165, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dthenk": { + "name": "dthenk", + "id": "748836911195488297", + "author": "428461954064056340", + "animated": false, + "created": 1598607032, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "duc": { + "name": "duc", + "id": "789642989659881482", + "author": "453303780449189888", + "animated": true, + "created": 1608335959, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "duckclap": { + "name": "duckclap", + "id": "781374277290033162", + "author": "544004454257524746", + "animated": true, + "created": 1606364545, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "duckdance": { + "name": "duckdance", + "id": "784071546851295253", + "author": "452856221591142410", + "animated": true, + "created": 1607007624, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "duckheart": { + "name": "duckheart", + "id": "781374145865842698", + "author": "544004454257524746", + "animated": false, + "created": 1606364513, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "duckie": { + "name": "duckie", + "id": "783142030615511060", + "author": "276877342008279041", + "animated": true, + "created": 1606786010, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "duckieclap": { + "name": "duckieclap", + "id": "789748789891301407", + "author": "643620576316882964", + "animated": true, + "created": 1608361184, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "duckiecry": { + "name": "duckiecry", + "id": "789748740352376832", + "author": "643620576316882964", + "animated": false, + "created": 1608361172, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "duckieheart": { + "name": "duckieheart", + "id": "789748703731777537", + "author": "643620576316882964", + "animated": false, + "created": 1608361163, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "duckieheart2": { + "name": "duckieheart2", + "id": "789748676465655848", + "author": "643620576316882964", + "animated": false, + "created": 1608361157, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "duckiehugluv": { + "name": "duckiehugluv", + "id": "789748646408093709", + "author": "643620576316882964", + "animated": false, + "created": 1608361150, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dude": { + "name": "dude", + "id": "786715246726873130", + "author": "569937267012010015", + "animated": false, + "created": 1607637931, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dudewhat": { + "name": "dudewhat", + "id": "781519671198744627", + "author": "758589722758479873", + "animated": false, + "created": 1606399209, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dum": { + "name": "dum", + "id": "592360581483462667", + "author": "240308839243710464", + "animated": false, + "created": 1561300168, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dumb": { + "name": "dumb", + "id": "724721931374559313", + "author": "281563194843987968", + "animated": false, + "created": 1592857573, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dumbass": { + "name": "dumbass", + "id": "766802565580324874", + "author": "268138992606773248", + "animated": false, + "created": 1602890378, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dumbthenk": { + "name": "dumbthenk", + "id": "757995762666700920", + "author": "428461954064056340", + "animated": false, + "created": 1600790672, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "durazno": { + "name": "durazno", + "id": "780184307989086229", + "author": "717472783445131324", + "animated": false, + "created": 1606080834, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "duren": { + "name": "duren", + "id": "732431515308523560", + "author": "468192500025262081", + "animated": false, + "created": 1594695681, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "durmiente": { + "name": "durmiente", + "id": "789375277561806868", + "author": "558803847372472320", + "animated": false, + "created": 1608272132, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dv_noodles": { + "name": "dv_noodles", + "id": "786156705502199808", + "author": "676134602837852172", + "animated": true, + "created": 1607504764, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dx": { + "name": "dx", + "id": "769444085130854430", + "author": "512509857606139905", + "animated": false, + "created": 1603520165, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dxd": { + "name": "dxd", + "id": "701319718233047130", + "author": "444542802794119168", + "animated": false, + "created": 1587278050, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dya": { + "name": "dya", + "id": "768145782687137842", + "author": "488054792325824532", + "animated": true, + "created": 1603210626, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dybsparkles": { + "name": "dybsparkles", + "id": "731114877254631484", + "author": "245607870463213570", + "animated": true, + "created": 1594381770, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dybweird": { + "name": "dybweird", + "id": "591293101083983873", + "author": "98425391647031296", + "animated": false, + "created": 1561045661, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dybwhat": { + "name": "dybwhat", + "id": "755743583792791602", + "author": "164559223793909760", + "animated": false, + "created": 1600253711, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dying": { + "name": "dying", + "id": "789971306505699358", + "author": "242753202435522565", + "animated": false, + "created": 1608414236, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "dylantero": { + "name": "dylantero", + "id": "788245422907850822", + "author": "469162062086537226", + "animated": false, + "created": 1608002753, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "E_": { + "name": "E_", + "id": "727675628316262513", + "author": "268138992606773248", + "animated": false, + "created": 1593561789, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "eaa": { + "name": "eaa", + "id": "781919328375144478", + "author": "308773085643931649", + "animated": true, + "created": 1606494495, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "eaPats": { + "name": "eaPats", + "id": "785822749595533313", + "author": "424826839047864320", + "animated": true, + "created": 1607425143, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "earlysupporters": { + "name": "earlysupporters", + "id": "781128675504422924", + "author": "747420550191775780", + "animated": false, + "created": 1606305989, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "eat": { + "name": "eat", + "id": "664327465434611728", + "author": "95579127389618176", + "animated": true, + "created": 1578458410, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "eatnt": { + "name": "eatnt", + "id": "786682005567700994", + "author": "353109234201788427", + "animated": false, + "created": 1607630006, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "E_Banned": { + "name": "E_Banned", + "id": "785760079575908352", + "author": "586886106289668127", + "animated": true, + "created": 1607410201, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ec": { + "name": "ec", + "id": "750758057176334336", + "author": "532025158865780756", + "animated": false, + "created": 1599065069, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Ecchi": { + "name": "Ecchi", + "id": "784440500949614612", + "author": "711751154119475291", + "animated": false, + "created": 1607095589, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "EC_HeadShaking": { + "name": "EC_HeadShaking", + "id": "786524078105952256", + "author": "475441723410219012", + "animated": true, + "created": 1607592353, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "EC_PeepoKing": { + "name": "EC_PeepoKing", + "id": "788724635641315358", + "author": "497766788549836810", + "animated": false, + "created": 1608117007, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "EC_think1": { + "name": "EC_think1", + "id": "788072060408430613", + "author": "503544113476665355", + "animated": false, + "created": 1607961421, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Ecursed": { + "name": "Ecursed", + "id": "783501968723148810", + "author": "306048913352294410", + "animated": false, + "created": 1606871826, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "edglacito": { + "name": "edglacito", + "id": "752415702996090880", + "author": "500804247986765848", + "animated": false, + "created": 1599460282, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "edgythenk": { + "name": "edgythenk", + "id": "757587158407184384", + "author": "428461954064056340", + "animated": false, + "created": 1600693254, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "eduard0": { + "name": "eduard0", + "id": "774722204918611968", + "author": "717472783445131324", + "animated": false, + "created": 1604778567, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "eduardo": { + "name": "eduardo", + "id": "745655290535608411", + "author": "567140961650737162", + "animated": false, + "created": 1597848475, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "edwhale": { + "name": "edwhale", + "id": "760533115755692053", + "author": "373893861950488576", + "animated": false, + "created": 1601395625, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ee": { + "name": "ee", + "id": "766741091084664832", + "author": "618794204554067974", + "animated": false, + "created": 1602875721, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Eee": { + "name": "Eee", + "id": "741000981956919438", + "author": "540271396287283220", + "animated": false, + "created": 1596738801, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "eeee": { + "name": "eeee", + "id": "758463805679337492", + "author": "435166381189758998", + "animated": false, + "created": 1600902262, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "eeeeoekfkfkf": { + "name": "eeeeoekfkfkf", + "id": "783139833656377374", + "author": "462391077391958016", + "animated": false, + "created": 1606785486, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "eeeh": { + "name": "eeeh", + "id": "781683634653495316", + "author": "293107176355004416", + "animated": false, + "created": 1606438301, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "eefk": { + "name": "eefk", + "id": "692533976187011112", + "author": "308794315834916864", + "animated": false, + "created": 1585183366, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "eeh": { + "name": "eeh", + "id": "777640316386803753", + "author": "293107176355004416", + "animated": false, + "created": 1605474299, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Eek": { + "name": "Eek", + "id": "782739808870203422", + "author": "748023719833894942", + "animated": false, + "created": 1606690113, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "eevee": { + "name": "eevee", + "id": "605839169524072468", + "author": "502712228932354048", + "animated": true, + "created": 1564513714, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "eeveedance": { + "name": "eeveedance", + "id": "698731195873230928", + "author": "610238556006383825", + "animated": true, + "created": 1586660898, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "EeveeTap": { + "name": "EeveeTap", + "id": "712495151758573628", + "author": "521802133796945962", + "animated": true, + "created": 1589942481, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "eew": { + "name": "eew", + "id": "748703958104539197", + "author": "136253326189658114", + "animated": false, + "created": 1598575333, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ef_blanket": { + "name": "ef_blanket", + "id": "782675392988971018", + "author": "700050219995496568", + "animated": false, + "created": 1606674755, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ef_cri": { + "name": "ef_cri", + "id": "782675403932172308", + "author": "700050219995496568", + "animated": false, + "created": 1606674758, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "efe": { + "name": "efe", + "id": "605772486449168523", + "author": "422574761093103617", + "animated": false, + "created": 1564497815, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ef_heartsu": { + "name": "ef_heartsu", + "id": "782675414539436072", + "author": "700050219995496568", + "animated": false, + "created": 1606674760, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "efilwfm": { + "name": "efilwfm", + "id": "790092005505499146", + "author": "508004255974817802", + "animated": false, + "created": 1608443013, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ef_popcorn": { + "name": "ef_popcorn", + "id": "782675427343859783", + "author": "700050219995496568", + "animated": false, + "created": 1606674763, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ef_uwu": { + "name": "ef_uwu", + "id": "782675442783354940", + "author": "700050219995496568", + "animated": false, + "created": 1606674767, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "egg": { + "name": "egg", + "id": "778476511291244555", + "author": "707752218844987432", + "animated": false, + "created": 1605673663, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "egirl": { + "name": "egirl", + "id": "725768423078101072", + "author": "684635520566951936", + "animated": false, + "created": 1593107076, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "eh": { + "name": "eh", + "id": "742415414700539944", + "author": "705052717176979529", + "animated": false, + "created": 1597076028, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "eheh": { + "name": "eheh", + "id": "788340609622474752", + "author": "232562946029387777", + "animated": true, + "created": 1608025448, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ehehe": { + "name": "ehehe", + "id": "741331228006940683", + "author": "73375128251011072", + "animated": false, + "created": 1596817538, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ehh": { + "name": "ehh", + "id": "706453948470657066", + "author": "338185670654951424", + "animated": false, + "created": 1588502146, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ehhhalright": { + "name": "ehhhalright", + "id": "782773317735284736", + "author": "748023719833894942", + "animated": false, + "created": 1606698102, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "einz": { + "name": "einz", + "id": "762741038963621898", + "author": "595685349431181343", + "animated": false, + "created": 1601922034, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "EKISDE": { + "name": "EKISDE", + "id": "731293386379624508", + "author": "723663041056473139", + "animated": true, + "created": 1594424330, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "el_admin": { + "name": "el_admin", + "id": "789441525515419688", + "author": "764963344317677609", + "animated": true, + "created": 1608287926, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "elanticomunistadelos50": { + "name": "elanticomunistadelos50", + "id": "780565085542285363", + "author": "681118845003497472", + "animated": false, + "created": 1606171618, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "elarti": { + "name": "elarti", + "id": "784521847151919174", + "author": "466061790627889167", + "animated": true, + "created": 1607114984, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "elbailedelosjeros": { + "name": "elbailedelosjeros", + "id": "786039493248417792", + "author": "411204117323710466", + "animated": true, + "created": 1607476819, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ElBigCock": { + "name": "ElBigCock", + "id": "782324578352365599", + "author": "276877342008279041", + "animated": false, + "created": 1606591114, + "modified": 1606591518, + "preserve": false, + "description": null, + "nsfw": "MOD_NSFW" + }, + "elcaminoasies": { + "name": "elcaminoasies", + "id": "782988141329907817", + "author": "746455541685026831", + "animated": false, + "created": 1606749320, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "elecshocked": { + "name": "elecshocked", + "id": "782152791153704961", + "author": "496037931140513800", + "animated": true, + "created": 1606550157, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "electricgun": { + "name": "electricgun", + "id": "781909710466187265", + "author": "479017973462466571", + "animated": false, + "created": 1606492202, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "eleworry": { + "name": "eleworry", + "id": "782224157332996116", + "author": "399671914114711562", + "animated": false, + "created": 1606567172, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "elfthenk": { + "name": "elfthenk", + "id": "737798971560427642", + "author": "488731784474001408", + "animated": false, + "created": 1595975382, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "el_ganso_aprueba_esto": { + "name": "el_ganso_aprueba_esto", + "id": "785963175228473385", + "author": "563512512847544320", + "animated": false, + "created": 1607458623, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "elgian": { + "name": "elgian", + "id": "784792811823169596", + "author": "438078850140864532", + "animated": false, + "created": 1607179587, + "modified": 1607179628, + "preserve": false, + "description": null, + "nsfw": "MOD_NSFW" + }, + "eli": { + "name": "eli", + "id": "775839330035564544", + "author": "235236244420821002", + "animated": false, + "created": 1605044910, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Elias": { + "name": "Elias", + "id": "785934242524954625", + "author": "396034260089176086", + "animated": false, + "created": 1607451725, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "eliasj": { + "name": "eliasj", + "id": "785934328638865498", + "author": "396034260089176086", + "animated": false, + "created": 1607451745, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "eliasjota": { + "name": "eliasjota", + "id": "785934413270614046", + "author": "396034260089176086", + "animated": false, + "created": 1607451766, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "eliasreal": { + "name": "eliasreal", + "id": "785937977007538177", + "author": "396034260089176086", + "animated": false, + "created": 1607452615, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "elihour": { + "name": "elihour", + "id": "787762547565789204", + "author": "209280535174971393", + "animated": true, + "created": 1607887627, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "elixir": { + "name": "elixir", + "id": "492047441646845953", + "author": "140516693242937345", + "animated": false, + "created": 1532497456, + "modified": 1537383668, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "eljefe": { + "name": "eljefe", + "id": "744327765486075984", + "author": "407646561141522443", + "animated": false, + "created": 1597531968, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "elliesovietica": { + "name": "elliesovietica", + "id": "786260721717608518", + "author": "739170386113200280", + "animated": false, + "created": 1607529564, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "elmasbuenodelserver": { + "name": "elmasbuenodelserver", + "id": "780086696129200168", + "author": "399348446525390849", + "animated": false, + "created": 1606057561, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "elmasunluckydelserver": { + "name": "elmasunluckydelserver", + "id": "786011120603103272", + "author": "143458907493236737", + "animated": false, + "created": 1607470054, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "el_milos": { + "name": "el_milos", + "id": "786808769874886677", + "author": "739170386113200280", + "animated": false, + "created": 1607660229, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "elmo": { + "name": "elmo", + "id": "715353929193357373", + "author": "342362473740894209", + "animated": false, + "created": 1590624067, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "elmoburn": { + "name": "elmoburn", + "id": "694042971624177665", + "author": "302106586401472512", + "animated": true, + "created": 1585543139, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "elmoshake": { + "name": "elmoshake", + "id": "786801828742299688", + "author": "488694672441737236", + "animated": true, + "created": 1607658574, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "elmoshock": { + "name": "elmoshock", + "id": "613959403619745794", + "author": "284515387880767488", + "animated": false, + "created": 1566449728, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "elmowhat": { + "name": "elmowhat", + "id": "751518138860044328", + "author": "397220822197993472", + "animated": false, + "created": 1599246286, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "elpepe": { + "name": "elpepe", + "id": "767051328580222996", + "author": "637658508950765569", + "animated": true, + "created": 1602949687, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "elperroconzapatos": { + "name": "elperroconzapatos", + "id": "789967514649624620", + "author": "396034260089176086", + "animated": false, + "created": 1608413332, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "elrei": { + "name": "elrei", + "id": "675336211375587328", + "author": "300345808975560704", + "animated": false, + "created": 1581083100, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Elsleep": { + "name": "Elsleep", + "id": "775758421554364446", + "author": "373893861950488576", + "animated": false, + "created": 1605025620, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "elvis": { + "name": "elvis", + "id": "775034791421542431", + "author": "425046879047385108", + "animated": false, + "created": 1604853093, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "elvisspeaksly": { + "name": "elvisspeaksly", + "id": "762779480045256754", + "author": "425046879047385108", + "animated": false, + "created": 1601931199, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "elxd": { + "name": "elxd", + "id": "716459212011733002", + "author": "599290730476863744", + "animated": false, + "created": 1590887587, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "em": { + "name": "em", + "id": "743160546957721600", + "author": "450903155572736000", + "animated": false, + "created": 1597253681, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "emergency_button": { + "name": "emergency_button", + "id": "782699399448625172", + "author": "496037931140513800", + "animated": false, + "created": 1606680478, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "EmergencyCall": { + "name": "EmergencyCall", + "id": "784574381938311168", + "author": "476918199061839902", + "animated": false, + "created": 1607127509, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "emergencyfood": { + "name": "emergencyfood", + "id": "779062390083158047", + "author": "756906411295768647", + "animated": true, + "created": 1605813348, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "emimiknife": { + "name": "emimiknife", + "id": "788732840304574484", + "author": "721415443700514847", + "animated": false, + "created": 1608118963, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "emiyaladron": { + "name": "emiyaladron", + "id": "782289160178106388", + "author": "399348446525390849", + "animated": false, + "created": 1606582670, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "emo": { + "name": "emo", + "id": "667144333425901601", + "author": "410185061485379584", + "animated": false, + "created": 1579130004, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "EMO_ji": { + "name": "EMO_ji", + "id": "787034464186400799", + "author": "692488921673629756", + "animated": false, + "created": 1607714041, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "emoji": { + "name": "emoji", + "id": "569552333894189089", + "author": "514791525281169410", + "animated": true, + "created": 1555862258, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "emoji_1": { + "name": "emoji_1", + "id": "630388800698449921", + "author": "555555329405091882", + "animated": false, + "created": 1570366802, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "emoji_10": { + "name": "emoji_10", + "id": "766588097760460800", + "author": "704705003998412836", + "animated": false, + "created": 1602839245, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "emoji_100": { + "name": "emoji_100", + "id": "768924403664420864", + "author": "735617337037946941", + "animated": false, + "created": 1603396263, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "emoji_12": { + "name": "emoji_12", + "id": "741121102629044324", + "author": "627542948489330709", + "animated": true, + "created": 1596767440, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "emoji_123": { + "name": "emoji_123", + "id": "783881873189240838", + "author": "697542753449672775", + "animated": true, + "created": 1606962402, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "emoji_129": { + "name": "emoji_129", + "id": "782673864282996737", + "author": "700050219995496568", + "animated": false, + "created": 1606674390, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "emoji_14": { + "name": "emoji_14", + "id": "789017397075247134", + "author": "783345747000164393", + "animated": true, + "created": 1608186811, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "emoji_16": { + "name": "emoji_16", + "id": "772496082336219168", + "author": "751061424318578772", + "animated": false, + "created": 1604247818, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "emoji_17": { + "name": "emoji_17", + "id": "769054231998365706", + "author": "735617337037946941", + "animated": false, + "created": 1603427217, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "emoji_18": { + "name": "emoji_18", + "id": "769054244078092308", + "author": "735617337037946941", + "animated": false, + "created": 1603427220, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "emoji_2": { + "name": "emoji_2", + "id": "724918503148224632", + "author": "432149029661573121", + "animated": true, + "created": 1592904439, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "emoji_20": { + "name": "emoji_20", + "id": "767798514570756126", + "author": "456756645091868672", + "animated": true, + "created": 1603127831, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "emoji_22": { + "name": "emoji_22", + "id": "769054300382691330", + "author": "735617337037946941", + "animated": false, + "created": 1603427233, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "emoji_23": { + "name": "emoji_23", + "id": "775970370494660619", + "author": "730410859477729362", + "animated": false, + "created": 1605076153, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "emoji_24": { + "name": "emoji_24", + "id": "769054281915433036", + "author": "735617337037946941", + "animated": false, + "created": 1603427229, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "emoji_242": { + "name": "emoji_242", + "id": "780896032942719056", + "author": "434521154745663488", + "animated": true, + "created": 1606250522, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "emoji_25": { + "name": "emoji_25", + "id": "750821255547977769", + "author": "662056986581532713", + "animated": false, + "created": 1599080137, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "emoji_26": { + "name": "emoji_26", + "id": "769054268774678548", + "author": "735617337037946941", + "animated": false, + "created": 1603427226, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "emoji_29": { + "name": "emoji_29", + "id": "769054254467121172", + "author": "735617337037946941", + "animated": false, + "created": 1603427222, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "emoji_3": { + "name": "emoji_3", + "id": "754239890211733515", + "author": "428208937251373066", + "animated": false, + "created": 1599895203, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "emoji_30": { + "name": "emoji_30", + "id": "768926437679169546", + "author": "735617337037946941", + "animated": false, + "created": 1603396748, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "emoji_34": { + "name": "emoji_34", + "id": "768926457224495104", + "author": "735617337037946941", + "animated": false, + "created": 1603396753, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "emoji_35": { + "name": "emoji_35", + "id": "768926466472935424", + "author": "735617337037946941", + "animated": false, + "created": 1603396755, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "emoji_36": { + "name": "emoji_36", + "id": "768926474572791830", + "author": "735617337037946941", + "animated": false, + "created": 1603396757, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "emoji_38": { + "name": "emoji_38", + "id": "768926491462860850", + "author": "735617337037946941", + "animated": false, + "created": 1603396761, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "emoji_39": { + "name": "emoji_39", + "id": "768926521657262090", + "author": "735617337037946941", + "animated": false, + "created": 1603396768, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "emoji_4": { + "name": "emoji_4", + "id": "724918374601326653", + "author": "432149029661573121", + "animated": true, + "created": 1592904408, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "emoji_40": { + "name": "emoji_40", + "id": "768926542000422932", + "author": "735617337037946941", + "animated": false, + "created": 1603396773, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "emoji_41": { + "name": "emoji_41", + "id": "768926552057446420", + "author": "735617337037946941", + "animated": false, + "created": 1603396776, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "emoji_43": { + "name": "emoji_43", + "id": "768926572396281897", + "author": "735617337037946941", + "animated": false, + "created": 1603396780, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "emoji_45": { + "name": "emoji_45", + "id": "768926592437059638", + "author": "735617337037946941", + "animated": false, + "created": 1603396785, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "emoji_46": { + "name": "emoji_46", + "id": "733696553520201830", + "author": "231629637913018370", + "animated": true, + "created": 1594997289, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "emoji_48": { + "name": "emoji_48", + "id": "768926624531480586", + "author": "735617337037946941", + "animated": false, + "created": 1603396793, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "emoji_5": { + "name": "emoji_5", + "id": "741123872899727372", + "author": "681225450692935690", + "animated": false, + "created": 1596768100, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "emoji_50": { + "name": "emoji_50", + "id": "768926652829794346", + "author": "735617337037946941", + "animated": false, + "created": 1603396800, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "emoji_52": { + "name": "emoji_52", + "id": "768926671062564944", + "author": "735617337037946941", + "animated": false, + "created": 1603396804, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "emoji_54": { + "name": "emoji_54", + "id": "766588604075474974", + "author": "441943765855240192", + "animated": true, + "created": 1602839365, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "emoji_6": { + "name": "emoji_6", + "id": "768926747562475600", + "author": "735617337037946941", + "animated": false, + "created": 1603396822, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "emoji_61": { + "name": "emoji_61", + "id": "782741584902488064", + "author": "748023719833894942", + "animated": true, + "created": 1606690536, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "emoji_66": { + "name": "emoji_66", + "id": "768926787023274059", + "author": "504029077233991690", + "animated": false, + "created": 1603396832, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "emoji_7": { + "name": "emoji_7", + "id": "768926823907590154", + "author": "735617337037946941", + "animated": false, + "created": 1603396840, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "emoji_78": { + "name": "emoji_78", + "id": "768926923224252437", + "author": "735617337037946941", + "animated": false, + "created": 1603396864, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "emoji_8": { + "name": "emoji_8", + "id": "703846814843011132", + "author": "579457815832297483", + "animated": false, + "created": 1587880557, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "emoji_83": { + "name": "emoji_83", + "id": "768926973652893707", + "author": "735617337037946941", + "animated": false, + "created": 1603396876, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "emoji_9": { + "name": "emoji_9", + "id": "752415419394031676", + "author": "722573049056067614", + "animated": false, + "created": 1599460215, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "emoji_98": { + "name": "emoji_98", + "id": "768927071132844033", + "author": "735617337037946941", + "animated": false, + "created": 1603396899, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "emoji_99": { + "name": "emoji_99", + "id": "768927097166757908", + "author": "735617337037946941", + "animated": false, + "created": 1603396906, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "emojijaja": { + "name": "emojijaja", + "id": "786948834009677844", + "author": "718818001633280071", + "animated": false, + "created": 1607693622, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "emojituneado": { + "name": "emojituneado", + "id": "787109585143988244", + "author": "727283870461984839", + "animated": false, + "created": 1607731948, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "emOK": { + "name": "emOK", + "id": "789973433412354070", + "author": "435166381189758998", + "animated": false, + "created": 1608414743, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "emote": { + "name": "emote", + "id": "570958329065504768", + "author": "551975912498003999", + "animated": false, + "created": 1556197473, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "emotemanager": { + "name": "emotemanager", + "id": "785516324104699924", + "author": "610207676822978590", + "animated": false, + "created": 1607352085, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "emowaut": { + "name": "emowaut", + "id": "734923591082180739", + "author": "638128638700552192", + "animated": false, + "created": 1595289838, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "empanada": { + "name": "empanada", + "id": "782736615671726130", + "author": "750874467915399250", + "animated": false, + "created": 1606689351, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "empty": { + "name": "empty", + "id": "774756788717355089", + "author": "591559558045106186", + "animated": false, + "created": 1604786812, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "emputado": { + "name": "emputado", + "id": "772677858467250208", + "author": "543673464700272660", + "animated": false, + "created": 1604291157, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "en": { + "name": "en", + "id": "714918980263084073", + "author": "281563194843987968", + "animated": true, + "created": 1590520367, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "enaruhodo": { + "name": "enaruhodo", + "id": "740415239614365727", + "author": "264572972998721537", + "animated": false, + "created": 1596599149, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "encuerate": { + "name": "encuerate", + "id": "779226308122509362", + "author": "356267162148798465", + "animated": false, + "created": 1605852429, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "enefecto": { + "name": "enefecto", + "id": "730400933175099414", + "author": "512272020839464960", + "animated": false, + "created": 1594211560, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "eneffecto": { + "name": "eneffecto", + "id": "757944874770366484", + "author": "701059709100097636", + "animated": false, + "created": 1600778540, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "enelespaciouwu": { + "name": "enelespaciouwu", + "id": "781737405207543828", + "author": "486936089324552193", + "animated": false, + "created": 1606451121, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "EnginnerBaile": { + "name": "EnginnerBaile", + "id": "779253501845831700", + "author": "741850493088694343", + "animated": true, + "created": 1605858912, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "enlargeboi": { + "name": "enlargeboi", + "id": "785498684702851082", + "author": "434603155695730709", + "animated": false, + "created": 1607347880, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "enojado": { + "name": "enojado", + "id": "754481401054756935", + "author": "723326259056345171", + "animated": false, + "created": 1599952783, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "enojao": { + "name": "enojao", + "id": "778818162119540756", + "author": "743574688411811981", + "animated": true, + "created": 1605755119, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "enojao_": { + "name": "enojao_", + "id": "788930064737107968", + "author": "242691348560478209", + "animated": false, + "created": 1608165985, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "enojaoh": { + "name": "enojaoh", + "id": "788163230828593202", + "author": "704742786225668206", + "animated": true, + "created": 1607983157, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "enojo": { + "name": "enojo", + "id": "767028941781073920", + "author": "676818445068927006", + "animated": false, + "created": 1602944350, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "enrohug": { + "name": "enrohug", + "id": "785506893941440522", + "author": "352617359036514304", + "animated": false, + "created": 1607349837, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "enrowink": { + "name": "enrowink", + "id": "783028184169447467", + "author": "352617359036514304", + "animated": false, + "created": 1606758867, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "entendible": { + "name": "entendible", + "id": "710204181926903828", + "author": "671011043975102468", + "animated": false, + "created": 1589396272, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "EO_Kiss2": { + "name": "EO_Kiss2", + "id": "785741337047466004", + "author": "715606162224971898", + "animated": true, + "created": 1607405733, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "EO_Kiss5": { + "name": "EO_Kiss5", + "id": "785741324002263110", + "author": "715606162224971898", + "animated": true, + "created": 1607405730, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "EO_Mhm": { + "name": "EO_Mhm", + "id": "785741303794237470", + "author": "715606162224971898", + "animated": true, + "created": 1607405725, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "EO_minnosyanaginiyerim": { + "name": "EO_minnosyanaginiyerim", + "id": "785741289341321276", + "author": "715606162224971898", + "animated": true, + "created": 1607405721, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "EO_MNHappyMimi": { + "name": "EO_MNHappyMimi", + "id": "785741214737236019", + "author": "715606162224971898", + "animated": true, + "created": 1607405704, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "EO_music": { + "name": "EO_music", + "id": "785741240304926731", + "author": "715606162224971898", + "animated": true, + "created": 1607405710, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "EO_nope": { + "name": "EO_nope", + "id": "785741226229235752", + "author": "715606162224971898", + "animated": true, + "created": 1607405706, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "EO_nyasSmack2": { + "name": "EO_nyasSmack2", + "id": "785741182826971137", + "author": "715606162224971898", + "animated": true, + "created": 1607405696, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "EO_Pinch2": { + "name": "EO_Pinch2", + "id": "785741165387055135", + "author": "715606162224971898", + "animated": true, + "created": 1607405692, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "EO_sad_singer": { + "name": "EO_sad_singer", + "id": "785741138404311082", + "author": "715606162224971898", + "animated": true, + "created": 1607405685, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "EO_shareef": { + "name": "EO_shareef", + "id": "785741150770036766", + "author": "715606162224971898", + "animated": true, + "created": 1607405688, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "EO_ted3": { + "name": "EO_ted3", + "id": "785741105403789313", + "author": "715606162224971898", + "animated": true, + "created": 1607405678, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "EO_Texts": { + "name": "EO_Texts", + "id": "785741071622996021", + "author": "715606162224971898", + "animated": true, + "created": 1607405670, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "EO_Think": { + "name": "EO_Think", + "id": "785741081009848370", + "author": "715606162224971898", + "animated": true, + "created": 1607405672, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "EO_Thumbsup": { + "name": "EO_Thumbsup", + "id": "785741091135684639", + "author": "715606162224971898", + "animated": true, + "created": 1607405674, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "EO_Wink": { + "name": "EO_Wink", + "id": "785741034118184970", + "author": "715606162224971898", + "animated": true, + "created": 1607405661, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "EO_Yes2": { + "name": "EO_Yes2", + "id": "785741044594507786", + "author": "715606162224971898", + "animated": true, + "created": 1607405663, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "epic": { + "name": "epic", + "id": "693321741568573511", + "author": "226339499523702785", + "animated": false, + "created": 1585371184, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "epic0": { + "name": "epic0", + "id": "769407108319674409", + "author": "739936426799661086", + "animated": false, + "created": 1603511349, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "epic2": { + "name": "epic2", + "id": "785814198113665025", + "author": "721959648307052617", + "animated": true, + "created": 1607423104, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "epico": { + "name": "epico", + "id": "692889734711607308", + "author": "320354548105609217", + "animated": false, + "created": 1585268186, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "epicstyle": { + "name": "epicstyle", + "id": "588611556200415242", + "author": "294602160971448321", + "animated": true, + "created": 1560406330, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "epipug": { + "name": "epipug", + "id": "756692595576537268", + "author": "351853576571846676", + "animated": true, + "created": 1600479973, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "equisde": { + "name": "equisde", + "id": "714130197435252757", + "author": "422792791945510932", + "animated": false, + "created": 1590332307, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "erai": { + "name": "erai", + "id": "733379401722495049", + "author": "418989117163175948", + "animated": false, + "created": 1594921675, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "erai_": { + "name": "erai_", + "id": "786779862374285352", + "author": "706216515963453531", + "animated": false, + "created": 1607653336, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ereccionbuff": { + "name": "ereccionbuff", + "id": "785314808353521674", + "author": "406308174497316865", + "animated": false, + "created": 1607304040, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "erenpeek": { + "name": "erenpeek", + "id": "789089443478241300", + "author": "690848269022003220", + "animated": true, + "created": 1608203983, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "erigei": { + "name": "erigei", + "id": "695741758453317633", + "author": "676163766185885710", + "animated": false, + "created": 1585948161, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "erigey": { + "name": "erigey", + "id": "711366782685806612", + "author": "671011043975102468", + "animated": false, + "created": 1589673457, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "error": { + "name": "error", + "id": "768290365606068236", + "author": "395446528992608258", + "animated": false, + "created": 1603245097, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "es": { + "name": "es", + "id": "679156925308338176", + "author": "509632626018091019", + "animated": true, + "created": 1581994029, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "eschato": { + "name": "eschato", + "id": "786055480735694888", + "author": "429160506893402122", + "animated": false, + "created": 1607480630, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "esepana": { + "name": "esepana", + "id": "713999836642410496", + "author": "367396331880185867", + "animated": false, + "created": 1590301226, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "esex": { + "name": "esex", + "id": "788837598982045756", + "author": "715962906646282311", + "animated": false, + "created": 1608143939, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "eshta": { + "name": "eshta", + "id": "771891011068755968", + "author": "435166381189758998", + "animated": true, + "created": 1604103558, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "esobrad": { + "name": "esobrad", + "id": "780581803375198228", + "author": "391034154705485836", + "animated": false, + "created": 1606175604, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "esparami": { + "name": "esparami", + "id": "758672703409750016", + "author": "701059709100097636", + "animated": false, + "created": 1600952068, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "EspeonWink": { + "name": "EspeonWink", + "id": "781345214395711489", + "author": "448827482179895304", + "animated": true, + "created": 1606357615, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "espermaconrisitamalvada": { + "name": "espermaconrisitamalvada", + "id": "787155951470903296", + "author": "471787957528035338", + "animated": false, + "created": 1607743003, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "esposo": { + "name": "esposo", + "id": "781969914251706388", + "author": "707435993585942539", + "animated": false, + "created": 1606506555, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "EsqueletoBaile": { + "name": "EsqueletoBaile", + "id": "779834292632158228", + "author": "741850493088694343", + "animated": true, + "created": 1605997384, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "EsqueletoBaile2": { + "name": "EsqueletoBaile2", + "id": "782909986736701470", + "author": "741850493088694343", + "animated": true, + "created": 1606730686, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "EsqueletoLegoBaile": { + "name": "EsqueletoLegoBaile", + "id": "782034170654097410", + "author": "741850493088694343", + "animated": true, + "created": 1606521876, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "esta": { + "name": "esta", + "id": "736621854500061285", + "author": "434852481693122570", + "animated": false, + "created": 1595694735, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Estaa": { + "name": "Estaa", + "id": "779225832395636776", + "author": "457415833572999170", + "animated": false, + "created": 1605852315, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "estasbien": { + "name": "estasbien", + "id": "780580204607045653", + "author": "700844233212559372", + "animated": false, + "created": 1606175223, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Esternocleidomastoideo": { + "name": "Esternocleidomastoideo", + "id": "720382044080701550", + "author": "614919553415381011", + "animated": false, + "created": 1591822863, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "estoybien": { + "name": "estoybien", + "id": "780580311498358785", + "author": "700844233212559372", + "animated": false, + "created": 1606175248, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "estres": { + "name": "estres", + "id": "766862173753311242", + "author": "676818445068927006", + "animated": true, + "created": 1602904589, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "esunchingodeporno": { + "name": "esunchingodeporno", + "id": "782488202043719711", + "author": "740457917374922765", + "animated": false, + "created": 1606630125, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "esunchingodeporno2": { + "name": "esunchingodeporno2", + "id": "782488540307128330", + "author": "740457917374922765", + "animated": false, + "created": 1606630206, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "esweird": { + "name": "esweird", + "id": "665301825494450179", + "author": "425046879047385108", + "animated": false, + "created": 1578690716, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "et_appjedi": { + "name": "et_appjedi", + "id": "786154410689691659", + "author": "676134602837852172", + "animated": true, + "created": 1607504217, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "et_a_sadcat": { + "name": "et_a_sadcat", + "id": "786154426922303499", + "author": "676134602837852172", + "animated": false, + "created": 1607504221, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "et_deepthroat": { + "name": "et_deepthroat", + "id": "786154350057619466", + "author": "676134602837852172", + "animated": false, + "created": 1607504203, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "et_eatmyass": { + "name": "et_eatmyass", + "id": "786154317006241812", + "author": "676134602837852172", + "animated": true, + "created": 1607504195, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "etesech": { + "name": "etesech", + "id": "777749835053793280", + "author": "512509857606139905", + "animated": false, + "created": 1605500410, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "et_frogrun": { + "name": "et_frogrun", + "id": "786154374706888755", + "author": "676134602837852172", + "animated": true, + "created": 1607504209, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "et_hah": { + "name": "et_hah", + "id": "786154306586935297", + "author": "676134602837852172", + "animated": false, + "created": 1607504192, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "et_Kden": { + "name": "et_Kden", + "id": "786154277173198858", + "author": "676134602837852172", + "animated": false, + "created": 1607504185, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "et_kek": { + "name": "et_kek", + "id": "786154246440615937", + "author": "676134602837852172", + "animated": false, + "created": 1607504178, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "et_mushroomdance": { + "name": "et_mushroomdance", + "id": "786154204645163048", + "author": "676134602837852172", + "animated": true, + "created": 1607504168, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "eto": { + "name": "eto", + "id": "749063905786986496", + "author": "599290730476863744", + "animated": false, + "created": 1598661152, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "et_opie": { + "name": "et_opie", + "id": "786154172848144425", + "author": "676134602837852172", + "animated": true, + "created": 1607504160, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "et_panda": { + "name": "et_panda", + "id": "786154158351843358", + "author": "676134602837852172", + "animated": false, + "created": 1607504157, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "et_peepclap": { + "name": "et_peepclap", + "id": "786154125402308648", + "author": "676134602837852172", + "animated": true, + "created": 1607504149, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "et_peepoGiggles": { + "name": "et_peepoGiggles", + "id": "786154110100570123", + "author": "676134602837852172", + "animated": true, + "created": 1607504146, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "et_peeppat": { + "name": "et_peeppat", + "id": "786154098130812938", + "author": "676134602837852172", + "animated": true, + "created": 1607504143, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "et_penguinFast": { + "name": "et_penguinFast", + "id": "786154069990309898", + "author": "676134602837852172", + "animated": true, + "created": 1607504136, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "et_pepe": { + "name": "et_pepe", + "id": "786154078106943519", + "author": "676134602837852172", + "animated": false, + "created": 1607504138, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "et_pepeBlanket": { + "name": "et_pepeBlanket", + "id": "786154027950800918", + "author": "676134602837852172", + "animated": false, + "created": 1607504126, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "et_pepeblush": { + "name": "et_pepeblush", + "id": "786154049673494528", + "author": "676134602837852172", + "animated": false, + "created": 1607504131, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "et_pepeglasses": { + "name": "et_pepeglasses", + "id": "786154015859539988", + "author": "676134602837852172", + "animated": true, + "created": 1607504123, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "et_pepehmmmm": { + "name": "et_pepehmmmm", + "id": "786154006169780224", + "author": "676134602837852172", + "animated": false, + "created": 1607504121, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "et_Pepehype": { + "name": "et_Pepehype", + "id": "786153969906352149", + "author": "676134602837852172", + "animated": true, + "created": 1607504112, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "et_pepelmao": { + "name": "et_pepelmao", + "id": "786153995089608744", + "author": "676134602837852172", + "animated": true, + "created": 1607504118, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "et_PepeMoneyRain": { + "name": "et_PepeMoneyRain", + "id": "786154951684259892", + "author": "676134602837852172", + "animated": true, + "created": 1607504346, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "et_peperun": { + "name": "et_peperun", + "id": "786154966053683200", + "author": "676134602837852172", + "animated": true, + "created": 1607504350, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "et_pepe_simp": { + "name": "et_pepe_simp", + "id": "786154040428986368", + "author": "676134602837852172", + "animated": true, + "created": 1607504129, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "et_pepethink": { + "name": "et_pepethink", + "id": "786154935494115348", + "author": "676134602837852172", + "animated": true, + "created": 1607504342, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "et_PikaWow": { + "name": "et_PikaWow", + "id": "786153956573315083", + "author": "676134602837852172", + "animated": true, + "created": 1607504109, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "et_pwave": { + "name": "et_pwave", + "id": "786153983164284978", + "author": "676134602837852172", + "animated": true, + "created": 1607504115, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "et_REEEE": { + "name": "et_REEEE", + "id": "786153926755614750", + "author": "676134602837852172", + "animated": false, + "created": 1607504102, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "et_surprisedcat": { + "name": "et_surprisedcat", + "id": "786153907734839296", + "author": "676134602837852172", + "animated": false, + "created": 1607504098, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "et_UgandanKnuckles": { + "name": "et_UgandanKnuckles", + "id": "786153830881558538", + "author": "676134602837852172", + "animated": false, + "created": 1607504079, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "et_wavehappy": { + "name": "et_wavehappy", + "id": "786153886770921512", + "author": "676134602837852172", + "animated": true, + "created": 1607504092, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "et_weirdasslookingemojierenuses": { + "name": "et_weirdasslookingemojierenuses", + "id": "786153814348136478", + "author": "676134602837852172", + "animated": false, + "created": 1607504075, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "et_wideputin": { + "name": "et_wideputin", + "id": "786153843581779980", + "author": "676134602837852172", + "animated": true, + "created": 1607504082, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "et_wigglewiggle": { + "name": "et_wigglewiggle", + "id": "786153864960409601", + "author": "676134602837852172", + "animated": true, + "created": 1607504087, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "etwkek": { + "name": "etwkek", + "id": "778109637094014976", + "author": "353109234201788427", + "animated": false, + "created": 1605586194, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "et_woodinyou": { + "name": "et_woodinyou", + "id": "786153795419766784", + "author": "676134602837852172", + "animated": false, + "created": 1607504070, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "etwzaehlt": { + "name": "etwzaehlt", + "id": "789610580385726484", + "author": "309406390491807755", + "animated": false, + "created": 1608328232, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "EU": { + "name": "EU", + "id": "497947746054045697", + "author": "254056639777210368", + "animated": false, + "created": 1538790438, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "eugeo": { + "name": "eugeo", + "id": "767786905122111508", + "author": "702536106834526259", + "animated": false, + "created": 1603125063, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "eugeotea": { + "name": "eugeotea", + "id": "767785382468649000", + "author": "702536106834526259", + "animated": false, + "created": 1603124700, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "EUGH": { + "name": "EUGH", + "id": "695412456721481759", + "author": "547861735391100931", + "animated": false, + "created": 1585869649, + "modified": 1587090876, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "euplode": { + "name": "euplode", + "id": "749563504180330576", + "author": "203208699500560385", + "animated": true, + "created": 1598780265, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "eurobeat": { + "name": "eurobeat", + "id": "778472295156809758", + "author": "452839284890664970", + "animated": false, + "created": 1605672658, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "eusoumuitosadboy": { + "name": "eusoumuitosadboy", + "id": "778375136843661313", + "author": "729015115411750943", + "animated": true, + "created": 1605649494, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "EUspeak": { + "name": "EUspeak", + "id": "759097654658465802", + "author": "425046879047385108", + "animated": false, + "created": 1601053384, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "evaglad": { + "name": "evaglad", + "id": "780899929215729665", + "author": "270258569637658627", + "animated": false, + "created": 1606251452, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "evax": { + "name": "evax", + "id": "725852777598943323", + "author": "399671914114711562", + "animated": false, + "created": 1593127187, + "modified": 1603817122, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "eveadios": { + "name": "eveadios", + "id": "787126848337215488", + "author": "367417452575064075", + "animated": false, + "created": 1607736064, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "evepunch": { + "name": "evepunch", + "id": "597718655941476392", + "author": "269691188875886593", + "animated": true, + "created": 1562577632, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "evil": { + "name": "evil", + "id": "648553057390559243", + "author": "274391131234500618", + "animated": false, + "created": 1574697498, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "evil2": { + "name": "evil2", + "id": "704158548870955009", + "author": "294946270861328385", + "animated": false, + "created": 1587954880, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "evil3": { + "name": "evil3", + "id": "755795793599922277", + "author": "308452846834155530", + "animated": false, + "created": 1600266159, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "evilmocha": { + "name": "evilmocha", + "id": "782501066708746271", + "author": "401098159205384193", + "animated": false, + "created": 1606633192, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "evilthenk": { + "name": "evilthenk", + "id": "757985502048682015", + "author": "262133866062413825", + "animated": false, + "created": 1600788226, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ew": { + "name": "ew", + "id": "734094425395036231", + "author": "528936779387109377", + "animated": false, + "created": 1595092150, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ewe": { + "name": "ewe", + "id": "618984851852230667", + "author": "469617418642259970", + "animated": false, + "created": 1567647889, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "eweoooo": { + "name": "eweoooo", + "id": "765667741071835177", + "author": "462391077391958016", + "animated": true, + "created": 1602619815, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ewomg": { + "name": "ewomg", + "id": "788288992134299658", + "author": "690848269022003220", + "animated": true, + "created": 1608013141, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "eww": { + "name": "eww", + "id": "747821519488548934", + "author": "450903155572736000", + "animated": false, + "created": 1598364944, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "EWweird": { + "name": "EWweird", + "id": "752555483881144381", + "author": "264047136461553664", + "animated": false, + "created": 1599493609, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ewwpeepoo": { + "name": "ewwpeepoo", + "id": "783186238144249856", + "author": "581699248568139776", + "animated": false, + "created": 1606796550, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "exasperation": { + "name": "exasperation", + "id": "784313830100303932", + "author": "574870314928832533", + "animated": false, + "created": 1607065389, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "excitante": { + "name": "excitante", + "id": "752312425801580645", + "author": "568213851116535820", + "animated": false, + "created": 1599435659, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "excuseme": { + "name": "excuseme", + "id": "720868895094865991", + "author": "353109234201788427", + "animated": true, + "created": 1591938937, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ExcuseMeWtf": { + "name": "ExcuseMeWtf", + "id": "505220820973387776", + "author": "140516693242937345", + "animated": true, + "created": 1540524434, + "modified": 1546096408, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "excusemi": { + "name": "excusemi", + "id": "720868966297370644", + "author": "353109234201788427", + "animated": true, + "created": 1591938954, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "excuseyou": { + "name": "excuseyou", + "id": "782741923987193876", + "author": "748023719833894942", + "animated": false, + "created": 1606690617, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "excuseyouhanako": { + "name": "excuseyouhanako", + "id": "782746623124963358", + "author": "748023719833894942", + "animated": false, + "created": 1606691737, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "exde": { + "name": "exde", + "id": "712475827991740537", + "author": "167729432784535562", + "animated": false, + "created": 1589937874, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "exdi": { + "name": "exdi", + "id": "737089108781957142", + "author": "396801506180988938", + "animated": true, + "created": 1595806138, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "exeaaah": { + "name": "exeaaah", + "id": "779510265561088031", + "author": "363885999975038977", + "animated": false, + "created": 1605920130, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "exit": { + "name": "exit", + "id": "731559588696162345", + "author": "527886142524096552", + "animated": false, + "created": 1594487797, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Exito": { + "name": "Exito", + "id": "786044997854167050", + "author": "736438830386774087", + "animated": true, + "created": 1607478131, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "exno": { + "name": "exno", + "id": "790035749625921546", + "author": "372867277068042240", + "animated": false, + "created": 1608429601, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "explo": { + "name": "explo", + "id": "720023047138181180", + "author": "609875542619193348", + "animated": true, + "created": 1591737271, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "explode": { + "name": "explode", + "id": "599193442735882240", + "author": "239333423095742464", + "animated": true, + "created": 1562929249, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "exploding_heart": { + "name": "exploding_heart", + "id": "786700084183826443", + "author": "711736084438057031", + "animated": true, + "created": 1607634316, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "explosion": { + "name": "explosion", + "id": "708987632788570163", + "author": "509632626018091019", + "animated": true, + "created": 1589106224, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "exquisito": { + "name": "exquisito", + "id": "775524979613499422", + "author": "299745288573288459", + "animated": false, + "created": 1604969963, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "extremadura": { + "name": "extremadura", + "id": "775399488473923684", + "author": "727367783897104384", + "animated": false, + "created": 1604940044, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "extremepain": { + "name": "extremepain", + "id": "759244763982725120", + "author": "498084138507567105", + "animated": false, + "created": 1601088457, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "eye": { + "name": "eye", + "id": "730915841696202864", + "author": "714547487658082354", + "animated": false, + "created": 1594334316, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "eye2": { + "name": "eye2", + "id": "762521920590577704", + "author": "588875540178534410", + "animated": false, + "created": 1601869792, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "eyeroll": { + "name": "eyeroll", + "id": "788800720643948584", + "author": "745089341994434572", + "animated": false, + "created": 1608135147, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "eyes": { + "name": "eyes", + "id": "693937378061975574", + "author": "140516693242937345", + "animated": false, + "created": 1585517963, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "eyeshake": { + "name": "eyeshake", + "id": "564275187986726952", + "author": "528717784327258132", + "animated": true, + "created": 1554604088, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "eyes_hmm": { + "name": "eyes_hmm", + "id": "773509615991783424", + "author": "358487826754699265", + "animated": false, + "created": 1604489463, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "eyesm": { + "name": "eyesm", + "id": "528626964580532235", + "author": "140516693242937345", + "animated": false, + "created": 1546104889, + "modified": 1546104897, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "eyes_sus": { + "name": "eyes_sus", + "id": "773509614942552084", + "author": "358487826754699265", + "animated": false, + "created": 1604489463, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ez": { + "name": "ez", + "id": "609778381059391668", + "author": "167267224787222528", + "animated": true, + "created": 1565452895, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ezah": { + "name": "ezah", + "id": "783841082966147094", + "author": "609791313847517223", + "animated": false, + "created": 1606952677, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ezn": { + "name": "ezn", + "id": "789636263824719922", + "author": "170245053283958784", + "animated": false, + "created": 1608334356, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "F_": { + "name": "F_", + "id": "658297320202567692", + "author": "635722019597451275", + "animated": false, + "created": 1577020711, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "fabe": { + "name": "fabe", + "id": "761730485684011022", + "author": "203208699500560385", + "animated": true, + "created": 1601681100, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "face_blushstare": { + "name": "face_blushstare", + "id": "786949898674503693", + "author": "718818001633280071", + "animated": false, + "created": 1607693876, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "facebook": { + "name": "facebook", + "id": "784166288696148059", + "author": "781809103676375070", + "animated": false, + "created": 1607030212, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "facecat_cry": { + "name": "facecat_cry", + "id": "786949909864513576", + "author": "718818001633280071", + "animated": true, + "created": 1607693879, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "facepalm": { + "name": "facepalm", + "id": "725483504883990641", + "author": "504112657884774401", + "animated": false, + "created": 1593039146, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "face_pitbull": { + "name": "face_pitbull", + "id": "786949876097220618", + "author": "718818001633280071", + "animated": false, + "created": 1607693871, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "face_sad": { + "name": "face_sad", + "id": "786949936775823381", + "author": "718818001633280071", + "animated": false, + "created": 1607693885, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "face_sike": { + "name": "face_sike", + "id": "786949967738568745", + "author": "718818001633280071", + "animated": true, + "created": 1607693893, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "facething": { + "name": "facething", + "id": "780673315135815709", + "author": "557506423144316958", + "animated": false, + "created": 1606197422, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "face_wah": { + "name": "face_wah", + "id": "786949994761683004", + "author": "718818001633280071", + "animated": true, + "created": 1607693899, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "facha": { + "name": "facha", + "id": "701550027658494043", + "author": "468203452116369431", + "animated": false, + "created": 1587332960, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "facherito": { + "name": "facherito", + "id": "764323694460928062", + "author": "629071283849658370", + "animated": false, + "created": 1602299369, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "fachero": { + "name": "fachero", + "id": "704582562676473909", + "author": "525464035744022558", + "animated": false, + "created": 1588055973, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "fackye": { + "name": "fackye", + "id": "767839678132387840", + "author": "328348458627104768", + "animated": false, + "created": 1603137645, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "facts": { + "name": "facts", + "id": "782739884325601320", + "author": "435166381189758998", + "animated": false, + "created": 1606690131, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "factualstatement": { + "name": "factualstatement", + "id": "784908546051538984", + "author": "332966388102725632", + "animated": false, + "created": 1607207180, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "fade": { + "name": "fade", + "id": "652249682126307386", + "author": "203208699500560385", + "animated": true, + "created": 1575578842, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Faggot": { + "name": "Faggot", + "id": "788956310115844106", + "author": "462547159032659973", + "animated": true, + "created": 1608172242, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "fak": { + "name": "fak", + "id": "766379530666901564", + "author": "391034154705485836", + "animated": false, + "created": 1602789518, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "fakee": { + "name": "fakee", + "id": "784853716930396180", + "author": "293107176355004416", + "animated": false, + "created": 1607194108, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Fakiu": { + "name": "Fakiu", + "id": "669245135598387200", + "author": "626074919536427008", + "animated": false, + "created": 1579630874, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "falconverde": { + "name": "falconverde", + "id": "784841220651352085", + "author": "293107176355004416", + "animated": false, + "created": 1607191128, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Fallin": { + "name": "Fallin", + "id": "788787956944732230", + "author": "492741956754079744", + "animated": false, + "created": 1608132104, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Falopa": { + "name": "Falopa", + "id": "777476759175299082", + "author": "708962087937769484", + "animated": false, + "created": 1605435304, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "faloparaichu": { + "name": "faloparaichu", + "id": "783858964730871849", + "author": "411204117323710466", + "animated": false, + "created": 1606956940, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "falsefrogue": { + "name": "falsefrogue", + "id": "780975519659196447", + "author": "268138992606773248", + "animated": false, + "created": 1606269473, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "fan": { + "name": "fan", + "id": "761073581005864980", + "author": "326733379678633985", + "animated": true, + "created": 1601524481, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "fangirlingtw": { + "name": "fangirlingtw", + "id": "775378924850905128", + "author": "250664753511399434", + "animated": false, + "created": 1604935141, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "fantasdog": { + "name": "fantasdog", + "id": "704341078358360074", + "author": "284515387880767488", + "animated": false, + "created": 1587998399, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "fantastico": { + "name": "fantastico", + "id": "786685539889184828", + "author": "714546696063025255", + "animated": false, + "created": 1607630848, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "fantasticoroqueirofds": { + "name": "fantasticoroqueirofds", + "id": "786686106611220500", + "author": "714546696063025255", + "animated": false, + "created": 1607630983, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Farfa": { + "name": "Farfa", + "id": "782974380438323210", + "author": "530507637054504960", + "animated": false, + "created": 1606746039, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "fart": { + "name": "fart", + "id": "773649497767018507", + "author": "651225309814980629", + "animated": true, + "created": 1604522814, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "fastpug": { + "name": "fastpug", + "id": "747832579498967162", + "author": "383891065939296256", + "animated": true, + "created": 1598367581, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "fastrun": { + "name": "fastrun", + "id": "778291412432453712", + "author": "638128638700552192", + "animated": true, + "created": 1605629532, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "fastslam": { + "name": "fastslam", + "id": "789973367562043412", + "author": "176760162579644428", + "animated": true, + "created": 1608414727, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "FastSponge": { + "name": "FastSponge", + "id": "785955461077794827", + "author": "255850540595019776", + "animated": true, + "created": 1607456784, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "fastwaut": { + "name": "fastwaut", + "id": "740389391238823997", + "author": "284917889847525376", + "animated": true, + "created": 1596592987, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "fateyes": { + "name": "fateyes", + "id": "782745635005661197", + "author": "671834928157294603", + "animated": true, + "created": 1606691502, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "fattygiggle": { + "name": "fattygiggle", + "id": "786090945040482374", + "author": "163352673456881667", + "animated": true, + "created": 1607489086, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "fatworry": { + "name": "fatworry", + "id": "789873997117784075", + "author": "112471608865624064", + "animated": false, + "created": 1608391036, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "fatwow": { + "name": "fatwow", + "id": "782746675348897803", + "author": "671834928157294603", + "animated": true, + "created": 1606691750, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Fatyoshi": { + "name": "Fatyoshi", + "id": "730616527476228227", + "author": "661789191470055436", + "animated": false, + "created": 1594262954, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "faxxer": { + "name": "faxxer", + "id": "573710047884869672", + "author": "343239064918687745", + "animated": false, + "created": 1556853534, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "fbailando": { + "name": "fbailando", + "id": "775807123430047764", + "author": "406308174497316865", + "animated": true, + "created": 1605037232, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "FBAngery": { + "name": "FBAngery", + "id": "492047477030125618", + "author": "140516693242937345", + "animated": true, + "created": 1533152804, + "modified": 1537383676, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "fbcreep": { + "name": "fbcreep", + "id": "492047477944614914", + "author": "284926618714243074", + "animated": false, + "created": 1537115327, + "modified": 1537383677, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "fbf": { + "name": "fbf", + "id": "786688572710584341", + "author": "714546696063025255", + "animated": false, + "created": 1607631571, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "FBHeart": { + "name": "FBHeart", + "id": "492047479626268673", + "author": "140516693242937345", + "animated": true, + "created": 1533152822, + "modified": 1537383677, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "FBI": { + "name": "FBI", + "id": "499286306720055333", + "author": "463364130246754315", + "animated": true, + "created": 1539109582, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "fbkglare": { + "name": "fbkglare", + "id": "785721313745829888", + "author": "508276261219598347", + "animated": false, + "created": 1607400959, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "FBLaugh": { + "name": "FBLaugh", + "id": "492047483208204302", + "author": "140516693242937345", + "animated": true, + "created": 1533152837, + "modified": 1537383678, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "FBLike": { + "name": "FBLike", + "id": "492047485213212682", + "author": "140516693242937345", + "animated": true, + "created": 1533152852, + "modified": 1537383678, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "FBThink": { + "name": "FBThink", + "id": "492047487142592512", + "author": "140516693242937345", + "animated": false, + "created": 1533152875, + "modified": 1537383679, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "fbweird": { + "name": "fbweird", + "id": "580118024779071507", + "author": "356483161414434836", + "animated": false, + "created": 1558381464, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "FBWow": { + "name": "FBWow", + "id": "614628255944802364", + "author": "140516693242937345", + "animated": true, + "created": 1566609195, + "modified": 1566609228, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "f_byebhe": { + "name": "f_byebhe", + "id": "783880417438728232", + "author": "697542753449672775", + "animated": true, + "created": 1606962055, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "f_crying": { + "name": "f_crying", + "id": "783880405324529685", + "author": "697542753449672775", + "animated": true, + "created": 1606962052, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "fd": { + "name": "fd", + "id": "564300736012222475", + "author": "289408516966318081", + "animated": true, + "created": 1554610179, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "fe": { + "name": "fe", + "id": "774711323115520040", + "author": "408747500288213006", + "animated": false, + "created": 1604775973, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "fear": { + "name": "fear", + "id": "708391623456718909", + "author": "343642589104308224", + "animated": false, + "created": 1588964124, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "fedora": { + "name": "fedora", + "id": "510732071312818177", + "author": "300088143422685185", + "animated": false, + "created": 1541838446, + "modified": 1541838452, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "feelsamazingman": { + "name": "feelsamazingman", + "id": "492047496114208778", + "author": "150036153846857728", + "animated": false, + "created": 1533431896, + "modified": 1537383681, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "feelsbad": { + "name": "feelsbad", + "id": "774288368217358378", + "author": "279223421940924416", + "animated": false, + "created": 1604675132, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "FeelsBadMan": { + "name": "FeelsBadMan", + "id": "411927345943805962", + "author": "285418210965323776", + "animated": false, + "created": 1525387943, + "modified": 1579046827, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "FeelsBanMan": { + "name": "FeelsBanMan", + "id": "758657243981414410", + "author": "714174249975414787", + "animated": false, + "created": 1600948382, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "feelsblobman": { + "name": "feelsblobman", + "id": "492047497276030987", + "author": "140516693242937345", + "animated": false, + "created": 1532109079, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "feelsblobmas": { + "name": "feelsblobmas", + "id": "785695110511067167", + "author": "428461954064056340", + "animated": true, + "created": 1607394712, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "feelsbolbman": { + "name": "feelsbolbman", + "id": "785695215524249611", + "author": "428461954064056340", + "animated": false, + "created": 1607394737, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "FeelsBulliedMan": { + "name": "FeelsBulliedMan", + "id": "771412465723506719", + "author": "331655887074754560", + "animated": true, + "created": 1603989464, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "feelschristmasman": { + "name": "feelschristmasman", + "id": "785695018684907560", + "author": "428461954064056340", + "animated": false, + "created": 1607394690, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "feelsconfettiman": { + "name": "feelsconfettiman", + "id": "785695172633296956", + "author": "428461954064056340", + "animated": true, + "created": 1607394726, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "FeelsDankMan": { + "name": "FeelsDankMan", + "id": "784920900675305492", + "author": "544311743934103573", + "animated": false, + "created": 1607210125, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "FeelsGoodMan": { + "name": "FeelsGoodMan", + "id": "415713915117240320", + "author": "140516693242937345", + "animated": false, + "created": 1525387943, + "modified": 1533892037, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "feelsoopsman": { + "name": "feelsoopsman", + "id": "785694877287317505", + "author": "428461954064056340", + "animated": false, + "created": 1607394656, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "feelspartyman": { + "name": "feelspartyman", + "id": "785695062758785024", + "author": "428461954064056340", + "animated": true, + "created": 1607394700, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "FeelsRainMan": { + "name": "FeelsRainMan", + "id": "770221095646789652", + "author": "437547792723083264", + "animated": true, + "created": 1603705419, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "feelstiredman": { + "name": "feelstiredman", + "id": "779293644564856872", + "author": "167786416988749824", + "animated": false, + "created": 1605868483, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "FeelsTriedMan": { + "name": "FeelsTriedMan", + "id": "787895436005474324", + "author": "412060716288442378", + "animated": false, + "created": 1607919310, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Feelstrongman": { + "name": "Feelstrongman", + "id": "782602931161530438", + "author": "140345662012129281", + "animated": false, + "created": 1606657478, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "FeelsWeirdMan": { + "name": "FeelsWeirdMan", + "id": "713036161446182962", + "author": "425046879047385108", + "animated": false, + "created": 1590071468, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "feelsworryman": { + "name": "feelsworryman", + "id": "732368246736420995", + "author": "353109234201788427", + "animated": false, + "created": 1594680596, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Felegante": { + "name": "Felegante", + "id": "788233078711123969", + "author": "527593366645506058", + "animated": false, + "created": 1607999810, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "felipe": { + "name": "felipe", + "id": "745884233293365309", + "author": "450903155572736000", + "animated": false, + "created": 1597903059, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "feliz": { + "name": "feliz", + "id": "780894727934574603", + "author": "586365354713022478", + "animated": true, + "created": 1606250211, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "felizcumaramize": { + "name": "felizcumaramize", + "id": "788402414285881364", + "author": "379386592474955786", + "animated": false, + "created": 1608040183, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "felizjueves": { + "name": "felizjueves", + "id": "738250831530295386", + "author": "463885565306077184", + "animated": false, + "created": 1596083114, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "femboy_1": { + "name": "femboy_1", + "id": "787023557070159903", + "author": "688167964381675580", + "animated": false, + "created": 1607711438, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "fendifire_blue": { + "name": "fendifire_blue", + "id": "788976746124804099", + "author": "274682366784700416", + "animated": true, + "created": 1608177114, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "FendiSymPbSolidBlue": { + "name": "FendiSymPbSolidBlue", + "id": "789361150495031316", + "author": "776340947167739924", + "animated": true, + "created": 1608268763, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "fensher": { + "name": "fensher", + "id": "785935234045575228", + "author": "321696866494578688", + "animated": false, + "created": 1607451962, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "fernan": { + "name": "fernan", + "id": "696122452828487751", + "author": "552553608521187348", + "animated": false, + "created": 1586038926, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "FernanBaile": { + "name": "FernanBaile", + "id": "780513814990028830", + "author": "741850493088694343", + "animated": true, + "created": 1606159394, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "fernanelmista": { + "name": "fernanelmista", + "id": "781504056635949116", + "author": "426002740162854922", + "animated": false, + "created": 1606395486, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ferretblob": { + "name": "ferretblob", + "id": "492047507266994186", + "author": "140516693242937345", + "animated": false, + "created": 1532109092, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "fesh": { + "name": "fesh", + "id": "745385025574535318", + "author": "176760162579644428", + "animated": true, + "created": 1597784038, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "FF": { + "name": "FF", + "id": "709063949970047027", + "author": "541438093018923008", + "animated": false, + "created": 1589124419, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "fff": { + "name": "fff", + "id": "759094869527363647", + "author": "676818445068927006", + "animated": false, + "created": 1601052720, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ffpog": { + "name": "ffpog", + "id": "781186375738195998", + "author": "667087966857986088", + "animated": false, + "created": 1606319745, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "f_hitbytruck": { + "name": "f_hitbytruck", + "id": "783880395312594945", + "author": "697542753449672775", + "animated": true, + "created": 1606962050, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "fig3haaaw": { + "name": "fig3haaaw", + "id": "782352704352681984", + "author": "311133475191390210", + "animated": true, + "created": 1606597820, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "fight": { + "name": "fight", + "id": "676058700405932052", + "author": "461818566510116895", + "animated": true, + "created": 1581255354, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "fight2deaf": { + "name": "fight2deaf", + "id": "782225932508856331", + "author": "690953891482828890", + "animated": true, + "created": 1606567595, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "FIGHTFIGHTFIGHT": { + "name": "FIGHTFIGHTFIGHT", + "id": "782112766286626876", + "author": "690953891482828890", + "animated": true, + "created": 1606540614, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "figueiredoDance": { + "name": "figueiredoDance", + "id": "781684896133152788", + "author": "156202274748628992", + "animated": true, + "created": 1606438602, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "file_1906503_128x128": { + "name": "file_1906503_128x128", + "id": "782133872657694750", + "author": "414809605168824340", + "animated": false, + "created": 1606545646, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "FiloDance": { + "name": "FiloDance", + "id": "788988654580138015", + "author": "690848269022003220", + "animated": true, + "created": 1608179954, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "fingaguns": { + "name": "fingaguns", + "id": "782114901555544085", + "author": "690953891482828890", + "animated": false, + "created": 1606541123, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "finger4": { + "name": "finger4", + "id": "783955311810969601", + "author": "582451955440287744", + "animated": false, + "created": 1606979911, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "fingerguns": { + "name": "fingerguns", + "id": "683508654728937527", + "author": "433008702610472970", + "animated": false, + "created": 1583031562, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "fire": { + "name": "fire", + "id": "713408267090657370", + "author": "710593172543373322", + "animated": true, + "created": 1590160185, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "fire2": { + "name": "fire2", + "id": "780896011677204540", + "author": "586365354713022478", + "animated": true, + "created": 1606250517, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "fire4": { + "name": "fire4", + "id": "780895946769694751", + "author": "586365354713022478", + "animated": true, + "created": 1606250502, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "fire6": { + "name": "fire6", + "id": "780896076923928596", + "author": "586365354713022478", + "animated": true, + "created": 1606250533, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "FireBloodRed": { + "name": "FireBloodRed", + "id": "788976595502497813", + "author": "274682366784700416", + "animated": true, + "created": 1608177079, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "FireGreen": { + "name": "FireGreen", + "id": "788976473913425952", + "author": "274682366784700416", + "animated": true, + "created": 1608177050, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "FirePink": { + "name": "FirePink", + "id": "788976555605884948", + "author": "274682366784700416", + "animated": true, + "created": 1608177069, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "fischlweird": { + "name": "fischlweird", + "id": "774732468564656138", + "author": "209280535174971393", + "animated": false, + "created": 1604781014, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "FishJAM": { + "name": "FishJAM", + "id": "765364421161385994", + "author": "208963262094639104", + "animated": true, + "created": 1602547497, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "fishpog": { + "name": "fishpog", + "id": "763803894882369607", + "author": "412934579368886272", + "animated": true, + "created": 1602175439, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "f_kannaheart": { + "name": "f_kannaheart", + "id": "783880375214145566", + "author": "697542753449672775", + "animated": false, + "created": 1606962045, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "f_kannahuh": { + "name": "f_kannahuh", + "id": "783880354812395561", + "author": "697542753449672775", + "animated": false, + "created": 1606962040, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "f_kannanom": { + "name": "f_kannanom", + "id": "783880345640632352", + "author": "697542753449672775", + "animated": true, + "created": 1606962038, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "f_kannaout": { + "name": "f_kannaout", + "id": "783880330578231317", + "author": "697542753449672775", + "animated": false, + "created": 1606962034, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "f_kannapingnom": { + "name": "f_kannapingnom", + "id": "783880321694171176", + "author": "697542753449672775", + "animated": true, + "created": 1606962032, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "f_kannasippy": { + "name": "f_kannasippy", + "id": "783880313154830336", + "author": "697542753449672775", + "animated": true, + "created": 1606962030, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "f_kannasleepy": { + "name": "f_kannasleepy", + "id": "783880301599916072", + "author": "697542753449672775", + "animated": false, + "created": 1606962027, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "f_kannawatch": { + "name": "f_kannawatch", + "id": "783880289294352456", + "author": "697542753449672775", + "animated": false, + "created": 1606962024, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "f_kannawave": { + "name": "f_kannawave", + "id": "783880280830246953", + "author": "697542753449672775", + "animated": true, + "created": 1606962022, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "f_katheart": { + "name": "f_katheart", + "id": "783880263993393182", + "author": "697542753449672775", + "animated": true, + "created": 1606962018, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "fked": { + "name": "fked", + "id": "571820732800303127", + "author": "113776037812240388", + "animated": false, + "created": 1556403086, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "f_killuakith": { + "name": "f_killuakith", + "id": "783880225989197864", + "author": "697542753449672775", + "animated": true, + "created": 1606962009, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "f_kittywave": { + "name": "f_kittywave", + "id": "782674932541685761", + "author": "700050219995496568", + "animated": false, + "created": 1606674645, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "fl": { + "name": "fl", + "id": "724734833041080420", + "author": "425046879047385108", + "animated": false, + "created": 1592860649, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "flag_bi": { + "name": "flag_bi", + "id": "653036196988977152", + "author": "551857425586847774", + "animated": false, + "created": 1575766362, + "modified": 1575785191, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "flag_dr": { + "name": "flag_dr", + "id": "783246613702508544", + "author": "530756404693172234", + "animated": false, + "created": 1606810944, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "flag_transgender": { + "name": "flag_transgender", + "id": "653029881848004621", + "author": "551857425586847774", + "animated": false, + "created": 1575764856, + "modified": 1575785191, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "flailingfish": { + "name": "flailingfish", + "id": "787998814728224808", + "author": "304413971350552588", + "animated": true, + "created": 1607943957, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "FlandersBaile": { + "name": "FlandersBaile", + "id": "781371525755437086", + "author": "741850493088694343", + "animated": true, + "created": 1606363889, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "flandredance": { + "name": "flandredance", + "id": "773362740429455370", + "author": "739936426799661086", + "animated": true, + "created": 1604454445, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "flarefukkireta": { + "name": "flarefukkireta", + "id": "779160949293842432", + "author": "466061790627889167", + "animated": true, + "created": 1605836846, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "flicky_laughh": { + "name": "flicky_laughh", + "id": "788490538043047967", + "author": "225038304079380480", + "animated": false, + "created": 1608061193, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "flight": { + "name": "flight", + "id": "780885135348203561", + "author": "398627949756022796", + "animated": true, + "created": 1606247924, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "flight1": { + "name": "flight1", + "id": "783252011336466432", + "author": "515241734276513793", + "animated": true, + "created": 1606812231, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "FLINTLOCKWOOD": { + "name": "FLINTLOCKWOOD", + "id": "789357620322238465", + "author": "376553492833239051", + "animated": true, + "created": 1608267922, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "flipiXD": { + "name": "flipiXD", + "id": "776825916742565908", + "author": "743574688411811981", + "animated": false, + "created": 1605280131, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "fljerry": { + "name": "fljerry", + "id": "745798736541647001", + "author": "336021639970029569", + "animated": false, + "created": 1597882675, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "FLOOSH": { + "name": "FLOOSH", + "id": "720795902767530075", + "author": "585698374553174034", + "animated": false, + "created": 1591921535, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "flooshed": { + "name": "flooshed", + "id": "711477808425205770", + "author": "239333423095742464", + "animated": false, + "created": 1589699928, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Floppppe": { + "name": "Floppppe", + "id": "771537627576008744", + "author": "737371717785354334", + "animated": false, + "created": 1604019305, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "flosh": { + "name": "flosh", + "id": "712677397496856596", + "author": "417138170430357524", + "animated": false, + "created": 1589985932, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "floshed": { + "name": "floshed", + "id": "623649652473856020", + "author": "303284769356251137", + "animated": false, + "created": 1568760064, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Flow": { + "name": "Flow", + "id": "772828430172946442", + "author": "600654380307447839", + "animated": true, + "created": 1604327056, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "flowerpower": { + "name": "flowerpower", + "id": "780604965579784223", + "author": "671834928157294603", + "animated": false, + "created": 1606181127, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "flowey": { + "name": "flowey", + "id": "784853840318431252", + "author": "293107176355004416", + "animated": false, + "created": 1607194137, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "floweyeuno": { + "name": "floweyeuno", + "id": "756931621017616405", + "author": "293107176355004416", + "animated": false, + "created": 1600536961, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "floweyeusi": { + "name": "floweyeusi", + "id": "768198153618325526", + "author": "293107176355004416", + "animated": false, + "created": 1603223112, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "floweysinmoral": { + "name": "floweysinmoral", + "id": "768198063411953706", + "author": "293107176355004416", + "animated": false, + "created": 1603223090, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "floweythink": { + "name": "floweythink", + "id": "653786732415942677", + "author": "293107176355004416", + "animated": false, + "created": 1575945303, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "floweyuh": { + "name": "floweyuh", + "id": "768198311773077514", + "author": "293107176355004416", + "animated": false, + "created": 1603223150, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "FLspak": { + "name": "FLspak", + "id": "787658505444261888", + "author": "203858284459851776", + "animated": false, + "created": 1607862821, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "flsparkles": { + "name": "flsparkles", + "id": "729698583368040458", + "author": "425046879047385108", + "animated": true, + "created": 1594044099, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "FLspeak": { + "name": "FLspeak", + "id": "749307148005015582", + "author": "425046879047385108", + "animated": false, + "created": 1598719145, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Flush": { + "name": "Flush", + "id": "653324812575571998", + "author": "274574298289799168", + "animated": false, + "created": 1575835173, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "flushball": { + "name": "flushball", + "id": "761680516138139678", + "author": "312965970127749123", + "animated": true, + "created": 1601669186, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "flushboom": { + "name": "flushboom", + "id": "782114271625478175", + "author": "690953891482828890", + "animated": true, + "created": 1606540973, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "flushed": { + "name": "flushed", + "id": "673658757275975703", + "author": "543898940421177345", + "animated": false, + "created": 1580683163, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "flushed_clown": { + "name": "flushed_clown", + "id": "788811805568663583", + "author": "496114314944577537", + "animated": false, + "created": 1608137789, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "flushedOMG": { + "name": "flushedOMG", + "id": "753371350567223368", + "author": "397220822197993472", + "animated": false, + "created": 1599688127, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "flushedstrip": { + "name": "flushedstrip", + "id": "786793552021159956", + "author": "298606114365505547", + "animated": true, + "created": 1607656600, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "flushedstripp": { + "name": "flushedstripp", + "id": "786794799955968010", + "author": "330867047103725568", + "animated": true, + "created": 1607656898, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "flushedW": { + "name": "flushedW", + "id": "656267637134721063", + "author": "262033680401301506", + "animated": false, + "created": 1576536797, + "modified": 1589659997, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "flushega": { + "name": "flushega", + "id": "772758332573876254", + "author": "112471608865624064", + "animated": false, + "created": 1604310343, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "flushkitty": { + "name": "flushkitty", + "id": "782336534418423848", + "author": "196665012071170048", + "animated": true, + "created": 1606593965, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "flusterkitty": { + "name": "flusterkitty", + "id": "782815747192651806", + "author": "728030515726123028", + "animated": true, + "created": 1606708218, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "flustrip": { + "name": "flustrip", + "id": "786795033322848287", + "author": "330867047103725568", + "animated": true, + "created": 1607656954, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "fluush": { + "name": "fluush", + "id": "595801460642676738", + "author": "140516693242937345", + "animated": false, + "created": 1562120537, + "modified": 1562120541, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "fluuush_0": { + "name": "fluuush_0", + "id": "705724020464812093", + "author": "285148358815776768", + "animated": true, + "created": 1588328118, + "modified": 1588328358, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "fluuush_1": { + "name": "fluuush_1", + "id": "705724703196839976", + "author": "285148358815776768", + "animated": true, + "created": 1588328281, + "modified": 1588328358, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "fluuush_2": { + "name": "fluuush_2", + "id": "705724728991678494", + "author": "246938839720001536", + "animated": true, + "created": 1588328287, + "modified": 1588328358, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "fluuush_3": { + "name": "fluuush_3", + "id": "705724730140917760", + "author": "246938839720001536", + "animated": true, + "created": 1588328287, + "modified": 1588328358, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "flweird": { + "name": "flweird", + "id": "574595923208962051", + "author": "203858284459851776", + "animated": false, + "created": 1557064743, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "flwtf": { + "name": "flwtf", + "id": "768533899474370620", + "author": "353109234201788427", + "animated": false, + "created": 1603303160, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "fmage": { + "name": "fmage", + "id": "764964420253646878", + "author": "113776037812240388", + "animated": false, + "created": 1602452130, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "f_marudead": { + "name": "f_marudead", + "id": "783880254078582794", + "author": "697542753449672775", + "animated": true, + "created": 1606962016, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "FM_dataespectacular": { + "name": "FM_dataespectacular", + "id": "784448728256872488", + "author": "439545669703827466", + "animated": false, + "created": 1607097551, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "FM_debilisimo": { + "name": "FM_debilisimo", + "id": "784448592399040582", + "author": "439545669703827466", + "animated": false, + "created": 1607097518, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Fmen": { + "name": "Fmen", + "id": "723404106835951656", + "author": "500141024320946176", + "animated": false, + "created": 1592543379, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "FM_perturbador": { + "name": "FM_perturbador", + "id": "782073626429620274", + "author": "439545669703827466", + "animated": false, + "created": 1606531282, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "f_nekohappy": { + "name": "f_nekohappy", + "id": "783880240471474188", + "author": "697542753449672775", + "animated": true, + "created": 1606962013, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "fnme_modalert": { + "name": "fnme_modalert", + "id": "786521739458904064", + "author": "426282697422274561", + "animated": true, + "created": 1607591795, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "focamimir": { + "name": "focamimir", + "id": "733542404270850200", + "author": "691838494581981218", + "animated": true, + "created": 1594960537, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "focawait": { + "name": "focawait", + "id": "781189202871713802", + "author": "652302327088152577", + "animated": false, + "created": 1606320419, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "fodase": { + "name": "fodase", + "id": "684379524934270987", + "author": "637777592103075840", + "animated": true, + "created": 1583239194, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "fogg": { + "name": "fogg", + "id": "770885254910312468", + "author": "466061790627889167", + "animated": false, + "created": 1603863767, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "foh_da_clout": { + "name": "foh_da_clout", + "id": "782949372501164034", + "author": "740005349544820878", + "animated": true, + "created": 1606740077, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "fojcdrop": { + "name": "fojcdrop", + "id": "760970477912719380", + "author": "425046879047385108", + "animated": false, + "created": 1601499900, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "fokiu": { + "name": "fokiu", + "id": "765076721912250419", + "author": "508054192758194176", + "animated": true, + "created": 1602478905, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "follable": { + "name": "follable", + "id": "754032365939982498", + "author": "637658508950765569", + "animated": false, + "created": 1599845725, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "follarmela2": { + "name": "follarmela2", + "id": "732409776352395306", + "author": "531570016282214432", + "animated": false, + "created": 1594690498, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "foo": { + "name": "foo", + "id": "602080676807704627", + "author": "269722109863919617", + "animated": false, + "created": 1563617619, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "foods": { + "name": "foods", + "id": "782512826995703808", + "author": "368812119518609409", + "animated": false, + "created": 1606635996, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "food_simp": { + "name": "food_simp", + "id": "784440455931887697", + "author": "711751154119475291", + "animated": false, + "created": 1607095579, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "footkith": { + "name": "footkith", + "id": "786683253880127549", + "author": "676134602837852172", + "animated": true, + "created": 1607630303, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "fork": { + "name": "fork", + "id": "492047520541835285", + "author": "150657331212976128", + "animated": false, + "created": 1525387943, + "modified": 1537383687, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "fornite": { + "name": "fornite", + "id": "668134705920737313", + "author": "631964191409963013", + "animated": true, + "created": 1579366127, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "forsenPls": { + "name": "forsenPls", + "id": "770225570046410782", + "author": "437547792723083264", + "animated": true, + "created": 1603706486, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "forsnow": { + "name": "forsnow", + "id": "785499322325270528", + "author": "434603155695730709", + "animated": true, + "created": 1607348032, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "fortnite": { + "name": "fortnite", + "id": "419224828847849474", + "author": "199162343085572097", + "animated": false, + "created": 1525387943, + "modified": 1533892037, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "foxel": { + "name": "foxel", + "id": "760893087807045682", + "author": "441317661100605440", + "animated": false, + "created": 1601481448, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "foxelaaah": { + "name": "foxelaaah", + "id": "778632400199614484", + "author": "479370177209696267", + "animated": false, + "created": 1605710830, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "foxelgasm": { + "name": "foxelgasm", + "id": "782071482339557376", + "author": "479370177209696267", + "animated": false, + "created": 1606530771, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "foxerenojao": { + "name": "foxerenojao", + "id": "741116054230532126", + "author": "390156982730096640", + "animated": false, + "created": 1596766236, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "foxesion": { + "name": "foxesion", + "id": "726987525415108629", + "author": "188346320904388608", + "animated": false, + "created": 1593397732, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "foxo": { + "name": "foxo", + "id": "788919069939728384", + "author": "457800274887573515", + "animated": true, + "created": 1608163363, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "foxudon": { + "name": "foxudon", + "id": "785383022437335090", + "author": "454495962426114058", + "animated": false, + "created": 1607320304, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "fpfish": { + "name": "fpfish", + "id": "762711630529691688", + "author": "353109234201788427", + "animated": false, + "created": 1601915023, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "fpweird": { + "name": "fpweird", + "id": "571709938410192906", + "author": "248555831866556446", + "animated": false, + "created": 1556376671, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "fr": { + "name": "fr", + "id": "714918806975283280", + "author": "281563194843987968", + "animated": true, + "created": 1590520326, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "fraggo": { + "name": "fraggo", + "id": "571021323061690378", + "author": "308794315834916864", + "animated": false, + "created": 1556212492, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "franco": { + "name": "franco", + "id": "718159692073009222", + "author": "348642480138485760", + "animated": false, + "created": 1591293013, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "freakoutmad": { + "name": "freakoutmad", + "id": "782813044803108865", + "author": "760975697392173067", + "animated": true, + "created": 1606707573, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "fredzilla": { + "name": "fredzilla", + "id": "783577745724538900", + "author": "496037931140513800", + "animated": false, + "created": 1606889892, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "freefire": { + "name": "freefire", + "id": "596082971304525827", + "author": "527943370476093450", + "animated": true, + "created": 1562187655, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "friendship": { + "name": "friendship", + "id": "787992646181322782", + "author": "304413971350552588", + "animated": true, + "created": 1607942487, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Frog": { + "name": "Frog", + "id": "757986997326315742", + "author": "397220822197993472", + "animated": false, + "created": 1600788583, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "FrogeHmm": { + "name": "FrogeHmm", + "id": "788493769162227723", + "author": "645482510930673675", + "animated": false, + "created": 1608061964, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "frogeyes": { + "name": "frogeyes", + "id": "786153198683160586", + "author": "676134602837852172", + "animated": false, + "created": 1607503928, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "froggo": { + "name": "froggo", + "id": "541684324890705950", + "author": "273193585913102347", + "animated": false, + "created": 1549218007, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "froggy_chair": { + "name": "froggy_chair", + "id": "781365241829130290", + "author": "554153287109181440", + "animated": false, + "created": 1606362390, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "froggyshy": { + "name": "froggyshy", + "id": "787997593711018015", + "author": "304413971350552588", + "animated": true, + "created": 1607943666, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "froghearts": { + "name": "froghearts", + "id": "785852565162033182", + "author": "684477455028846624", + "animated": false, + "created": 1607432252, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "froghello": { + "name": "froghello", + "id": "786153300630044692", + "author": "676134602837852172", + "animated": true, + "created": 1607503952, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "froghugloving": { + "name": "froghugloving", + "id": "786153262013218816", + "author": "676134602837852172", + "animated": false, + "created": 1607503943, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "froglickingjail": { + "name": "froglickingjail", + "id": "786153249975697419", + "author": "676134602837852172", + "animated": true, + "created": 1607503940, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "frogokcry": { + "name": "frogokcry", + "id": "786153236066467881", + "author": "676134602837852172", + "animated": false, + "created": 1607503937, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "frogpoof": { + "name": "frogpoof", + "id": "781894484153335828", + "author": "488694672441737236", + "animated": true, + "created": 1606488572, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "frogread": { + "name": "frogread", + "id": "786153217934360576", + "author": "676134602837852172", + "animated": false, + "created": 1607503933, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "frogshooter": { + "name": "frogshooter", + "id": "786153273320275969", + "author": "676134602837852172", + "animated": true, + "created": 1607503946, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "frogsimp": { + "name": "frogsimp", + "id": "786153284603871243", + "author": "676134602837852172", + "animated": false, + "created": 1607503949, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "frogspin": { + "name": "frogspin", + "id": "695856185873530881", + "author": "227165235293847552", + "animated": true, + "created": 1585975443, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "frogtea": { + "name": "frogtea", + "id": "785852641841512459", + "author": "684477455028846624", + "animated": false, + "created": 1607432270, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "frogue": { + "name": "frogue", + "id": "780975560469381132", + "author": "268138992606773248", + "animated": false, + "created": 1606269483, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "frogwow": { + "name": "frogwow", + "id": "785852707608199168", + "author": "684477455028846624", + "animated": false, + "created": 1607432286, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Frutal": { + "name": "Frutal", + "id": "719688667324743681", + "author": "654367704563843087", + "animated": false, + "created": 1591657549, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "F_spam": { + "name": "F_spam", + "id": "784441890338635777", + "author": "711751154119475291", + "animated": false, + "created": 1607095921, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "f_spin": { + "name": "f_spin", + "id": "783880198508642304", + "author": "697542753449672775", + "animated": true, + "created": 1606962003, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "fu": { + "name": "fu", + "id": "696552160250429450", + "author": "348642480138485760", + "animated": false, + "created": 1586141376, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Fua": { + "name": "Fua", + "id": "769042771650543637", + "author": "580939801243549697", + "animated": false, + "created": 1603424485, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "fubuki": { + "name": "fubuki", + "id": "705542928688480256", + "author": "518908793866944532", + "animated": true, + "created": 1588284942, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "fuck": { + "name": "fuck", + "id": "417059746504376320", + "author": "315430363231158274", + "animated": false, + "created": 1525387943, + "modified": 1533892037, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "fuck2": { + "name": "fuck2", + "id": "778067537921179659", + "author": "543123756869222400", + "animated": true, + "created": 1605576156, + "modified": 1605596889, + "preserve": false, + "description": null, + "nsfw": "MOD_NSFW" + }, + "Fucking": { + "name": "Fucking", + "id": "783881890021113907", + "author": "697542753449672775", + "animated": true, + "created": 1606962406, + "modified": 1606978459, + "preserve": false, + "description": null, + "nsfw": "MOD_NSFW" + }, + "fuckk": { + "name": "fuckk", + "id": "760941730757083136", + "author": "293107176355004416", + "animated": false, + "created": 1601493046, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "FuckMeBabe": { + "name": "FuckMeBabe", + "id": "788398833352704000", + "author": "715373648520806432", + "animated": true, + "created": 1608039329, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "fuckmedaddy": { + "name": "fuckmedaddy", + "id": "782344168897773589", + "author": "520730446259290122", + "animated": false, + "created": 1606595785, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "fuck_offu": { + "name": "fuck_offu", + "id": "784440432586915882", + "author": "711751154119475291", + "animated": false, + "created": 1607095574, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "FuckU": { + "name": "FuckU", + "id": "729905656806506536", + "author": "654709814240477194", + "animated": false, + "created": 1594093469, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "FUCKYOU": { + "name": "FUCKYOU", + "id": "651872416439468062", + "author": "361201658450935811", + "animated": false, + "created": 1575488895, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "fue": { + "name": "fue", + "id": "653792832489783297", + "author": "293107176355004416", + "animated": false, + "created": 1575946758, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "fuee": { + "name": "fuee", + "id": "774956513176453141", + "author": "521800936553971719", + "animated": false, + "created": 1604834430, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "fuego": { + "name": "fuego", + "id": "740644500715601930", + "author": "287711579749744642", + "animated": false, + "created": 1596653809, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "fufi": { + "name": "fufi", + "id": "780604640554909717", + "author": "546444302348320778", + "animated": true, + "created": 1606181049, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "fufipadoru": { + "name": "fufipadoru", + "id": "783144848437936138", + "author": "546444302348320778", + "animated": false, + "created": 1606786682, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Fufu": { + "name": "Fufu", + "id": "784441931563925514", + "author": "711751154119475291", + "animated": false, + "created": 1607095930, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "fuk_u": { + "name": "fuk_u", + "id": "786084852021592064", + "author": "730519813184815126", + "animated": false, + "created": 1607487633, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Fullcounter": { + "name": "Fullcounter", + "id": "748367983440560198", + "author": "486886605760626688", + "animated": false, + "created": 1598495231, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "fumino": { + "name": "fumino", + "id": "760293411345137684", + "author": "257252090642956288", + "animated": false, + "created": 1601338474, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "fuminoyandere": { + "name": "fuminoyandere", + "id": "779451408940138516", + "author": "293107176355004416", + "animated": false, + "created": 1605906097, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "fumo": { + "name": "fumo", + "id": "735990753414742037", + "author": "463529400886099972", + "animated": false, + "created": 1595544269, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "fumossehugandomuitofofas": { + "name": "fumossehugandomuitofofas", + "id": "790075371935891517", + "author": "185567942555992064", + "animated": true, + "created": 1608439047, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "funa": { + "name": "funa", + "id": "748209460492763166", + "author": "724114278063407136", + "animated": false, + "created": 1598457436, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "funacion": { + "name": "funacion", + "id": "787861601927036939", + "author": "586219689466658816", + "animated": false, + "created": 1607911243, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "funado": { + "name": "funado", + "id": "754024606670651502", + "author": "427135249152212992", + "animated": false, + "created": 1599843875, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "funded": { + "name": "funded", + "id": "730417809783521280", + "author": "425046879047385108", + "animated": false, + "created": 1594215582, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "funneerope": { + "name": "funneerope", + "id": "782740348341715014", + "author": "748023719833894942", + "animated": false, + "created": 1606690241, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "funnie": { + "name": "funnie", + "id": "788384294217187421", + "author": "486148342108127253", + "animated": false, + "created": 1608035863, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "funnie2": { + "name": "funnie2", + "id": "788394186687643662", + "author": "486148342108127253", + "animated": false, + "created": 1608038221, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "funny": { + "name": "funny", + "id": "623935255270916117", + "author": "502712228932354048", + "animated": true, + "created": 1568828157, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "funnyilaughed": { + "name": "funnyilaughed", + "id": "766419153832771594", + "author": "489615207069384714", + "animated": false, + "created": 1602798965, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "furioso": { + "name": "furioso", + "id": "771425304635637760", + "author": "475156812329517068", + "animated": false, + "created": 1603992525, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "furret": { + "name": "furret", + "id": "570130201573457940", + "author": "269722109863919617", + "animated": false, + "created": 1556000032, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "FurretDance": { + "name": "FurretDance", + "id": "644717749666447363", + "author": "279854275016916992", + "animated": true, + "created": 1573783090, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "furretdeleled": { + "name": "furretdeleled", + "id": "784815588454563851", + "author": "435166381189758998", + "animated": false, + "created": 1607185017, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "furretoyeah": { + "name": "furretoyeah", + "id": "784836079446261800", + "author": "512509857606139905", + "animated": false, + "created": 1607189902, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "FurretSpin": { + "name": "FurretSpin", + "id": "753442898904612864", + "author": "397220822197993472", + "animated": true, + "created": 1599705185, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "FurretWalk": { + "name": "FurretWalk", + "id": "601215555227090954", + "author": "524761766606143493", + "animated": true, + "created": 1563411358, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "furrin": { + "name": "furrin", + "id": "756367005098967170", + "author": "464961710462205952", + "animated": false, + "created": 1600402346, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "furrito": { + "name": "furrito", + "id": "768634322588008449", + "author": "515384043454595104", + "animated": false, + "created": 1603327103, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "furro": { + "name": "furro", + "id": "588927392643285023", + "author": "308689027052208128", + "animated": false, + "created": 1560481632, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "furro2": { + "name": "furro2", + "id": "784938572972032000", + "author": "753681432718737480", + "animated": false, + "created": 1607214339, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "furro3": { + "name": "furro3", + "id": "787223174613041162", + "author": "753681432718737480", + "animated": false, + "created": 1607759030, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "furro4": { + "name": "furro4", + "id": "788496961187348561", + "author": "546474895660548136", + "animated": false, + "created": 1608062725, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "furrobueno": { + "name": "furrobueno", + "id": "759938565370544159", + "author": "326733379678633985", + "animated": true, + "created": 1601253873, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "furrogei": { + "name": "furrogei", + "id": "750492698401701949", + "author": "326733379678633985", + "animated": false, + "created": 1599001803, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "furro_llorando": { + "name": "furro_llorando", + "id": "783488544735363102", + "author": "701103722453008518", + "animated": false, + "created": 1606868625, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "furromalo": { + "name": "furromalo", + "id": "759812399879946301", + "author": "326733379678633985", + "animated": false, + "created": 1601223797, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "furry": { + "name": "furry", + "id": "492047542901538827", + "author": "382580526453882893", + "animated": false, + "created": 1536633919, + "modified": 1537383692, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "furrygasp": { + "name": "furrygasp", + "id": "789054374672072704", + "author": "450065799470907404", + "animated": false, + "created": 1608195622, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "furrylook": { + "name": "furrylook", + "id": "777431367113113600", + "author": "438644880152068127", + "animated": false, + "created": 1605424481, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "FurryNyaCord": { + "name": "FurryNyaCord", + "id": "788248854952542238", + "author": "527593366645506058", + "animated": false, + "created": 1608003572, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "furryweird": { + "name": "furryweird", + "id": "607607454251089951", + "author": "98425391647031296", + "animated": false, + "created": 1564935306, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Futa": { + "name": "Futa", + "id": "779413216111493160", + "author": "444213647321989121", + "animated": false, + "created": 1605896991, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "FUTsalamence": { + "name": "FUTsalamence", + "id": "774297532548251739", + "author": "485868607989874728", + "animated": false, + "created": 1604677317, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "FUTsnovers": { + "name": "FUTsnovers", + "id": "774296910923169832", + "author": "485868607989874728", + "animated": false, + "created": 1604677169, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "fwm": { + "name": "fwm", + "id": "787857887044173844", + "author": "353109234201788427", + "animated": false, + "created": 1607910358, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ga": { + "name": "ga", + "id": "683692488703213568", + "author": "425533249771667456", + "animated": false, + "created": 1583075391, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "gaaa": { + "name": "gaaa", + "id": "640674013563060239", + "author": "374339613864624130", + "animated": false, + "created": 1572818988, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "gabdance": { + "name": "gabdance", + "id": "748727597587890208", + "author": "245298258124079105", + "animated": true, + "created": 1598580970, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "GabSmile": { + "name": "GabSmile", + "id": "782741255183532072", + "author": "507735062955950080", + "animated": false, + "created": 1606690457, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "gachihyper": { + "name": "gachihyper", + "id": "747218079087591498", + "author": "205686573457604609", + "animated": true, + "created": 1598221072, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "gachipls": { + "name": "gachipls", + "id": "787011161387827220", + "author": "364295643784806410", + "animated": true, + "created": 1607708482, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "gagacry": { + "name": "gagacry", + "id": "783006716044378133", + "author": "671834928157294603", + "animated": true, + "created": 1606753748, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "gagura": { + "name": "gagura", + "id": "769762093356023829", + "author": "358457900546654209", + "animated": true, + "created": 1603595984, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "gajar": { + "name": "gajar", + "id": "733022697310650398", + "author": "256056872254177281", + "animated": false, + "created": 1594836630, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "gajarspeak": { + "name": "gajarspeak", + "id": "740502674318950401", + "author": "281563194843987968", + "animated": false, + "created": 1596619995, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "galaxy": { + "name": "galaxy", + "id": "770000420830707783", + "author": "225413493010989058", + "animated": false, + "created": 1603652806, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "galicia": { + "name": "galicia", + "id": "789844510003822632", + "author": "399348446525390849", + "animated": false, + "created": 1608384005, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Galleta": { + "name": "Galleta", + "id": "760836088742019072", + "author": "525464605108076567", + "animated": false, + "created": 1601467859, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Gamemode3": { + "name": "Gamemode3", + "id": "780157389139345468", + "author": "475050981185421312", + "animated": false, + "created": 1606074416, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ganen": { + "name": "ganen", + "id": "784108634039648277", + "author": "701340890404487219", + "animated": false, + "created": 1607016466, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "gangsterelmo": { + "name": "gangsterelmo", + "id": "789927059761659964", + "author": "756906411295768647", + "animated": false, + "created": 1608403687, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "garcias": { + "name": "garcias", + "id": "702757407876710480", + "author": "287711579749744642", + "animated": false, + "created": 1587620822, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "gasm": { + "name": "gasm", + "id": "737306416590880799", + "author": "519641828492836905", + "animated": false, + "created": 1595857948, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "gasp": { + "name": "gasp", + "id": "520413575810908172", + "author": "196665012071170048", + "animated": false, + "created": 1544146665, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "gatau": { + "name": "gatau", + "id": "784670209986134056", + "author": "732455822881193984", + "animated": false, + "created": 1607150356, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "gataucraft": { + "name": "gataucraft", + "id": "784667568114761768", + "author": "732455822881193984", + "animated": false, + "created": 1607149726, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "gatito": { + "name": "gatito", + "id": "735148381193896016", + "author": "667087966857986088", + "animated": false, + "created": 1595343432, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "gatitobailando": { + "name": "gatitobailando", + "id": "747833313154171000", + "author": "421672017549590529", + "animated": true, + "created": 1598367756, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "GatitoLindoPrecioso": { + "name": "GatitoLindoPrecioso", + "id": "790018519805984799", + "author": "525464605108076567", + "animated": false, + "created": 1608425493, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "gato": { + "name": "gato", + "id": "609080431161114639", + "author": "575488391399866378", + "animated": false, + "created": 1565286491, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "gato1": { + "name": "gato1", + "id": "781221584207216710", + "author": "573511947404705803", + "animated": true, + "created": 1606328140, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "gatoanimadobaile": { + "name": "gatoanimadobaile", + "id": "783168413370417172", + "author": "731734695750008892", + "animated": true, + "created": 1606792300, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "gatobaile": { + "name": "gatobaile", + "id": "748478265370345553", + "author": "410178205409083402", + "animated": true, + "created": 1598521524, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "GatoBaile2": { + "name": "GatoBaile2", + "id": "782900823801593866", + "author": "741850493088694343", + "animated": true, + "created": 1606728502, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "GatoBaile3": { + "name": "GatoBaile3", + "id": "782906842211942420", + "author": "741850493088694343", + "animated": true, + "created": 1606729936, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "GatoBaile4": { + "name": "GatoBaile4", + "id": "782910973286809600", + "author": "741850493088694343", + "animated": true, + "created": 1606730921, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "gatobailefast": { + "name": "gatobailefast", + "id": "787855291327971352", + "author": "586219689466658816", + "animated": true, + "created": 1607909739, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "gatocajafire": { + "name": "gatocajafire", + "id": "770457460854226975", + "author": "257252090642956288", + "animated": false, + "created": 1603761773, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "gatocajafuego": { + "name": "gatocajafuego", + "id": "781544423602913291", + "author": "293107176355004416", + "animated": false, + "created": 1606405111, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "gatopan": { + "name": "gatopan", + "id": "780543602404229151", + "author": "655207049155575825", + "animated": false, + "created": 1606166496, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "gatopapa": { + "name": "gatopapa", + "id": "782493718694461460", + "author": "512509857606139905", + "animated": false, + "created": 1606631440, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "gatoparado": { + "name": "gatoparado", + "id": "692517952288981004", + "author": "461818566510116895", + "animated": false, + "created": 1585179546, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "gatoque": { + "name": "gatoque", + "id": "787535294031200257", + "author": "719442350996193301", + "animated": false, + "created": 1607833445, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "gatosexo": { + "name": "gatosexo", + "id": "735322165167259741", + "author": "705592580196270120", + "animated": false, + "created": 1595384866, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "gatotest": { + "name": "gatotest", + "id": "781695550734729237", + "author": "468192500025262081", + "animated": false, + "created": 1606441142, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "GatoTruco": { + "name": "GatoTruco", + "id": "764602107344584714", + "author": "622566487697260587", + "animated": true, + "created": 1602365748, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "gatoxd": { + "name": "gatoxd", + "id": "781961155643047956", + "author": "406308174497316865", + "animated": true, + "created": 1606504467, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "g_attack1": { + "name": "g_attack1", + "id": "789002933270085653", + "author": "527449870873657344", + "animated": true, + "created": 1608183358, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "g_attack2": { + "name": "g_attack2", + "id": "789003228666003499", + "author": "527449870873657344", + "animated": true, + "created": 1608183428, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "gawd": { + "name": "gawd", + "id": "704755128112250950", + "author": "427050223689531392", + "animated": false, + "created": 1588097116, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "gay": { + "name": "gay", + "id": "457608409743622144", + "author": "140516693242937345", + "animated": false, + "created": 1529187146, + "modified": 1533892037, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "gay1": { + "name": "gay1", + "id": "767234250855415819", + "author": "676818445068927006", + "animated": false, + "created": 1602993300, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "gay2": { + "name": "gay2", + "id": "767234297207193671", + "author": "676818445068927006", + "animated": false, + "created": 1602993311, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "gayalamira": { + "name": "gayalamira", + "id": "784331489974157322", + "author": "431225704563081216", + "animated": false, + "created": 1607069599, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "gazeofabyss": { + "name": "gazeofabyss", + "id": "786075764813463591", + "author": "413017692287795200", + "animated": false, + "created": 1607485467, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "geez": { + "name": "geez", + "id": "782742500380377089", + "author": "748023719833894942", + "animated": false, + "created": 1606690754, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "gege": { + "name": "gege", + "id": "758896271091171379", + "author": "528990209589903376", + "animated": false, + "created": 1601005370, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "gegemorreutrouxa": { + "name": "gegemorreutrouxa", + "id": "764163260395683871", + "author": "729015115411750943", + "animated": false, + "created": 1602261118, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "gei": { + "name": "gei", + "id": "687086704032874520", + "author": "582926801160896522", + "animated": false, + "created": 1583884635, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "gelud": { + "name": "gelud", + "id": "549954168018960396", + "author": "403597576223326228", + "animated": true, + "created": 1551189691, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "genderfluid": { + "name": "genderfluid", + "id": "492047558693355531", + "author": "140516693242937345", + "animated": false, + "created": 1534206333, + "modified": 1537383696, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "genderqueer": { + "name": "genderqueer", + "id": "492047560546975755", + "author": "140516693242937345", + "animated": false, + "created": 1534206255, + "modified": 1537383696, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "genericdance": { + "name": "genericdance", + "id": "782308235122049085", + "author": "351894832857481216", + "animated": true, + "created": 1606587218, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "genshinmain": { + "name": "genshinmain", + "id": "773598961919459369", + "author": "95039498525618176", + "animated": false, + "created": 1604510765, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "gentleblob": { + "name": "gentleblob", + "id": "492047562979672074", + "author": "140516693242937345", + "animated": false, + "created": 1525387943, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "gentlemen": { + "name": "gentlemen", + "id": "788419211382227014", + "author": "354801294533459968", + "animated": false, + "created": 1608044188, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ger": { + "name": "ger", + "id": "774000353661812747", + "author": "573261378757066782", + "animated": false, + "created": 1604606464, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "GES_Bra": { + "name": "GES_Bra", + "id": "786155427896360970", + "author": "676134602837852172", + "animated": false, + "created": 1607504460, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "GES_SimpSign": { + "name": "GES_SimpSign", + "id": "786155415938662432", + "author": "676134602837852172", + "animated": false, + "created": 1607504457, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "getnaenaed": { + "name": "getnaenaed", + "id": "782336487370129430", + "author": "694949241998671922", + "animated": true, + "created": 1606593953, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "gg": { + "name": "gg", + "id": "415971178797334528", + "author": "140516693242937345", + "animated": false, + "created": 1525387943, + "modified": 1533892037, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "gg1": { + "name": "gg1", + "id": "738411749434327121", + "author": "328327250682576897", + "animated": true, + "created": 1596121480, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "gg2": { + "name": "gg2", + "id": "782455082872340520", + "author": "567390950838501376", + "animated": false, + "created": 1606622229, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ggers": { + "name": "ggers", + "id": "775411219154599966", + "author": "338588328716795914", + "animated": false, + "created": 1604942841, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ggius": { + "name": "ggius", + "id": "776493638430621747", + "author": "293107176355004416", + "animated": false, + "created": 1605200910, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ghost": { + "name": "ghost", + "id": "759407706896990209", + "author": "428461954064056340", + "animated": true, + "created": 1601127306, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "gian": { + "name": "gian", + "id": "775399646737596426", + "author": "351864401265033217", + "animated": true, + "created": 1604940082, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "gibaccount": { + "name": "gibaccount", + "id": "787976200412200980", + "author": "320427833421987850", + "animated": false, + "created": 1607938566, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "gi_cheer": { + "name": "gi_cheer", + "id": "782675288953847839", + "author": "700050219995496568", + "animated": false, + "created": 1606674730, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "gif": { + "name": "gif", + "id": "736752588254478387", + "author": "376553492833239051", + "animated": true, + "created": 1595725905, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "GIFCS_z_PopCorn": { + "name": "GIFCS_z_PopCorn", + "id": "785742584861032458", + "author": "715606162224971898", + "animated": true, + "created": 1607406030, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "gifsc_sadpu": { + "name": "gifsc_sadpu", + "id": "786521183742066689", + "author": "475441723410219012", + "animated": true, + "created": 1607591663, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "gifstorybanned": { + "name": "gifstorybanned", + "id": "785760164045258752", + "author": "586886106289668127", + "animated": true, + "created": 1607410221, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "gigachad": { + "name": "gigachad", + "id": "680609152225247324", + "author": "620744223267749888", + "animated": false, + "created": 1582340267, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "giggle": { + "name": "giggle", + "id": "729819512299323483", + "author": "295258635674714112", + "animated": false, + "created": 1594072931, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "giggle2": { + "name": "giggle2", + "id": "786298504179089408", + "author": "734977654314237973", + "animated": false, + "created": 1607538572, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "giggles": { + "name": "giggles", + "id": "776429940811235369", + "author": "683773349939249255", + "animated": false, + "created": 1605185723, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "gigglingfatty": { + "name": "gigglingfatty", + "id": "782746544554115072", + "author": "163352673456881667", + "animated": true, + "created": 1606691719, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "gi_heart": { + "name": "gi_heart", + "id": "782675242874306570", + "author": "700050219995496568", + "animated": false, + "created": 1606674719, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "gi_laugh": { + "name": "gi_laugh", + "id": "782675270363775046", + "author": "700050219995496568", + "animated": false, + "created": 1606674725, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "gimme": { + "name": "gimme", + "id": "749647938304737290", + "author": "103103764063354880", + "animated": true, + "created": 1598800397, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "gi_OHSHI": { + "name": "gi_OHSHI", + "id": "782675225228607508", + "author": "700050219995496568", + "animated": false, + "created": 1606674715, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Giorno": { + "name": "Giorno", + "id": "595770453461827604", + "author": "200996584077524994", + "animated": false, + "created": 1562113145, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "giphy1508": { + "name": "giphy1508", + "id": "781738505038200843", + "author": "664666006991405057", + "animated": true, + "created": 1606451383, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "GIRLBYEEEE": { + "name": "GIRLBYEEEE", + "id": "784119220317061124", + "author": "762903203804741693", + "animated": true, + "created": 1607018993, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "girlpats": { + "name": "girlpats", + "id": "773967037541122078", + "author": "684477455028846624", + "animated": true, + "created": 1604598521, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "git": { + "name": "git", + "id": "492047569967644672", + "author": "150657331212976128", + "animated": false, + "created": 1525387943, + "modified": 1537383699, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "github": { + "name": "github", + "id": "492047571066421292", + "author": "356091260429402122", + "animated": false, + "created": 1535265589, + "modified": 1537383699, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "gitlab": { + "name": "gitlab", + "id": "492047573360836618", + "author": "356091260429402122", + "animated": false, + "created": 1535265584, + "modified": 1537383699, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "GIVEGIVEGIVEME": { + "name": "GIVEGIVEGIVEME", + "id": "782115036550266930", + "author": "690953891482828890", + "animated": true, + "created": 1606541155, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "giveme": { + "name": "giveme", + "id": "632667470913732628", + "author": "287711579749744642", + "animated": false, + "created": 1570910079, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "glacia": { + "name": "glacia", + "id": "785517553006018571", + "author": "431503640193138689", + "animated": false, + "created": 1607352379, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "gladge": { + "name": "gladge", + "id": "763851885957742592", + "author": "168172407662706688", + "animated": false, + "created": 1602186881, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "glare": { + "name": "glare", + "id": "471320190685282305", + "author": "98425391647031296", + "animated": false, + "created": 1532441890, + "modified": 1533892037, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "glitchthenk": { + "name": "glitchthenk", + "id": "758112598674898965", + "author": "428461954064056340", + "animated": true, + "created": 1600818528, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "globoxgun": { + "name": "globoxgun", + "id": "781277746029395979", + "author": "535881000169897995", + "animated": false, + "created": 1606341530, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "gn": { + "name": "gn", + "id": "575617432094375936", + "author": "508276261219598347", + "animated": false, + "created": 1557308290, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "gnight": { + "name": "gnight", + "id": "787344067146416198", + "author": "353109234201788427", + "animated": false, + "created": 1607787853, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "gnome": { + "name": "gnome", + "id": "492047577076858920", + "author": "356091260429402122", + "animated": false, + "created": 1535265584, + "modified": 1537383700, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "gnomed": { + "name": "gnomed", + "id": "771571882574741524", + "author": "763240979091292180", + "animated": false, + "created": 1604027472, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "go": { + "name": "go", + "id": "724673090638053429", + "author": "606866224114302976", + "animated": false, + "created": 1592845928, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "goatchair": { + "name": "goatchair", + "id": "777603044010754129", + "author": "428330901659713546", + "animated": false, + "created": 1605465412, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "gocrazy": { + "name": "gocrazy", + "id": "785974094830764113", + "author": "632211012551966750", + "animated": true, + "created": 1607461227, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "God": { + "name": "God", + "id": "656268061619388417", + "author": "324291501435781120", + "animated": false, + "created": 1576536898, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "goddammit": { + "name": "goddammit", + "id": "774000533165309953", + "author": "221369307064434688", + "animated": false, + "created": 1604606507, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "godly": { + "name": "godly", + "id": "748952574471831572", + "author": "332890251024662529", + "animated": false, + "created": 1598634608, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "goerp": { + "name": "goerp", + "id": "748136752610279475", + "author": "183269696546668544", + "animated": false, + "created": 1598440101, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "gogh": { + "name": "gogh", + "id": "788574011449540679", + "author": "488054792325824532", + "animated": true, + "created": 1608081095, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "GoGoTomago": { + "name": "GoGoTomago", + "id": "782158510540062749", + "author": "496037931140513800", + "animated": false, + "created": 1606551520, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "gohty": { + "name": "gohty", + "id": "786296911232499752", + "author": "764959072755515452", + "animated": false, + "created": 1607538192, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "gojou_carefree": { + "name": "gojou_carefree", + "id": "788047824809885746", + "author": "363960161515077634", + "animated": false, + "created": 1607955642, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "goku": { + "name": "goku", + "id": "681617434544963631", + "author": "237051791777333248", + "animated": false, + "created": 1582580660, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "gokulrant": { + "name": "gokulrant", + "id": "788829489110450207", + "author": "717187106874720287", + "animated": false, + "created": 1608142006, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "GokuQue": { + "name": "GokuQue", + "id": "770474675155369994", + "author": "567140961650737162", + "animated": false, + "created": 1603765877, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "goku_super_saiyan_swag": { + "name": "goku_super_saiyan_swag", + "id": "782665198767046666", + "author": "717761910300344371", + "animated": false, + "created": 1606672324, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "GokuXD": { + "name": "GokuXD", + "id": "787836398198849546", + "author": "574992720364306453", + "animated": false, + "created": 1607905234, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "golazo": { + "name": "golazo", + "id": "766489179864694814", + "author": "704662972739616809", + "animated": false, + "created": 1602815661, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "gold": { + "name": "gold", + "id": "730043226421067826", + "author": "226304812549931008", + "animated": false, + "created": 1594126268, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "GoldenExperience": { + "name": "GoldenExperience", + "id": "772557388003803147", + "author": "727325977755254874", + "animated": true, + "created": 1604262434, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "GoldenSucc": { + "name": "GoldenSucc", + "id": "783178560160137257", + "author": "242691348560478209", + "animated": false, + "created": 1606794719, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "gold_ingot": { + "name": "gold_ingot", + "id": "789306152570978354", + "author": "496114314944577537", + "animated": false, + "created": 1608255651, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "GoldStud": { + "name": "GoldStud", + "id": "782149118436835369", + "author": "496037931140513800", + "animated": true, + "created": 1606549281, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "golpear": { + "name": "golpear", + "id": "765770587934031872", + "author": "370757129268887553", + "animated": false, + "created": 1602644335, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "gony": { + "name": "gony", + "id": "786266691982065704", + "author": "453944829362307072", + "animated": false, + "created": 1607530987, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "good": { + "name": "good", + "id": "724078362565541978", + "author": "353109234201788427", + "animated": false, + "created": 1592704134, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "goodboyiskritch": { + "name": "goodboyiskritch", + "id": "782109511338950666", + "author": "690953891482828890", + "animated": true, + "created": 1606539838, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "goodboyyyy": { + "name": "goodboyyyy", + "id": "782107914486808587", + "author": "690953891482828890", + "animated": true, + "created": 1606539457, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "goodbye": { + "name": "goodbye", + "id": "748650289988370442", + "author": "602916202528112672", + "animated": true, + "created": 1598562538, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Good_Gme": { + "name": "Good_Gme", + "id": "788060715926945822", + "author": "756143897134235779", + "animated": false, + "created": 1607958716, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "goodnewsbolb": { + "name": "goodnewsbolb", + "id": "492047595934318602", + "author": "140516693242937345", + "animated": false, + "created": 1531977999, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "GoodNight": { + "name": "GoodNight", + "id": "620686588220932146", + "author": "140516693242937345", + "animated": false, + "created": 1555220852, + "modified": 1568058544, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "google": { + "name": "google", + "id": "510759079778451457", + "author": "455289384187592704", + "animated": false, + "created": 1541844885, + "modified": 1541844895, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "googlebee": { + "name": "googlebee", + "id": "492047598094385172", + "author": "140516693242937345", + "animated": false, + "created": 1532109354, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "googleblueheart": { + "name": "googleblueheart", + "id": "492047599625568266", + "author": "140516693242937345", + "animated": false, + "created": 1531976572, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "googlecake": { + "name": "googlecake", + "id": "492047601022140422", + "author": "140516693242937345", + "animated": false, + "created": 1532109337, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "googlecat": { + "name": "googlecat", + "id": "492047603643711498", + "author": "140516693242937345", + "animated": false, + "created": 1531976422, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "googlecatface": { + "name": "googlecatface", + "id": "492047604981432331", + "author": "140516693242937345", + "animated": false, + "created": 1532108957, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "googlecatheart": { + "name": "googlecatheart", + "id": "492047606273409044", + "author": "140516693242937345", + "animated": false, + "created": 1532109308, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "googlecathearteyes": { + "name": "googlecathearteyes", + "id": "492047607632494592", + "author": "140516693242937345", + "animated": false, + "created": 1534206292, + "modified": 1537383708, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "googledog": { + "name": "googledog", + "id": "492047608706236418", + "author": "140516693242937345", + "animated": false, + "created": 1531976429, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "googlefire": { + "name": "googlefire", + "id": "492047610094419983", + "author": "140516693242937345", + "animated": false, + "created": 1532109056, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "googlefox": { + "name": "googlefox", + "id": "492047611398848512", + "author": "140516693242937345", + "animated": false, + "created": 1532108957, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "googleghost": { + "name": "googleghost", + "id": "492047613131096064", + "author": "140516693242937345", + "animated": false, + "created": 1531976543, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "googlegun": { + "name": "googlegun", + "id": "492047614238523392", + "author": "140516693242937345", + "animated": false, + "created": 1532109044, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "googlemuscleL": { + "name": "googlemuscleL", + "id": "492047615693684746", + "author": "140516693242937345", + "animated": false, + "created": 1532109355, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "googlemuscleR": { + "name": "googlemuscleR", + "id": "492047616893386760", + "author": "140516693242937345", + "animated": false, + "created": 1531976485, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "googlepenguin": { + "name": "googlepenguin", + "id": "492047618847932420", + "author": "140516693242937345", + "animated": false, + "created": 1532109050, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "googlerabbit": { + "name": "googlerabbit", + "id": "492047620718723072", + "author": "140516693242937345", + "animated": false, + "created": 1532109325, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "googleredheart": { + "name": "googleredheart", + "id": "492047623528906752", + "author": "140516693242937345", + "animated": false, + "created": 1531976495, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "googlesheep": { + "name": "googlesheep", + "id": "492047626238296083", + "author": "140516693242937345", + "animated": false, + "created": 1531976488, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "googlesnake": { + "name": "googlesnake", + "id": "492047627639324692", + "author": "140516693242937345", + "animated": false, + "created": 1531976470, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "googleturtle": { + "name": "googleturtle", + "id": "492047629409320960", + "author": "140516693242937345", + "animated": false, + "created": 1531976417, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "googlewhale": { + "name": "googlewhale", + "id": "492047631124529193", + "author": "140516693242937345", + "animated": false, + "created": 1532109326, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "GordonWTF": { + "name": "GordonWTF", + "id": "786950659693740082", + "author": "547058426392346634", + "animated": false, + "created": 1607694058, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "GorillaSeggs": { + "name": "GorillaSeggs", + "id": "787894110111399966", + "author": "625114438042779658", + "animated": true, + "created": 1607918994, + "modified": 1607932804, + "preserve": false, + "description": null, + "nsfw": "MOD_NSFW" + }, + "gottagofast": { + "name": "gottagofast", + "id": "782447895386914888", + "author": "488694672441737236", + "animated": true, + "created": 1606620515, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "gowork": { + "name": "gowork", + "id": "748136665293389924", + "author": "183269696546668544", + "animated": false, + "created": 1598440080, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "gpuviva": { + "name": "gpuviva", + "id": "783842323071107094", + "author": "293107176355004416", + "animated": false, + "created": 1606952973, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Gr": { + "name": "Gr", + "id": "632750044360998912", + "author": "233661873382227968", + "animated": false, + "created": 1570929766, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "grab": { + "name": "grab", + "id": "713353166934114316", + "author": "167267224787222528", + "animated": true, + "created": 1590147048, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "grabbyhands": { + "name": "grabbyhands", + "id": "786150504203419650", + "author": "745612575454134283", + "animated": false, + "created": 1607503286, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "gracioso": { + "name": "gracioso", + "id": "687915993951240210", + "author": "667087966857986088", + "animated": true, + "created": 1584082354, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "graciosoqlo": { + "name": "graciosoqlo", + "id": "770329842523832340", + "author": "469162062086537226", + "animated": false, + "created": 1603731346, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Grape": { + "name": "Grape", + "id": "775969274463518721", + "author": "730410859477729362", + "animated": false, + "created": 1605075892, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "GRAPE_IN_LOLI_CAFE": { + "name": "GRAPE_IN_LOLI_CAFE", + "id": "782739380174585887", + "author": "748023719833894942", + "animated": false, + "created": 1606690011, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "green": { + "name": "green", + "id": "776232669292789770", + "author": "426475908107468801", + "animated": true, + "created": 1605138690, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "green_heart": { + "name": "green_heart", + "id": "782327915009409084", + "author": "627184638728601610", + "animated": false, + "created": 1606591909, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "green_siren": { + "name": "green_siren", + "id": "782327845010538536", + "author": "627184638728601610", + "animated": false, + "created": 1606591893, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "green_star": { + "name": "green_star", + "id": "782327744457211904", + "author": "627184638728601610", + "animated": false, + "created": 1606591869, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "greentick": { + "name": "greentick", + "id": "492047638737190930", + "author": "140516693242937345", + "animated": false, + "created": 1531976548, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "grelleRock": { + "name": "grelleRock", + "id": "786084887454285874", + "author": "730519813184815126", + "animated": false, + "created": 1607487641, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "grelleWut": { + "name": "grelleWut", + "id": "786084914180259840", + "author": "730519813184815126", + "animated": false, + "created": 1607487648, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "grief": { + "name": "grief", + "id": "757825839755689984", + "author": "380586831760195594", + "animated": false, + "created": 1600750159, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "gritito": { + "name": "gritito", + "id": "779446815228952576", + "author": "645985374757191700", + "animated": false, + "created": 1605905002, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "gritosMik": { + "name": "gritosMik", + "id": "779042256484565033", + "author": "753015942409093144", + "animated": true, + "created": 1605808547, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "groovin": { + "name": "groovin", + "id": "781325814179954708", + "author": "213729310635327498", + "animated": true, + "created": 1606352990, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "grr": { + "name": "grr", + "id": "616820449745174557", + "author": "594338768895475720", + "animated": false, + "created": 1567131855, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "grrr": { + "name": "grrr", + "id": "737832831975424091", + "author": "463131128870731780", + "animated": true, + "created": 1595983455, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "GRRRR": { + "name": "GRRRR", + "id": "748374271331532818", + "author": "302106586401472512", + "animated": false, + "created": 1598496730, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "gtab": { + "name": "gtab", + "id": "789974135961944126", + "author": "544311743934103573", + "animated": true, + "created": 1608414911, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "guadachalife": { + "name": "guadachalife", + "id": "788092926110466048", + "author": "766238458838122516", + "animated": false, + "created": 1607966395, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "guadauwu": { + "name": "guadauwu", + "id": "788092741913018427", + "author": "709202504310587462", + "animated": false, + "created": 1607966351, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Guapo": { + "name": "Guapo", + "id": "788053668829986840", + "author": "525464605108076567", + "animated": false, + "created": 1607957036, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "guatafac": { + "name": "guatafac", + "id": "785320772235165707", + "author": "213367124608024577", + "animated": false, + "created": 1607305462, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "gucio": { + "name": "gucio", + "id": "771013424058335282", + "author": "112471608865624064", + "animated": false, + "created": 1603894325, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "guitarfrog": { + "name": "guitarfrog", + "id": "786153181708419083", + "author": "676134602837852172", + "animated": true, + "created": 1607503924, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "guitartime": { + "name": "guitartime", + "id": "781939269466980363", + "author": "136253326189658114", + "animated": true, + "created": 1606499249, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "gun": { + "name": "gun", + "id": "711446537703522346", + "author": "455289384187592704", + "animated": false, + "created": 1589692472, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "gun1": { + "name": "gun1", + "id": "667451748046077962", + "author": "508054192758194176", + "animated": false, + "created": 1579203297, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "gun2": { + "name": "gun2", + "id": "737640770344845384", + "author": "271343314047860737", + "animated": false, + "created": 1595937675, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "gunfish": { + "name": "gunfish", + "id": "776264665873252382", + "author": "747555334410731672", + "animated": false, + "created": 1605146318, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "gunpoint2": { + "name": "gunpoint2", + "id": "781909644481134595", + "author": "479017973462466571", + "animated": false, + "created": 1606492187, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "gunthenk": { + "name": "gunthenk", + "id": "758234770185912340", + "author": "262133866062413825", + "animated": false, + "created": 1600847656, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "gura": { + "name": "gura", + "id": "754470847129059339", + "author": "459506520288133130", + "animated": true, + "created": 1599950267, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "gura1": { + "name": "gura1", + "id": "779375347618807828", + "author": "466061790627889167", + "animated": false, + "created": 1605887963, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "gura2": { + "name": "gura2", + "id": "779375417156173845", + "author": "466061790627889167", + "animated": false, + "created": 1605887979, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "gura3": { + "name": "gura3", + "id": "779375476850425895", + "author": "466061790627889167", + "animated": false, + "created": 1605887993, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "gura4": { + "name": "gura4", + "id": "779375528859664444", + "author": "466061790627889167", + "animated": false, + "created": 1605888006, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "gura5": { + "name": "gura5", + "id": "779375686611238952", + "author": "466061790627889167", + "animated": false, + "created": 1605888043, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "gura6": { + "name": "gura6", + "id": "779375740079833118", + "author": "466061790627889167", + "animated": false, + "created": 1605888056, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "gura7": { + "name": "gura7", + "id": "779375786493739019", + "author": "466061790627889167", + "animated": false, + "created": 1605888067, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "gura8": { + "name": "gura8", + "id": "779375848120909855", + "author": "466061790627889167", + "animated": false, + "created": 1605888082, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "gura9": { + "name": "gura9", + "id": "779375951536193569", + "author": "466061790627889167", + "animated": false, + "created": 1605888107, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "guraa": { + "name": "guraa", + "id": "756379187807256626", + "author": "383723642489405441", + "animated": true, + "created": 1600405251, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "GuraAAA": { + "name": "GuraAAA", + "id": "758082857125281943", + "author": "316209084208644096", + "animated": true, + "created": 1600811437, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "GuraL": { + "name": "GuraL", + "id": "760524515977199657", + "author": "205784571164229632", + "animated": false, + "created": 1601393574, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "guramouth": { + "name": "guramouth", + "id": "779374889420324885", + "author": "466061790627889167", + "animated": false, + "created": 1605887853, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "GuraPat": { + "name": "GuraPat", + "id": "766496298194436128", + "author": "433099839274745876", + "animated": true, + "created": 1602817358, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "gurastare1": { + "name": "gurastare1", + "id": "779374469487132673", + "author": "466061790627889167", + "animated": false, + "created": 1605887753, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "gurastare2": { + "name": "gurastare2", + "id": "779374522087243826", + "author": "466061790627889167", + "animated": false, + "created": 1605887766, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "gurastare3": { + "name": "gurastare3", + "id": "779374581509128252", + "author": "466061790627889167", + "animated": false, + "created": 1605887780, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "guratired": { + "name": "guratired", + "id": "760442378435035162", + "author": "342973389973094400", + "animated": false, + "created": 1601373991, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "GuraZOOM": { + "name": "GuraZOOM", + "id": "774047468258066453", + "author": "727325977755254874", + "animated": false, + "created": 1604617697, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "gurl": { + "name": "gurl", + "id": "783239472132259870", + "author": "762903203804741693", + "animated": false, + "created": 1606809242, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "gustavo": { + "name": "gustavo", + "id": "785586728039219241", + "author": "753681432718737480", + "animated": false, + "created": 1607368871, + "modified": 1607372813, + "preserve": false, + "description": null, + "nsfw": "MOD_NSFW" + }, + "gustavo2": { + "name": "gustavo2", + "id": "787072629784838155", + "author": "753681432718737480", + "animated": false, + "created": 1607723138, + "modified": 1607726678, + "preserve": false, + "description": null, + "nsfw": "MOD_NSFW" + }, + "guud": { + "name": "guud", + "id": "783187368232353793", + "author": "581699248568139776", + "animated": false, + "created": 1606796819, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "guy": { + "name": "guy", + "id": "783814239541788712", + "author": "162457009147346945", + "animated": false, + "created": 1606946277, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "GWbratBanned": { + "name": "GWbratBanned", + "id": "715289694921031761", + "author": "532025158865780756", + "animated": false, + "created": 1590608752, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "GWcentrallGoodMorningBOYE": { + "name": "GWcentrallGoodMorningBOYE", + "id": "728894862086111283", + "author": "667006634257547284", + "animated": false, + "created": 1593852477, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "GWchinaAqua7": { + "name": "GWchinaAqua7", + "id": "747935704365006928", + "author": "709330321169973248", + "animated": false, + "created": 1598392167, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "GWcmeisterPeepoLove": { + "name": "GWcmeisterPeepoLove", + "id": "647901763596189706", + "author": "538900565057470464", + "animated": false, + "created": 1574542217, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "GWcmeisterPeepoShrug": { + "name": "GWcmeisterPeepoShrug", + "id": "737000448665321472", + "author": "508723782987546671", + "animated": false, + "created": 1595785000, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "GWcorsairNomNomNom": { + "name": "GWcorsairNomNomNom", + "id": "706570336090456469", + "author": "625950739398918144", + "animated": false, + "created": 1588529895, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "GWeniPopcorn": { + "name": "GWeniPopcorn", + "id": "683609301368963136", + "author": "531467430720176158", + "animated": false, + "created": 1583055558, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "GWHOASKED": { + "name": "GWHOASKED", + "id": "785944942374813707", + "author": "581887182055407649", + "animated": true, + "created": 1607454278, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "GWjianWut": { + "name": "GWjianWut", + "id": "622885510242893834", + "author": "297792651120476160", + "animated": false, + "created": 1568577878, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "GWllentShibeWink": { + "name": "GWllentShibeWink", + "id": "772895452432826418", + "author": "574536992063225858", + "animated": false, + "created": 1604343045, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "GWlulurdTomStare": { + "name": "GWlulurdTomStare", + "id": "765232331580899338", + "author": "532025158865780756", + "animated": false, + "created": 1602516005, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "GWnekomakiSmolmiku": { + "name": "GWnekomakiSmolmiku", + "id": "749315690988568636", + "author": "488415897141379104", + "animated": false, + "created": 1598721182, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "GWpinkuNotLikeNico": { + "name": "GWpinkuNotLikeNico", + "id": "742201261759266837", + "author": "254435830733471755", + "animated": false, + "created": 1597024970, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "GWseremePeepoGGERS": { + "name": "GWseremePeepoGGERS", + "id": "704350611315097641", + "author": "568281208262361088", + "animated": false, + "created": 1588000672, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "GWseremePeepoHappy": { + "name": "GWseremePeepoHappy", + "id": "758274796881575956", + "author": "645086266404241408", + "animated": false, + "created": 1600857199, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "GWsetmyxPeepoPinged": { + "name": "GWsetmyxPeepoPinged", + "id": "737000289680359464", + "author": "508723782987546671", + "animated": false, + "created": 1595784961, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "GWsetmyxPeepoSad": { + "name": "GWsetmyxPeepoSad", + "id": "737000065414987936", + "author": "508723782987546671", + "animated": false, + "created": 1595784908, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "GWsetmyxPeepoWeird": { + "name": "GWsetmyxPeepoWeird", + "id": "480198126863515669", + "author": "399334056099315732", + "animated": false, + "created": 1534558555, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "gyabaile": { + "name": "gyabaile", + "id": "777643858062082058", + "author": "705888505154502697", + "animated": true, + "created": 1605475143, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "gyro": { + "name": "gyro", + "id": "784855781613895720", + "author": "293107176355004416", + "animated": false, + "created": 1607194600, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "gyromecha": { + "name": "gyromecha", + "id": "753375759703212092", + "author": "293107176355004416", + "animated": false, + "created": 1599689178, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "HA": { + "name": "HA", + "id": "715425274627358732", + "author": "419348821684781066", + "animated": false, + "created": 1590641077, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "haaaw": { + "name": "haaaw", + "id": "774836244126629888", + "author": "257252090642956288", + "animated": false, + "created": 1604805756, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "haart": { + "name": "haart", + "id": "786591410069176320", + "author": "745373578664476892", + "animated": true, + "created": 1607608406, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "haatofukkireta": { + "name": "haatofukkireta", + "id": "779160597626880040", + "author": "466061790627889167", + "animated": true, + "created": 1605836762, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hachama": { + "name": "hachama", + "id": "769350408380219484", + "author": "187972637505486848", + "animated": true, + "created": 1603497831, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "HachiHype": { + "name": "HachiHype", + "id": "772319794551848992", + "author": "727325977755254874", + "animated": true, + "created": 1604205788, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "HachikoPat": { + "name": "HachikoPat", + "id": "782743553495400478", + "author": "687902310315458594", + "animated": true, + "created": 1606691005, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hack": { + "name": "hack", + "id": "786688960936149022", + "author": "714546696063025255", + "animated": true, + "created": 1607631664, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hacker": { + "name": "hacker", + "id": "699659077231312950", + "author": "465948893234855957", + "animated": true, + "created": 1586882123, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hackerman": { + "name": "hackerman", + "id": "654845552042967061", + "author": "241760719899459585", + "animated": false, + "created": 1576197746, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hah": { + "name": "hah", + "id": "700956672981598218", + "author": "270343119902474240", + "animated": false, + "created": 1587191494, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "HAHA": { + "name": "HAHA", + "id": "417138913929592832", + "author": "158076473842991104", + "animated": false, + "created": 1525387944, + "modified": 1533892038, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "HAhaa": { + "name": "HAhaa", + "id": "492047737269780482", + "author": "140516693242937345", + "animated": false, + "created": 1525387944, + "modified": 1537383739, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "haha_fb": { + "name": "haha_fb", + "id": "783252005355257886", + "author": "496037931140513800", + "animated": false, + "created": 1606812230, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hahaha": { + "name": "hahaha", + "id": "548207070659215373", + "author": "420979511786733568", + "animated": true, + "created": 1550773151, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "HAHAHAHA": { + "name": "HAHAHAHA", + "id": "787420600586469406", + "author": "474278021877071872", + "animated": false, + "created": 1607806100, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hahal": { + "name": "hahal", + "id": "778637916221210634", + "author": "279764106926620684", + "animated": false, + "created": 1605712145, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "haha_NO": { + "name": "haha_NO", + "id": "783880771919413258", + "author": "697542753449672775", + "animated": true, + "created": 1606962139, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hahano": { + "name": "hahano", + "id": "763797442793439242", + "author": "680493273990955123", + "animated": false, + "created": 1602173901, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hahanoo": { + "name": "hahanoo", + "id": "788058690279833600", + "author": "494688594603147284", + "animated": false, + "created": 1607958233, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hahaupvote": { + "name": "hahaupvote", + "id": "778637927717797950", + "author": "279764106926620684", + "animated": false, + "created": 1605712148, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hahawtf": { + "name": "hahawtf", + "id": "777043394471264296", + "author": "550891623538753537", + "animated": false, + "created": 1605331982, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hahayes": { + "name": "hahayes", + "id": "492047741267083284", + "author": "140516693242937345", + "animated": false, + "created": 1533923065, + "modified": 1537383740, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "haikyuu_bokutostab": { + "name": "haikyuu_bokutostab", + "id": "786950028123439125", + "author": "718818001633280071", + "animated": false, + "created": 1607693907, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "haikyuu_tendoustab": { + "name": "haikyuu_tendoustab", + "id": "786950048029081646", + "author": "718818001633280071", + "animated": false, + "created": 1607693912, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "haKErman": { + "name": "haKErman", + "id": "766272012980453447", + "author": "438644880152068127", + "animated": false, + "created": 1602763884, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "halo": { + "name": "halo", + "id": "787367520373833768", + "author": "163352673456881667", + "animated": true, + "created": 1607793445, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hamaaa": { + "name": "hamaaa", + "id": "750753441155907684", + "author": "300283548470870016", + "animated": false, + "created": 1599063968, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "HAMLUL": { + "name": "HAMLUL", + "id": "786153095495155724", + "author": "676134602837852172", + "animated": true, + "created": 1607503904, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hampter": { + "name": "hampter", + "id": "778413132120981534", + "author": "564189171099631616", + "animated": false, + "created": 1605658552, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hamstee": { + "name": "hamstee", + "id": "773570225278287903", + "author": "692199943288389644", + "animated": false, + "created": 1604503914, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Hamsterfight": { + "name": "Hamsterfight", + "id": "757648838201835660", + "author": "212962491783839744", + "animated": true, + "created": 1600707959, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hana": { + "name": "hana", + "id": "745777633236746301", + "author": "600794243757375575", + "animated": false, + "created": 1597877643, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hand": { + "name": "hand", + "id": "773649102860845107", + "author": "651225309814980629", + "animated": false, + "created": 1604522719, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hand1": { + "name": "hand1", + "id": "746100531122143305", + "author": "383723642489405441", + "animated": false, + "created": 1597954628, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hand2": { + "name": "hand2", + "id": "746100679004782714", + "author": "383723642489405441", + "animated": false, + "created": 1597954663, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "HandsUp": { + "name": "HandsUp", + "id": "705314228848033802", + "author": "269691188875886593", + "animated": false, + "created": 1588230416, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hapidei": { + "name": "hapidei", + "id": "771040148598423593", + "author": "452626907771568129", + "animated": false, + "created": 1603900696, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "HapiPapi": { + "name": "HapiPapi", + "id": "787894155824594994", + "author": "625114438042779658", + "animated": false, + "created": 1607919005, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "happi": { + "name": "happi", + "id": "782742491396571166", + "author": "748023719833894942", + "animated": false, + "created": 1606690753, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "happibenni": { + "name": "happibenni", + "id": "782739422016962621", + "author": "748023719833894942", + "animated": false, + "created": 1606690020, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "happihanako": { + "name": "happihanako", + "id": "782746614418767874", + "author": "748023719833894942", + "animated": false, + "created": 1606691735, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "happy": { + "name": "happy", + "id": "454518207789924363", + "author": "249570726779158529", + "animated": false, + "created": 1528450385, + "modified": 1533892038, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "happyanii": { + "name": "happyanii", + "id": "784437255699562526", + "author": "353109234201788427", + "animated": true, + "created": 1607094816, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "happychamp": { + "name": "happychamp", + "id": "783014654045716520", + "author": "427135249152212992", + "animated": false, + "created": 1606755641, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "HappyDance": { + "name": "HappyDance", + "id": "786084717920256012", + "author": "730519813184815126", + "animated": true, + "created": 1607487601, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "happyday": { + "name": "happyday", + "id": "771484417386217503", + "author": "468192500025262081", + "animated": false, + "created": 1604006618, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "happyhum": { + "name": "happyhum", + "id": "781602538230251531", + "author": "427135249152212992", + "animated": false, + "created": 1606418966, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "happymel": { + "name": "happymel", + "id": "786340786613911582", + "author": "452839284890664970", + "animated": false, + "created": 1607548653, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "happynt": { + "name": "happynt", + "id": "749460020856619069", + "author": "704662972739616809", + "animated": false, + "created": 1598755593, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "happypug": { + "name": "happypug", + "id": "741023171024650345", + "author": "467098286642167819", + "animated": true, + "created": 1596744091, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "HappyWow": { + "name": "HappyWow", + "id": "786948557105790976", + "author": "718818001633280071", + "animated": false, + "created": 1607693556, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Hard": { + "name": "Hard", + "id": "722644543299911750", + "author": "266339295353110528", + "animated": false, + "created": 1592362285, + "modified": 1592362910, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hardBass": { + "name": "hardBass", + "id": "789954052452384798", + "author": "768741691250311180", + "animated": true, + "created": 1608410122, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "harold": { + "name": "harold", + "id": "656614455928553482", + "author": "135129300063092737", + "animated": false, + "created": 1576619485, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "HarryGRR": { + "name": "HarryGRR", + "id": "788954072619155487", + "author": "532025158865780756", + "animated": false, + "created": 1608171709, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "haskell": { + "name": "haskell", + "id": "492047756895059979", + "author": "140516693242937345", + "animated": false, + "created": 1525387944, + "modified": 1537383743, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "hassu": { + "name": "hassu", + "id": "775346741510930432", + "author": "592187940138909707", + "animated": true, + "created": 1604927468, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hastalaproxima": { + "name": "hastalaproxima", + "id": "647980928362217483", + "author": "333303752800993284", + "animated": true, + "created": 1574561092, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "HaventKnownWhatsGoingOnSince2008": { + "name": "HaventKnownWhatsGoingOnSince2008", + "id": "781503147788206082", + "author": "428461954064056340", + "animated": false, + "created": 1606395270, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hawkek": { + "name": "hawkek", + "id": "781492162708897812", + "author": "495518017434681365", + "animated": false, + "created": 1606392651, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hax": { + "name": "hax", + "id": "772654630047842337", + "author": "469162062086537226", + "animated": false, + "created": 1604285619, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "haze": { + "name": "haze", + "id": "762353952393527316", + "author": "293107176355004416", + "animated": false, + "created": 1601829746, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hb_rukjabhsdk": { + "name": "hb_rukjabhsdk", + "id": "781069094610141210", + "author": "428959374866907139", + "animated": false, + "created": 1606291783, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "HD": { + "name": "HD", + "id": "735533398524821504", + "author": "505905651008929803", + "animated": false, + "created": 1595435228, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "h_dance": { + "name": "h_dance", + "id": "789073243004731403", + "author": "616213997338886155", + "animated": true, + "created": 1608200121, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "HDPeepoHappy": { + "name": "HDPeepoHappy", + "id": "774652438795255868", + "author": "727325977755254874", + "animated": false, + "created": 1604761933, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "he": { + "name": "he", + "id": "701142941787226193", + "author": "621151532125126677", + "animated": false, + "created": 1587235904, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "headbang": { + "name": "headbang", + "id": "757439595398037526", + "author": "476613544297889793", + "animated": true, + "created": 1600658072, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "headpat": { + "name": "headpat", + "id": "594174664843198465", + "author": "294000583998832650", + "animated": true, + "created": 1561732679, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "heart": { + "name": "heart", + "id": "716103814243024920", + "author": "334129505704738816", + "animated": false, + "created": 1590802854, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "heart_colorrainbow": { + "name": "heart_colorrainbow", + "id": "786950062080524318", + "author": "718818001633280071", + "animated": true, + "created": 1607693915, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "HeartDarkgreen": { + "name": "HeartDarkgreen", + "id": "781878749704224808", + "author": "548201429584838677", + "animated": false, + "created": 1606484820, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "HeartDarkmarine": { + "name": "HeartDarkmarine", + "id": "781878774311944212", + "author": "548201429584838677", + "animated": false, + "created": 1606484826, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "HeartDeeppurple": { + "name": "HeartDeeppurple", + "id": "781878700731006998", + "author": "548201429584838677", + "animated": false, + "created": 1606484809, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "heartfrog": { + "name": "heartfrog", + "id": "786153157947424798", + "author": "676134602837852172", + "animated": false, + "created": 1607503919, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "heartheart": { + "name": "heartheart", + "id": "781965825564868648", + "author": "418576096867385344", + "animated": true, + "created": 1606505581, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "HeartLightgreen": { + "name": "HeartLightgreen", + "id": "781878687481200650", + "author": "548201429584838677", + "animated": false, + "created": 1606484805, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "HeartLightorange": { + "name": "HeartLightorange", + "id": "781878733703086120", + "author": "548201429584838677", + "animated": false, + "created": 1606484817, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "heartlightpink": { + "name": "heartlightpink", + "id": "786700314413105162", + "author": "711736084438057031", + "animated": true, + "created": 1607634371, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "HeartOceanblue": { + "name": "HeartOceanblue", + "id": "781878652081799169", + "author": "548201429584838677", + "animated": false, + "created": 1606484797, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "heartonano": { + "name": "heartonano", + "id": "769931675362394112", + "author": "156253255666499584", + "animated": false, + "created": 1603636416, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "HeartPink": { + "name": "HeartPink", + "id": "781878567679295509", + "author": "548201429584838677", + "animated": false, + "created": 1606484777, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "heartpounding": { + "name": "heartpounding", + "id": "781878717727113276", + "author": "548201429584838677", + "animated": true, + "created": 1606484813, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Hearts": { + "name": "Hearts", + "id": "754095811452862556", + "author": "659848528834854943", + "animated": true, + "created": 1599860851, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "HeartSoftpink": { + "name": "HeartSoftpink", + "id": "781878673115709471", + "author": "548201429584838677", + "animated": false, + "created": 1606484802, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "HeartSoftpurple": { + "name": "HeartSoftpurple", + "id": "781878612122533908", + "author": "548201429584838677", + "animated": false, + "created": 1606484787, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Heartt0": { + "name": "Heartt0", + "id": "786523217060823040", + "author": "475441723410219012", + "animated": true, + "created": 1607592147, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "HeatedHeart": { + "name": "HeatedHeart", + "id": "784574191760179242", + "author": "476918199061839902", + "animated": false, + "created": 1607127464, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "HeavyBreathing": { + "name": "HeavyBreathing", + "id": "772427121909432330", + "author": "298508203447156737", + "animated": false, + "created": 1604231376, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hecatiadance": { + "name": "hecatiadance", + "id": "773361346309128192", + "author": "739936426799661086", + "animated": true, + "created": 1604454113, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hecatiadance2": { + "name": "hecatiadance2", + "id": "773361600974815253", + "author": "739936426799661086", + "animated": true, + "created": 1604454174, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hecatiadance3": { + "name": "hecatiadance3", + "id": "773361680821649418", + "author": "739936426799661086", + "animated": true, + "created": 1604454193, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "heeeey": { + "name": "heeeey", + "id": "782741894543179807", + "author": "748023719833894942", + "animated": false, + "created": 1606690610, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "heh": { + "name": "heh", + "id": "695120879092367411", + "author": "681411516959817728", + "animated": false, + "created": 1585800132, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Hehe": { + "name": "Hehe", + "id": "444349760170885121", + "author": "389400001962573825", + "animated": false, + "created": 1526026038, + "modified": 1533892038, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "heheboi": { + "name": "heheboi", + "id": "733301553850744903", + "author": "691082071833051238", + "animated": false, + "created": 1594903114, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "heheboy": { + "name": "heheboy", + "id": "739622712464637983", + "author": "465947365975654402", + "animated": false, + "created": 1596410196, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hehee": { + "name": "hehee", + "id": "783020777880289360", + "author": "352617359036514304", + "animated": false, + "created": 1606757101, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "heheflushed": { + "name": "heheflushed", + "id": "788397835578114058", + "author": "715373648520806432", + "animated": false, + "created": 1608039091, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "heheh": { + "name": "heheh", + "id": "769179401299558410", + "author": "748223077669929001", + "animated": false, + "created": 1603457060, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hehehe": { + "name": "hehehe", + "id": "751092724039417936", + "author": "531673820994732042", + "animated": false, + "created": 1599144860, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "heheheboy": { + "name": "heheheboy", + "id": "787855039284379659", + "author": "472585871602876427", + "animated": false, + "created": 1607909679, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hehehehe": { + "name": "hehehehe", + "id": "787854521098698782", + "author": "472585871602876427", + "animated": false, + "created": 1607909555, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "heilhitler": { + "name": "heilhitler", + "id": "788399472576167956", + "author": "687051560236220577", + "animated": false, + "created": 1608039482, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hell": { + "name": "hell", + "id": "693914289739661352", + "author": "435515741517643777", + "animated": false, + "created": 1585512459, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hello": { + "name": "hello", + "id": "554827323279671296", + "author": "463755733725610016", + "animated": false, + "created": 1552351542, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hellobingus": { + "name": "hellobingus", + "id": "786359604758052935", + "author": "219580469933506560", + "animated": false, + "created": 1607553139, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hellokitty": { + "name": "hellokitty", + "id": "786150464172720158", + "author": "745612575454134283", + "animated": false, + "created": 1607503276, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hellooo": { + "name": "hellooo", + "id": "782741885269180437", + "author": "748023719833894942", + "animated": false, + "created": 1606690608, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Hellothere": { + "name": "Hellothere", + "id": "782982972882157568", + "author": "746455541685026831", + "animated": false, + "created": 1606748088, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "helltakerDance": { + "name": "helltakerDance", + "id": "789486467851747328", + "author": "613683732276314114", + "animated": true, + "created": 1608298641, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "helltakerdance2": { + "name": "helltakerdance2", + "id": "789498321919803424", + "author": "613683732276314114", + "animated": true, + "created": 1608301468, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "HelltakerYes": { + "name": "HelltakerYes", + "id": "789486376072249355", + "author": "613683732276314114", + "animated": true, + "created": 1608298620, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "helmo": { + "name": "helmo", + "id": "636377190426083338", + "author": "283075398948880384", + "animated": true, + "created": 1571794545, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "help": { + "name": "help", + "id": "620686604847284254", + "author": "336300820729692160", + "animated": false, + "created": 1525387944, + "modified": 1568058549, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "helpme": { + "name": "helpme", + "id": "758850387750682635", + "author": "242691348560478209", + "animated": false, + "created": 1600994431, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "HelpyBaile": { + "name": "HelpyBaile", + "id": "780519406383661077", + "author": "741850493088694343", + "animated": true, + "created": 1606160727, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hemaddark": { + "name": "hemaddark", + "id": "782105627555004467", + "author": "386634109054877707", + "animated": false, + "created": 1606538912, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "henry": { + "name": "henry", + "id": "744110925270876220", + "author": "305774105100025857", + "animated": true, + "created": 1597480269, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Henrybaile": { + "name": "Henrybaile", + "id": "778350960686661692", + "author": "741850493088694343", + "animated": true, + "created": 1605643730, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "HenryDance": { + "name": "HenryDance", + "id": "778350836110983219", + "author": "741850493088694343", + "animated": true, + "created": 1605643700, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "henrydistractiomdance": { + "name": "henrydistractiomdance", + "id": "789608712171814932", + "author": "602312774676119593", + "animated": true, + "created": 1608327787, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "henrystickmin": { + "name": "henrystickmin", + "id": "785975555207462944", + "author": "774605872440803360", + "animated": true, + "created": 1607461575, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "HenryStickminBaile": { + "name": "HenryStickminBaile", + "id": "780075038098325504", + "author": "741850493088694343", + "animated": true, + "created": 1606054782, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hentai": { + "name": "hentai", + "id": "773639088917970945", + "author": "236916623435497474", + "animated": false, + "created": 1604520332, + "modified": 1604521354, + "preserve": false, + "description": null, + "nsfw": "MOD_NSFW" + }, + "heppy": { + "name": "heppy", + "id": "771111462382993438", + "author": "373893861950488576", + "animated": false, + "created": 1603917699, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Here": { + "name": "Here", + "id": "784440283852308500", + "author": "711751154119475291", + "animated": false, + "created": 1607095537, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hereje": { + "name": "hereje", + "id": "770729889904328715", + "author": "564111150443266125", + "animated": false, + "created": 1603826725, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "heroawaken": { + "name": "heroawaken", + "id": "750041894221774910", + "author": "655227024453140512", + "animated": false, + "created": 1598894322, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "heroku": { + "name": "heroku", + "id": "492047773269622784", + "author": "356091260429402122", + "animated": false, + "created": 1535265578, + "modified": 1537383747, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "hero_ura_nervous": { + "name": "hero_ura_nervous", + "id": "786299110315393065", + "author": "734977654314237973", + "animated": true, + "created": 1607538716, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "herrscher": { + "name": "herrscher", + "id": "785518636097339393", + "author": "431503640193138689", + "animated": false, + "created": 1607352637, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hesnotright": { + "name": "hesnotright", + "id": "788075178848288768", + "author": "88006461619200000", + "animated": false, + "created": 1607962164, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "HestiaHug": { + "name": "HestiaHug", + "id": "771010996902952981", + "author": "700117364485914704", + "animated": false, + "created": 1603893746, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hey": { + "name": "hey", + "id": "506588438602973185", + "author": "310200076397969411", + "animated": false, + "created": 1540850506, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hgis": { + "name": "hgis", + "id": "769699776723025921", + "author": "293107176355004416", + "animated": false, + "created": 1603581127, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hh_cute_aargh": { + "name": "hh_cute_aargh", + "id": "783239602164334622", + "author": "343040024989663234", + "animated": false, + "created": 1606809273, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hhh": { + "name": "hhh", + "id": "612036144095297621", + "author": "287711579749744642", + "animated": false, + "created": 1565991187, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hhhhh": { + "name": "hhhhh", + "id": "782741876381712425", + "author": "748023719833894942", + "animated": false, + "created": 1606690606, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hi": { + "name": "hi", + "id": "434902884690427904", + "author": "308162538648895489", + "animated": true, + "created": 1525387944, + "modified": 1533892038, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hibingus": { + "name": "hibingus", + "id": "787849443847307324", + "author": "737371717785354334", + "animated": false, + "created": 1607908345, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hide": { + "name": "hide", + "id": "723487671124492338", + "author": "684365564914958370", + "animated": false, + "created": 1592563302, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "HideThePain": { + "name": "HideThePain", + "id": "752901602737782794", + "author": "641595414226796564", + "animated": false, + "created": 1599576130, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hidingcoy": { + "name": "hidingcoy", + "id": "782107706189807626", + "author": "690953891482828890", + "animated": true, + "created": 1606539408, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hiel": { + "name": "hiel", + "id": "785208388673732608", + "author": "293107176355004416", + "animated": false, + "created": 1607278668, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Hielashhh": { + "name": "Hielashhh", + "id": "774842612964261918", + "author": "311133475191390210", + "animated": false, + "created": 1604807274, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hienamimir": { + "name": "hienamimir", + "id": "779494515353321482", + "author": "467098286642167819", + "animated": true, + "created": 1605916374, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hihi": { + "name": "hihi", + "id": "695163059831963678", + "author": "396995890545426435", + "animated": false, + "created": 1585810189, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hii": { + "name": "hii", + "id": "781242482112462878", + "author": "495518017434681365", + "animated": true, + "created": 1606333122, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "himarienggas": { + "name": "himarienggas", + "id": "775674358436855888", + "author": "403597576223326228", + "animated": true, + "created": 1605005578, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hinapensive": { + "name": "hinapensive", + "id": "771897048173379595", + "author": "293107176355004416", + "animated": false, + "created": 1604104997, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hipersacudida": { + "name": "hipersacudida", + "id": "715626109538009118", + "author": "521802133796945962", + "animated": true, + "created": 1590688960, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "HiroHamada": { + "name": "HiroHamada", + "id": "782158932953006090", + "author": "496037931140513800", + "animated": false, + "created": 1606551621, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hisuicringe": { + "name": "hisuicringe", + "id": "784846347517427722", + "author": "488054792325824532", + "animated": false, + "created": 1607192351, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hisuiwhy": { + "name": "hisuiwhy", + "id": "784846043647967232", + "author": "488054792325824532", + "animated": false, + "created": 1607192278, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hitler": { + "name": "hitler", + "id": "451814119457292313", + "author": "98425391647031296", + "animated": false, + "created": 1527805680, + "modified": 1533892038, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hitoshikiayaya": { + "name": "hitoshikiayaya", + "id": "789895265867399188", + "author": "293107176355004416", + "animated": false, + "created": 1608396107, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hiu": { + "name": "hiu", + "id": "763424195048112198", + "author": "279223421940924416", + "animated": false, + "created": 1602084912, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hiudo": { + "name": "hiudo", + "id": "757877552814620713", + "author": "343310328089804803", + "animated": false, + "created": 1600762489, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hk": { + "name": "hk", + "id": "773387371563188269", + "author": "736497741697646653", + "animated": false, + "created": 1604460318, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hkmelodybruh": { + "name": "hkmelodybruh", + "id": "783568227413393450", + "author": "697254632434434078", + "animated": false, + "created": 1606887623, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hkmelodylay": { + "name": "hkmelodylay", + "id": "783568252613165107", + "author": "697254632434434078", + "animated": false, + "created": 1606887629, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hkmelodylovestruck": { + "name": "hkmelodylovestruck", + "id": "783568148628373515", + "author": "697254632434434078", + "animated": false, + "created": 1606887604, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hkmelodywink": { + "name": "hkmelodywink", + "id": "783568198280019998", + "author": "697254632434434078", + "animated": false, + "created": 1606887616, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hm": { + "name": "hm", + "id": "599234587792769057", + "author": "376162092882853900", + "animated": false, + "created": 1562939059, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hmm": { + "name": "hmm", + "id": "423828329230106635", + "author": "316771497014198272", + "animated": false, + "created": 1525387944, + "modified": 1533892038, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hmmm": { + "name": "hmmm", + "id": "472887597295861802", + "author": "98425391647031296", + "animated": false, + "created": 1532815589, + "modified": 1533892038, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hmmm2": { + "name": "hmmm2", + "id": "525492041614884874", + "author": "140516693242937345", + "animated": false, + "created": 1545357465, + "modified": 1545357480, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "hmmmm": { + "name": "hmmmm", + "id": "556761776147005485", + "author": "268067700830371840", + "animated": true, + "created": 1552812751, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hmmmmm": { + "name": "hmmmmm", + "id": "725393930551689277", + "author": "456611971207528461", + "animated": true, + "created": 1593017790, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hmmmmmm": { + "name": "hmmmmmm", + "id": "760838697746432061", + "author": "500680089604980756", + "animated": true, + "created": 1601468481, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hmmmmmmmmmmmmm": { + "name": "hmmmmmmmmmmmmm", + "id": "783188513960886304", + "author": "581699248568139776", + "animated": false, + "created": 1606797092, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hmph": { + "name": "hmph", + "id": "757502433651064885", + "author": "728030515726123028", + "animated": false, + "created": 1600673054, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hms": { + "name": "hms", + "id": "782114244774330370", + "author": "690953891482828890", + "animated": true, + "created": 1606540967, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hoal": { + "name": "hoal", + "id": "724431973204099123", + "author": "289063686604324864", + "animated": false, + "created": 1592788441, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hobble": { + "name": "hobble", + "id": "753834045879877702", + "author": "567390950838501376", + "animated": true, + "created": 1599798442, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hoe": { + "name": "hoe", + "id": "766646351957458994", + "author": "446772590787428372", + "animated": false, + "created": 1602853133, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hoeido": { + "name": "hoeido", + "id": "748735610617069569", + "author": "214777632947044352", + "animated": true, + "created": 1598582880, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hoeigei": { + "name": "hoeigei", + "id": "748734940937584670", + "author": "214777632947044352", + "animated": true, + "created": 1598582720, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hoeisida": { + "name": "hoeisida", + "id": "748036527539486750", + "author": "214777632947044352", + "animated": true, + "created": 1598416206, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hoenn": { + "name": "hoenn", + "id": "784854581673984100", + "author": "293107176355004416", + "animated": false, + "created": 1607194314, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "HoesExtraMad": { + "name": "HoesExtraMad", + "id": "782113603767500841", + "author": "690953891482828890", + "animated": true, + "created": 1606540814, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hoesmad": { + "name": "hoesmad", + "id": "773993943250763836", + "author": "426002740162854922", + "animated": true, + "created": 1604604936, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hoho": { + "name": "hoho", + "id": "779704929174028298", + "author": "330632340088815616", + "animated": false, + "created": 1605966541, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hola": { + "name": "hola", + "id": "639000686608252958", + "author": "377534142449057802", + "animated": true, + "created": 1572420035, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hola_": { + "name": "hola_", + "id": "786029343578521630", + "author": "701103722453008518", + "animated": false, + "created": 1607474400, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "holabom": { + "name": "holabom", + "id": "743170615434936376", + "author": "723326259056345171", + "animated": false, + "created": 1597256082, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "holabom2": { + "name": "holabom2", + "id": "786161896939061248", + "author": "723326259056345171", + "animated": false, + "created": 1607506002, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "holahermosa": { + "name": "holahermosa", + "id": "787727945983852575", + "author": "586219689466658816", + "animated": false, + "created": 1607879377, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "holapedazodetrolo": { + "name": "holapedazodetrolo", + "id": "786302436007870504", + "author": "685852503673143300", + "animated": false, + "created": 1607539511, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "holdingsteel": { + "name": "holdingsteel", + "id": "785499364298195009", + "author": "434603155695730709", + "animated": true, + "created": 1607348042, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "holdupraven": { + "name": "holdupraven", + "id": "788563909811372043", + "author": "353109234201788427", + "animated": false, + "created": 1608078687, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "holehorse": { + "name": "holehorse", + "id": "789151179618910208", + "author": "475156812329517068", + "animated": false, + "created": 1608218703, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "holi": { + "name": "holi", + "id": "740283922285461504", + "author": "490700636367618064", + "animated": false, + "created": 1596567840, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "holis": { + "name": "holis", + "id": "757954309500698754", + "author": "676818445068927006", + "animated": true, + "created": 1600780789, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hollow": { + "name": "hollow", + "id": "758325816429117501", + "author": "430363693448953856", + "animated": false, + "created": 1600869363, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "HoloSad": { + "name": "HoloSad", + "id": "752612998476202055", + "author": "371341644131336199", + "animated": true, + "created": 1599507322, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "holyfuck": { + "name": "holyfuck", + "id": "632651223153115147", + "author": "140516693242937345", + "animated": false, + "created": 1570906205, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "holyshit": { + "name": "holyshit", + "id": "781927029653241897", + "author": "479017973462466571", + "animated": false, + "created": 1606496331, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Homer_hide": { + "name": "Homer_hide", + "id": "782114167711858760", + "author": "690953891482828890", + "animated": true, + "created": 1606540948, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Homero": { + "name": "Homero", + "id": "767926007637606450", + "author": "717431661226360944", + "animated": false, + "created": 1603158227, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "homeroculo": { + "name": "homeroculo", + "id": "738124081655971861", + "author": "661789191470055436", + "animated": false, + "created": 1596052894, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Homo": { + "name": "Homo", + "id": "771598122936958996", + "author": "344313085730750464", + "animated": false, + "created": 1604033728, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "HoneyLemon": { + "name": "HoneyLemon", + "id": "782158696992997407", + "author": "496037931140513800", + "animated": false, + "created": 1606551565, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "honeytime": { + "name": "honeytime", + "id": "782456188738600980", + "author": "325346618364788737", + "animated": true, + "created": 1606622492, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "honghot": { + "name": "honghot", + "id": "787895069599989791", + "author": "681411516959817728", + "animated": false, + "created": 1607919223, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "honk": { + "name": "honk", + "id": "572835180755157013", + "author": "266125398117580802", + "animated": false, + "created": 1556644950, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "honkbonk": { + "name": "honkbonk", + "id": "786155288654905405", + "author": "676134602837852172", + "animated": false, + "created": 1607504426, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "honkbow": { + "name": "honkbow", + "id": "786155300805017680", + "author": "676134602837852172", + "animated": true, + "created": 1607504429, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "honkkidnap": { + "name": "honkkidnap", + "id": "786155315728482304", + "author": "676134602837852172", + "animated": false, + "created": 1607504433, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "honkkk": { + "name": "honkkk", + "id": "783187913785212938", + "author": "581699248568139776", + "animated": true, + "created": 1606796949, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "honkstab": { + "name": "honkstab", + "id": "786155337422077984", + "author": "676134602837852172", + "animated": false, + "created": 1607504438, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "honkStar": { + "name": "honkStar", + "id": "786155349001633822", + "author": "676134602837852172", + "animated": false, + "created": 1607504441, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "honk_think": { + "name": "honk_think", + "id": "786155277471711252", + "author": "676134602837852172", + "animated": false, + "created": 1607504424, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "honkWAR": { + "name": "honkWAR", + "id": "786155182035173426", + "author": "676134602837852172", + "animated": false, + "created": 1607504401, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "horny": { + "name": "horny", + "id": "691120535605870664", + "author": "287711579749744642", + "animated": false, + "created": 1584846376, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "horny1": { + "name": "horny1", + "id": "780942133636104233", + "author": "569937267012010015", + "animated": false, + "created": 1606261514, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hornybonk": { + "name": "hornybonk", + "id": "783609891788423200", + "author": "274902785865023488", + "animated": true, + "created": 1606897557, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hornyjail": { + "name": "hornyjail", + "id": "730059856379379814", + "author": "425046879047385108", + "animated": true, + "created": 1594130233, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hornymf": { + "name": "hornymf", + "id": "788811568694951947", + "author": "496114314944577537", + "animated": false, + "created": 1608137733, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hornyteen": { + "name": "hornyteen", + "id": "638041139261210654", + "author": "525249952008503297", + "animated": false, + "created": 1572191264, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hornytime": { + "name": "hornytime", + "id": "767536191578177546", + "author": "708404644052729879", + "animated": false, + "created": 1603065288, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hOt": { + "name": "hOt", + "id": "693985687128768584", + "author": "644688771798925334", + "animated": false, + "created": 1585529481, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "how": { + "name": "how", + "id": "742438692659920987", + "author": "268138992606773248", + "animated": false, + "created": 1597081578, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "howcutehanako": { + "name": "howcutehanako", + "id": "782746591081660456", + "author": "748023719833894942", + "animated": false, + "created": 1606691730, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "howstabseesastolfo": { + "name": "howstabseesastolfo", + "id": "788431724022333451", + "author": "336021639970029569", + "animated": false, + "created": 1608047171, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "HR": { + "name": "HR", + "id": "579823752188133376", + "author": "217603705791315968", + "animated": false, + "created": 1558311338, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "HR_KyoThumbsUp": { + "name": "HR_KyoThumbsUp", + "id": "788447353396658257", + "author": "284819168791101450", + "animated": true, + "created": 1608050898, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hrsparkles": { + "name": "hrsparkles", + "id": "665986566677856349", + "author": "105066469422796800", + "animated": true, + "created": 1578853971, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "HRweird": { + "name": "HRweird", + "id": "566992872797241364", + "author": "256056872254177281", + "animated": false, + "created": 1555252035, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "HRwird": { + "name": "HRwird", + "id": "778648504082890812", + "author": "373893861950488576", + "animated": false, + "created": 1605714670, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hue": { + "name": "hue", + "id": "778590033057415168", + "author": "729015115411750943", + "animated": false, + "created": 1605700729, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hueh": { + "name": "hueh", + "id": "783750345490169918", + "author": "364295643784806410", + "animated": false, + "created": 1606931044, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "huevos": { + "name": "huevos", + "id": "730702222920253512", + "author": "558803847372472320", + "animated": true, + "created": 1594283385, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hug": { + "name": "hug", + "id": "501094827216076815", + "author": "423622733092618241", + "animated": false, + "created": 1539540776, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hugged": { + "name": "hugged", + "id": "778025515386142731", + "author": "149795569341038592", + "animated": false, + "created": 1605566138, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hugging3": { + "name": "hugging3", + "id": "786153084346302505", + "author": "676134602837852172", + "animated": true, + "created": 1607503901, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "huggu": { + "name": "huggu", + "id": "743227979617796257", + "author": "723891610709917808", + "animated": true, + "created": 1597269758, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hughanako": { + "name": "hughanako", + "id": "782746523875409920", + "author": "748023719833894942", + "animated": false, + "created": 1606691714, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hugs": { + "name": "hugs", + "id": "734014233783566336", + "author": "474766173603495937", + "animated": false, + "created": 1595073030, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "huh": { + "name": "huh", + "id": "506579521173192724", + "author": "173802451437223938", + "animated": false, + "created": 1540848380, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "huh_": { + "name": "huh_", + "id": "785382795518279711", + "author": "454495962426114058", + "animated": false, + "created": 1607320251, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "huh2": { + "name": "huh2", + "id": "787341018739376138", + "author": "569937267012010015", + "animated": false, + "created": 1607787127, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "huhh": { + "name": "huhh", + "id": "786364375845568552", + "author": "567390950838501376", + "animated": false, + "created": 1607554277, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "huhhanako": { + "name": "huhhanako", + "id": "782746605454753822", + "author": "748023719833894942", + "animated": false, + "created": 1606691733, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "huhhhhh": { + "name": "huhhhhh", + "id": "782742478574190593", + "author": "748023719833894942", + "animated": false, + "created": 1606690749, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "HuhNigga": { + "name": "HuhNigga", + "id": "786266540169232415", + "author": "453944829362307072", + "animated": true, + "created": 1607530951, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hum": { + "name": "hum", + "id": "767199503811477514", + "author": "691838494581981218", + "animated": false, + "created": 1602985015, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "human": { + "name": "human", + "id": "769611884038979627", + "author": "679596611323953175", + "animated": false, + "created": 1603560172, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hunkblush": { + "name": "hunkblush", + "id": "782166259092684810", + "author": "496037931140513800", + "animated": false, + "created": 1606553368, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hur": { + "name": "hur", + "id": "788567893112651837", + "author": "353109234201788427", + "animated": false, + "created": 1608079636, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "husband": { + "name": "husband", + "id": "766087625516908544", + "author": "328348458627104768", + "animated": false, + "created": 1602719923, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hush": { + "name": "hush", + "id": "755788291973840947", + "author": "203208699500560385", + "animated": false, + "created": 1600264370, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hy": { + "name": "hy", + "id": "781302849116176384", + "author": "512509857606139905", + "animated": false, + "created": 1606347515, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hype": { + "name": "hype", + "id": "494972549923340289", + "author": "348432584893792256", + "animated": false, + "created": 1538081081, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hyped": { + "name": "hyped", + "id": "763086675198345217", + "author": "676818445068927006", + "animated": true, + "created": 1602004440, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hyper": { + "name": "hyper", + "id": "524374350342782979", + "author": "434579476878458890", + "animated": true, + "created": 1545091022, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hyperblobconga": { + "name": "hyperblobconga", + "id": "778642723158753300", + "author": "262133866062413825", + "animated": true, + "created": 1605713291, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hyperbongo": { + "name": "hyperbongo", + "id": "783187042430484493", + "author": "581699248568139776", + "animated": true, + "created": 1606796741, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hypercatvibe": { + "name": "hypercatvibe", + "id": "781894166866165790", + "author": "733395309916586025", + "animated": true, + "created": 1606488496, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Hyperclap": { + "name": "Hyperclap", + "id": "768272634902478878", + "author": "395446528992608258", + "animated": true, + "created": 1603240870, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hyperlewd": { + "name": "hyperlewd", + "id": "774298795696717875", + "author": "279223421940924416", + "animated": true, + "created": 1604677618, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hyperomegapoggersultra": { + "name": "hyperomegapoggersultra", + "id": "778667740059664464", + "author": "97360218127613952", + "animated": true, + "created": 1605719256, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Hyperpetrick": { + "name": "Hyperpetrick", + "id": "777311277432438814", + "author": "521802133796945962", + "animated": true, + "created": 1605395850, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hyperpug": { + "name": "hyperpug", + "id": "744955497433661652", + "author": "467098286642167819", + "animated": true, + "created": 1597681631, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hyperroll": { + "name": "hyperroll", + "id": "771357738181722172", + "author": "111861047790415872", + "animated": true, + "created": 1603976416, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hyperrotate": { + "name": "hyperrotate", + "id": "786282429237035069", + "author": "531287601609441300", + "animated": true, + "created": 1607534739, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "HYPERS": { + "name": "HYPERS", + "id": "620686613168521228", + "author": "274561812664549376", + "animated": false, + "created": 1533712269, + "modified": 1568058553, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hypersip": { + "name": "hypersip", + "id": "782934877648977921", + "author": "488694672441737236", + "animated": false, + "created": 1606736621, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hyperwhale": { + "name": "hyperwhale", + "id": "770174964938571787", + "author": "403597576223326228", + "animated": true, + "created": 1603694421, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "hyperworry": { + "name": "hyperworry", + "id": "598775577465323530", + "author": "239333423095742464", + "animated": false, + "created": 1562829622, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "iamout": { + "name": "iamout", + "id": "736097757063938049", + "author": "264572972998721537", + "animated": true, + "created": 1595569781, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "iasv": { + "name": "iasv", + "id": "781683952456695818", + "author": "609791313847517223", + "animated": false, + "created": 1606438377, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "i_bruh": { + "name": "i_bruh", + "id": "788994742678716458", + "author": "527449870873657344", + "animated": false, + "created": 1608181405, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "IBUKIIBUKIIBUKIIBUKIIBUKIIBUKI": { + "name": "IBUKIIBUKIIBUKIIBUKIIBUKIIBUKI", + "id": "782739204094033920", + "author": "748023719833894942", + "animated": true, + "created": 1606689968, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ibunnyhehe": { + "name": "ibunnyhehe", + "id": "788732828514910249", + "author": "721415443700514847", + "animated": false, + "created": 1608118960, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "icri": { + "name": "icri", + "id": "781388999558299709", + "author": "495518017434681365", + "animated": true, + "created": 1606368055, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "icry": { + "name": "icry", + "id": "775415381523300373", + "author": "353109234201788427", + "animated": false, + "created": 1604943833, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "idclol": { + "name": "idclol", + "id": "785658127261237309", + "author": "720337269889826846", + "animated": false, + "created": 1607385894, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "idiot": { + "name": "idiot", + "id": "782741856022429697", + "author": "748023719833894942", + "animated": false, + "created": 1606690601, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "idiotlmao": { + "name": "idiotlmao", + "id": "782773373734354984", + "author": "748023719833894942", + "animated": false, + "created": 1606698115, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "idk": { + "name": "idk", + "id": "644898393377996800", + "author": "314031020120866816", + "animated": true, + "created": 1573826159, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "idkb": { + "name": "idkb", + "id": "786656345142853633", + "author": "691838494581981218", + "animated": true, + "created": 1607623888, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "idle2": { + "name": "idle2", + "id": "492047821172899842", + "author": "455289384187592704", + "animated": false, + "created": 1536211761, + "modified": 1537383759, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "ieyasuhi": { + "name": "ieyasuhi", + "id": "781343675686322199", + "author": "544004454257524746", + "animated": true, + "created": 1606357249, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "igger": { + "name": "igger", + "id": "753000680725413922", + "author": "370757129268887553", + "animated": false, + "created": 1599599752, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "igniscrusher": { + "name": "igniscrusher", + "id": "781085795607248946", + "author": "250664753511399434", + "animated": false, + "created": 1606295765, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Iguess": { + "name": "Iguess", + "id": "782773749589606490", + "author": "748023719833894942", + "animated": false, + "created": 1606698205, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ihadto": { + "name": "ihadto", + "id": "492047825606148106", + "author": "433122997071642624", + "animated": true, + "created": 1530350012, + "modified": 1537383760, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "ihsorry": { + "name": "ihsorry", + "id": "785381994741497876", + "author": "454495962426114058", + "animated": false, + "created": 1607320059, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "II": { + "name": "II", + "id": "415317076685750285", + "author": "98425391647031296", + "animated": false, + "created": 1525387944, + "modified": 1533892038, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "iiii": { + "name": "iiii", + "id": "773355554181218345", + "author": "512509857606139905", + "animated": false, + "created": 1604452732, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ika": { + "name": "ika", + "id": "782758118173966377", + "author": "692181487788752946", + "animated": false, + "created": 1606694478, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ikizler_aphr": { + "name": "ikizler_aphr", + "id": "781814828993740801", + "author": "586886106289668127", + "animated": false, + "created": 1606469580, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ikudance": { + "name": "ikudance", + "id": "681985484301402191", + "author": "580244182652813312", + "animated": true, + "created": 1582668410, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ikushy": { + "name": "ikushy", + "id": "774381372780838942", + "author": "441764984012144651", + "animated": false, + "created": 1604697306, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "illjusfuckoff": { + "name": "illjusfuckoff", + "id": "782112139921457184", + "author": "690953891482828890", + "animated": true, + "created": 1606540465, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "illya": { + "name": "illya", + "id": "657028943500673034", + "author": "293107176355004416", + "animated": true, + "created": 1576718307, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "illyayafue": { + "name": "illyayafue", + "id": "767432283744501779", + "author": "293107176355004416", + "animated": true, + "created": 1603040514, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "iludida": { + "name": "iludida", + "id": "788529924952162344", + "author": "325346618364788737", + "animated": false, + "created": 1608070584, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ily": { + "name": "ily", + "id": "737643320251121746", + "author": "728949434955857930", + "animated": false, + "created": 1595938282, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "image0": { + "name": "image0", + "id": "762900622689173534", + "author": "716475019240276058", + "animated": false, + "created": 1601960082, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "imbecil": { + "name": "imbecil", + "id": "780845489348280361", + "author": "466061790627889167", + "animated": false, + "created": 1606238472, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "imcool": { + "name": "imcool", + "id": "782058335816908810", + "author": "562356584018214917", + "animated": false, + "created": 1606527637, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "imdone": { + "name": "imdone", + "id": "727265261799080089", + "author": "425046879047385108", + "animated": true, + "created": 1593463950, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "IMG_20200516_153149_668": { + "name": "IMG_20200516_153149_668", + "id": "786266452758888468", + "author": "453944829362307072", + "animated": false, + "created": 1607530930, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "IMG_20201208_194122": { + "name": "IMG_20201208_194122", + "id": "786756816171827261", + "author": "544733856511819778", + "animated": false, + "created": 1607647842, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "imgay": { + "name": "imgay", + "id": "782739728558456882", + "author": "748023719833894942", + "animated": false, + "created": 1606690093, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "imgayhi": { + "name": "imgayhi", + "id": "782773716966572063", + "author": "748023719833894942", + "animated": false, + "created": 1606698197, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "imhorny": { + "name": "imhorny", + "id": "779817815136796683", + "author": "435166381189758998", + "animated": false, + "created": 1605993455, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "imi": { + "name": "imi", + "id": "763424791847501845", + "author": "427135249152212992", + "animated": false, + "created": 1602085054, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "imjusthere": { + "name": "imjusthere", + "id": "782741845922545696", + "author": "748023719833894942", + "animated": false, + "created": 1606690598, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "imleavincya": { + "name": "imleavincya", + "id": "782113139159728179", + "author": "690953891482828890", + "animated": true, + "created": 1606540703, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "immacry": { + "name": "immacry", + "id": "775415361587380244", + "author": "353109234201788427", + "animated": false, + "created": 1604943829, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "imma_kms": { + "name": "imma_kms", + "id": "778635402600382544", + "author": "279764106926620684", + "animated": false, + "created": 1605711546, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "imokay": { + "name": "imokay", + "id": "785748496921657414", + "author": "368558529268809728", + "animated": false, + "created": 1607407440, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "imout": { + "name": "imout", + "id": "761775122301452299", + "author": "635642091497717771", + "animated": true, + "created": 1601691742, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "impactado": { + "name": "impactado", + "id": "780894951855620127", + "author": "586365354713022478", + "animated": false, + "created": 1606250265, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Impostertwerk": { + "name": "Impostertwerk", + "id": "785605493891530803", + "author": "370756565097119746", + "animated": true, + "created": 1607373345, + "modified": 1607373874, + "preserve": false, + "description": null, + "nsfw": "MOD_NSFW" + }, + "impostor": { + "name": "impostor", + "id": "773411089680826378", + "author": "651935327795281921", + "animated": false, + "created": 1604465973, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "imshy": { + "name": "imshy", + "id": "788120176628596766", + "author": "353109234201788427", + "animated": true, + "created": 1607972892, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "imsoproud": { + "name": "imsoproud", + "id": "782112243605045249", + "author": "690953891482828890", + "animated": true, + "created": 1606540489, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "imtryingmyhardest": { + "name": "imtryingmyhardest", + "id": "515439176024326155", + "author": "140516693242937345", + "animated": false, + "created": 1542960676, + "modified": 1542960686, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "imweird": { + "name": "imweird", + "id": "639082120660123668", + "author": "217603705791315968", + "animated": false, + "created": 1572439451, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "inclusivethenk": { + "name": "inclusivethenk", + "id": "758231068569632779", + "author": "428461954064056340", + "animated": false, + "created": 1600846774, + "modified": 1600847512, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "inculeable": { + "name": "inculeable", + "id": "770516511193300992", + "author": "469162062086537226", + "animated": false, + "created": 1603775852, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "indiscret": { + "name": "indiscret", + "id": "789593310405591060", + "author": "457800274887573515", + "animated": false, + "created": 1608324115, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "inpaktado": { + "name": "inpaktado", + "id": "788924321300611122", + "author": "751593322669408268", + "animated": false, + "created": 1608164615, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Instagram": { + "name": "Instagram", + "id": "769660519946387506", + "author": "251173476335878145", + "animated": false, + "created": 1603571767, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "intelectual": { + "name": "intelectual", + "id": "770373411611869224", + "author": "358457900546654209", + "animated": false, + "created": 1603741734, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "intentsofmurderhanako": { + "name": "intentsofmurderhanako", + "id": "782746512597450754", + "author": "748023719833894942", + "animated": false, + "created": 1606691711, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Interested": { + "name": "Interested", + "id": "788178724679188481", + "author": "524919681753284630", + "animated": false, + "created": 1607986851, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "interesting": { + "name": "interesting", + "id": "677214686730780683", + "author": "481871935710429187", + "animated": false, + "created": 1581530963, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "interestingaf": { + "name": "interestingaf", + "id": "775361008846897162", + "author": "353109234201788427", + "animated": false, + "created": 1604930870, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "intjsad": { + "name": "intjsad", + "id": "781299025298325546", + "author": "268138992606773248", + "animated": false, + "created": 1606346603, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "intjwait": { + "name": "intjwait", + "id": "781298706170642464", + "author": "268138992606773248", + "animated": false, + "created": 1606346527, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Inv2xArnosGrapeFish": { + "name": "Inv2xArnosGrapeFish", + "id": "783460784256712707", + "author": "328327250682576897", + "animated": true, + "created": 1606862007, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ios_catneutral": { + "name": "ios_catneutral", + "id": "786707856443047966", + "author": "658316782934949889", + "animated": false, + "created": 1607636169, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ipunchu": { + "name": "ipunchu", + "id": "783192900874797107", + "author": "406034555766702091", + "animated": false, + "created": 1606798138, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "iq": { + "name": "iq", + "id": "776445486663335936", + "author": "650561615372222484", + "animated": false, + "created": 1605189429, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ireallylike": { + "name": "ireallylike", + "id": "775129549594951701", + "author": "423915249662427137", + "animated": false, + "created": 1604875685, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "irken": { + "name": "irken", + "id": "782164497636917258", + "author": "496037931140513800", + "animated": false, + "created": 1606552948, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "irkenempire": { + "name": "irkenempire", + "id": "782164980836597801", + "author": "496037931140513800", + "animated": false, + "created": 1606553063, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Isa": { + "name": "Isa", + "id": "774435037763731467", + "author": "717431661226360944", + "animated": true, + "created": 1604710101, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Isa2": { + "name": "Isa2", + "id": "774459580104572949", + "author": "661789191470055436", + "animated": true, + "created": 1604715952, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "isa3": { + "name": "isa3", + "id": "774861520471326750", + "author": "661789191470055436", + "animated": true, + "created": 1604811782, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "isahearts": { + "name": "isahearts", + "id": "783196755948601375", + "author": "475436897435516929", + "animated": false, + "created": 1606799057, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "isee": { + "name": "isee", + "id": "789548363086430268", + "author": "182850025007742976", + "animated": false, + "created": 1608313398, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ISee_": { + "name": "ISee_", + "id": "783176897277591562", + "author": "242691348560478209", + "animated": false, + "created": 1606794323, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "iseeyou": { + "name": "iseeyou", + "id": "759166264005754912", + "author": "638128638700552192", + "animated": true, + "created": 1601069742, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "isforme": { + "name": "isforme", + "id": "765574317626097714", + "author": "662008793022070810", + "animated": false, + "created": 1602597541, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ishyThink": { + "name": "ishyThink", + "id": "787739844435771423", + "author": "698969961586229339", + "animated": false, + "created": 1607882214, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "isleep": { + "name": "isleep", + "id": "551819262851940362", + "author": "203208699500560385", + "animated": true, + "created": 1551634364, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ispep": { + "name": "ispep", + "id": "737378664995356694", + "author": "717472783445131324", + "animated": false, + "created": 1595875173, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "issou": { + "name": "issou", + "id": "759432165519523841", + "author": "714174249975414787", + "animated": true, + "created": 1601133137, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "issue": { + "name": "issue", + "id": "492047847508803584", + "author": "150657331212976128", + "animated": false, + "created": 1525387944, + "modified": 1537383765, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "issueclosed": { + "name": "issueclosed", + "id": "492047848519630858", + "author": "150657331212976128", + "animated": false, + "created": 1525387944, + "modified": 1537383765, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "itachi": { + "name": "itachi", + "id": "754642447266611210", + "author": "339170236244688906", + "animated": true, + "created": 1599991180, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "itreallyhurts": { + "name": "itreallyhurts", + "id": "788764427671306240", + "author": "308894539815321600", + "animated": false, + "created": 1608126494, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "itsalie": { + "name": "itsalie", + "id": "782742443480711188", + "author": "748023719833894942", + "animated": false, + "created": 1606690741, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "itsfree": { + "name": "itsfree", + "id": "781501241090899978", + "author": "203208699500560385", + "animated": false, + "created": 1606394815, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "itsokiprotecc": { + "name": "itsokiprotecc", + "id": "782108938036051980", + "author": "690953891482828890", + "animated": false, + "created": 1606539701, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "itsonly": { + "name": "itsonly", + "id": "754028691209715722", + "author": "425046879047385108", + "animated": false, + "created": 1599844849, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "iugh": { + "name": "iugh", + "id": "758911118655225887", + "author": "676818445068927006", + "animated": false, + "created": 1601008910, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "iuhimleavin": { + "name": "iuhimleavin", + "id": "782107237359288321", + "author": "690953891482828890", + "animated": true, + "created": 1606539296, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ivaldy": { + "name": "ivaldy", + "id": "700024091427733646", + "author": "425046879047385108", + "animated": false, + "created": 1586969149, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "iwi": { + "name": "iwi", + "id": "759535516009365524", + "author": "477167667992592414", + "animated": false, + "created": 1601157778, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "iww": { + "name": "iww", + "id": "772213228969263115", + "author": "427135249152212992", + "animated": false, + "created": 1604180380, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "izi": { + "name": "izi", + "id": "775541940522582037", + "author": "300852226006712322", + "animated": false, + "created": 1604974007, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "izux": { + "name": "izux", + "id": "764739508486275122", + "author": "569937267012010015", + "animated": false, + "created": 1602398507, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ja": { + "name": "ja", + "id": "769682054358761512", + "author": "657032893172023363", + "animated": false, + "created": 1603576901, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "jaa": { + "name": "jaa", + "id": "717492383511609408", + "author": "691838494581981218", + "animated": false, + "created": 1591133914, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "jaaa": { + "name": "jaaa", + "id": "789113416290795520", + "author": "488054792325824532", + "animated": false, + "created": 1608209699, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "jackoff": { + "name": "jackoff", + "id": "782219369928851477", + "author": "327957029849268234", + "animated": false, + "created": 1606566030, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "jaczball": { + "name": "jaczball", + "id": "784254318571159582", + "author": "726110827278499891", + "animated": false, + "created": 1607051200, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "jaegerdance": { + "name": "jaegerdance", + "id": "789432318543659009", + "author": "690848269022003220", + "animated": true, + "created": 1608285731, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Jafet_Tenoch_Rojas_Cado": { + "name": "Jafet_Tenoch_Rojas_Cado", + "id": "781225254428868638", + "author": "525464605108076567", + "animated": false, + "created": 1606329015, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "jail": { + "name": "jail", + "id": "779055800471388218", + "author": "95039498525618176", + "animated": false, + "created": 1605811777, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "jaimito": { + "name": "jaimito", + "id": "783041784212488213", + "author": "506217102622064651", + "animated": false, + "created": 1606762109, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "jaja": { + "name": "jaja", + "id": "653669590529736724", + "author": "468829462356688897", + "animated": false, + "created": 1575917375, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "jajaa": { + "name": "jajaa", + "id": "783926302670716928", + "author": "718170796467421334", + "animated": false, + "created": 1606972995, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "jajaasies": { + "name": "jajaasies", + "id": "730628200320729158", + "author": "565682823722434560", + "animated": false, + "created": 1594265737, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "jajagordotonto": { + "name": "jajagordotonto", + "id": "760942814930010132", + "author": "293107176355004416", + "animated": false, + "created": 1601493304, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "jajaja": { + "name": "jajaja", + "id": "686643674968359113", + "author": "320354548105609217", + "animated": false, + "created": 1583779009, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "jajajaja": { + "name": "jajajaja", + "id": "732710652300361780", + "author": "415288664579506176", + "animated": false, + "created": 1594762232, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "JAJAJAJCHISTOSO": { + "name": "JAJAJAJCHISTOSO", + "id": "781675575738630144", + "author": "486936089324552193", + "animated": false, + "created": 1606436380, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "jajano": { + "name": "jajano", + "id": "766133411210461246", + "author": "708404644052729879", + "animated": false, + "created": 1602730839, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "jakeblob": { + "name": "jakeblob", + "id": "492047861521842186", + "author": "140516693242937345", + "animated": false, + "created": 1531976567, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "J_AlphabetQ": { + "name": "J_AlphabetQ", + "id": "787391659414388803", + "author": "735140574205837353", + "animated": true, + "created": 1607799200, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "J_AlphabetR": { + "name": "J_AlphabetR", + "id": "787391706344718347", + "author": "735140574205837353", + "animated": true, + "created": 1607799212, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "J_AlphabetS": { + "name": "J_AlphabetS", + "id": "787391729946198038", + "author": "735140574205837353", + "animated": true, + "created": 1607799217, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "J_AlphabetT": { + "name": "J_AlphabetT", + "id": "787391757381140510", + "author": "735140574205837353", + "animated": true, + "created": 1607799224, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "J_AlphabetU": { + "name": "J_AlphabetU", + "id": "787391777023197185", + "author": "735140574205837353", + "animated": true, + "created": 1607799228, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "J_AlphabetV": { + "name": "J_AlphabetV", + "id": "787391797143273474", + "author": "735140574205837353", + "animated": true, + "created": 1607799233, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "J_AlphabetW": { + "name": "J_AlphabetW", + "id": "787391816667627570", + "author": "735140574205837353", + "animated": true, + "created": 1607799238, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "jam": { + "name": "jam", + "id": "779100646917406721", + "author": "518226528904151061", + "animated": true, + "created": 1605822469, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "JamBall": { + "name": "JamBall", + "id": "774695991512268800", + "author": "234097420898664448", + "animated": false, + "created": 1604772317, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "jamcat": { + "name": "jamcat", + "id": "756835465289793586", + "author": "410983710083776522", + "animated": true, + "created": 1600514036, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Janfer": { + "name": "Janfer", + "id": "748300248207720490", + "author": "326733379678633985", + "animated": false, + "created": 1598479082, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "jangoball": { + "name": "jangoball", + "id": "784226649277071360", + "author": "726110827278499891", + "animated": false, + "created": 1607044603, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "jangry": { + "name": "jangry", + "id": "787867095160586261", + "author": "567390950838501376", + "animated": false, + "created": 1607912553, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "jaog": { + "name": "jaog", + "id": "610733372842704916", + "author": "269691188875886593", + "animated": true, + "created": 1565680583, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "japa": { + "name": "japa", + "id": "773639223378968617", + "author": "512509857606139905", + "animated": false, + "created": 1604520364, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "jari": { + "name": "jari", + "id": "543262785275166721", + "author": "334452113264607232", + "animated": false, + "created": 1549594341, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "java": { + "name": "java", + "id": "492047870715756554", + "author": "356091260429402122", + "animated": false, + "created": 1535265577, + "modified": 1537383770, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "Jdo": { + "name": "Jdo", + "id": "750906606224539699", + "author": "343310328089804803", + "animated": true, + "created": 1599100486, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "jdr": { + "name": "jdr", + "id": "751469259590205440", + "author": "353109234201788427", + "animated": false, + "created": 1599234633, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Je": { + "name": "Je", + "id": "750734362714046474", + "author": "651173629567959070", + "animated": false, + "created": 1599059420, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "je1": { + "name": "je1", + "id": "784339094598844427", + "author": "431225704563081216", + "animated": false, + "created": 1607071412, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "jeanweird": { + "name": "jeanweird", + "id": "774732500156284949", + "author": "209280535174971393", + "animated": false, + "created": 1604781021, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "JeBaited": { + "name": "JeBaited", + "id": "768897797579604049", + "author": "181567390549540874", + "animated": true, + "created": 1603389920, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "jee": { + "name": "jee", + "id": "648710853171871744", + "author": "308794315834916864", + "animated": false, + "created": 1574735119, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "jeek": { + "name": "jeek", + "id": "692534095770812417", + "author": "308794315834916864", + "animated": false, + "created": 1585183395, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "jeery": { + "name": "jeery", + "id": "775249326112768000", + "author": "239333423095742464", + "animated": false, + "created": 1604904242, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "jeje": { + "name": "jeje", + "id": "701943225241436240", + "author": "418175999365349399", + "animated": false, + "created": 1587426706, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "jejej": { + "name": "jejej", + "id": "785549047506403328", + "author": "397220822197993472", + "animated": false, + "created": 1607359887, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "jejejejeje": { + "name": "jejejejeje", + "id": "784958784853770281", + "author": "618287304447885312", + "animated": false, + "created": 1607219158, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "jennypensive": { + "name": "jennypensive", + "id": "782700184776867852", + "author": "496037931140513800", + "animated": false, + "created": 1606680666, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "jer": { + "name": "jer", + "id": "787864857671630918", + "author": "567390950838501376", + "animated": false, + "created": 1607912019, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Jerefacha": { + "name": "Jerefacha", + "id": "778619522747727883", + "author": "352617359036514304", + "animated": false, + "created": 1605707760, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "jeremias": { + "name": "jeremias", + "id": "785981942671605791", + "author": "531570016282214432", + "animated": false, + "created": 1607463098, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "jerepaws": { + "name": "jerepaws", + "id": "789943771931607062", + "author": "352617359036514304", + "animated": false, + "created": 1608407671, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "jeri": { + "name": "jeri", + "id": "581866866742525952", + "author": "269206837306327042", + "animated": false, + "created": 1558798271, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "jerii": { + "name": "jerii", + "id": "763998644705034261", + "author": "337563044039098368", + "animated": false, + "created": 1602221871, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "jerpensive": { + "name": "jerpensive", + "id": "787866488694112307", + "author": "567390950838501376", + "animated": false, + "created": 1607912408, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "jerry": { + "name": "jerry", + "id": "492047877959319552", + "author": "269206837306327042", + "animated": false, + "created": 1525387944, + "modified": 1537383772, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "jerryblurry": { + "name": "jerryblurry", + "id": "732316410566410330", + "author": "425046879047385108", + "animated": false, + "created": 1594668238, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "jerryception": { + "name": "jerryception", + "id": "767759804470919180", + "author": "397220822197993472", + "animated": true, + "created": 1603118601, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "jerrydasright": { + "name": "jerrydasright", + "id": "712984894086709258", + "author": "425046879047385108", + "animated": false, + "created": 1590059245, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "jerryidk": { + "name": "jerryidk", + "id": "781643235612819466", + "author": "435166381189758998", + "animated": false, + "created": 1606428669, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "jerryLaugh": { + "name": "jerryLaugh", + "id": "771570179954966539", + "author": "763240979091292180", + "animated": false, + "created": 1604027066, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "jerryrec": { + "name": "jerryrec", + "id": "786593083545747486", + "author": "353109234201788427", + "animated": false, + "created": 1607608805, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "jerrywhatlaugh": { + "name": "jerrywhatlaugh", + "id": "766899872694534156", + "author": "658954987799314434", + "animated": true, + "created": 1602913578, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "jerrywoke": { + "name": "jerrywoke", + "id": "684041897072787514", + "author": "167267224787222528", + "animated": true, + "created": 1583158697, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "jerrywoke2": { + "name": "jerrywoke2", + "id": "725466045762240633", + "author": "245607870463213570", + "animated": true, + "created": 1593034984, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "jerryy": { + "name": "jerryy", + "id": "783283684883038218", + "author": "353109234201788427", + "animated": false, + "created": 1606819783, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Jesus": { + "name": "Jesus", + "id": "713623276466995220", + "author": "406183547334819861", + "animated": true, + "created": 1590211447, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "jesusdancing": { + "name": "jesusdancing", + "id": "785709463327735809", + "author": "580244182652813312", + "animated": true, + "created": 1607398133, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Jevil": { + "name": "Jevil", + "id": "771304680939585566", + "author": "602519036311633920", + "animated": true, + "created": 1603963766, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "jew": { + "name": "jew", + "id": "773973051372470342", + "author": "381866876483141632", + "animated": true, + "created": 1604599955, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "jewfrog": { + "name": "jewfrog", + "id": "789570065540448337", + "author": "168172407662706688", + "animated": false, + "created": 1608318573, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Jgei": { + "name": "Jgei", + "id": "755987402908237824", + "author": "343310328089804803", + "animated": true, + "created": 1600311842, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ji": { + "name": "ji", + "id": "775454480018833429", + "author": "512509857606139905", + "animated": false, + "created": 1604953155, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "jii": { + "name": "jii", + "id": "669969759684657171", + "author": "197180437737504768", + "animated": false, + "created": 1579803638, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Jiji": { + "name": "Jiji", + "id": "665780525369393152", + "author": "197180437737504768", + "animated": false, + "created": 1578804846, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "jijiji": { + "name": "jijiji", + "id": "677299294851825674", + "author": "367678543246786571", + "animated": false, + "created": 1581551135, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "jill": { + "name": "jill", + "id": "770946394658963456", + "author": "538789887248433153", + "animated": false, + "created": 1603878344, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "JillBruh": { + "name": "JillBruh", + "id": "770946106599276565", + "author": "538789887248433153", + "animated": false, + "created": 1603878275, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "jimbogif": { + "name": "jimbogif", + "id": "782113569994965033", + "author": "690953891482828890", + "animated": true, + "created": 1606540806, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "jirensmile": { + "name": "jirensmile", + "id": "771537259169054730", + "author": "737371717785354334", + "animated": false, + "created": 1604019217, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "jishaku": { + "name": "jishaku", + "id": "780776184614223933", + "author": "491174779278065689", + "animated": false, + "created": 1606221948, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "jishaky": { + "name": "jishaky", + "id": "780776129119780874", + "author": "491174779278065689", + "animated": false, + "created": 1606221935, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "jisoo": { + "name": "jisoo", + "id": "788957021809672202", + "author": "615229707549540441", + "animated": false, + "created": 1608172412, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "jitterthenk": { + "name": "jitterthenk", + "id": "758112182667313153", + "author": "728030515726123028", + "animated": true, + "created": 1600818429, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "jo": { + "name": "jo", + "id": "764698163864141824", + "author": "512509857606139905", + "animated": false, + "created": 1602388649, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "joder": { + "name": "joder", + "id": "710205091084370041", + "author": "671011043975102468", + "animated": false, + "created": 1589396488, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "joder_": { + "name": "joder_", + "id": "773304454018760745", + "author": "475156812329517068", + "animated": false, + "created": 1604440549, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "joder_buenas_tardes": { + "name": "joder_buenas_tardes", + "id": "758869109554413618", + "author": "707738750121279649", + "animated": false, + "created": 1600998894, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Joe": { + "name": "Joe", + "id": "771571638776758273", + "author": "763240979091292180", + "animated": false, + "created": 1604027413, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "joecringe": { + "name": "joecringe", + "id": "789839766316777502", + "author": "586219689466658816", + "animated": false, + "created": 1608382874, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "joedecepcion": { + "name": "joedecepcion", + "id": "789839544518311936", + "author": "586219689466658816", + "animated": false, + "created": 1608382822, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "joehappy": { + "name": "joehappy", + "id": "789840058903167017", + "author": "586219689466658816", + "animated": false, + "created": 1608382944, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "joehorny": { + "name": "joehorny", + "id": "789840407420338196", + "author": "586219689466658816", + "animated": false, + "created": 1608383027, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "joeirritated": { + "name": "joeirritated", + "id": "785974069639381002", + "author": "632211012551966750", + "animated": false, + "created": 1607461220, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "joesad": { + "name": "joesad", + "id": "789846810364608533", + "author": "586219689466658816", + "animated": false, + "created": 1608384554, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "joey": { + "name": "joey", + "id": "744252816456941610", + "author": "528990209589903376", + "animated": false, + "created": 1597514099, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "john": { + "name": "john", + "id": "778797915782774804", + "author": "203208699500560385", + "animated": false, + "created": 1605750292, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "johnny": { + "name": "johnny", + "id": "775969734722191410", + "author": "730410859477729362", + "animated": false, + "created": 1605076002, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "johnny_1": { + "name": "johnny_1", + "id": "783181769422667806", + "author": "418989117163175948", + "animated": false, + "created": 1606795484, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "johnny_2": { + "name": "johnny_2", + "id": "783181374165090334", + "author": "418989117163175948", + "animated": false, + "created": 1606795390, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Johnny_ISee": { + "name": "Johnny_ISee", + "id": "783176545707622400", + "author": "242691348560478209", + "animated": false, + "created": 1606794239, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "jojo": { + "name": "jojo", + "id": "514416782749204481", + "author": "477222280309768195", + "animated": false, + "created": 1542716968, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "jojoabueno": { + "name": "jojoabueno", + "id": "777613993661562900", + "author": "742896971387240540", + "animated": false, + "created": 1605468023, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "jojojo": { + "name": "jojojo", + "id": "757952079124889631", + "author": "676818445068927006", + "animated": false, + "created": 1600780257, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "jojomm": { + "name": "jojomm", + "id": "777620373122187284", + "author": "657032893172023363", + "animated": false, + "created": 1605469544, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Jojos": { + "name": "Jojos", + "id": "730860451033776218", + "author": "469574360517181440", + "animated": false, + "created": 1594321110, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "jojota": { + "name": "jojota", + "id": "762179550242799636", + "author": "524761288795095041", + "animated": false, + "created": 1601788165, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "joker": { + "name": "joker", + "id": "633423547481587742", + "author": "289037025427062785", + "animated": false, + "created": 1571090342, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "JolAAA": { + "name": "JolAAA", + "id": "783229030341279794", + "author": "196665012071170048", + "animated": false, + "created": 1606806752, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Jolyne_What": { + "name": "Jolyne_What", + "id": "783176294434996224", + "author": "242691348560478209", + "animated": false, + "created": 1606794179, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "jordansfavemote": { + "name": "jordansfavemote", + "id": "785499611015544852", + "author": "434603155695730709", + "animated": false, + "created": 1607348101, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "jordi_ai": { + "name": "jordi_ai", + "id": "780945855053692928", + "author": "461217181032775681", + "animated": false, + "created": 1606262401, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "jorge": { + "name": "jorge", + "id": "758604642174763019", + "author": "376328041082650624", + "animated": false, + "created": 1600935841, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "jori": { + "name": "jori", + "id": "679013482141843482", + "author": "239333423095742464", + "animated": false, + "created": 1581959829, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "jorry": { + "name": "jorry", + "id": "760736928730972171", + "author": "628730727051296798", + "animated": false, + "created": 1601444217, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "jose": { + "name": "jose", + "id": "767049002399039549", + "author": "637658508950765569", + "animated": false, + "created": 1602949133, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Josecar": { + "name": "Josecar", + "id": "785936536662310912", + "author": "396034260089176086", + "animated": true, + "created": 1607452272, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "joselesbiana": { + "name": "joselesbiana", + "id": "784320747504926741", + "author": "431225704563081216", + "animated": false, + "created": 1607067038, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "joseph": { + "name": "joseph", + "id": "650866392119246868", + "author": "545431056329867314", + "animated": false, + "created": 1575249040, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Josephscream": { + "name": "Josephscream", + "id": "788111022639939624", + "author": "767032132182212629", + "animated": false, + "created": 1607970710, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "josuke": { + "name": "josuke", + "id": "718271538784108545", + "author": "425455178695835659", + "animated": false, + "created": 1591319679, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Jotaro": { + "name": "Jotaro", + "id": "564324174688944129", + "author": "528717784327258132", + "animated": false, + "created": 1554615768, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "jotaro_cagaste": { + "name": "jotaro_cagaste", + "id": "789430899484786709", + "author": "764963344317677609", + "animated": true, + "created": 1608285393, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "JotaroDance": { + "name": "JotaroDance", + "id": "677163134544511035", + "author": "589238949663211521", + "animated": true, + "created": 1581518672, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "jotaro_zawarudo": { + "name": "jotaro_zawarudo", + "id": "789430773903261706", + "author": "764963344317677609", + "animated": true, + "created": 1608285363, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "joto": { + "name": "joto", + "id": "701847044800643122", + "author": "444666119349862422", + "animated": false, + "created": 1587403775, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "JS": { + "name": "JS", + "id": "492047901053419520", + "author": "140516693242937345", + "animated": false, + "created": 1532497349, + "modified": 1537383778, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "jsjs": { + "name": "jsjs", + "id": "724002765386416129", + "author": "631590594736685076", + "animated": false, + "created": 1592686110, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "juan": { + "name": "juan", + "id": "733497965074710659", + "author": "690319707831664904", + "animated": false, + "created": 1594949942, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "juan2": { + "name": "juan2", + "id": "765992247468490772", + "author": "527593366645506058", + "animated": false, + "created": 1602697183, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "juan3": { + "name": "juan3", + "id": "784516139811471411", + "author": "335215633308450818", + "animated": false, + "created": 1607113623, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "juandios": { + "name": "juandios", + "id": "782270708734099486", + "author": "665978184277164034", + "animated": false, + "created": 1606578270, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "JuanLoveUwu": { + "name": "JuanLoveUwu", + "id": "786860410988920842", + "author": "692165613388431362", + "animated": false, + "created": 1607672541, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "juas": { + "name": "juas", + "id": "728052165599297608", + "author": "610238556006383825", + "animated": true, + "created": 1593651563, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "juice": { + "name": "juice", + "id": "778385112379162646", + "author": "755613274401144973", + "animated": false, + "created": 1605651872, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "jump": { + "name": "jump", + "id": "715670257892589610", + "author": "334820030069997569", + "animated": true, + "created": 1590699486, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "junkodance": { + "name": "junkodance", + "id": "773361431466606623", + "author": "739936426799661086", + "animated": true, + "created": 1604454133, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "junksantahats": { + "name": "junksantahats", + "id": "786056686934163476", + "author": "549682263948918794", + "animated": false, + "created": 1607480918, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "JunkSI": { + "name": "JunkSI", + "id": "780934604025626644", + "author": "739936426799661086", + "animated": false, + "created": 1606259718, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "jurcanfamily": { + "name": "jurcanfamily", + "id": "781347831776018441", + "author": "544004454257524746", + "animated": true, + "created": 1606358239, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "jurcanleek": { + "name": "jurcanleek", + "id": "781306743686168586", + "author": "544004454257524746", + "animated": true, + "created": 1606348443, + "modified": 1606349479, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "JUSTLOL": { + "name": "JUSTLOL", + "id": "702986414685683796", + "author": "246938839720001536", + "animated": false, + "created": 1587675422, + "modified": 1587675534, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "justright": { + "name": "justright", + "id": "774509270284763186", + "author": "125807113569042432", + "animated": false, + "created": 1604727799, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Ka": { + "name": "Ka", + "id": "730989916795830444", + "author": "469574360517181440", + "animated": false, + "created": 1594351977, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "KaBoom": { + "name": "KaBoom", + "id": "784848356526129183", + "author": "752674435802071080", + "animated": true, + "created": 1607192830, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kachuron": { + "name": "kachuron", + "id": "771977333959688223", + "author": "310532542006558720", + "animated": true, + "created": 1604124139, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kaeyaweird": { + "name": "kaeyaweird", + "id": "774732533970763827", + "author": "209280535174971393", + "animated": false, + "created": 1604781030, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kageroudance": { + "name": "kageroudance", + "id": "773359493022220349", + "author": "739936426799661086", + "animated": true, + "created": 1604453671, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kaget": { + "name": "kaget", + "id": "774289591683383307", + "author": "279223421940924416", + "animated": false, + "created": 1604675424, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kagunya": { + "name": "kagunya", + "id": "787866291499171912", + "author": "567390950838501376", + "animated": false, + "created": 1607912361, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kaguya": { + "name": "kaguya", + "id": "766541864378957854", + "author": "371838747366653952", + "animated": true, + "created": 1602828222, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kahappy": { + "name": "kahappy", + "id": "786715173775867924", + "author": "569937267012010015", + "animated": false, + "created": 1607637913, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Kaiangry": { + "name": "Kaiangry", + "id": "774300362554605618", + "author": "331978165331296257", + "animated": false, + "created": 1604677992, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kaipro": { + "name": "kaipro", + "id": "778639176198258709", + "author": "408747500288213006", + "animated": false, + "created": 1605712446, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Kaithink": { + "name": "Kaithink", + "id": "774300254589550602", + "author": "331978165331296257", + "animated": false, + "created": 1604677966, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kak": { + "name": "kak", + "id": "717502691177398273", + "author": "464589240504811520", + "animated": false, + "created": 1591136372, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Kakyoin": { + "name": "Kakyoin", + "id": "650870116342562835", + "author": "545431056329867314", + "animated": false, + "created": 1575249928, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kalm": { + "name": "kalm", + "id": "744919272236646430", + "author": "498841314927050753", + "animated": false, + "created": 1597672994, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kanatafukkireta": { + "name": "kanatafukkireta", + "id": "779160458836967455", + "author": "466061790627889167", + "animated": true, + "created": 1605836729, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kaneki": { + "name": "kaneki", + "id": "776440698224115773", + "author": "575031211215421462", + "animated": false, + "created": 1605188288, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kanna": { + "name": "kanna", + "id": "650184903853604864", + "author": "362665254058196992", + "animated": false, + "created": 1575086561, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kanna1": { + "name": "kanna1", + "id": "706686896759111800", + "author": "434852481693122570", + "animated": true, + "created": 1588557685, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kannabear": { + "name": "kannabear", + "id": "774289366482419712", + "author": "279223421940924416", + "animated": false, + "created": 1604675370, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "KannaBird": { + "name": "KannaBird", + "id": "773945634234957844", + "author": "551188005281464342", + "animated": false, + "created": 1604593418, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "KannaEek": { + "name": "KannaEek", + "id": "782741337531351041", + "author": "507735062955950080", + "animated": false, + "created": 1606690477, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kannaFacepalm": { + "name": "kannaFacepalm", + "id": "771133656530026537", + "author": "694714386308137012", + "animated": false, + "created": 1603922990, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kannaFU": { + "name": "kannaFU", + "id": "786948490998579242", + "author": "718818001633280071", + "animated": false, + "created": 1607693541, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kannafuck": { + "name": "kannafuck", + "id": "781365490475204648", + "author": "554153287109181440", + "animated": false, + "created": 1606362450, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "KannaGun": { + "name": "KannaGun", + "id": "750445755411595295", + "author": "750091614956945439", + "animated": false, + "created": 1598990610, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "KannaHeart": { + "name": "KannaHeart", + "id": "493682904182947840", + "author": "140516693242937345", + "animated": false, + "created": 1537773600, + "modified": 1537773750, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "KannaHug": { + "name": "KannaHug", + "id": "493683440848338944", + "author": "140516693242937345", + "animated": false, + "created": 1537773728, + "modified": 1537773732, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "KannaHuh": { + "name": "KannaHuh", + "id": "781365471005638697", + "author": "554153287109181440", + "animated": false, + "created": 1606362445, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kannakamui": { + "name": "kannakamui", + "id": "784345524669120531", + "author": "527926961427972107", + "animated": false, + "created": 1607072945, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kannakms": { + "name": "kannakms", + "id": "734518611594444891", + "author": "203208699500560385", + "animated": false, + "created": 1595193283, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "KannaNom": { + "name": "KannaNom", + "id": "493683213991018496", + "author": "140516693242937345", + "animated": false, + "created": 1537773674, + "modified": 1537773677, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "kannanom2": { + "name": "kannanom2", + "id": "785376820089323540", + "author": "572096154888831006", + "animated": true, + "created": 1607318825, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "KannaPat": { + "name": "KannaPat", + "id": "734601814896410695", + "author": "549041904092971040", + "animated": false, + "created": 1595213121, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "KannaPeek": { + "name": "KannaPeek", + "id": "773941578842505226", + "author": "551188005281464342", + "animated": false, + "created": 1604592451, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kannapog": { + "name": "kannapog", + "id": "619638994032132097", + "author": "461217181032775681", + "animated": false, + "created": 1567803848, + "modified": 1567831069, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "kannapoggies": { + "name": "kannapoggies", + "id": "759897414135185488", + "author": "245668715067080704", + "animated": true, + "created": 1601244061, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kannasip": { + "name": "kannasip", + "id": "517448558484652032", + "author": "192739300792598530", + "animated": true, + "created": 1543439750, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kannasleep": { + "name": "kannasleep", + "id": "781365430781607936", + "author": "554153287109181440", + "animated": false, + "created": 1606362435, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Kannasuicide": { + "name": "Kannasuicide", + "id": "762850723943022612", + "author": "610815678659952673", + "animated": false, + "created": 1601948185, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "KannaWannaDie": { + "name": "KannaWannaDie", + "id": "783879493709725697", + "author": "697542753449672775", + "animated": false, + "created": 1606961835, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kannawave": { + "name": "kannawave", + "id": "768866798975451147", + "author": "669031824621830147", + "animated": false, + "created": 1603382529, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kannaweird": { + "name": "kannaweird", + "id": "787419608909873232", + "author": "438644880152068127", + "animated": false, + "created": 1607805864, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "KannaWhat": { + "name": "KannaWhat", + "id": "493683319871897601", + "author": "140516693242937345", + "animated": false, + "created": 1537773699, + "modified": 1537773705, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "kannawoke": { + "name": "kannawoke", + "id": "770363846639878206", + "author": "299927423125028864", + "animated": true, + "created": 1603739453, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kannawtf": { + "name": "kannawtf", + "id": "780853817775620116", + "author": "727325977755254874", + "animated": false, + "created": 1606240457, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kannazoom": { + "name": "kannazoom", + "id": "781345611282120704", + "author": "448827482179895304", + "animated": false, + "created": 1606357710, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Kapp": { + "name": "Kapp", + "id": "494296163588112384", + "author": "254056639777210368", + "animated": false, + "created": 1537919815, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kappa": { + "name": "kappa", + "id": "457777175685234689", + "author": "140516693242937345", + "animated": false, + "created": 1529227383, + "modified": 1592601349, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "kappapride": { + "name": "kappapride", + "id": "422915384031707166", + "author": "150036153846857728", + "animated": false, + "created": 1525387945, + "modified": 1533892038, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kappie": { + "name": "kappie", + "id": "773522727105593384", + "author": "293107176355004416", + "animated": false, + "created": 1604492589, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kappsuda": { + "name": "kappsuda", + "id": "768674501977702440", + "author": "450903155572736000", + "animated": false, + "created": 1603336682, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kaprysad": { + "name": "kaprysad", + "id": "781514606090649600", + "author": "426002740162854922", + "animated": false, + "created": 1606398001, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Karkat": { + "name": "Karkat", + "id": "784607041749778443", + "author": "496037931140513800", + "animated": false, + "created": 1607135296, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "karma": { + "name": "karma", + "id": "749615737227968522", + "author": "359713607635697664", + "animated": false, + "created": 1598792719, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "karonspeak": { + "name": "karonspeak", + "id": "748301096971141230", + "author": "373893861950488576", + "animated": false, + "created": 1598479284, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kat": { + "name": "kat", + "id": "751108317962698812", + "author": "382099801287688196", + "animated": true, + "created": 1599148578, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "KateRE": { + "name": "KateRE", + "id": "612496825441714195", + "author": "140516693242937345", + "animated": false, + "created": 1566101022, + "modified": 1566101029, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "kawai": { + "name": "kawai", + "id": "787343860702904360", + "author": "569937267012010015", + "animated": false, + "created": 1607787804, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kawaii": { + "name": "kawaii", + "id": "721102797462044742", + "author": "299732643036135435", + "animated": false, + "created": 1591994704, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kawaiiBowPurple": { + "name": "kawaiiBowPurple", + "id": "786948507428454440", + "author": "718818001633280071", + "animated": true, + "created": 1607693545, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kawaiiGalaxyHeart": { + "name": "kawaiiGalaxyHeart", + "id": "786948536230739998", + "author": "718818001633280071", + "animated": true, + "created": 1607693551, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kawaiiGalaxyStar": { + "name": "kawaiiGalaxyStar", + "id": "786948526830518313", + "author": "718818001633280071", + "animated": true, + "created": 1607693549, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kawaiiGalaxyStarr": { + "name": "kawaiiGalaxyStarr", + "id": "786948517045469185", + "author": "718818001633280071", + "animated": true, + "created": 1607693547, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kawaiiMoonSparkles": { + "name": "kawaiiMoonSparkles", + "id": "786948431213494282", + "author": "718818001633280071", + "animated": true, + "created": 1607693526, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kawaiiMoonStar": { + "name": "kawaiiMoonStar", + "id": "786948420950294558", + "author": "718818001633280071", + "animated": true, + "created": 1607693524, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kawaiiPin": { + "name": "kawaiiPin", + "id": "786948477224878101", + "author": "718818001633280071", + "animated": false, + "created": 1607693537, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kawaiiStarPink": { + "name": "kawaiiStarPink", + "id": "786948459004952617", + "author": "718818001633280071", + "animated": true, + "created": 1607693533, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kawaiiStarPurple": { + "name": "kawaiiStarPurple", + "id": "786948449484275712", + "author": "718818001633280071", + "animated": true, + "created": 1607693531, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "KazuyaShake": { + "name": "KazuyaShake", + "id": "788509220214931487", + "author": "358664468382875648", + "animated": true, + "created": 1608065648, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kbdance": { + "name": "kbdance", + "id": "784938138022969384", + "author": "268138992606773248", + "animated": true, + "created": 1607214235, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "k_bigoof": { + "name": "k_bigoof", + "id": "786949538790375495", + "author": "718818001633280071", + "animated": false, + "created": 1607693791, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "k_clowncat": { + "name": "k_clowncat", + "id": "786949492111966229", + "author": "718818001633280071", + "animated": false, + "created": 1607693779, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "k_dogegetsbonked": { + "name": "k_dogegetsbonked", + "id": "786949568184057866", + "author": "718818001633280071", + "animated": true, + "created": 1607693797, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "k_dorime": { + "name": "k_dorime", + "id": "786949578720804884", + "author": "718818001633280071", + "animated": false, + "created": 1607693800, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ke": { + "name": "ke", + "id": "694756389112905760", + "author": "614981743149318167", + "animated": false, + "created": 1585713231, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kebab": { + "name": "kebab", + "id": "764460527169830923", + "author": "425046879047385108", + "animated": true, + "created": 1602331992, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kedi": { + "name": "kedi", + "id": "781814181988270111", + "author": "586886106289668127", + "animated": true, + "created": 1606469426, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kedise": { + "name": "kedise", + "id": "780549511160266842", + "author": "358358843648114692", + "animated": false, + "created": 1606167905, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "keee": { + "name": "keee", + "id": "788912329843671110", + "author": "391034154705485836", + "animated": false, + "created": 1608161756, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "KEEK": { + "name": "KEEK", + "id": "770000072313798666", + "author": "342753712567091213", + "animated": true, + "created": 1603652723, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "keikidance": { + "name": "keikidance", + "id": "773362982700711966", + "author": "739936426799661086", + "animated": true, + "created": 1604454503, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "keikiuwu": { + "name": "keikiuwu", + "id": "726355115606409216", + "author": "368576909992525824", + "animated": false, + "created": 1593246954, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "keithpray": { + "name": "keithpray", + "id": "782167996520726548", + "author": "496037931140513800", + "animated": false, + "created": 1606553782, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kek": { + "name": "kek", + "id": "417923797903998977", + "author": "86992438568161280", + "animated": false, + "created": 1525387945, + "modified": 1533892038, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "keka": { + "name": "keka", + "id": "679769722442481905", + "author": "160000453944410112", + "animated": true, + "created": 1582140131, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kekaboom": { + "name": "kekaboom", + "id": "785742200696864799", + "author": "715606162224971898", + "animated": true, + "created": 1607405939, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kekaso": { + "name": "kekaso", + "id": "741097855133024367", + "author": "513556416628260876", + "animated": true, + "created": 1596761897, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "KEKBye": { + "name": "KEKBye", + "id": "782568377667158048", + "author": "674019507064274964", + "animated": true, + "created": 1606649240, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kekd": { + "name": "kekd", + "id": "733845382613827715", + "author": "312965970127749123", + "animated": true, + "created": 1595032773, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Kek_Dance": { + "name": "Kek_Dance", + "id": "786156931424714812", + "author": "676134602837852172", + "animated": true, + "created": 1607504818, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "keke": { + "name": "keke", + "id": "724899439566651433", + "author": "461974777905545236", + "animated": true, + "created": 1592899895, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kekega": { + "name": "kekega", + "id": "752369549613203526", + "author": "301916290023555074", + "animated": false, + "created": 1599449279, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kekg": { + "name": "kekg", + "id": "733940151159357541", + "author": "195542285134462976", + "animated": true, + "created": 1595055368, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kek_giggle": { + "name": "kek_giggle", + "id": "786157032029683732", + "author": "676134602837852172", + "animated": true, + "created": 1607504842, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kekhands": { + "name": "kekhands", + "id": "771050955641716768", + "author": "245607870463213570", + "animated": false, + "created": 1603903273, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "keking": { + "name": "keking", + "id": "785552380065611858", + "author": "332890251024662529", + "animated": false, + "created": 1607360682, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kekinq": { + "name": "kekinq", + "id": "787387366443712572", + "author": "112471608865624064", + "animated": false, + "created": 1607798177, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kekirbyX": { + "name": "kekirbyX", + "id": "769592074269360169", + "author": "645482510930673675", + "animated": false, + "created": 1603555448, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kekitsfine": { + "name": "kekitsfine", + "id": "782197160812216360", + "author": "365184840209006604", + "animated": false, + "created": 1606560735, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "KEKLeave": { + "name": "KEKLeave", + "id": "670685432316690432", + "author": "331943400234549248", + "animated": true, + "created": 1579974267, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kekleo": { + "name": "kekleo", + "id": "781397748054228992", + "author": "274724839670153218", + "animated": false, + "created": 1606370140, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "keklmao": { + "name": "keklmao", + "id": "548733624145674250", + "author": "256056872254177281", + "animated": false, + "created": 1550898691, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "keklul": { + "name": "keklul", + "id": "718225877522972725", + "author": "209280535174971393", + "animated": true, + "created": 1591308793, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kekpingers": { + "name": "kekpingers", + "id": "733379862726967356", + "author": "353109234201788427", + "animated": true, + "created": 1594921784, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kekpls": { + "name": "kekpls", + "id": "723339580258123786", + "author": "353109234201788427", + "animated": true, + "created": 1592527995, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kekpoint": { + "name": "kekpoint", + "id": "717244685013483520", + "author": "213601530853588992", + "animated": false, + "created": 1591074858, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kekpopcorn": { + "name": "kekpopcorn", + "id": "693507927868178452", + "author": "438644880152068127", + "animated": false, + "created": 1585415574, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kekrec": { + "name": "kekrec", + "id": "746084164381573190", + "author": "353109234201788427", + "animated": false, + "created": 1597950726, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "KekRoll": { + "name": "KekRoll", + "id": "671676436167262228", + "author": "331943400234549248", + "animated": true, + "created": 1580210541, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kekshade": { + "name": "kekshade", + "id": "775484016366190612", + "author": "293107176355004416", + "animated": false, + "created": 1604960197, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "keksplosion": { + "name": "keksplosion", + "id": "540500380161933312", + "author": "203208699500560385", + "animated": true, + "created": 1548935732, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kekthenk": { + "name": "kekthenk", + "id": "759055651384066129", + "author": "428461954064056340", + "animated": false, + "created": 1601043370, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "keku": { + "name": "keku", + "id": "790115440893755412", + "author": "274902785865023488", + "animated": false, + "created": 1608448600, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "KEKW": { + "name": "KEKW", + "id": "626800262648168448", + "author": "373893861950488576", + "animated": false, + "created": 1569511228, + "modified": 1591577999, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "kekw1": { + "name": "kekw1", + "id": "731551514882998282", + "author": "353109234201788427", + "animated": false, + "created": 1594485872, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kekwait": { + "name": "kekwait", + "id": "689850483405488207", + "author": "186324887596564480", + "animated": false, + "created": 1584543572, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kekwatching": { + "name": "kekwatching", + "id": "693137250304655510", + "author": "448102121762455591", + "animated": true, + "created": 1585327198, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kekyou": { + "name": "kekyou", + "id": "726797909256831045", + "author": "167267224787222528", + "animated": false, + "created": 1593352524, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kelvisspeaksly": { + "name": "kelvisspeaksly", + "id": "787377908778795038", + "author": "245607870463213570", + "animated": false, + "created": 1607795922, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kenya_whatdidujustsay": { + "name": "kenya_whatdidujustsay", + "id": "787438175974326353", + "author": "522155526478364675", + "animated": false, + "created": 1607810291, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "keqingcheer": { + "name": "keqingcheer", + "id": "789349496848121877", + "author": "304413971350552588", + "animated": false, + "created": 1608265985, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "keqingfly": { + "name": "keqingfly", + "id": "789349461049868328", + "author": "304413971350552588", + "animated": false, + "created": 1608265977, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "keqinggrr": { + "name": "keqinggrr", + "id": "789349416028733450", + "author": "304413971350552588", + "animated": false, + "created": 1608265966, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "keqingheart": { + "name": "keqingheart", + "id": "789349370436386847", + "author": "304413971350552588", + "animated": false, + "created": 1608265955, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "keqingno": { + "name": "keqingno", + "id": "789349356393725956", + "author": "304413971350552588", + "animated": false, + "created": 1608265952, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "KeqingPadoru": { + "name": "KeqingPadoru", + "id": "789349515278155806", + "author": "304413971350552588", + "animated": false, + "created": 1608265989, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "keqingq": { + "name": "keqingq", + "id": "787992704180551701", + "author": "304413971350552588", + "animated": true, + "created": 1607942500, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "keqingraisehand": { + "name": "keqingraisehand", + "id": "789349334118432788", + "author": "304413971350552588", + "animated": false, + "created": 1608265946, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "KeqingSleep": { + "name": "KeqingSleep", + "id": "789349309434298399", + "author": "304413971350552588", + "animated": false, + "created": 1608265940, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "keqingthumbsup": { + "name": "keqingthumbsup", + "id": "789349295835840512", + "author": "304413971350552588", + "animated": false, + "created": 1608265937, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "keqingweird": { + "name": "keqingweird", + "id": "775775957859434507", + "author": "209280535174971393", + "animated": false, + "created": 1605029801, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "keriko": { + "name": "keriko", + "id": "754542756763926608", + "author": "704662972739616809", + "animated": false, + "created": 1599967412, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kermit": { + "name": "kermit", + "id": "705859708237643838", + "author": "112471608865624064", + "animated": true, + "created": 1588360468, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "KermitAlone": { + "name": "KermitAlone", + "id": "787933161501097994", + "author": "302106586401472512", + "animated": false, + "created": 1607928304, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Kermit_Wut": { + "name": "Kermit_Wut", + "id": "786156953998458880", + "author": "676134602837852172", + "animated": false, + "created": 1607504824, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kernel": { + "name": "kernel", + "id": "681968204268044289", + "author": "425046879047385108", + "animated": false, + "created": 1582664290, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "KernelBan": { + "name": "KernelBan", + "id": "764873330506858516", + "author": "308452846834155530", + "animated": false, + "created": 1602430412, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "keroppi": { + "name": "keroppi", + "id": "785405339964145694", + "author": "411556210152701962", + "animated": false, + "created": 1607325625, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kesparkles": { + "name": "kesparkles", + "id": "743533435917828116", + "author": "219512427513905153", + "animated": true, + "created": 1597342585, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ketchupjoy": { + "name": "ketchupjoy", + "id": "788450302508138536", + "author": "717187106874720287", + "animated": false, + "created": 1608051600, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "keweird": { + "name": "keweird", + "id": "591307727930654730", + "author": "98425391647031296", + "animated": false, + "created": 1561049148, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kewk": { + "name": "kewk", + "id": "750046275495395429", + "author": "528990209589903376", + "animated": false, + "created": 1598895367, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "KEworry": { + "name": "KEworry", + "id": "786059018421665794", + "author": "670406518096789505", + "animated": false, + "created": 1607481474, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Kgaste": { + "name": "Kgaste", + "id": "733844850956435486", + "author": "645482510930673675", + "animated": false, + "created": 1595032646, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kgrande": { + "name": "kgrande", + "id": "669718084235296783", + "author": "509882221730201612", + "animated": false, + "created": 1579743634, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "khaialways": { + "name": "khaialways", + "id": "780538243313434674", + "author": "425046879047385108", + "animated": true, + "created": 1606165219, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "khaifarm": { + "name": "khaifarm", + "id": "788404047723626547", + "author": "425046879047385108", + "animated": true, + "created": 1608040572, + "modified": 1608043589, + "preserve": false, + "description": null, + "nsfw": "MOD_NSFW" + }, + "khaiswettestdream": { + "name": "khaiswettestdream", + "id": "783003525088411678", + "author": "438644880152068127", + "animated": false, + "created": 1606752988, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "khaiwetdream": { + "name": "khaiwetdream", + "id": "782714822454018068", + "author": "425046879047385108", + "animated": false, + "created": 1606684155, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "khaiwettestdream": { + "name": "khaiwettestdream", + "id": "782715803018723339", + "author": "425046879047385108", + "animated": false, + "created": 1606684389, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "khe": { + "name": "khe", + "id": "425744392582594560", + "author": "317456444687515648", + "animated": false, + "created": 1525387945, + "modified": 1533892038, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "khoc": { + "name": "khoc", + "id": "786127713034698752", + "author": "744920706961244251", + "animated": false, + "created": 1607497852, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kHolypepecry": { + "name": "kHolypepecry", + "id": "786266406001704992", + "author": "453944829362307072", + "animated": true, + "created": 1607530919, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kianasmug": { + "name": "kianasmug", + "id": "773718570810343454", + "author": "316209084208644096", + "animated": true, + "created": 1604539282, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kick": { + "name": "kick", + "id": "728489962332356619", + "author": "465388103792590878", + "animated": true, + "created": 1593755941, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kidwhat": { + "name": "kidwhat", + "id": "786363612817784851", + "author": "494688594603147284", + "animated": false, + "created": 1607554095, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kie": { + "name": "kie", + "id": "734975431907868723", + "author": "717472783445131324", + "animated": false, + "created": 1595302198, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kiensos": { + "name": "kiensos", + "id": "732503131350630402", + "author": "290370404579803137", + "animated": false, + "created": 1594712756, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kill": { + "name": "kill", + "id": "420262478501511180", + "author": "166648571033157643", + "animated": false, + "created": 1525387945, + "modified": 1533892038, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "killaaah": { + "name": "killaaah", + "id": "727604221905731614", + "author": "479370177209696267", + "animated": false, + "created": 1593544764, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Killer": { + "name": "Killer", + "id": "759395575052632084", + "author": "580939801243549697", + "animated": false, + "created": 1601124414, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "killme": { + "name": "killme", + "id": "703081401112723516", + "author": "340346846511890432", + "animated": false, + "created": 1587698068, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "KilluaBlush": { + "name": "KilluaBlush", + "id": "781365361537974292", + "author": "554153287109181440", + "animated": false, + "created": 1606362419, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "KilluaDefeat": { + "name": "KilluaDefeat", + "id": "781365342408409100", + "author": "554153287109181440", + "animated": false, + "created": 1606362414, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "KilluaKitty": { + "name": "KilluaKitty", + "id": "781365325136265216", + "author": "554153287109181440", + "animated": false, + "created": 1606362410, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Kim": { + "name": "Kim", + "id": "726905875922550864", + "author": "399671914114711562", + "animated": false, + "created": 1593378266, + "modified": 1593378320, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kimochi": { + "name": "kimochi", + "id": "695892547079372820", + "author": "396995890545426435", + "animated": false, + "created": 1585984112, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kimochii": { + "name": "kimochii", + "id": "768807691555962910", + "author": "403597576223326228", + "animated": false, + "created": 1603368437, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "KingCrimson": { + "name": "KingCrimson", + "id": "668964149606219808", + "author": "479370177209696267", + "animated": false, + "created": 1579563882, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kingPoggerinosDiscord": { + "name": "kingPoggerinosDiscord", + "id": "785458155668635659", + "author": "218172708951687178", + "animated": false, + "created": 1607338217, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kira": { + "name": "kira", + "id": "724002103101620304", + "author": "406529268990869504", + "animated": true, + "created": 1592685952, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kirb": { + "name": "kirb", + "id": "716429775052341328", + "author": "245607870463213570", + "animated": true, + "created": 1590880569, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kirbo": { + "name": "kirbo", + "id": "716341855079628803", + "author": "365650837277507594", + "animated": true, + "created": 1590859607, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kirbo1": { + "name": "kirbo1", + "id": "784440669606903830", + "author": "619907069364928533", + "animated": false, + "created": 1607095630, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kirby": { + "name": "kirby", + "id": "615116551053639700", + "author": "547347533215694858", + "animated": true, + "created": 1566725614, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "KirbyBaile": { + "name": "KirbyBaile", + "id": "775560836416667659", + "author": "741850493088694343", + "animated": true, + "created": 1604978512, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kirbyblob": { + "name": "kirbyblob", + "id": "492047955289964544", + "author": "140516693242937345", + "animated": false, + "created": 1532108962, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "kirbydance": { + "name": "kirbydance", + "id": "767454407755169812", + "author": "676818445068927006", + "animated": true, + "created": 1603045789, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kirbyf": { + "name": "kirbyf", + "id": "786250692972249098", + "author": "293107176355004416", + "animated": false, + "created": 1607527173, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "KirbyGroove": { + "name": "KirbyGroove", + "id": "788810595368566785", + "author": "498212536047370251", + "animated": true, + "created": 1608137501, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Kirbygun": { + "name": "Kirbygun", + "id": "757442612910096425", + "author": "719334547723911232", + "animated": false, + "created": 1600658791, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kirbyhuh": { + "name": "kirbyhuh", + "id": "782157743645261825", + "author": "496037931140513800", + "animated": true, + "created": 1606551337, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kirbyjam": { + "name": "kirbyjam", + "id": "743196871165739054", + "author": "609791313847517223", + "animated": true, + "created": 1597262342, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kirbymusic": { + "name": "kirbymusic", + "id": "782129901670367242", + "author": "496037931140513800", + "animated": true, + "created": 1606544699, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Kirby_Poto": { + "name": "Kirby_Poto", + "id": "785279588908531773", + "author": "731734695750008892", + "animated": false, + "created": 1607295643, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kireina93_wave": { + "name": "kireina93_wave", + "id": "788732965437440001", + "author": "721415443700514847", + "animated": false, + "created": 1608118993, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kirino": { + "name": "kirino", + "id": "740280319055364157", + "author": "425046879047385108", + "animated": false, + "created": 1596566982, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kiryuchan": { + "name": "kiryuchan", + "id": "765109253136318484", + "author": "356267162148798465", + "animated": true, + "created": 1602486661, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kiss": { + "name": "kiss", + "id": "698061762070708234", + "author": "599070470263930882", + "animated": false, + "created": 1586501293, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kiss1": { + "name": "kiss1", + "id": "736595821222690816", + "author": "728949434955857930", + "animated": true, + "created": 1595688529, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kiss2": { + "name": "kiss2", + "id": "743229481396994079", + "author": "723891610709917808", + "animated": true, + "created": 1597270117, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Kissahomie": { + "name": "Kissahomie", + "id": "770224869455429642", + "author": "437547792723083264", + "animated": true, + "created": 1603706319, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kissattack": { + "name": "kissattack", + "id": "775434799489482853", + "author": "756368101788090420", + "animated": true, + "created": 1604948463, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kisses": { + "name": "kisses", + "id": "769179386796572712", + "author": "748223077669929001", + "animated": true, + "created": 1603457056, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kissme": { + "name": "kissme", + "id": "775119706356318218", + "author": "303963315061915648", + "animated": true, + "created": 1604873339, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "KissMyAss": { + "name": "KissMyAss", + "id": "777252523932123167", + "author": "388444122811203605", + "animated": true, + "created": 1605381842, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kissy": { + "name": "kissy", + "id": "769179110433095681", + "author": "748223077669929001", + "animated": true, + "created": 1603456990, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Kisu": { + "name": "Kisu", + "id": "770788963798614087", + "author": "651173629567959070", + "animated": false, + "created": 1603840809, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Kith": { + "name": "Kith", + "id": "784440235021959178", + "author": "711751154119475291", + "animated": false, + "created": 1607095526, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kitti": { + "name": "kitti", + "id": "773259417063391252", + "author": "702536106834526259", + "animated": true, + "created": 1604429811, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kitty": { + "name": "kitty", + "id": "710267157908553787", + "author": "700475671662821456", + "animated": false, + "created": 1589411286, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kittyclap": { + "name": "kittyclap", + "id": "749754349709688834", + "author": "670458394494238760", + "animated": true, + "created": 1598825766, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kittydance": { + "name": "kittydance", + "id": "786153057539850241", + "author": "676134602837852172", + "animated": true, + "created": 1607503895, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kittyhyper2": { + "name": "kittyhyper2", + "id": "786266371310354473", + "author": "453944829362307072", + "animated": true, + "created": 1607530911, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kittyWiggle": { + "name": "kittyWiggle", + "id": "786156920540626945", + "author": "676134602837852172", + "animated": true, + "created": 1607504816, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kiukiu": { + "name": "kiukiu", + "id": "778763181157515294", + "author": "753015942409093144", + "animated": true, + "created": 1605742011, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kiwiball": { + "name": "kiwiball", + "id": "769728430958706688", + "author": "653806638695710721", + "animated": false, + "created": 1603587959, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kiwispin": { + "name": "kiwispin", + "id": "678227126792486943", + "author": "97209058150326272", + "animated": true, + "created": 1581772348, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kizuhappy": { + "name": "kizuhappy", + "id": "788538818500362253", + "author": "569937267012010015", + "animated": false, + "created": 1608072704, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kizuhuh": { + "name": "kizuhuh", + "id": "788538555324432435", + "author": "569937267012010015", + "animated": false, + "created": 1608072642, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kizuna": { + "name": "kizuna", + "id": "788538681824116797", + "author": "569937267012010015", + "animated": false, + "created": 1608072672, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kk": { + "name": "kk", + "id": "621465578124607488", + "author": "249948397673512961", + "animated": false, + "created": 1568239340, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "k_kittyuwu": { + "name": "k_kittyuwu", + "id": "786949624610422844", + "author": "718818001633280071", + "animated": true, + "created": 1607693811, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kkk": { + "name": "kkk", + "id": "718827036457697363", + "author": "557269772270829569", + "animated": false, + "created": 1591452120, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kkmirror": { + "name": "kkmirror", + "id": "789562511572861041", + "author": "83845846474424320", + "animated": false, + "created": 1608316772, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "klee": { + "name": "klee", + "id": "773615456187449344", + "author": "419971854321844225", + "animated": false, + "created": 1604514697, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "KleeBoom": { + "name": "KleeBoom", + "id": "780889049086033990", + "author": "329489710822981633", + "animated": false, + "created": 1606248857, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kleefak": { + "name": "kleefak", + "id": "790093731881680937", + "author": "283931212828114944", + "animated": false, + "created": 1608443425, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "KleeFinger": { + "name": "KleeFinger", + "id": "780888805787303996", + "author": "329489710822981633", + "animated": false, + "created": 1606248799, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "KleeHug": { + "name": "KleeHug", + "id": "784833958600769536", + "author": "359713607635697664", + "animated": false, + "created": 1607189397, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "KleeKaBoom": { + "name": "KleeKaBoom", + "id": "769733832613298176", + "author": "221000194366504962", + "animated": true, + "created": 1603589246, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kleerun": { + "name": "kleerun", + "id": "781243900513615924", + "author": "495518017434681365", + "animated": true, + "created": 1606333460, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kleeweird": { + "name": "kleeweird", + "id": "775331588165861447", + "author": "209280535174971393", + "animated": false, + "created": 1604923856, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "klinskchamp": { + "name": "klinskchamp", + "id": "774802910642962462", + "author": "293107176355004416", + "animated": false, + "created": 1604797809, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kllamrd": { + "name": "kllamrd", + "id": "788237806954741793", + "author": "753681432718737480", + "animated": false, + "created": 1608000938, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kmirai": { + "name": "kmirai", + "id": "782305518248132639", + "author": "739300261763350600", + "animated": false, + "created": 1606586570, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kms": { + "name": "kms", + "id": "415613154358460416", + "author": "201852729730007041", + "animated": false, + "created": 1525387945, + "modified": 1533892038, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kmssmile": { + "name": "kmssmile", + "id": "765951039529680996", + "author": "164559223793909760", + "animated": false, + "created": 1602687358, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kmstear": { + "name": "kmstear", + "id": "781261624967299113", + "author": "612333820141633549", + "animated": false, + "created": 1606337686, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "KM_vibe": { + "name": "KM_vibe", + "id": "766711924871397398", + "author": "725805550687748186", + "animated": true, + "created": 1602868767, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "knaifu": { + "name": "knaifu", + "id": "787226983431798795", + "author": "546474895660548136", + "animated": false, + "created": 1607759938, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "knife": { + "name": "knife", + "id": "763316435283738654", + "author": "199067825430593536", + "animated": false, + "created": 1602059219, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "knifecat": { + "name": "knifecat", + "id": "779423988194738237", + "author": "718755860100284458", + "animated": false, + "created": 1605899559, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kntl": { + "name": "kntl", + "id": "562854927458631684", + "author": "425533249771667456", + "animated": false, + "created": 1554265472, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "knucklesroll": { + "name": "knucklesroll", + "id": "786153008378544149", + "author": "676134602837852172", + "animated": true, + "created": 1607503883, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "knux": { + "name": "knux", + "id": "760387302672695327", + "author": "707782363916271649", + "animated": false, + "created": 1601360860, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "koc_aphr": { + "name": "koc_aphr", + "id": "781814868214284288", + "author": "586886106289668127", + "animated": false, + "created": 1606469590, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kodijaja": { + "name": "kodijaja", + "id": "779363353490620457", + "author": "352617359036514304", + "animated": false, + "created": 1605885103, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kodipog": { + "name": "kodipog", + "id": "778648137840590939", + "author": "352617359036514304", + "animated": false, + "created": 1605714582, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kofu": { + "name": "kofu", + "id": "788803124647165963", + "author": "370757129268887553", + "animated": false, + "created": 1608135720, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kogspeak": { + "name": "kogspeak", + "id": "779426709798780949", + "author": "203858284459851776", + "animated": false, + "created": 1605900208, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "koichi": { + "name": "koichi", + "id": "777353209526091789", + "author": "293107176355004416", + "animated": false, + "created": 1605405847, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "koichi_": { + "name": "koichi_", + "id": "781543341551517706", + "author": "475156812329517068", + "animated": false, + "created": 1606404853, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Koishi": { + "name": "Koishi", + "id": "782742763862884352", + "author": "748023719833894942", + "animated": false, + "created": 1606690817, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "koishidance": { + "name": "koishidance", + "id": "773361984263290881", + "author": "739936426799661086", + "animated": true, + "created": 1604454265, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "KokichiLaugh": { + "name": "KokichiLaugh", + "id": "782739482385842176", + "author": "748023719833894942", + "animated": false, + "created": 1606690035, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kokoyay": { + "name": "kokoyay", + "id": "780899509248458763", + "author": "551188005281464342", + "animated": false, + "created": 1606251351, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kolindash": { + "name": "kolindash", + "id": "783814560179421194", + "author": "162457009147346945", + "animated": false, + "created": 1606946353, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "komachi": { + "name": "komachi", + "id": "707045409704640573", + "author": "511549289558966285", + "animated": true, + "created": 1588643162, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "komadisgusted": { + "name": "komadisgusted", + "id": "781683122144018432", + "author": "294946270861328385", + "animated": false, + "created": 1606438179, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kompare": { + "name": "kompare", + "id": "762180725080326175", + "author": "243405520260694017", + "animated": false, + "created": 1601788445, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "konno": { + "name": "konno", + "id": "746949408490389615", + "author": "326733379678633985", + "animated": true, + "created": 1598157016, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "konnoleave": { + "name": "konnoleave", + "id": "772306984883191818", + "author": "358457900546654209", + "animated": true, + "created": 1604202734, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "KONODIODA": { + "name": "KONODIODA", + "id": "668537385700556804", + "author": "281251143139721226", + "animated": false, + "created": 1579462133, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kontol": { + "name": "kontol", + "id": "732971715012984892", + "author": "226339499523702785", + "animated": false, + "created": 1594824474, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "korone": { + "name": "korone", + "id": "716533172715782154", + "author": "520759278307639296", + "animated": false, + "created": 1590905220, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "koronee": { + "name": "koronee", + "id": "784344725985296424", + "author": "527926961427972107", + "animated": false, + "created": 1607072755, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "koronefukkireta": { + "name": "koronefukkireta", + "id": "759616393229762560", + "author": "468192500025262081", + "animated": true, + "created": 1601177061, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "koronegun": { + "name": "koronegun", + "id": "783171130491797546", + "author": "468192500025262081", + "animated": false, + "created": 1606792948, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "korstare": { + "name": "korstare", + "id": "768611320907956265", + "author": "348307510572089357", + "animated": false, + "created": 1603321619, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "korthink": { + "name": "korthink", + "id": "761666889322987580", + "author": "348307510572089357", + "animated": false, + "created": 1601665937, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kotblush": { + "name": "kotblush", + "id": "781832369946230784", + "author": "703781594015465502", + "animated": false, + "created": 1606473762, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kotcry": { + "name": "kotcry", + "id": "781832485981913088", + "author": "703781594015465502", + "animated": false, + "created": 1606473790, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kova_aphr": { + "name": "kova_aphr", + "id": "781814673279680512", + "author": "586886106289668127", + "animated": false, + "created": 1606469543, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kow": { + "name": "kow", + "id": "782697882737573909", + "author": "406558013848289281", + "animated": false, + "created": 1606680117, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kpedo": { + "name": "kpedo", + "id": "780951026109775882", + "author": "753681432718737480", + "animated": false, + "created": 1606263634, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Kraken": { + "name": "Kraken", + "id": "776983056271671337", + "author": "212026049427537920", + "animated": false, + "created": 1605317596, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "krappa": { + "name": "krappa", + "id": "591816400557965337", + "author": "484820304686874648", + "animated": false, + "created": 1561170425, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kreken": { + "name": "kreken", + "id": "786043999265488936", + "author": "212026049427537920", + "animated": false, + "created": 1607477893, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kreygasm": { + "name": "kreygasm", + "id": "529713162577117187", + "author": "140516693242937345", + "animated": false, + "created": 1546363859, + "modified": 1546365931, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "kris": { + "name": "kris", + "id": "769053150920704000", + "author": "469162062086537226", + "animated": false, + "created": 1603426959, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kronk": { + "name": "kronk", + "id": "780899214770307103", + "author": "425046879047385108", + "animated": false, + "created": 1606251281, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "krowa": { + "name": "krowa", + "id": "775838842909360149", + "author": "425046879047385108", + "animated": true, + "created": 1605044794, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kr_xx_FirePink": { + "name": "kr_xx_FirePink", + "id": "785974513731895347", + "author": "632211012551966750", + "animated": true, + "created": 1607461326, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kr_zr_RedWingedHearts": { + "name": "kr_zr_RedWingedHearts", + "id": "785974455943299104", + "author": "632211012551966750", + "animated": true, + "created": 1607461313, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kr_zw_WhiteButterfly": { + "name": "kr_zw_WhiteButterfly", + "id": "785974417536319569", + "author": "632211012551966750", + "animated": true, + "created": 1607461304, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kr_zw_WhiteSparkles": { + "name": "kr_zw_WhiteSparkles", + "id": "785974442458218527", + "author": "632211012551966750", + "animated": true, + "created": 1607461309, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kr_zw_WhiteStar": { + "name": "kr_zw_WhiteStar", + "id": "785974433701298246", + "author": "632211012551966750", + "animated": false, + "created": 1607461307, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kr_zw_WhiteWings": { + "name": "kr_zw_WhiteWings", + "id": "785974425307578419", + "author": "632211012551966750", + "animated": true, + "created": 1607461305, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kr_zz_PastelConfused": { + "name": "kr_zz_PastelConfused", + "id": "785974381398458368", + "author": "632211012551966750", + "animated": false, + "created": 1607461295, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kr_zz_PastelHeart": { + "name": "kr_zz_PastelHeart", + "id": "785974370509389846", + "author": "632211012551966750", + "animated": false, + "created": 1607461292, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kr_zz_PastelHehe": { + "name": "kr_zz_PastelHehe", + "id": "785974361219530813", + "author": "632211012551966750", + "animated": false, + "created": 1607461291, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kr_zz_PastelPout": { + "name": "kr_zz_PastelPout", + "id": "785974350120484864", + "author": "632211012551966750", + "animated": false, + "created": 1607461287, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "KumaPls": { + "name": "KumaPls", + "id": "772314177280147526", + "author": "727325977755254874", + "animated": true, + "created": 1604204448, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Kuputazo": { + "name": "Kuputazo", + "id": "779568838794281010", + "author": "290708021917646849", + "animated": false, + "created": 1605934094, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kuromirubix": { + "name": "kuromirubix", + "id": "786678598861586472", + "author": "718818001633280071", + "animated": false, + "created": 1607629193, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kurumi": { + "name": "kurumi", + "id": "775351192209457152", + "author": "592187940138909707", + "animated": true, + "created": 1604928529, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "k_vibingpug": { + "name": "k_vibingpug", + "id": "786949642431889438", + "author": "718818001633280071", + "animated": true, + "created": 1607693815, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kwea": { + "name": "kwea", + "id": "586617952166477827", + "author": "385806801624367115", + "animated": false, + "created": 1559931018, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kweactm": { + "name": "kweactm", + "id": "786745400589025300", + "author": "670406518096789505", + "animated": true, + "created": 1607645120, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kya": { + "name": "kya", + "id": "700989718203990086", + "author": "581242976504643585", + "animated": false, + "created": 1587199372, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kyaa": { + "name": "kyaa", + "id": "755871255735042148", + "author": "338588328716795914", + "animated": false, + "created": 1600284150, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "kys": { + "name": "kys", + "id": "766720509248929813", + "author": "668570549680734210", + "animated": true, + "created": 1602870814, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "L_": { + "name": "L_", + "id": "759253759813091348", + "author": "700117364485914704", + "animated": false, + "created": 1601090602, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "la": { + "name": "la", + "id": "768014145692893185", + "author": "496037931140513800", + "animated": true, + "created": 1603179241, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "labunom": { + "name": "labunom", + "id": "787896168184021002", + "author": "330632340088815616", + "animated": true, + "created": 1607919485, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "lachupada": { + "name": "lachupada", + "id": "788304611042656287", + "author": "546474895660548136", + "animated": true, + "created": 1608016865, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "lacOMEGA": { + "name": "lacOMEGA", + "id": "777597957008654356", + "author": "544311743934103573", + "animated": false, + "created": 1605464200, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ladybug_sigh": { + "name": "ladybug_sigh", + "id": "782160141147176960", + "author": "496037931140513800", + "animated": false, + "created": 1606551909, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "laf": { + "name": "laf", + "id": "757300436876394647", + "author": "729066675202293761", + "animated": false, + "created": 1600624894, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "laff3": { + "name": "laff3", + "id": "780893523120619532", + "author": "519640139639685131", + "animated": false, + "created": 1606249924, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Lag": { + "name": "Lag", + "id": "712079804513648650", + "author": "429430017555038208", + "animated": false, + "created": 1589843455, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "LaghingPepo": { + "name": "LaghingPepo", + "id": "785741086639259669", + "author": "515295835555233823", + "animated": false, + "created": 1607405673, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "lagraciosa": { + "name": "lagraciosa", + "id": "774697510475792414", + "author": "293107176355004416", + "animated": false, + "created": 1604772679, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "lagtino": { + "name": "lagtino", + "id": "729690545873485824", + "author": "425046879047385108", + "animated": true, + "created": 1594042183, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "lai": { + "name": "lai", + "id": "688356334152056868", + "author": "425046879047385108", + "animated": false, + "created": 1584187339, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "laibed": { + "name": "laibed", + "id": "758772675233054771", + "author": "112471608865624064", + "animated": false, + "created": 1600975903, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "LaiScreen": { + "name": "LaiScreen", + "id": "726132763312390236", + "author": "425046879047385108", + "animated": false, + "created": 1593193941, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "lalay": { + "name": "lalay", + "id": "731099594280271924", + "author": "245607870463213570", + "animated": false, + "created": 1594378127, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Lalo": { + "name": "Lalo", + "id": "785938074948862012", + "author": "384460013932118019", + "animated": false, + "created": 1607452639, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "lamassuciadelserver": { + "name": "lamassuciadelserver", + "id": "786040319937609750", + "author": "293107176355004416", + "animated": false, + "created": 1607477016, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "lamentable": { + "name": "lamentable", + "id": "644746923391189013", + "author": "391343598374879232", + "animated": false, + "created": 1573790045, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "lamer": { + "name": "lamer", + "id": "777348424881799178", + "author": "564111150443266125", + "animated": true, + "created": 1605404707, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "lamermixtabla": { + "name": "lamermixtabla", + "id": "755636081025613915", + "author": "370757129268887553", + "animated": false, + "created": 1600228080, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "lametabla": { + "name": "lametabla", + "id": "773948318434066432", + "author": "504130418958794763", + "animated": false, + "created": 1604594058, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "lamo": { + "name": "lamo", + "id": "787845640125284393", + "author": "428461954064056340", + "animated": false, + "created": 1607907438, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "lampblob": { + "name": "lampblob", + "id": "781348677243240468", + "author": "448827482179895304", + "animated": true, + "created": 1606358441, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "lampyblush": { + "name": "lampyblush", + "id": "788753330045452298", + "author": "679596611323953175", + "animated": false, + "created": 1608123848, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "LampyPat": { + "name": "LampyPat", + "id": "788744844943294514", + "author": "679596611323953175", + "animated": true, + "created": 1608121825, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "lanzar": { + "name": "lanzar", + "id": "784834355302105138", + "author": "751637071059222629", + "animated": false, + "created": 1607189491, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "lapenetra": { + "name": "lapenetra", + "id": "707668775834484807", + "author": "314191218898763786", + "animated": false, + "created": 1588791784, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "laro_k": { + "name": "laro_k", + "id": "784115699621822495", + "author": "736438830386774087", + "animated": false, + "created": 1607018151, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "laseryes": { + "name": "laseryes", + "id": "785394376779366441", + "author": "257659083547607040", + "animated": false, + "created": 1607323011, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "latido": { + "name": "latido", + "id": "767392351118688267", + "author": "676818445068927006", + "animated": true, + "created": 1603030994, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "latigo": { + "name": "latigo", + "id": "718976435594854401", + "author": "680584052067139593", + "animated": false, + "created": 1591487740, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "latinoamerica": { + "name": "latinoamerica", + "id": "781670362852229151", + "author": "731734695750008892", + "animated": false, + "created": 1606435137, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "latire": { + "name": "latire", + "id": "666916108841910302", + "author": "167267224787222528", + "animated": false, + "created": 1579075591, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "latuya": { + "name": "latuya", + "id": "744743998379262033", + "author": "741457183597920266", + "animated": false, + "created": 1597631205, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Laugh": { + "name": "Laugh", + "id": "520366120969043968", + "author": "504029652223000603", + "animated": false, + "created": 1544135351, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "laughershit": { + "name": "laughershit", + "id": "774309889157365761", + "author": "540260499783417887", + "animated": false, + "created": 1604680263, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "laughsingay": { + "name": "laughsingay", + "id": "751202280291696815", + "author": "325346618364788737", + "animated": false, + "created": 1599170980, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "lawl": { + "name": "lawl", + "id": "724702034237980742", + "author": "461974777905545236", + "animated": false, + "created": 1592852829, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "lb": { + "name": "lb", + "id": "658483285239922737", + "author": "468829462356688897", + "animated": false, + "created": 1577065049, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "lbweird": { + "name": "lbweird", + "id": "788933907722272778", + "author": "245607870463213570", + "animated": false, + "created": 1608166901, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "LC_KrappaHD": { + "name": "LC_KrappaHD", + "id": "786289763388751882", + "author": "757315712430768291", + "animated": false, + "created": 1607536488, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "leche": { + "name": "leche", + "id": "731308342122905620", + "author": "419604866080702465", + "animated": false, + "created": 1594427895, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "lectura": { + "name": "lectura", + "id": "775723823755558922", + "author": "747555334410731672", + "animated": false, + "created": 1605017371, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "leffey": { + "name": "leffey", + "id": "609776095851577344", + "author": "448102121762455591", + "animated": false, + "created": 1565452350, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "legana": { + "name": "legana", + "id": "780953122935406594", + "author": "753681432718737480", + "animated": false, + "created": 1606264134, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "lego": { + "name": "lego", + "id": "756343528438890657", + "author": "442874947568664600", + "animated": false, + "created": 1600396749, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "LegoYoda": { + "name": "LegoYoda", + "id": "782168540190867458", + "author": "496037931140513800", + "animated": false, + "created": 1606553912, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "lehuga": { + "name": "lehuga", + "id": "538315895655890944", + "author": "420979511786733568", + "animated": true, + "created": 1548414911, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "LeiaCosplay": { + "name": "LeiaCosplay", + "id": "784867568884252722", + "author": "532025158865780756", + "animated": false, + "created": 1607197410, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "LekkerPik": { + "name": "LekkerPik", + "id": "782740049505812500", + "author": "748023719833894942", + "animated": false, + "created": 1606690170, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "lel": { + "name": "lel", + "id": "433253752217141259", + "author": "341884304642801664", + "animated": false, + "created": 1525387945, + "modified": 1533892038, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Lelaq_Wait_What": { + "name": "Lelaq_Wait_What", + "id": "785002570611294236", + "author": "751375476647264336", + "animated": false, + "created": 1607229597, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Lenny": { + "name": "Lenny", + "id": "424851427978903563", + "author": "309931418774142976", + "animated": false, + "created": 1525387945, + "modified": 1533892038, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "lenny_dance": { + "name": "lenny_dance", + "id": "787107690488397895", + "author": "756906411295768647", + "animated": false, + "created": 1607731497, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "lennythenk": { + "name": "lennythenk", + "id": "759085486584234025", + "author": "428461954064056340", + "animated": false, + "created": 1601050483, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "LenSpicy": { + "name": "LenSpicy", + "id": "786085344650985472", + "author": "730519813184815126", + "animated": false, + "created": 1607487751, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "LenTemperTantrum": { + "name": "LenTemperTantrum", + "id": "786085380297457716", + "author": "730519813184815126", + "animated": true, + "created": 1607487759, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "lenwa": { + "name": "lenwa", + "id": "532995280044294194", + "author": "343239064918687745", + "animated": true, + "created": 1547146377, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "leozoom": { + "name": "leozoom", + "id": "733466935853056161", + "author": "245607870463213570", + "animated": true, + "created": 1594942544, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "lepega": { + "name": "lepega", + "id": "787724621554253856", + "author": "586219689466658816", + "animated": false, + "created": 1607878585, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "lerry": { + "name": "lerry", + "id": "783342869963472896", + "author": "353109234201788427", + "animated": false, + "created": 1606833894, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "lerryhat": { + "name": "lerryhat", + "id": "783345603291381770", + "author": "353109234201788427", + "animated": false, + "created": 1606834545, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "lesbian": { + "name": "lesbian", + "id": "778067393665826857", + "author": "543123756869222400", + "animated": false, + "created": 1605576122, + "modified": 1605596889, + "preserve": false, + "description": null, + "nsfw": "MOD_NSFW" + }, + "lescape": { + "name": "lescape", + "id": "784449624828149792", + "author": "684477455028846624", + "animated": false, + "created": 1607097765, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "leshawnachile": { + "name": "leshawnachile", + "id": "780899460003790878", + "author": "270258569637658627", + "animated": false, + "created": 1606251339, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "lesir": { + "name": "lesir", + "id": "781126391319494686", + "author": "88006461619200000", + "animated": false, + "created": 1606305444, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "lesire": { + "name": "lesire", + "id": "781122994482708562", + "author": "88006461619200000", + "animated": false, + "created": 1606304634, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Lets": { + "name": "Lets", + "id": "773327847431471105", + "author": "373893861950488576", + "animated": false, + "created": 1604446126, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "letsfuckinggo": { + "name": "letsfuckinggo", + "id": "746013123026354226", + "author": "411163161031344148", + "animated": false, + "created": 1597933788, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "letsnot": { + "name": "letsnot", + "id": "775896948958822411", + "author": "256056872254177281", + "animated": false, + "created": 1605058648, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "letspog": { + "name": "letspog", + "id": "781346318966587425", + "author": "544004454257524746", + "animated": false, + "created": 1606357879, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "lett": { + "name": "lett", + "id": "782151673307987988", + "author": "708404644052729879", + "animated": false, + "created": 1606549890, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "lettclap": { + "name": "lettclap", + "id": "782151479170433064", + "author": "708404644052729879", + "animated": false, + "created": 1606549844, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "lettcry": { + "name": "lettcry", + "id": "782150783768068096", + "author": "708404644052729879", + "animated": false, + "created": 1606549678, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "letters": { + "name": "letters", + "id": "786450635876073513", + "author": "723894380892782662", + "animated": false, + "created": 1607574843, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "letthorny": { + "name": "letthorny", + "id": "766133618891554817", + "author": "708404644052729879", + "animated": false, + "created": 1602730888, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "lettsad": { + "name": "lettsad", + "id": "766139851270914048", + "author": "708404644052729879", + "animated": false, + "created": 1602732375, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "lettstop": { + "name": "lettstop", + "id": "782151415073734687", + "author": "708404644052729879", + "animated": false, + "created": 1606549829, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "lettwine": { + "name": "lettwine", + "id": "782151740099133490", + "author": "708404644052729879", + "animated": false, + "created": 1606549906, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "lewd": { + "name": "lewd", + "id": "414837509080612864", + "author": "124987017246277634", + "animated": false, + "created": 1525387945, + "modified": 1533892038, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "lewdalex": { + "name": "lewdalex", + "id": "767645649519902740", + "author": "457415833572999170", + "animated": false, + "created": 1603091385, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "lewddd": { + "name": "lewddd", + "id": "789166471951548436", + "author": "767032132182212629", + "animated": false, + "created": 1608222348, + "modified": 1608237152, + "preserve": false, + "description": null, + "nsfw": "MOD_NSFW" + }, + "lewdDrool": { + "name": "lewdDrool", + "id": "776268290443051049", + "author": "730519813184815126", + "animated": true, + "created": 1605147182, + "modified": 1605165396, + "preserve": false, + "description": null, + "nsfw": "MOD_NSFW" + }, + "LewdMegumin": { + "name": "LewdMegumin", + "id": "783880748738150410", + "author": "697542753449672775", + "animated": false, + "created": 1606962134, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "lex_arrow": { + "name": "lex_arrow", + "id": "788733042888802315", + "author": "721415443700514847", + "animated": false, + "created": 1608119011, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "lfg": { + "name": "lfg", + "id": "785390001952391188", + "author": "263183872869531648", + "animated": false, + "created": 1607321968, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "LG4_hmm": { + "name": "LG4_hmm", + "id": "788733263291219978", + "author": "721415443700514847", + "animated": false, + "created": 1608119063, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "LG7_meow": { + "name": "LG7_meow", + "id": "788733275064500225", + "author": "721415443700514847", + "animated": false, + "created": 1608119066, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "LG7_peak": { + "name": "LG7_peak", + "id": "788733330774425620", + "author": "721415443700514847", + "animated": false, + "created": 1608119080, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "lgbt": { + "name": "lgbt", + "id": "710983527726055444", + "author": "444542802794119168", + "animated": false, + "created": 1589582082, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "LG_C_arrow1": { + "name": "LG_C_arrow1", + "id": "788733190520832010", + "author": "721415443700514847", + "animated": true, + "created": 1608119046, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "LG_C_arrow2": { + "name": "LG_C_arrow2", + "id": "788733176028725289", + "author": "721415443700514847", + "animated": true, + "created": 1608119043, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "LG_C_arrow3": { + "name": "LG_C_arrow3", + "id": "788733162225401888", + "author": "721415443700514847", + "animated": true, + "created": 1608119039, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "LG_C_arrow5": { + "name": "LG_C_arrow5", + "id": "788733151315886080", + "author": "721415443700514847", + "animated": true, + "created": 1608119037, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "LGG_shy": { + "name": "LGG_shy", + "id": "788733377309573121", + "author": "721415443700514847", + "animated": false, + "created": 1608119091, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "LGG_smile": { + "name": "LGG_smile", + "id": "788733391574269962", + "author": "721415443700514847", + "animated": false, + "created": 1608119094, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "LGTB": { + "name": "LGTB", + "id": "758551862869229588", + "author": "392871094794584064", + "animated": false, + "created": 1600923257, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "lib": { + "name": "lib", + "id": "788481468468559882", + "author": "508004255974817802", + "animated": false, + "created": 1608059031, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "licc": { + "name": "licc", + "id": "788184725809922058", + "author": "353109234201788427", + "animated": true, + "created": 1607988282, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "liccaf": { + "name": "liccaf", + "id": "788124576328581151", + "author": "353109234201788427", + "animated": true, + "created": 1607973941, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "lick": { + "name": "lick", + "id": "415667136455901184", + "author": "147158134941548544", + "animated": true, + "created": 1525387945, + "modified": 1533892038, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "lick1": { + "name": "lick1", + "id": "778132490061348894", + "author": "684772301287587850", + "animated": true, + "created": 1605591643, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "lick2": { + "name": "lick2", + "id": "767798728773730334", + "author": "456756645091868672", + "animated": true, + "created": 1603127882, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "lickl": { + "name": "lickl", + "id": "479615370244915211", + "author": "276014205772234752", + "animated": true, + "created": 1534419615, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "lickr": { + "name": "lickr", + "id": "479615453342466058", + "author": "276014205772234752", + "animated": true, + "created": 1534419634, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "lider": { + "name": "lider", + "id": "745067329871937577", + "author": "538092861481287701", + "animated": false, + "created": 1597708294, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "life": { + "name": "life", + "id": "775153359996977163", + "author": "353109234201788427", + "animated": false, + "created": 1604881362, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "lifelife": { + "name": "lifelife", + "id": "790092501250736148", + "author": "717187106874720287", + "animated": false, + "created": 1608443131, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "lightboulb": { + "name": "lightboulb", + "id": "492047989678931989", + "author": "140516693242937345", + "animated": false, + "created": 1531975879, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "lightsaber": { + "name": "lightsaber", + "id": "785499346338054165", + "author": "434603155695730709", + "animated": true, + "created": 1607348038, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "lightstick": { + "name": "lightstick", + "id": "704201684938653812", + "author": "282774540856328193", + "animated": false, + "created": 1587965165, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "like": { + "name": "like", + "id": "746841247167283330", + "author": "261650934340386817", + "animated": false, + "created": 1598131229, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "likecb": { + "name": "likecb", + "id": "788148093316497448", + "author": "704742786225668206", + "animated": true, + "created": 1607979548, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "like_fb": { + "name": "like_fb", + "id": "783251908474961920", + "author": "496037931140513800", + "animated": false, + "created": 1606812207, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "lil": { + "name": "lil", + "id": "780444379243479070", + "author": "444213647321989121", + "animated": false, + "created": 1606142840, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "lilacplayboy": { + "name": "lilacplayboy", + "id": "784831857325899826", + "author": "252655876177920000", + "animated": false, + "created": 1607188896, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "liljuh": { + "name": "liljuh", + "id": "785392285512106015", + "author": "268138992606773248", + "animated": true, + "created": 1607322512, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "lilynano": { + "name": "lilynano", + "id": "781244951047962655", + "author": "274724839670153218", + "animated": false, + "created": 1606333711, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "limeplayboy": { + "name": "limeplayboy", + "id": "784831760562520087", + "author": "252655876177920000", + "animated": false, + "created": 1607188873, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "lin": { + "name": "lin", + "id": "681479993401802756", + "author": "213668516350525441", + "animated": true, + "created": 1582547891, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "lindo": { + "name": "lindo", + "id": "743995618065907762", + "author": "725437449895149619", + "animated": false, + "created": 1597452778, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "line1": { + "name": "line1", + "id": "789748491123294208", + "author": "454482594097266718", + "animated": false, + "created": 1608361113, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "linspetchicken": { + "name": "linspetchicken", + "id": "787992667531247629", + "author": "294383386393575426", + "animated": true, + "created": 1607942492, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "linus": { + "name": "linus", + "id": "762579394958852106", + "author": "496037931140513800", + "animated": false, + "created": 1601883495, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "linustroleadorcara": { + "name": "linustroleadorcara", + "id": "785589945733480488", + "author": "442120979821625345", + "animated": false, + "created": 1607369638, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "linux": { + "name": "linux", + "id": "737503074834317422", + "author": "574870314928832533", + "animated": false, + "created": 1595904862, + "modified": 1596180517, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "lipbite": { + "name": "lipbite", + "id": "771412844029542431", + "author": "331655887074754560", + "animated": false, + "created": 1603989554, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "lisa": { + "name": "lisa", + "id": "784005597745643570", + "author": "684477455028846624", + "animated": false, + "created": 1606991900, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "lisaweird": { + "name": "lisaweird", + "id": "775780568088051722", + "author": "209280535174971393", + "animated": false, + "created": 1605030900, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "litch": { + "name": "litch", + "id": "790087870404493332", + "author": "704662972739616809", + "animated": false, + "created": 1608442027, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "literallycryingintheclub": { + "name": "literallycryingintheclub", + "id": "788226527372115978", + "author": "409765892210294784", + "animated": true, + "created": 1607998248, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "literallykanna": { + "name": "literallykanna", + "id": "727565703363952680", + "author": "323924657537548289", + "animated": true, + "created": 1593535581, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Literrilli": { + "name": "Literrilli", + "id": "759103818767532032", + "author": "569482187699781653", + "animated": false, + "created": 1601054853, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "lits": { + "name": "lits", + "id": "784853497400262738", + "author": "293107176355004416", + "animated": false, + "created": 1607194055, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "littletou": { + "name": "littletou", + "id": "783351456442482739", + "author": "83845846474424320", + "animated": false, + "created": 1606835941, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "llora": { + "name": "llora", + "id": "710181652390739985", + "author": "483361344104693762", + "animated": false, + "created": 1589390900, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "llorapues": { + "name": "llorapues", + "id": "733461888393805885", + "author": "608769815150198784", + "animated": false, + "created": 1594941341, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "llorar": { + "name": "llorar", + "id": "700801945639714910", + "author": "696620237662978148", + "animated": false, + "created": 1587154604, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "lloron": { + "name": "lloron", + "id": "784215691573198848", + "author": "543468933974589440", + "animated": false, + "created": 1607041990, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "LL_YesMaster": { + "name": "LL_YesMaster", + "id": "785270683718254632", + "author": "706123395913220116", + "animated": false, + "created": 1607293520, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "lmao": { + "name": "lmao", + "id": "428180201294528533", + "author": "415559184445079562", + "animated": true, + "created": 1525387945, + "modified": 1533892038, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "lmao1": { + "name": "lmao1", + "id": "788085641429647451", + "author": "619907069364928533", + "animated": true, + "created": 1607964658, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "lmaocry": { + "name": "lmaocry", + "id": "754897328443359333", + "author": "428461954064056340", + "animated": false, + "created": 1600051948, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "lmfao": { + "name": "lmfao", + "id": "649322249605742612", + "author": "462684302430175233", + "animated": false, + "created": 1574880888, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "lo": { + "name": "lo", + "id": "759432803515105291", + "author": "714174249975414787", + "animated": false, + "created": 1601133290, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "load": { + "name": "load", + "id": "735255721800630294", + "author": "353109234201788427", + "animated": true, + "created": 1595369024, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Loading": { + "name": "Loading", + "id": "565346482035621890", + "author": "295144561569693697", + "animated": true, + "created": 1554859505, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "loadingaf": { + "name": "loadingaf", + "id": "754372054064693389", + "author": "73375128251011072", + "animated": true, + "created": 1599926713, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "loadingcat": { + "name": "loadingcat", + "id": "786152987437039616", + "author": "676134602837852172", + "animated": true, + "created": 1607503878, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "loadinggun": { + "name": "loadinggun", + "id": "786152968557821952", + "author": "676134602837852172", + "animated": true, + "created": 1607503873, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "loaf": { + "name": "loaf", + "id": "780397906251087873", + "author": "162074751341297664", + "animated": false, + "created": 1606131760, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "loanula": { + "name": "loanula", + "id": "780951938320957471", + "author": "753681432718737480", + "animated": false, + "created": 1606263851, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "lobosentado": { + "name": "lobosentado", + "id": "782151933631922177", + "author": "708404644052729879", + "animated": false, + "created": 1606549952, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "locura": { + "name": "locura", + "id": "767220854194044928", + "author": "584556882216353792", + "animated": false, + "created": 1602990106, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "locura1": { + "name": "locura1", + "id": "787566385450057728", + "author": "753681432718737480", + "animated": true, + "created": 1607840858, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "logic": { + "name": "logic", + "id": "778810010708344852", + "author": "760183597930905601", + "animated": false, + "created": 1605753176, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "lokura": { + "name": "lokura", + "id": "774297629977870387", + "author": "704742786225668206", + "animated": true, + "created": 1604677340, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "lol": { + "name": "lol", + "id": "431264482585477141", + "author": "110130328365981696", + "animated": false, + "created": 1525387945, + "modified": 1533892038, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "lol2": { + "name": "lol2", + "id": "766461177013862400", + "author": "410679587035545603", + "animated": false, + "created": 1602808984, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "LolaWas": { + "name": "LolaWas", + "id": "788953585378656286", + "author": "532025158865780756", + "animated": false, + "created": 1608171592, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "lolbear": { + "name": "lolbear", + "id": "775041989522489405", + "author": "303963315061915648", + "animated": true, + "created": 1604854810, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "LolbitBaile": { + "name": "LolbitBaile", + "id": "780517249509359677", + "author": "741850493088694343", + "animated": true, + "created": 1606160213, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "loli": { + "name": "loli", + "id": "502884223175229449", + "author": "405192089836453889", + "animated": false, + "created": 1539967410, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "lolidance": { + "name": "lolidance", + "id": "714937381828165662", + "author": "712063705537445948", + "animated": true, + "created": 1590524754, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "LoliThink": { + "name": "LoliThink", + "id": "780843508679442452", + "author": "727325977755254874", + "animated": false, + "created": 1606237999, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "LoliTruco": { + "name": "LoliTruco", + "id": "774018856251424768", + "author": "727325977755254874", + "animated": true, + "created": 1604610875, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "loli_wave": { + "name": "loli_wave", + "id": "785892268934299658", + "author": "666294632300412928", + "animated": true, + "created": 1607441718, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "loll": { + "name": "loll", + "id": "766378575044935710", + "author": "391034154705485836", + "animated": false, + "created": 1602789291, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "lollipop": { + "name": "lollipop", + "id": "782840964443799573", + "author": "760975697392173067", + "animated": false, + "created": 1606714230, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "lolw": { + "name": "lolw", + "id": "784795260169486337", + "author": "405859539057901568", + "animated": false, + "created": 1607180170, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "lonelytenshi": { + "name": "lonelytenshi", + "id": "782745709392035860", + "author": "692181487788752946", + "animated": false, + "created": 1606691519, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "long": { + "name": "long", + "id": "784944387868196875", + "author": "293107176355004416", + "animated": false, + "created": 1607215725, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Longdick": { + "name": "Longdick", + "id": "783180608951418910", + "author": "487727509778071553", + "animated": true, + "created": 1606795208, + "modified": 1606800903, + "preserve": false, + "description": null, + "nsfw": "MOD_NSFW" + }, + "lonshoball": { + "name": "lonshoball", + "id": "784850354525306900", + "author": "544012397623377930", + "animated": false, + "created": 1607193306, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "lookaround": { + "name": "lookaround", + "id": "786783225635799041", + "author": "353109234201788427", + "animated": true, + "created": 1607654138, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "lookathim": { + "name": "lookathim", + "id": "740216458637869097", + "author": "219512427513905153", + "animated": false, + "created": 1596551756, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "lord": { + "name": "lord", + "id": "761560608516472884", + "author": "203208699500560385", + "animated": true, + "created": 1601640598, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "lordban": { + "name": "lordban", + "id": "788859335467860009", + "author": "373893861950488576", + "animated": false, + "created": 1608149139, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "lordcow": { + "name": "lordcow", + "id": "679383530626875406", + "author": "281563194843987968", + "animated": true, + "created": 1582048056, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "lordflex": { + "name": "lordflex", + "id": "783692441492389888", + "author": "179258923436474368", + "animated": false, + "created": 1606917239, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "lordheleapproves": { + "name": "lordheleapproves", + "id": "492048004820369428", + "author": "140516693242937345", + "animated": false, + "created": 1532650783, + "modified": 1537383802, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "Lordinet": { + "name": "Lordinet", + "id": "777536361032974346", + "author": "457650812533866497", + "animated": false, + "created": 1605449514, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "LordLaptop": { + "name": "LordLaptop", + "id": "784474807735156786", + "author": "373893861950488576", + "animated": false, + "created": 1607103769, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "lordlmao": { + "name": "lordlmao", + "id": "744700768573194281", + "author": "209280535174971393", + "animated": false, + "created": 1597620899, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "lordpeek": { + "name": "lordpeek", + "id": "782731318113992784", + "author": "203858284459851776", + "animated": false, + "created": 1606688088, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "lordppwoke": { + "name": "lordppwoke", + "id": "780899295405670442", + "author": "425046879047385108", + "animated": false, + "created": 1606251300, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "lordspeak": { + "name": "lordspeak", + "id": "757329631249694770", + "author": "245607870463213570", + "animated": false, + "created": 1600631854, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "lordswipe": { + "name": "lordswipe", + "id": "740172981153824838", + "author": "203208699500560385", + "animated": true, + "created": 1596541390, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "lordwettestdream": { + "name": "lordwettestdream", + "id": "779026611286704148", + "author": "425046879047385108", + "animated": false, + "created": 1605804817, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "lordwhentorteonhislap": { + "name": "lordwhentorteonhislap", + "id": "767492305044766720", + "author": "425046879047385108", + "animated": false, + "created": 1603054824, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "loro": { + "name": "loro", + "id": "694682012841279578", + "author": "302106586401472512", + "animated": true, + "created": 1585695498, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "LosBeo": { + "name": "LosBeo", + "id": "761040238281752597", + "author": "638128638700552192", + "animated": true, + "created": 1601516532, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "loser": { + "name": "loser", + "id": "718724357115084810", + "author": "671871798467624970", + "animated": false, + "created": 1591427640, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "love": { + "name": "love", + "id": "437402891100225547", + "author": "239919644704505856", + "animated": false, + "created": 1525387945, + "modified": 1533892038, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Love_": { + "name": "Love_", + "id": "787792873491005460", + "author": "618287304447885312", + "animated": false, + "created": 1607894857, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "lovebongo": { + "name": "lovebongo", + "id": "783189169924997211", + "author": "581699248568139776", + "animated": true, + "created": 1606797249, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "lovecage": { + "name": "lovecage", + "id": "787481981768040458", + "author": "763778550070640672", + "animated": true, + "created": 1607820735, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "love_fb": { + "name": "love_fb", + "id": "783251960391925770", + "author": "496037931140513800", + "animated": false, + "created": 1606812219, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "lovenate": { + "name": "lovenate", + "id": "708737606954909747", + "author": "564111150443266125", + "animated": false, + "created": 1589046613, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "LoveU": { + "name": "LoveU", + "id": "778389195576180746", + "author": "441236709083054080", + "animated": false, + "created": 1605652846, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "LoveYou": { + "name": "LoveYou", + "id": "773948473615056946", + "author": "551188005281464342", + "animated": false, + "created": 1604594095, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "loving": { + "name": "loving", + "id": "770374961105469501", + "author": "442874947568664600", + "animated": false, + "created": 1603742103, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "lpm": { + "name": "lpm", + "id": "683023244290424878", + "author": "543468933974589440", + "animated": false, + "created": 1582915831, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "LPMMM": { + "name": "LPMMM", + "id": "789431657828188210", + "author": "764963344317677609", + "animated": true, + "created": 1608285574, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "lqcheems": { + "name": "lqcheems", + "id": "725824553913155633", + "author": "245607870463213570", + "animated": false, + "created": 1593120458, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "lqjerry": { + "name": "lqjerry", + "id": "734175180393545800", + "author": "425046879047385108", + "animated": false, + "created": 1595111403, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "lucabonk": { + "name": "lucabonk", + "id": "781344880013606942", + "author": "544004454257524746", + "animated": false, + "created": 1606357536, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Lucario": { + "name": "Lucario", + "id": "769694795156160514", + "author": "731734695750008892", + "animated": false, + "created": 1603579939, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "lucarioah": { + "name": "lucarioah", + "id": "784791502437220372", + "author": "751637071059222629", + "animated": false, + "created": 1607179274, + "modified": 1607179385, + "preserve": false, + "description": null, + "nsfw": "MOD_NSFW" + }, + "lucariocansado": { + "name": "lucariocansado", + "id": "784792448274530315", + "author": "751637071059222629", + "animated": false, + "created": 1607179500, + "modified": 1607179622, + "preserve": false, + "description": null, + "nsfw": "MOD_NSFW" + }, + "LucarioPOG": { + "name": "LucarioPOG", + "id": "787402388926758922", + "author": "731734695750008892", + "animated": false, + "created": 1607801758, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "lucariothink": { + "name": "lucariothink", + "id": "767088042837016607", + "author": "508054192758194176", + "animated": false, + "created": 1602958441, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "lucariotired": { + "name": "lucariotired", + "id": "783693124777279488", + "author": "441317661100605440", + "animated": false, + "created": 1606917418, + "modified": 1606928044, + "preserve": false, + "description": null, + "nsfw": "MOD_NSFW" + }, + "ludance": { + "name": "ludance", + "id": "790028214969958471", + "author": "225413493010989058", + "animated": true, + "created": 1608427804, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Luffy": { + "name": "Luffy", + "id": "740724756369637386", + "author": "614632262604030012", + "animated": false, + "created": 1596672943, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "luigeh": { + "name": "luigeh", + "id": "781243427504652358", + "author": "495518017434681365", + "animated": false, + "created": 1606333348, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "luigi": { + "name": "luigi", + "id": "619740639717752833", + "author": "538375570640338974", + "animated": false, + "created": 1567828082, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "luigi_": { + "name": "luigi_", + "id": "779791676586983475", + "author": "475156812329517068", + "animated": true, + "created": 1605987223, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Luigibaile": { + "name": "Luigibaile", + "id": "775177627761639435", + "author": "741850493088694343", + "animated": true, + "created": 1604887148, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Luigi_tank": { + "name": "Luigi_tank", + "id": "752634564609966100", + "author": "719334547723911232", + "animated": false, + "created": 1599512463, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "luis": { + "name": "luis", + "id": "632413673876357120", + "author": "356941401638043678", + "animated": true, + "created": 1570849569, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "luishi": { + "name": "luishi", + "id": "781577090268790787", + "author": "598203741212246035", + "animated": true, + "created": 1606412899, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "luizdoro": { + "name": "luizdoro", + "id": "776836330319249449", + "author": "592210361256509470", + "animated": true, + "created": 1605282614, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "lukewiggly": { + "name": "lukewiggly", + "id": "781917770609852417", + "author": "406558013848289281", + "animated": true, + "created": 1606494123, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "lul": { + "name": "lul", + "id": "492045235162054690", + "author": "140516693242937345", + "animated": false, + "created": 1525387945, + "modified": 1537383142, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "lulkekw": { + "name": "lulkekw", + "id": "708020527876276304", + "author": "235236244420821002", + "animated": false, + "created": 1588875648, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "LulSad": { + "name": "LulSad", + "id": "440553442063286287", + "author": "317456444687515648", + "animated": false, + "created": 1525387945, + "modified": 1533892038, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "LULW": { + "name": "LULW", + "id": "546635285803433984", + "author": "244775812103012363", + "animated": false, + "created": 1550398408, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "lumablob": { + "name": "lumablob", + "id": "492048019882115083", + "author": "300088143422685185", + "animated": false, + "created": 1533445567, + "modified": 1537383806, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "lumineshocked": { + "name": "lumineshocked", + "id": "784093446046351421", + "author": "397121641278210049", + "animated": true, + "created": 1607012845, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "luminetear": { + "name": "luminetear", + "id": "785664906955456552", + "author": "448827482179895304", + "animated": false, + "created": 1607387510, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "luna": { + "name": "luna", + "id": "778222888469659669", + "author": "684477455028846624", + "animated": false, + "created": 1605613195, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "luna_awkward": { + "name": "luna_awkward", + "id": "780885491729956884", + "author": "398627949756022796", + "animated": true, + "created": 1606248009, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "lunafukkireta": { + "name": "lunafukkireta", + "id": "779160387983638569", + "author": "466061790627889167", + "animated": true, + "created": 1605836712, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "lurk": { + "name": "lurk", + "id": "725571985391878204", + "author": "302106586401472512", + "animated": false, + "created": 1593060241, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "lustlurk": { + "name": "lustlurk", + "id": "785793843294371870", + "author": "425046879047385108", + "animated": false, + "created": 1607418251, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "lustwetdream": { + "name": "lustwetdream", + "id": "788425112449843220", + "author": "336021639970029569", + "animated": false, + "created": 1608045595, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "luv": { + "name": "luv", + "id": "788803617959575633", + "author": "700824007523434506", + "animated": false, + "created": 1608135837, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "luv1": { + "name": "luv1", + "id": "784860628836810773", + "author": "506459837169795092", + "animated": true, + "created": 1607195755, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "luwut": { + "name": "luwut", + "id": "786509205414477834", + "author": "567390950838501376", + "animated": true, + "created": 1607588807, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "LV": { + "name": "LV", + "id": "767067301451005982", + "author": "657689355166679052", + "animated": false, + "created": 1602953496, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "lychi": { + "name": "lychi", + "id": "748061810090967147", + "author": "336021639970029569", + "animated": true, + "created": 1598422233, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ma": { + "name": "ma", + "id": "743217518201536652", + "author": "739936426799661086", + "animated": false, + "created": 1597267264, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mabibug": { + "name": "mabibug", + "id": "785172879360524308", + "author": "425046879047385108", + "animated": false, + "created": 1607270202, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "macaco": { + "name": "macaco", + "id": "527687651021553696", + "author": "492719768269225994", + "animated": true, + "created": 1545880940, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "maconha": { + "name": "maconha", + "id": "770056402067783721", + "author": "557269772270829569", + "animated": false, + "created": 1603666153, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mad": { + "name": "mad", + "id": "516781560536498213", + "author": "214529356377096204", + "animated": false, + "created": 1543280725, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "made_with_api": { + "name": "made_with_api", + "id": "787470486283747348", + "author": "262133866062413825", + "animated": false, + "created": 1607817994, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "madman": { + "name": "madman", + "id": "779986533137514516", + "author": "536918500686692362", + "animated": false, + "created": 1606033681, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "MadParrot": { + "name": "MadParrot", + "id": "776633720790319155", + "author": "283791082410475521", + "animated": false, + "created": 1605234308, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "maduro": { + "name": "maduro", + "id": "771065293102907402", + "author": "764959072755515452", + "animated": false, + "created": 1603906691, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mafu": { + "name": "mafu", + "id": "782134088893988874", + "author": "414809605168824340", + "animated": false, + "created": 1606545698, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mag4": { + "name": "mag4", + "id": "728703120032530432", + "author": "385806801624367115", + "animated": false, + "created": 1593806762, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "magaaah": { + "name": "magaaah", + "id": "739349186121695272", + "author": "343239064918687745", + "animated": false, + "created": 1596344982, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "magaste1": { + "name": "magaste1", + "id": "784333518305361931", + "author": "431225704563081216", + "animated": false, + "created": 1607070083, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "magicarp_lol": { + "name": "magicarp_lol", + "id": "787445904348282880", + "author": "522155526478364675", + "animated": true, + "created": 1607812133, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "magno4": { + "name": "magno4", + "id": "764972340211613696", + "author": "343239064918687745", + "animated": false, + "created": 1602454018, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "magnoleta": { + "name": "magnoleta", + "id": "729870362782728293", + "author": "343239064918687745", + "animated": false, + "created": 1594085054, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "magun": { + "name": "magun", + "id": "761404005561663528", + "author": "343239064918687745", + "animated": false, + "created": 1601603261, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mai": { + "name": "mai", + "id": "762829414152142868", + "author": "399671914114711562", + "animated": false, + "created": 1601943105, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "maigiggle": { + "name": "maigiggle", + "id": "783814818591014943", + "author": "162457009147346945", + "animated": true, + "created": 1606946415, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "MaikaWut": { + "name": "MaikaWut", + "id": "782740945031921696", + "author": "507735062955950080", + "animated": false, + "created": 1606690384, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "maiz": { + "name": "maiz", + "id": "784807447247847424", + "author": "751637071059222629", + "animated": false, + "created": 1607183076, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "maj": { + "name": "maj", + "id": "718197736960426026", + "author": "336021639970029569", + "animated": false, + "created": 1591302084, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "majiik": { + "name": "majiik", + "id": "580851881006333962", + "author": "308794315834916864", + "animated": false, + "created": 1558556280, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Makyclown": { + "name": "Makyclown", + "id": "749696184091803748", + "author": "308452846834155530", + "animated": false, + "created": 1598811899, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mal": { + "name": "mal", + "id": "726538906194935889", + "author": "438076555168579610", + "animated": false, + "created": 1593290773, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "malardo": { + "name": "malardo", + "id": "686669775635611709", + "author": "446756532722597889", + "animated": false, + "created": 1583785232, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "malardovish": { + "name": "malardovish", + "id": "730879077497569281", + "author": "661789191470055436", + "animated": false, + "created": 1594325551, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "male": { + "name": "male", + "id": "772497139569131530", + "author": "739554902425993296", + "animated": true, + "created": 1604248070, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mall": { + "name": "mall", + "id": "786687357537091645", + "author": "714546696063025255", + "animated": false, + "created": 1607631282, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mallaball": { + "name": "mallaball", + "id": "784837320846344233", + "author": "726110827278499891", + "animated": false, + "created": 1607190198, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "maltroll": { + "name": "maltroll", + "id": "780900127211651143", + "author": "270258569637658627", + "animated": false, + "created": 1606251498, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mamaco": { + "name": "mamaco", + "id": "739944346899578940", + "author": "432565107080298496", + "animated": false, + "created": 1596486879, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mamadisimo": { + "name": "mamadisimo", + "id": "743611571036749854", + "author": "428330901659713546", + "animated": false, + "created": 1597361214, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mamar": { + "name": "mamar", + "id": "782357930901110825", + "author": "463470500719493137", + "animated": false, + "created": 1606599066, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mamay": { + "name": "mamay", + "id": "672767745644822549", + "author": "562647786231955456", + "animated": false, + "created": 1580470730, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Mamele": { + "name": "Mamele", + "id": "781226444801441802", + "author": "525464605108076567", + "animated": false, + "created": 1606329299, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mamemay": { + "name": "mamemay", + "id": "789542218418880542", + "author": "614090449954668553", + "animated": false, + "created": 1608311933, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "manda": { + "name": "manda", + "id": "506266819493888003", + "author": "389842500812144640", + "animated": true, + "created": 1540773824, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Mandoball": { + "name": "Mandoball", + "id": "784225651074007041", + "author": "726110827278499891", + "animated": false, + "created": 1607044365, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mangomimir": { + "name": "mangomimir", + "id": "745350501637554336", + "author": "723326259056345171", + "animated": false, + "created": 1597775807, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "maniac": { + "name": "maniac", + "id": "415269637308284929", + "author": "113776037812240388", + "animated": true, + "created": 1525387945, + "modified": 1533892038, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mano": { + "name": "mano", + "id": "720800563817611304", + "author": "606545936310861836", + "animated": false, + "created": 1591922646, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mano_": { + "name": "mano_", + "id": "783162235413331968", + "author": "387356039638679553", + "animated": false, + "created": 1606790827, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mano_2": { + "name": "mano_2", + "id": "783162379084234763", + "author": "387356039638679553", + "animated": false, + "created": 1606790861, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "MaPweird": { + "name": "MaPweird", + "id": "754133843535069276", + "author": "438644880152068127", + "animated": false, + "created": 1599869919, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "marc": { + "name": "marc", + "id": "783025282789146684", + "author": "701919188033339412", + "animated": false, + "created": 1606758175, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "MarcianitoBaile": { + "name": "MarcianitoBaile", + "id": "782911008305578014", + "author": "741850493088694343", + "animated": true, + "created": 1606730930, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "MarcianitpBaile": { + "name": "MarcianitpBaile", + "id": "782910848062193714", + "author": "741850493088694343", + "animated": true, + "created": 1606730892, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mari": { + "name": "mari", + "id": "781119426950725663", + "author": "495518017434681365", + "animated": true, + "created": 1606303784, + "modified": 1606331399, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "marica": { + "name": "marica", + "id": "779476353292435466", + "author": "427135249152212992", + "animated": false, + "created": 1605912044, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "maricon": { + "name": "maricon", + "id": "692886183276970075", + "author": "676163766185885710", + "animated": false, + "created": 1585267339, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "marided": { + "name": "marided", + "id": "781345527736172544", + "author": "448827482179895304", + "animated": false, + "created": 1606357690, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "MarieWorried": { + "name": "MarieWorried", + "id": "781174135799152670", + "author": "645583495715880960", + "animated": false, + "created": 1606316827, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "MarinaSpin": { + "name": "MarinaSpin", + "id": "787992421580668958", + "author": "294383386393575426", + "animated": true, + "created": 1607942433, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "marine1": { + "name": "marine1", + "id": "779373527286415391", + "author": "466061790627889167", + "animated": false, + "created": 1605887529, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "marine2": { + "name": "marine2", + "id": "779373579275075584", + "author": "466061790627889167", + "animated": false, + "created": 1605887541, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "marine3": { + "name": "marine3", + "id": "779373625056690207", + "author": "466061790627889167", + "animated": false, + "created": 1605887552, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "marine4": { + "name": "marine4", + "id": "779373669029904395", + "author": "466061790627889167", + "animated": false, + "created": 1605887562, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "marinefukkireta": { + "name": "marinefukkireta", + "id": "779372883889356801", + "author": "466061790627889167", + "animated": true, + "created": 1605887375, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Mario": { + "name": "Mario", + "id": "497102121846702092", + "author": "404827956134019073", + "animated": false, + "created": 1538588821, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mariobaile": { + "name": "mariobaile", + "id": "748479662396669952", + "author": "410178205409083402", + "animated": true, + "created": 1598521857, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "marioBye": { + "name": "marioBye", + "id": "786155200812417035", + "author": "676134602837852172", + "animated": true, + "created": 1607504406, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mariofinger": { + "name": "mariofinger", + "id": "746949417860464684", + "author": "406308174497316865", + "animated": false, + "created": 1598157018, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mariOkieDokie": { + "name": "mariOkieDokie", + "id": "786155223441211392", + "author": "676134602837852172", + "animated": true, + "created": 1607504411, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "marisa": { + "name": "marisa", + "id": "707766756051124305", + "author": "511549289558966285", + "animated": true, + "created": 1588815144, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mark": { + "name": "mark", + "id": "775809372009922590", + "author": "591663566151483404", + "animated": false, + "created": 1605037768, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Markos": { + "name": "Markos", + "id": "785934620331212830", + "author": "396034260089176086", + "animated": false, + "created": 1607451815, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "marselo": { + "name": "marselo", + "id": "658067582720671821", + "author": "417138170430357524", + "animated": false, + "created": 1576965938, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mashiro": { + "name": "mashiro", + "id": "782725684714799105", + "author": "507735062955950080", + "animated": true, + "created": 1606686745, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "master": { + "name": "master", + "id": "778638338168455180", + "author": "408747500288213006", + "animated": false, + "created": 1605712246, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "matable": { + "name": "matable", + "id": "781981289339158548", + "author": "708962087937769484", + "animated": false, + "created": 1606509268, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "matarapegard": { + "name": "matarapegard", + "id": "731143824025452554", + "author": "345055079088390146", + "animated": true, + "created": 1594388671, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "matatafrita": { + "name": "matatafrita", + "id": "781599113765716008", + "author": "746184666490339419", + "animated": false, + "created": 1606418150, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "matematicas": { + "name": "matematicas", + "id": "788769986537717790", + "author": "452839284890664970", + "animated": false, + "created": 1608127819, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mati": { + "name": "mati", + "id": "771469810264440895", + "author": "463502643189514250", + "animated": false, + "created": 1604003136, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "matias": { + "name": "matias", + "id": "771470110559961118", + "author": "307913186261205004", + "animated": false, + "created": 1604003207, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "matsuri": { + "name": "matsuri", + "id": "781567381830238238", + "author": "421991416932335616", + "animated": false, + "created": 1606410584, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "matsurifukkireta": { + "name": "matsurifukkireta", + "id": "779159971026829333", + "author": "466061790627889167", + "animated": true, + "created": 1605836613, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "maurice": { + "name": "maurice", + "id": "785906633522937916", + "author": "640273123165470720", + "animated": false, + "created": 1607445142, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "maurice_hd": { + "name": "maurice_hd", + "id": "785907869556015167", + "author": "640273123165470720", + "animated": false, + "created": 1607445437, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "maurice_origins": { + "name": "maurice_origins", + "id": "785908681593585714", + "author": "640273123165470720", + "animated": false, + "created": 1607445631, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mauricethief": { + "name": "mauricethief", + "id": "785910175982419988", + "author": "731734695750008892", + "animated": false, + "created": 1607445987, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "MayamiMeLoKonfirmo": { + "name": "MayamiMeLoKonfirmo", + "id": "760588545462894654", + "author": "545612393049489418", + "animated": false, + "created": 1601408840, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "maybe": { + "name": "maybe", + "id": "763426400572801024", + "author": "279223421940924416", + "animated": false, + "created": 1602085437, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "maybeSign": { + "name": "maybeSign", + "id": "492048041621061643", + "author": "140516693242937345", + "animated": false, + "created": 1525387945, + "modified": 1537383811, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "mayumidance": { + "name": "mayumidance", + "id": "773362353932075040", + "author": "739936426799661086", + "animated": true, + "created": 1604454353, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mazui": { + "name": "mazui", + "id": "782747395226206239", + "author": "692181487788752946", + "animated": false, + "created": 1606691921, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "m_blink": { + "name": "m_blink", + "id": "785980851229294612", + "author": "667884783954821159", + "animated": true, + "created": 1607462837, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "m_blm": { + "name": "m_blm", + "id": "785980458655678504", + "author": "667884783954821159", + "animated": true, + "created": 1607462744, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mcsBongoTap": { + "name": "mcsBongoTap", + "id": "784861090714353674", + "author": "506459837169795092", + "animated": true, + "created": 1607195866, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "me": { + "name": "me", + "id": "734504802934849536", + "author": "73375128251011072", + "animated": false, + "created": 1595189991, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "medusa": { + "name": "medusa", + "id": "784794829737033738", + "author": "255039969955938305", + "animated": false, + "created": 1607180068, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "meeb": { + "name": "meeb", + "id": "784588566256418836", + "author": "468996191208734730", + "animated": false, + "created": 1607130891, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mega4k": { + "name": "mega4k", + "id": "775180550633685012", + "author": "512509857606139905", + "animated": false, + "created": 1604887846, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "megablush": { + "name": "megablush", + "id": "782148816659939359", + "author": "496037931140513800", + "animated": true, + "created": 1606549209, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "megacry": { + "name": "megacry", + "id": "782148769948237834", + "author": "496037931140513800", + "animated": true, + "created": 1606549198, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "megaface": { + "name": "megaface", + "id": "784103177595125761", + "author": "496037931140513800", + "animated": false, + "created": 1607015165, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "megagunfire": { + "name": "megagunfire", + "id": "783266398050058250", + "author": "496037931140513800", + "animated": true, + "created": 1606815661, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "MEGALUL": { + "name": "MEGALUL", + "id": "737039330400534648", + "author": "245668715067080704", + "animated": false, + "created": 1595794270, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "megamane": { + "name": "megamane", + "id": "782151513605799986", + "author": "496037931140513800", + "animated": false, + "created": 1606549852, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "megasmile": { + "name": "megasmile", + "id": "782157325388611626", + "author": "496037931140513800", + "animated": false, + "created": 1606551238, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "megaspin": { + "name": "megaspin", + "id": "783266327157932032", + "author": "496037931140513800", + "animated": true, + "created": 1606815645, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "MEGATHINK": { + "name": "MEGATHINK", + "id": "528407012690755584", + "author": "140516693242937345", + "animated": false, + "created": 1546052449, + "modified": 1546052454, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "megaworry": { + "name": "megaworry", + "id": "540090031881322506", + "author": "256056872254177281", + "animated": false, + "created": 1548837898, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "megu": { + "name": "megu", + "id": "735233927907639377", + "author": "371341644131336199", + "animated": true, + "created": 1595363828, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "megumin": { + "name": "megumin", + "id": "678679605338439730", + "author": "658269515783864320", + "animated": false, + "created": 1581880227, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Megumin_Padoru": { + "name": "Megumin_Padoru", + "id": "779749117827481601", + "author": "462435774508564491", + "animated": false, + "created": 1605977076, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "megunmin1": { + "name": "megunmin1", + "id": "784338441407692801", + "author": "431225704563081216", + "animated": false, + "created": 1607071256, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "megusad": { + "name": "megusad", + "id": "780984158327013377", + "author": "371341644131336199", + "animated": false, + "created": 1606271533, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "megusad2": { + "name": "megusad2", + "id": "780984240707862528", + "author": "371341644131336199", + "animated": false, + "created": 1606271553, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "meh": { + "name": "meh", + "id": "569551226493206528", + "author": "514791525281169410", + "animated": true, + "created": 1555861994, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mei": { + "name": "mei", + "id": "492048055269326852", + "author": "140516693242937345", + "animated": false, + "created": 1532658653, + "modified": 1537383815, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "MeiHeh": { + "name": "MeiHeh", + "id": "783268669592961025", + "author": "496037931140513800", + "animated": false, + "created": 1606816203, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "meitbag": { + "name": "meitbag", + "id": "679399545192316929", + "author": "227165235293847552", + "animated": true, + "created": 1582051874, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mekumi": { + "name": "mekumi", + "id": "788780692049231882", + "author": "650373918724718623", + "animated": false, + "created": 1608130371, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "melina": { + "name": "melina", + "id": "769046248756871228", + "author": "463502643189514250", + "animated": false, + "created": 1603425313, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "melina2": { + "name": "melina2", + "id": "770328998705233941", + "author": "655227024453140512", + "animated": false, + "created": 1603731145, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "melodycri": { + "name": "melodycri", + "id": "781529100799049728", + "author": "676994307739353142", + "animated": false, + "created": 1606401457, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "melting": { + "name": "melting", + "id": "786591283845660692", + "author": "745373578664476892", + "animated": false, + "created": 1607608376, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "melty": { + "name": "melty", + "id": "782742786079326239", + "author": "748023719833894942", + "animated": false, + "created": 1606690823, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "MeltyDance": { + "name": "MeltyDance", + "id": "788988729934479360", + "author": "690848269022003220", + "animated": true, + "created": 1608179971, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "meme": { + "name": "meme", + "id": "492048057270140939", + "author": "464736302533836800", + "animated": false, + "created": 1535435674, + "modified": 1537383815, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "memecat_butt": { + "name": "memecat_butt", + "id": "786949810304974859", + "author": "718818001633280071", + "animated": true, + "created": 1607693855, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "memecat_laundry": { + "name": "memecat_laundry", + "id": "786949839598387230", + "author": "718818001633280071", + "animated": true, + "created": 1607693862, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Memes": { + "name": "Memes", + "id": "775390144629833768", + "author": "657032893172023363", + "animated": false, + "created": 1604937816, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "meme_what": { + "name": "meme_what", + "id": "786949854638243881", + "author": "718818001633280071", + "animated": false, + "created": 1607693866, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "meme_zoom": { + "name": "meme_zoom", + "id": "786949825450082345", + "author": "718818001633280071", + "animated": true, + "created": 1607693859, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "menacing": { + "name": "menacing", + "id": "632628083999899730", + "author": "610972779470389248", + "animated": false, + "created": 1570900689, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mendy": { + "name": "mendy", + "id": "761667098480476170", + "author": "423260692406337548", + "animated": false, + "created": 1601665987, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mendymala": { + "name": "mendymala", + "id": "767647052703334430", + "author": "356267162148798465", + "animated": true, + "created": 1603091719, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mensandia": { + "name": "mensandia", + "id": "787343776254525450", + "author": "569937267012010015", + "animated": false, + "created": 1607787784, + "modified": 1608441756, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mentalidaddetiburon": { + "name": "mentalidaddetiburon", + "id": "774451206948651028", + "author": "257252090642956288", + "animated": false, + "created": 1604713956, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mentiras": { + "name": "mentiras", + "id": "695297195766710334", + "author": "234097420898664448", + "animated": false, + "created": 1585842169, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mentiras_kakyoin": { + "name": "mentiras_kakyoin", + "id": "785687059700121622", + "author": "234097420898664448", + "animated": false, + "created": 1607392792, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "meo": { + "name": "meo", + "id": "737838555845492818", + "author": "638242920016773131", + "animated": true, + "created": 1595984820, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "meow": { + "name": "meow", + "id": "574040552887025694", + "author": "159816937617096705", + "animated": true, + "created": 1556932333, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "meowthinking": { + "name": "meowthinking", + "id": "492048060210216971", + "author": "140516693242937345", + "animated": false, + "created": 1532042793, + "modified": 1537383816, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "meper": { + "name": "meper", + "id": "548357036845432835", + "author": "269206837306327042", + "animated": false, + "created": 1550808905, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "meperdonas": { + "name": "meperdonas", + "id": "676495142429130762", + "author": "461818566510116895", + "animated": false, + "created": 1581359410, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "merei": { + "name": "merei", + "id": "770348486326747137", + "author": "466061790627889167", + "animated": false, + "created": 1603735791, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "merge": { + "name": "merge", + "id": "492048063637225473", + "author": "150657331212976128", + "animated": false, + "created": 1525387945, + "modified": 1537383816, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "merijaan": { + "name": "merijaan", + "id": "786590740749746206", + "author": "745373578664476892", + "animated": true, + "created": 1607608246, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "merio": { + "name": "merio", + "id": "789671921494523916", + "author": "701103722453008518", + "animated": false, + "created": 1608342857, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mesi": { + "name": "mesi", + "id": "701936551457980507", + "author": "523362457050284044", + "animated": false, + "created": 1587425115, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mesirve": { + "name": "mesirve", + "id": "745853175671685241", + "author": "419623768835620865", + "animated": false, + "created": 1597895654, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mesonrojas": { + "name": "mesonrojas", + "id": "786807342074429441", + "author": "754517959417790494", + "animated": false, + "created": 1607659888, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "messi": { + "name": "messi", + "id": "563915390653038607", + "author": "212026049427537920", + "animated": false, + "created": 1554518306, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "messirve": { + "name": "messirve", + "id": "737929205680963645", + "author": "713115666550620262", + "animated": false, + "created": 1596006432, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "messirve1": { + "name": "messirve1", + "id": "750737039061942393", + "author": "271797102072430592", + "animated": false, + "created": 1599060058, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "metaiwebeando": { + "name": "metaiwebeando", + "id": "777291945515941938", + "author": "293107176355004416", + "animated": false, + "created": 1605391241, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "metakek": { + "name": "metakek", + "id": "556522606774321162", + "author": "264708430793539584", + "animated": false, + "created": 1552755729, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "meteralhorno": { + "name": "meteralhorno", + "id": "717042435158442013", + "author": "300750461894656011", + "animated": false, + "created": 1591026638, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mevengo": { + "name": "mevengo", + "id": "721058671181824131", + "author": "705090233615515648", + "animated": false, + "created": 1591984184, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mevoy": { + "name": "mevoy", + "id": "773471497707716619", + "author": "634698470824869920", + "animated": true, + "created": 1604480375, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mew": { + "name": "mew", + "id": "704984534394863646", + "author": "327627555085484044", + "animated": true, + "created": 1588151811, + "modified": 1588391444, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mewwuluv": { + "name": "mewwuluv", + "id": "788204474086195240", + "author": "311013616918986753", + "animated": false, + "created": 1607992990, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mfw": { + "name": "mfw", + "id": "755189511427850360", + "author": "489815329946599434", + "animated": false, + "created": 1600121610, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mfwmfw": { + "name": "mfwmfw", + "id": "790092379881078784", + "author": "717187106874720287", + "animated": false, + "created": 1608443102, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "m_hi": { + "name": "m_hi", + "id": "789123097688408064", + "author": "527449870873657344", + "animated": false, + "created": 1608212007, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mhm_eat": { + "name": "mhm_eat", + "id": "787434418109284383", + "author": "522155526478364675", + "animated": true, + "created": 1607809395, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mhmm": { + "name": "mhmm", + "id": "785926084373250068", + "author": "552237694500077586", + "animated": false, + "created": 1607449780, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mhpf": { + "name": "mhpf", + "id": "787442337214496768", + "author": "522155526478364675", + "animated": false, + "created": 1607811283, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "miau": { + "name": "miau", + "id": "723938382648180816", + "author": "641063962749960233", + "animated": true, + "created": 1592670760, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "miautriste": { + "name": "miautriste", + "id": "782297006860140574", + "author": "701103722453008518", + "animated": false, + "created": 1606584540, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "micaracuando": { + "name": "micaracuando", + "id": "757606754803646646", + "author": "648612548509433866", + "animated": false, + "created": 1600697926, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "michael": { + "name": "michael", + "id": "780518594034401361", + "author": "489615207069384714", + "animated": true, + "created": 1606160534, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "michi": { + "name": "michi", + "id": "747597966940045372", + "author": "741457183597920266", + "animated": false, + "created": 1598311645, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "michi17": { + "name": "michi17", + "id": "781727126884974614", + "author": "741457183597920266", + "animated": false, + "created": 1606448670, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "michip": { + "name": "michip", + "id": "775343777643888701", + "author": "345165299110248449", + "animated": false, + "created": 1604926761, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "micomandante": { + "name": "micomandante", + "id": "778638499049635850", + "author": "727367783897104384", + "animated": false, + "created": 1605712284, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "middlefinger": { + "name": "middlefinger", + "id": "752981298192187483", + "author": "235077293859536898", + "animated": true, + "created": 1599595131, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "midtopsenate": { + "name": "midtopsenate", + "id": "788522509799522336", + "author": "322599198211964938", + "animated": false, + "created": 1608068816, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mierda": { + "name": "mierda", + "id": "739573054753079382", + "author": "602916202528112672", + "animated": true, + "created": 1596398357, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Miguel": { + "name": "Miguel", + "id": "695799024518955078", + "author": "614981743149318167", + "animated": false, + "created": 1585961814, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "miguelito": { + "name": "miguelito", + "id": "786265684836876328", + "author": "711346412520210443", + "animated": true, + "created": 1607530747, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "miguelitofacha": { + "name": "miguelitofacha", + "id": "789533915098513428", + "author": "752612692321239093", + "animated": false, + "created": 1608309956, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mii": { + "name": "mii", + "id": "783942991705407500", + "author": "406034555766702091", + "animated": false, + "created": 1606976974, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mii2": { + "name": "mii2", + "id": "784615342235582494", + "author": "661789191470055436", + "animated": false, + "created": 1607137275, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "MikanDance": { + "name": "MikanDance", + "id": "786728711344750612", + "author": "414966100074299412", + "animated": true, + "created": 1607641141, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mike": { + "name": "mike", + "id": "692823250518147092", + "author": "289037025427062785", + "animated": false, + "created": 1585252335, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "MikecrackCulo": { + "name": "MikecrackCulo", + "id": "701845472649805844", + "author": "667087966857986088", + "animated": false, + "created": 1587403400, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mikeface": { + "name": "mikeface", + "id": "785891969926823976", + "author": "666294632300412928", + "animated": false, + "created": 1607441646, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mikodance": { + "name": "mikodance", + "id": "773360961934327849", + "author": "739936426799661086", + "animated": true, + "created": 1604454021, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mikofukkireta": { + "name": "mikofukkireta", + "id": "779160853324234762", + "author": "466061790627889167", + "animated": true, + "created": 1605836823, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "miku": { + "name": "miku", + "id": "667144736473350164", + "author": "291913713710006272", + "animated": false, + "created": 1579130100, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "MikuBoogie": { + "name": "MikuBoogie", + "id": "786084448944390159", + "author": "730519813184815126", + "animated": true, + "created": 1607487537, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mikudance2": { + "name": "mikudance2", + "id": "786084679262404608", + "author": "730519813184815126", + "animated": true, + "created": 1607487592, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mikudayo": { + "name": "mikudayo", + "id": "782471862054682684", + "author": "291913713710006272", + "animated": false, + "created": 1606626229, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mikudisgust": { + "name": "mikudisgust", + "id": "782469958293520434", + "author": "291913713710006272", + "animated": false, + "created": 1606625775, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "MikuHappy": { + "name": "MikuHappy", + "id": "786084479545901096", + "author": "730519813184815126", + "animated": false, + "created": 1607487544, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mikuHug": { + "name": "mikuHug", + "id": "789953800705540137", + "author": "768741691250311180", + "animated": true, + "created": 1608410062, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "MikuJazzHands": { + "name": "MikuJazzHands", + "id": "786084501788557313", + "author": "730519813184815126", + "animated": true, + "created": 1607487550, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mikulawl": { + "name": "mikulawl", + "id": "782470553785204756", + "author": "336237235936428034", + "animated": false, + "created": 1606625917, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "MikuPecksRin": { + "name": "MikuPecksRin", + "id": "786084584935784478", + "author": "730519813184815126", + "animated": true, + "created": 1607487569, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mikustonks": { + "name": "mikustonks", + "id": "782470900481523742", + "author": "336237235936428034", + "animated": false, + "created": 1606626000, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "milkglum": { + "name": "milkglum", + "id": "789282055828537394", + "author": "696887321953304657", + "animated": false, + "created": 1608249906, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "milkmocha": { + "name": "milkmocha", + "id": "786178333259726868", + "author": "676134602837852172", + "animated": true, + "created": 1607509921, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "milksippu": { + "name": "milksippu", + "id": "783188787747749899", + "author": "581699248568139776", + "animated": false, + "created": 1606797158, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "milkslave": { + "name": "milkslave", + "id": "783568297652256789", + "author": "557761229595344903", + "animated": false, + "created": 1606887640, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "milksticky": { + "name": "milksticky", + "id": "788295784537128963", + "author": "325346618364788737", + "animated": false, + "created": 1608014760, + "modified": 1608026025, + "preserve": false, + "description": null, + "nsfw": "MOD_NSFW" + }, + "milos": { + "name": "milos", + "id": "571883499112366100", + "author": "328299966747377664", + "animated": true, + "created": 1556418051, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mimi": { + "name": "mimi", + "id": "788487686116999228", + "author": "717187106874720287", + "animated": false, + "created": 1608060513, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mimir": { + "name": "mimir", + "id": "620144034626666496", + "author": "343239064918687745", + "animated": false, + "created": 1567924259, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mimirs": { + "name": "mimirs", + "id": "771240230727581727", + "author": "370757129268887553", + "animated": false, + "created": 1603948400, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mimirtime": { + "name": "mimirtime", + "id": "765955798132064306", + "author": "618127550035787824", + "animated": false, + "created": 1602688493, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mimodoru": { + "name": "mimodoru", + "id": "788982229778038784", + "author": "704742786225668206", + "animated": false, + "created": 1608178422, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mimosa": { + "name": "mimosa", + "id": "756366366696538144", + "author": "667087966857986088", + "animated": false, + "created": 1600402194, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mina_wut": { + "name": "mina_wut", + "id": "788398683695087628", + "author": "715373648520806432", + "animated": false, + "created": 1608039294, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mindstone": { + "name": "mindstone", + "id": "784149979723726879", + "author": "496037931140513800", + "animated": false, + "created": 1607026324, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Mine": { + "name": "Mine", + "id": "701810497191673927", + "author": "454807360070877194", + "animated": true, + "created": 1587395061, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "minecraft": { + "name": "minecraft", + "id": "449155338097131520", + "author": "282637381327388673", + "animated": false, + "created": 1527171777, + "modified": 1567071768, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "minimaliste": { + "name": "minimaliste", + "id": "786974065058775050", + "author": "113673621368471556", + "animated": false, + "created": 1607699638, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mint": { + "name": "mint", + "id": "492048073854550047", + "author": "356091260429402122", + "animated": false, + "created": 1535265565, + "modified": 1537383819, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "mio": { + "name": "mio", + "id": "719641431286743162", + "author": "522127277027491844", + "animated": false, + "created": 1591646287, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mioCEvil": { + "name": "mioCEvil", + "id": "789696873417015306", + "author": "584534634470178826", + "animated": true, + "created": 1608348806, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mioCRI": { + "name": "mioCRI", + "id": "789696717528367124", + "author": "584534634470178826", + "animated": false, + "created": 1608348769, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mioEek": { + "name": "mioEek", + "id": "789696661886206003", + "author": "584534634470178826", + "animated": true, + "created": 1608348756, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mioGasm": { + "name": "mioGasm", + "id": "789696995153412136", + "author": "584534634470178826", + "animated": true, + "created": 1608348835, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mioHIcup": { + "name": "mioHIcup", + "id": "789696239859138571", + "author": "584534634470178826", + "animated": false, + "created": 1608348655, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mioKiss": { + "name": "mioKiss", + "id": "789697151260557352", + "author": "584534634470178826", + "animated": true, + "created": 1608348872, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mioLazr": { + "name": "mioLazr", + "id": "789697251030335488", + "author": "584534634470178826", + "animated": true, + "created": 1608348896, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "miolol": { + "name": "miolol", + "id": "789697706649583639", + "author": "584534634470178826", + "animated": false, + "created": 1608349005, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mioNB": { + "name": "mioNB", + "id": "789697312841793546", + "author": "584534634470178826", + "animated": false, + "created": 1608348911, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mioPout": { + "name": "mioPout", + "id": "515022105922764803", + "author": "140516693242937345", + "animated": false, + "created": 1542861238, + "modified": 1542861252, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "mioR": { + "name": "mioR", + "id": "789697560980750358", + "author": "584534634470178826", + "animated": false, + "created": 1608348970, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mioRefill": { + "name": "mioRefill", + "id": "789697388444385291", + "author": "584534634470178826", + "animated": true, + "created": 1608348929, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mioshy": { + "name": "mioshy", + "id": "789697892070850560", + "author": "584534634470178826", + "animated": false, + "created": 1608349049, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mioSPENT": { + "name": "mioSPENT", + "id": "789697470669258782", + "author": "584534634470178826", + "animated": false, + "created": 1608348948, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mioSwag": { + "name": "mioSwag", + "id": "789696543757828156", + "author": "584534634470178826", + "animated": true, + "created": 1608348728, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mipichula": { + "name": "mipichula", + "id": "775172308166770718", + "author": "701340890404487219", + "animated": true, + "created": 1604885880, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mirar": { + "name": "mirar", + "id": "649056092713910281", + "author": "286944490063790081", + "animated": true, + "created": 1574817431, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mirarojos": { + "name": "mirarojos", + "id": "789673388741623868", + "author": "701103722453008518", + "animated": false, + "created": 1608343207, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mirarojoszoom": { + "name": "mirarojoszoom", + "id": "789673500066447360", + "author": "701103722453008518", + "animated": false, + "created": 1608343233, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "missing": { + "name": "missing", + "id": "780436305426251856", + "author": "366627806831968257", + "animated": false, + "created": 1606140915, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "missu": { + "name": "missu", + "id": "788185846900588574", + "author": "353109234201788427", + "animated": false, + "created": 1607988551, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "missuu": { + "name": "missuu", + "id": "788186215898939402", + "author": "353109234201788427", + "animated": false, + "created": 1607988637, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "misterKor": { + "name": "misterKor", + "id": "785658107341832203", + "author": "601075558486376448", + "animated": false, + "created": 1607385889, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mitch": { + "name": "mitch", + "id": "783808928676184104", + "author": "508004255974817802", + "animated": false, + "created": 1606945011, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Mitori": { + "name": "Mitori", + "id": "781224263696384020", + "author": "525464605108076567", + "animated": false, + "created": 1606328779, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mitsublush": { + "name": "mitsublush", + "id": "788539323523268658", + "author": "569937267012010015", + "animated": false, + "created": 1608072825, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mitsudude": { + "name": "mitsudude", + "id": "788539435234230283", + "author": "569937267012010015", + "animated": false, + "created": 1608072851, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "miupload": { + "name": "miupload", + "id": "786222387913424926", + "author": "399348446525390849", + "animated": false, + "created": 1607520429, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Mixell": { + "name": "Mixell", + "id": "781044323851698226", + "author": "370757129268887553", + "animated": false, + "created": 1606285878, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mixtabla": { + "name": "mixtabla", + "id": "753472044087115836", + "author": "410998033761828864", + "animated": false, + "created": 1599712134, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "miyanobird": { + "name": "miyanobird", + "id": "774277980771844138", + "author": "403597576223326228", + "animated": false, + "created": 1604672656, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Miyanodesk": { + "name": "Miyanodesk", + "id": "782597514623975455", + "author": "521800936553971719", + "animated": true, + "created": 1606656187, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "miyanosip": { + "name": "miyanosip", + "id": "778328027951792198", + "author": "328724630581805056", + "animated": false, + "created": 1605638262, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "MiyanoWow": { + "name": "MiyanoWow", + "id": "774294654085758986", + "author": "403597576223326228", + "animated": false, + "created": 1604676631, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "MiyanoYay": { + "name": "MiyanoYay", + "id": "774276027148402728", + "author": "403597576223326228", + "animated": true, + "created": 1604672190, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mizu": { + "name": "mizu", + "id": "785936100253630516", + "author": "396034260089176086", + "animated": false, + "created": 1607452168, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mj": { + "name": "mj", + "id": "784323777986953216", + "author": "713483831780573275", + "animated": true, + "created": 1607067760, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Mlem": { + "name": "Mlem", + "id": "687665164652118016", + "author": "422399591539802112", + "animated": true, + "created": 1584022551, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ml_hand": { + "name": "ml_hand", + "id": "781398741260697630", + "author": "370757129268887553", + "animated": false, + "created": 1606370377, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mlhand": { + "name": "mlhand", + "id": "781398497693007873", + "author": "370757129268887553", + "animated": false, + "created": 1606370319, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mlhandespejo": { + "name": "mlhandespejo", + "id": "781398557106110484", + "author": "370757129268887553", + "animated": false, + "created": 1606370333, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ml_hand_r": { + "name": "ml_hand_r", + "id": "781398848319782932", + "author": "370757129268887553", + "animated": false, + "created": 1606370403, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mm": { + "name": "mm", + "id": "694364817263165482", + "author": "293555442670370817", + "animated": false, + "created": 1585619873, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mm_Cheer": { + "name": "mm_Cheer", + "id": "786685849722552350", + "author": "676134602837852172", + "animated": true, + "created": 1607630922, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mmhk": { + "name": "mmhk", + "id": "692534011905704002", + "author": "308794315834916864", + "animated": false, + "created": 1585183375, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mmLol": { + "name": "mmLol", + "id": "492048085992734720", + "author": "190544080164487168", + "animated": false, + "created": 1525387945, + "modified": 1537383822, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "mmlul": { + "name": "mmlul", + "id": "730677648367550545", + "author": "455289384187592704", + "animated": false, + "created": 1594277526, + "modified": 1594277531, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "mmm": { + "name": "mmm", + "id": "664850683836628992", + "author": "508054192758194176", + "animated": false, + "created": 1578583155, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mmm2": { + "name": "mmm2", + "id": "712836436344176650", + "author": "691239435768954911", + "animated": false, + "created": 1590023850, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mmmgif": { + "name": "mmmgif", + "id": "787897087115132961", + "author": "727283870461984839", + "animated": true, + "created": 1607919704, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "MMMM": { + "name": "MMMM", + "id": "685160337103781990", + "author": "568213851116535820", + "animated": true, + "created": 1583425354, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mmmmm": { + "name": "mmmmm", + "id": "743225930754818168", + "author": "468192500025262081", + "animated": false, + "created": 1597269270, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mmmyeah": { + "name": "mmmyeah", + "id": "780848800397918259", + "author": "727325977755254874", + "animated": false, + "created": 1606239261, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mmyeah": { + "name": "mmyeah", + "id": "774289441090961438", + "author": "279223421940924416", + "animated": false, + "created": 1604675388, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Mn": { + "name": "Mn", + "id": "784438981000560672", + "author": "711751154119475291", + "animated": false, + "created": 1607095227, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "MNE4crumbheart": { + "name": "MNE4crumbheart", + "id": "786151633595138048", + "author": "676134602837852172", + "animated": false, + "created": 1607503555, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "MNE4ilysmcrumb": { + "name": "MNE4ilysmcrumb", + "id": "786155119439249413", + "author": "676134602837852172", + "animated": false, + "created": 1607504386, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mnweird": { + "name": "mnweird", + "id": "716661692452438048", + "author": "425046879047385108", + "animated": false, + "created": 1590935862, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "moan": { + "name": "moan", + "id": "742468510986534933", + "author": "73375128251011072", + "animated": true, + "created": 1597088687, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mochaangry": { + "name": "mochaangry", + "id": "787419729824186429", + "author": "474278021877071872", + "animated": true, + "created": 1607805893, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mochaok": { + "name": "mochaok", + "id": "786660039095484446", + "author": "405026162109054976", + "animated": false, + "created": 1607624768, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mochasad": { + "name": "mochasad", + "id": "782494156995559424", + "author": "760975697392173067", + "animated": false, + "created": 1606631545, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mochasleep": { + "name": "mochasleep", + "id": "786660077041352745", + "author": "405026162109054976", + "animated": false, + "created": 1607624777, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mod": { + "name": "mod", + "id": "700988073869049957", + "author": "517462606634549387", + "animated": false, + "created": 1587198980, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "modcheck": { + "name": "modcheck", + "id": "755109089025065071", + "author": "186324887596564480", + "animated": true, + "created": 1600102436, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "modoserio": { + "name": "modoserio", + "id": "714958993658740756", + "author": "676324374579642388", + "animated": false, + "created": 1590529907, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mods": { + "name": "mods", + "id": "656625879069229056", + "author": "417138170430357524", + "animated": false, + "created": 1576622209, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "moki": { + "name": "moki", + "id": "780957695427084339", + "author": "293107176355004416", + "animated": false, + "created": 1606265224, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mokoudance": { + "name": "mokoudance", + "id": "773362429904158731", + "author": "739936426799661086", + "animated": true, + "created": 1604454371, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "MolangShock": { + "name": "MolangShock", + "id": "784225283409444945", + "author": "554898860913459200", + "animated": true, + "created": 1607044277, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mollerasumida": { + "name": "mollerasumida", + "id": "784295525172248606", + "author": "703806872221909062", + "animated": false, + "created": 1607061024, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mom": { + "name": "mom", + "id": "678986567460847626", + "author": "460250992370384896", + "animated": false, + "created": 1581953412, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Momantai": { + "name": "Momantai", + "id": "784630807654301717", + "author": "284884105630318594", + "animated": false, + "created": 1607140962, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "momazo": { + "name": "momazo", + "id": "781541903517745193", + "author": "475156812329517068", + "animated": false, + "created": 1606404510, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "momijidance": { + "name": "momijidance", + "id": "773360869001789461", + "author": "739936426799661086", + "animated": true, + "created": 1604453999, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "momo": { + "name": "momo", + "id": "635875327825936384", + "author": "167729432784535562", + "animated": false, + "created": 1571674896, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "momosleep": { + "name": "momosleep", + "id": "781909029579915264", + "author": "209280535174971393", + "animated": false, + "created": 1606492039, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "monak": { + "name": "monak", + "id": "788062841571115009", + "author": "239333423095742464", + "animated": false, + "created": 1607959223, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "monaks": { + "name": "monaks", + "id": "773645658111737856", + "author": "186324887596564480", + "animated": false, + "created": 1604521898, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "monapatting": { + "name": "monapatting", + "id": "789697773724893224", + "author": "294946270861328385", + "animated": true, + "created": 1608349021, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "monaweird": { + "name": "monaweird", + "id": "775331616938786866", + "author": "209280535174971393", + "animated": false, + "created": 1604923862, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "money": { + "name": "money", + "id": "686543122301190151", + "author": "377489947755675649", + "animated": false, + "created": 1583755035, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "moneywings": { + "name": "moneywings", + "id": "780896213053866015", + "author": "586365354713022478", + "animated": true, + "created": 1606250565, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "monika": { + "name": "monika", + "id": "703596354269872209", + "author": "600878457886474251", + "animated": true, + "created": 1587820843, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Monka": { + "name": "Monka", + "id": "785284474312589313", + "author": "256444078302953484", + "animated": true, + "created": 1607296808, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "monkaC": { + "name": "monkaC", + "id": "743831885066797149", + "author": "425153222978699264", + "animated": false, + "created": 1597413741, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "monkagiga": { + "name": "monkagiga", + "id": "640269765952405541", + "author": "224732589548634113", + "animated": false, + "created": 1572722608, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "monkagun": { + "name": "monkagun", + "id": "786054627779018763", + "author": "405859539057901568", + "animated": false, + "created": 1607480427, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "monkaHmm": { + "name": "monkaHmm", + "id": "563611121676845068", + "author": "455289384187592704", + "animated": false, + "created": 1554445762, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "monkalaugh": { + "name": "monkalaugh", + "id": "754121432321097788", + "author": "245668715067080704", + "animated": false, + "created": 1599866960, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "monkaomega": { + "name": "monkaomega", + "id": "785285450717200404", + "author": "256444078302953484", + "animated": true, + "created": 1607297041, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "monkaS": { + "name": "monkaS", + "id": "415713187493576724", + "author": "140516693242937345", + "animated": false, + "created": 1525387945, + "modified": 1533892038, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "monkasEX": { + "name": "monkasEX", + "id": "770335624833794058", + "author": "620744223267749888", + "animated": true, + "created": 1603732725, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "monkashake": { + "name": "monkashake", + "id": "740941433908887603", + "author": "311748153672204288", + "animated": true, + "created": 1596724603, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "monkaShoot": { + "name": "monkaShoot", + "id": "771412560179494912", + "author": "331655887074754560", + "animated": true, + "created": 1603989486, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "monkaspeed": { + "name": "monkaspeed", + "id": "781281808271933440", + "author": "466061790627889167", + "animated": false, + "created": 1606342498, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "monkaSS": { + "name": "monkaSS", + "id": "775865244508749834", + "author": "468631498489200642", + "animated": false, + "created": 1605051089, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "monkaStab": { + "name": "monkaStab", + "id": "758657228349243412", + "author": "714174249975414787", + "animated": false, + "created": 1600948378, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "monkaSTEER": { + "name": "monkaSTEER", + "id": "725665073108090891", + "author": "176356077292486656", + "animated": true, + "created": 1593082435, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "monkaThink": { + "name": "monkaThink", + "id": "713912431033712710", + "author": "227165235293847552", + "animated": false, + "created": 1590280387, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "monkaW": { + "name": "monkaW", + "id": "619606321439703060", + "author": "576045377308852231", + "animated": false, + "created": 1567796058, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "monkaWheel": { + "name": "monkaWheel", + "id": "786156495288270858", + "author": "676134602837852172", + "animated": true, + "created": 1607504714, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "monkawtf": { + "name": "monkawtf", + "id": "774290850268053505", + "author": "279223421940924416", + "animated": false, + "created": 1604675724, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "monkaX": { + "name": "monkaX", + "id": "616193786221166602", + "author": "509456861196713985", + "animated": true, + "created": 1566982447, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "monke": { + "name": "monke", + "id": "759318562619392012", + "author": "224732589548634113", + "animated": false, + "created": 1601106053, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "monkegif": { + "name": "monkegif", + "id": "786428938641080330", + "author": "268138992606773248", + "animated": true, + "created": 1607569670, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "monki": { + "name": "monki", + "id": "738144372171997276", + "author": "164132141662339073", + "animated": true, + "created": 1596057732, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "monkiflip": { + "name": "monkiflip", + "id": "766543389650714664", + "author": "371838747366653952", + "animated": true, + "created": 1602828585, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "monky": { + "name": "monky", + "id": "736221775528067164", + "author": "220823087355133952", + "animated": true, + "created": 1595599349, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mono": { + "name": "mono", + "id": "727695153980112927", + "author": "683098669595099185", + "animated": false, + "created": 1593566444, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "monoma": { + "name": "monoma", + "id": "782056970072358912", + "author": "537418057480536064", + "animated": false, + "created": 1606527311, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "moo": { + "name": "moo", + "id": "778574842349879326", + "author": "608652367012954123", + "animated": false, + "created": 1605697107, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mood": { + "name": "mood", + "id": "693283311270756502", + "author": "514181971941785603", + "animated": false, + "created": 1585362022, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mood2": { + "name": "mood2", + "id": "780895131334082610", + "author": "434521154745663488", + "animated": true, + "created": 1606250307, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "moon": { + "name": "moon", + "id": "726906809729810483", + "author": "650368273040408615", + "animated": true, + "created": 1593378488, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "moona": { + "name": "moona", + "id": "781567774135681034", + "author": "421991416932335616", + "animated": false, + "created": 1606410678, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "morawiecki": { + "name": "morawiecki", + "id": "773807456907690044", + "author": "112471608865624064", + "animated": false, + "created": 1604560474, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mordo": { + "name": "mordo", + "id": "786774727032307722", + "author": "453303780449189888", + "animated": false, + "created": 1607652112, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "moreangry": { + "name": "moreangry", + "id": "774852117058945034", + "author": "738859004712976456", + "animated": false, + "created": 1604809540, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "morido": { + "name": "morido", + "id": "751555968973930506", + "author": "606237964883853364", + "animated": false, + "created": 1599255306, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "morido2": { + "name": "morido2", + "id": "753052817903845468", + "author": "638128638700552192", + "animated": false, + "created": 1599612183, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "morido3": { + "name": "morido3", + "id": "753054939059585084", + "author": "638128638700552192", + "animated": false, + "created": 1599612688, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "morido4": { + "name": "morido4", + "id": "753110805985362041", + "author": "638128638700552192", + "animated": false, + "created": 1599626008, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "morido5": { + "name": "morido5", + "id": "753111350150037614", + "author": "638128638700552192", + "animated": false, + "created": 1599626138, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "morido6": { + "name": "morido6", + "id": "784805102577778758", + "author": "610207676822978590", + "animated": false, + "created": 1607182517, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "morikawa": { + "name": "morikawa", + "id": "782289013372616764", + "author": "293107176355004416", + "animated": false, + "created": 1606582635, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "morir": { + "name": "morir", + "id": "748264157266313259", + "author": "474398324326268930", + "animated": false, + "created": 1598470477, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "morite": { + "name": "morite", + "id": "725391810582806578", + "author": "365650837277507594", + "animated": true, + "created": 1593017284, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "moritesalame": { + "name": "moritesalame", + "id": "443161464748900352", + "author": "334349090550972417", + "animated": false, + "created": 1525742727, + "modified": 1533892038, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "morron": { + "name": "morron", + "id": "776170518872195103", + "author": "399348446525390849", + "animated": false, + "created": 1605123872, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Motor": { + "name": "Motor", + "id": "694310622510448710", + "author": "521802133796945962", + "animated": true, + "created": 1585606952, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mounstroculero": { + "name": "mounstroculero", + "id": "788904586224205834", + "author": "640273123165470720", + "animated": false, + "created": 1608159910, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "movistar": { + "name": "movistar", + "id": "674758511405563924", + "author": "477144142351302656", + "animated": false, + "created": 1580945365, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "moxca": { + "name": "moxca", + "id": "736299325340123226", + "author": "287711579749744642", + "animated": false, + "created": 1595617839, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "moyai": { + "name": "moyai", + "id": "739831273895362651", + "author": "268138992606773248", + "animated": false, + "created": 1596459921, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "moyaii": { + "name": "moyaii", + "id": "784848179606061056", + "author": "752674435802071080", + "animated": false, + "created": 1607192787, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "m_penguin": { + "name": "m_penguin", + "id": "786709455005417493", + "author": "658316782934949889", + "animated": true, + "created": 1607636550, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "m_penguin1": { + "name": "m_penguin1", + "id": "786712173107085374", + "author": "707330304427294821", + "animated": true, + "created": 1607637198, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "m_penguin2": { + "name": "m_penguin2", + "id": "786709308196388904", + "author": "658316782934949889", + "animated": true, + "created": 1607636515, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "msgrinlegs": { + "name": "msgrinlegs", + "id": "786708142574403604", + "author": "707330304427294821", + "animated": false, + "created": 1607636237, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "msgrinningfacelegs": { + "name": "msgrinningfacelegs", + "id": "786711673717129226", + "author": "707330304427294821", + "animated": false, + "created": 1607637079, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "msjoylegs": { + "name": "msjoylegs", + "id": "786707849505538128", + "author": "707330304427294821", + "animated": false, + "created": 1607636167, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mskissingheartlegs": { + "name": "mskissingheartlegs", + "id": "786709053082566686", + "author": "707330304427294821", + "animated": false, + "created": 1607636454, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mslaughinglegs": { + "name": "mslaughinglegs", + "id": "786708284273852467", + "author": "707330304427294821", + "animated": false, + "created": 1607636271, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "msnomouthlegs": { + "name": "msnomouthlegs", + "id": "786708502580166659", + "author": "707330304427294821", + "animated": false, + "created": 1607636323, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "msopenmouthlegs": { + "name": "msopenmouthlegs", + "id": "786708385499971595", + "author": "707330304427294821", + "animated": false, + "created": 1607636295, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mssleepinglegs": { + "name": "mssleepinglegs", + "id": "786708212744585236", + "author": "707330304427294821", + "animated": false, + "created": 1607636254, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mssmirklegs": { + "name": "mssmirklegs", + "id": "786709119678939216", + "author": "707330304427294821", + "animated": false, + "created": 1607636470, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mssunglasseslegs": { + "name": "mssunglasseslegs", + "id": "786707790273183784", + "author": "777257121296810000", + "animated": false, + "created": 1607636153, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "m_steve": { + "name": "m_steve", + "id": "786711021254344704", + "author": "707330304427294821", + "animated": false, + "created": 1607636923, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mstonguewinklegs": { + "name": "mstonguewinklegs", + "id": "786708760328142899", + "author": "707330304427294821", + "animated": false, + "created": 1607636384, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mswearylegs": { + "name": "mswearylegs", + "id": "786708562595807242", + "author": "707330304427294821", + "animated": false, + "created": 1607636337, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mswinkinglegs": { + "name": "mswinkinglegs", + "id": "786708824349212734", + "author": "707330304427294821", + "animated": false, + "created": 1607636400, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mtmdone": { + "name": "mtmdone", + "id": "687730116314529883", + "author": "425046879047385108", + "animated": true, + "created": 1584038037, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mtmping": { + "name": "mtmping", + "id": "591275372830785546", + "author": "98425391647031296", + "animated": false, + "created": 1561041434, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mtmrun": { + "name": "mtmrun", + "id": "764047607575871518", + "author": "359713607635697664", + "animated": false, + "created": 1602233545, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mtmsad": { + "name": "mtmsad", + "id": "591644675564371990", + "author": "98425391647031296", + "animated": false, + "created": 1561129483, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mtmsparkles": { + "name": "mtmsparkles", + "id": "605386389454061586", + "author": "425046879047385108", + "animated": true, + "created": 1564405762, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mtmspeak": { + "name": "mtmspeak", + "id": "735504299219615824", + "author": "245607870463213570", + "animated": false, + "created": 1595428290, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mtmspokles": { + "name": "mtmspokles", + "id": "783683480713429013", + "author": "438644880152068127", + "animated": true, + "created": 1606915102, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mtmweird": { + "name": "mtmweird", + "id": "560576887576068096", + "author": "247208034890153986", + "animated": false, + "created": 1553722345, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mtrded": { + "name": "mtrded", + "id": "723093513121693767", + "author": "282774540856328193", + "animated": false, + "created": 1592469328, + "modified": 1596474584, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "m_triggered": { + "name": "m_triggered", + "id": "783880154060685342", + "author": "697542753449672775", + "animated": true, + "created": 1606961992, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mtrsouka": { + "name": "mtrsouka", + "id": "723089933685751829", + "author": "282774540856328193", + "animated": false, + "created": 1592468474, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "muchotexto": { + "name": "muchotexto", + "id": "714327805462183936", + "author": "676324374579642388", + "animated": false, + "created": 1590379420, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "muda": { + "name": "muda", + "id": "637395879505952768", + "author": "398595685072764939", + "animated": true, + "created": 1572037420, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mudamuda": { + "name": "mudamuda", + "id": "538469663584288779", + "author": "110966611048960000", + "animated": true, + "created": 1548451572, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mudkip": { + "name": "mudkip", + "id": "755777509987188776", + "author": "337776631210967040", + "animated": false, + "created": 1600261800, + "modified": 1600265306, + "preserve": false, + "description": "mudkip", + "nsfw": "SFW" + }, + "muere": { + "name": "muere", + "id": "713212341113847850", + "author": "624434967539089430", + "animated": false, + "created": 1590113473, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "muere1": { + "name": "muere1", + "id": "785906693317197854", + "author": "441317661100605440", + "animated": false, + "created": 1607445157, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "muerefandejojos": { + "name": "muerefandejojos", + "id": "756303112989311017", + "author": "463529400886099972", + "animated": false, + "created": 1600387113, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mueregay": { + "name": "mueregay", + "id": "784332296454799390", + "author": "431225704563081216", + "animated": false, + "created": 1607069791, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "muerejero": { + "name": "muerejero", + "id": "785989518847246387", + "author": "411204117323710466", + "animated": true, + "created": 1607464904, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "muerte": { + "name": "muerte", + "id": "780637825657602068", + "author": "358358843648114692", + "animated": false, + "created": 1606188961, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "muertealosfurros": { + "name": "muertealosfurros", + "id": "782486605545996308", + "author": "406308174497316865", + "animated": false, + "created": 1606629744, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "muertearyck": { + "name": "muertearyck", + "id": "782486827373690880", + "author": "406308174497316865", + "animated": false, + "created": 1606629797, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "muertex2": { + "name": "muertex2", + "id": "781206825214410803", + "author": "635695911254753300", + "animated": false, + "created": 1606324621, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "muerto": { + "name": "muerto", + "id": "754149537844822016", + "author": "370757129268887553", + "animated": false, + "created": 1599873661, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mufasapls": { + "name": "mufasapls", + "id": "781968388984799292", + "author": "714966486359212093", + "animated": true, + "created": 1606506192, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mufflederp": { + "name": "mufflederp", + "id": "783084109681393704", + "author": "577326591902875670", + "animated": false, + "created": 1606772200, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "muitriste": { + "name": "muitriste", + "id": "780793070408695829", + "author": "384854161864523776", + "animated": true, + "created": 1606225974, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "murcia": { + "name": "murcia", + "id": "775396824881823786", + "author": "521800936553971719", + "animated": false, + "created": 1604939409, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "MurdocHead": { + "name": "MurdocHead", + "id": "782155995685978132", + "author": "496037931140513800", + "animated": false, + "created": 1606550921, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Music": { + "name": "Music", + "id": "765891114796187648", + "author": "376792620418203673", + "animated": false, + "created": 1602673071, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "musicanimate": { + "name": "musicanimate", + "id": "782686436322443276", + "author": "125464542791729152", + "animated": true, + "created": 1606677388, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mutestab": { + "name": "mutestab", + "id": "785322044107653121", + "author": "336021639970029569", + "animated": false, + "created": 1607305766, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mutestrab": { + "name": "mutestrab", + "id": "785322194074730507", + "author": "336021639970029569", + "animated": false, + "created": 1607305801, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mutestrap": { + "name": "mutestrap", + "id": "785322171324170270", + "author": "336021639970029569", + "animated": false, + "created": 1607305796, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Muugu": { + "name": "Muugu", + "id": "773986145104429056", + "author": "264572972998721537", + "animated": false, + "created": 1604603077, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mv_mylove": { + "name": "mv_mylove", + "id": "786591159144415272", + "author": "745373578664476892", + "animated": false, + "created": 1607608346, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mwa": { + "name": "mwa", + "id": "776430017772388382", + "author": "683773349939249255", + "animated": true, + "created": 1605185741, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mwah": { + "name": "mwah", + "id": "766656835947069460", + "author": "711992750240825447", + "animated": true, + "created": 1602855633, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mx_kat_gya": { + "name": "mx_kat_gya", + "id": "785741736172585010", + "author": "715606162224971898", + "animated": true, + "created": 1607405828, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mx_reen": { + "name": "mx_reen", + "id": "785741709295747132", + "author": "715606162224971898", + "animated": true, + "created": 1607405821, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "myaesthighs": { + "name": "myaesthighs", + "id": "787460718429470730", + "author": "353109234201788427", + "animated": false, + "created": 1607815665, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "myalert": { + "name": "myalert", + "id": "787754656947896360", + "author": "747341741732003851", + "animated": true, + "created": 1607885746, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "myes": { + "name": "myes", + "id": "788179065105416219", + "author": "524919681753284630", + "animated": false, + "created": 1607986932, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mylipsrsealed": { + "name": "mylipsrsealed", + "id": "782112661408186368", + "author": "690953891482828890", + "animated": true, + "created": 1606540589, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mylittlepogchamp": { + "name": "mylittlepogchamp", + "id": "786258002906054747", + "author": "620650653714350091", + "animated": false, + "created": 1607528915, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "myman": { + "name": "myman", + "id": "731256198598230117", + "author": "635598212756930580", + "animated": false, + "created": 1594415464, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mymelodyluv": { + "name": "mymelodyluv", + "id": "786185913876480010", + "author": "676134602837852172", + "animated": true, + "created": 1607511728, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "myppouiouiaf": { + "name": "myppouiouiaf", + "id": "746120391583334411", + "author": "353109234201788427", + "animated": false, + "created": 1597959363, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "mystery": { + "name": "mystery", + "id": "714971504487563344", + "author": "246938839720001536", + "animated": false, + "created": 1590532890, + "modified": 1590532894, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "n0": { + "name": "n0", + "id": "769348752225337374", + "author": "406558013848289281", + "animated": false, + "created": 1603497436, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "n000": { + "name": "n000", + "id": "790088903716634624", + "author": "504130418958794763", + "animated": false, + "created": 1608442273, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "naanii": { + "name": "naanii", + "id": "763148540490154014", + "author": "463470500719493137", + "animated": false, + "created": 1602019190, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nac_baka": { + "name": "nac_baka", + "id": "787002825656893520", + "author": "512140987607547904", + "animated": false, + "created": 1607706495, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nada": { + "name": "nada", + "id": "711215224300240947", + "author": "596075507049824278", + "animated": false, + "created": 1589637323, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nadine": { + "name": "nadine", + "id": "781348762949255198", + "author": "448827482179895304", + "animated": true, + "created": 1606358461, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nagi": { + "name": "nagi", + "id": "771896463030485033", + "author": "293107176355004416", + "animated": false, + "created": 1604104858, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nagicomo": { + "name": "nagicomo", + "id": "787441496559321088", + "author": "293107176355004416", + "animated": false, + "created": 1607811082, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nagifue": { + "name": "nagifue", + "id": "788849905686020126", + "author": "293107176355004416", + "animated": false, + "created": 1608146873, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nah": { + "name": "nah", + "id": "763966809497796628", + "author": "424465106517360640", + "animated": false, + "created": 1602214281, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nahbro": { + "name": "nahbro", + "id": "785499489917468722", + "author": "434603155695730709", + "animated": false, + "created": 1607348072, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nais": { + "name": "nais", + "id": "750878606720368681", + "author": "428461954064056340", + "animated": false, + "created": 1599093810, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "naisu": { + "name": "naisu", + "id": "777534447054487552", + "author": "608094111651725322", + "animated": true, + "created": 1605449058, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nalgorium": { + "name": "nalgorium", + "id": "740353554245484675", + "author": "428330901659713546", + "animated": true, + "created": 1596584442, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "NaM": { + "name": "NaM", + "id": "753373065567666278", + "author": "270645096758640641", + "animated": true, + "created": 1599688536, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "name": { + "name": "name", + "id": "773387792415850506", + "author": "736497741697646653", + "animated": false, + "created": 1604460418, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "NAMUSAN": { + "name": "NAMUSAN", + "id": "775129722018594857", + "author": "441764984012144651", + "animated": false, + "created": 1604875727, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nanachowhat": { + "name": "nanachowhat", + "id": "771550724936957972", + "author": "308452846834155530", + "animated": false, + "created": 1604022427, + "modified": 1614355666, + "preserve": false, + "description": null, + "nsfw": "MOD_NSFW" + }, + "nani": { + "name": "nani", + "id": "421771775207145483", + "author": "135962006619422720", + "animated": false, + "created": 1525387946, + "modified": 1533892038, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nao": { + "name": "nao", + "id": "759670244154540032", + "author": "667087966857986088", + "animated": true, + "created": 1601189900, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nao_hm": { + "name": "nao_hm", + "id": "787434171613315092", + "author": "522155526478364675", + "animated": false, + "created": 1607809336, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "naotodance": { + "name": "naotodance", + "id": "789156191456329739", + "author": "281251143139721226", + "animated": true, + "created": 1608219898, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Naren": { + "name": "Naren", + "id": "782639218152308746", + "author": "344313085730750464", + "animated": false, + "created": 1606666130, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "naruhodo": { + "name": "naruhodo", + "id": "771464827533000715", + "author": "471787957528035338", + "animated": false, + "created": 1604001948, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "NaruInTheRealWorld": { + "name": "NaruInTheRealWorld", + "id": "782740320285622312", + "author": "748023719833894942", + "animated": true, + "created": 1606690235, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Naru_IRL": { + "name": "Naru_IRL", + "id": "782739314374869012", + "author": "748023719833894942", + "animated": true, + "created": 1606689995, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "narusasu": { + "name": "narusasu", + "id": "784109370228473866", + "author": "384071676960309259", + "animated": false, + "created": 1607016642, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Naruto": { + "name": "Naruto", + "id": "631509504122421289", + "author": "446701465403260958", + "animated": false, + "created": 1570633998, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "narutoama": { + "name": "narutoama", + "id": "784109953082195968", + "author": "384071676960309259", + "animated": false, + "created": 1607016780, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nataljailso": { + "name": "nataljailso", + "id": "783748800221020233", + "author": "580244182652813312", + "animated": true, + "created": 1606930675, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "natsuki": { + "name": "natsuki", + "id": "779023112510898176", + "author": "574014066658377748", + "animated": false, + "created": 1605803983, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "natugnaro": { + "name": "natugnaro", + "id": "787761119279317013", + "author": "504130418958794763", + "animated": false, + "created": 1607887286, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nazi": { + "name": "nazi", + "id": "715599774132469840", + "author": "483361344104693762", + "animated": false, + "created": 1590682681, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nbawave4": { + "name": "nbawave4", + "id": "785925766764036156", + "author": "552237694500077586", + "animated": true, + "created": 1607449704, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "NBAybwave": { + "name": "NBAybwave", + "id": "785499544308940820", + "author": "434603155695730709", + "animated": true, + "created": 1607348085, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nc": { + "name": "nc", + "id": "782784405613314068", + "author": "512509857606139905", + "animated": false, + "created": 1606700745, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "n_crying": { + "name": "n_crying", + "id": "783879840994164757", + "author": "697542753449672775", + "animated": false, + "created": 1606961917, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "neckrope": { + "name": "neckrope", + "id": "782105285065703435", + "author": "484334070772400128", + "animated": false, + "created": 1606538830, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "necochaos": { + "name": "necochaos", + "id": "766295933927292978", + "author": "293107176355004416", + "animated": true, + "created": 1602769587, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "necohype": { + "name": "necohype", + "id": "749012739976069140", + "author": "488054792325824532", + "animated": true, + "created": 1598648953, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "necromuerto": { + "name": "necromuerto", + "id": "788804792688050276", + "author": "524761288795095041", + "animated": false, + "created": 1608136117, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "negociosinutiles": { + "name": "negociosinutiles", + "id": "779224906671194122", + "author": "457415833572999170", + "animated": false, + "created": 1605852095, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "negro": { + "name": "negro", + "id": "726239852173197469", + "author": "410185061485379584", + "animated": false, + "created": 1593219473, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "neko": { + "name": "neko", + "id": "720273449607495751", + "author": "98358132605988864", + "animated": false, + "created": 1591796972, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "neko_2": { + "name": "neko_2", + "id": "789123433917186079", + "author": "616213997338886155", + "animated": true, + "created": 1608212088, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nekoBAKA": { + "name": "nekoBAKA", + "id": "492048127763808265", + "author": "140516693242937345", + "animated": false, + "created": 1525387946, + "modified": 1537383833, + "preserve": true, + "description": "From [Neko's support server](https://kinkbot.me/support)", + "nsfw": "SFW" + }, + "nekomikoreimu": { + "name": "nekomikoreimu", + "id": "783184687866314752", + "author": "97360218127613952", + "animated": true, + "created": 1606796180, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nel": { + "name": "nel", + "id": "660591669783298058", + "author": "631964191409963013", + "animated": false, + "created": 1577567727, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nellyblob": { + "name": "nellyblob", + "id": "492048133946343425", + "author": "140516693242937345", + "animated": false, + "created": 1531976501, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "nelputa": { + "name": "nelputa", + "id": "785940884905918475", + "author": "512509857606139905", + "animated": false, + "created": 1607453309, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nelson": { + "name": "nelson", + "id": "785935644890890310", + "author": "321696866494578688", + "animated": false, + "created": 1607452059, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nemri": { + "name": "nemri", + "id": "781309327960702996", + "author": "528990209589903376", + "animated": false, + "created": 1606349059, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "NeonBlobAngery": { + "name": "NeonBlobAngery", + "id": "492048135091388464", + "author": "89553652477358080", + "animated": true, + "created": 1529366859, + "modified": 1537383834, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "NeonBlobAngry": { + "name": "NeonBlobAngry", + "id": "492048136747876352", + "author": "89553652477358080", + "animated": true, + "created": 1529366860, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "NeonBlobArm": { + "name": "NeonBlobArm", + "id": "492048139478368266", + "author": "89553652477358080", + "animated": true, + "created": 1529366860, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "NeonBlobAstonished": { + "name": "NeonBlobAstonished", + "id": "492048140682264585", + "author": "89553652477358080", + "animated": true, + "created": 1529366861, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "NeonBlobAwkward": { + "name": "NeonBlobAwkward", + "id": "492048142095613972", + "author": "89553652477358080", + "animated": true, + "created": 1529366862, + "modified": 1537383835, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "NeonBlobAww": { + "name": "NeonBlobAww", + "id": "492048144180314115", + "author": "89553652477358080", + "animated": true, + "created": 1529366863, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "NeonBlobBan": { + "name": "NeonBlobBan", + "id": "492048145556045844", + "author": "89553652477358080", + "animated": true, + "created": 1529366865, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "NeonBlobBandage": { + "name": "NeonBlobBandage", + "id": "492048146780651565", + "author": "89553652477358080", + "animated": true, + "created": 1529366866, + "modified": 1537383836, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "NeonBlobBlue": { + "name": "NeonBlobBlue", + "id": "492048148290600970", + "author": "89553652477358080", + "animated": false, + "created": 1529366866, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "NeonBlobBody": { + "name": "NeonBlobBody", + "id": "492048149456617472", + "author": "89553652477358080", + "animated": true, + "created": 1529366867, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "neonblobbowtie": { + "name": "neonblobbowtie", + "id": "492048150597730314", + "author": "140516693242937345", + "animated": true, + "created": 1532485897, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "neonblobcheer": { + "name": "neonblobcheer", + "id": "492048151780392970", + "author": "140516693242937345", + "animated": true, + "created": 1532485890, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "neonblobcookie": { + "name": "neonblobcookie", + "id": "492048153558646804", + "author": "140516693242937345", + "animated": true, + "created": 1532485907, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "neonblobcouncil": { + "name": "neonblobcouncil", + "id": "492048155194687498", + "author": "140516693242937345", + "animated": true, + "created": 1532485889, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "neonblobdab": { + "name": "neonblobdab", + "id": "492048156884860938", + "author": "140516693242937345", + "animated": true, + "created": 1532485932, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "neonblobdarkblue": { + "name": "neonblobdarkblue", + "id": "492048157912334337", + "author": "140516693242937345", + "animated": false, + "created": 1532485877, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "neonblobdead": { + "name": "neonblobdead", + "id": "492048158637948929", + "author": "140516693242937345", + "animated": false, + "created": 1532485896, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "neonblobdead2": { + "name": "neonblobdead2", + "id": "492048160168869890", + "author": "140516693242937345", + "animated": true, + "created": 1532485897, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "neonblobdevil": { + "name": "neonblobdevil", + "id": "492048161741864960", + "author": "140516693242937345", + "animated": true, + "created": 1532485927, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "neonblobglare": { + "name": "neonblobglare", + "id": "492048162777726986", + "author": "140516693242937345", + "animated": true, + "created": 1532485908, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "neonblobgreen": { + "name": "neonblobgreen", + "id": "492048163650142209", + "author": "140516693242937345", + "animated": false, + "created": 1532485872, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "neonblobgrimace": { + "name": "neonblobgrimace", + "id": "492048165319606273", + "author": "140516693242937345", + "animated": true, + "created": 1532485903, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "neonblobgrin": { + "name": "neonblobgrin", + "id": "492048166649069569", + "author": "140516693242937345", + "animated": true, + "created": 1532485896, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "neonblobhalo": { + "name": "neonblobhalo", + "id": "492048168067006475", + "author": "140516693242937345", + "animated": true, + "created": 1532485926, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "NeonBlobHandLeft": { + "name": "NeonBlobHandLeft", + "id": "492048169958637568", + "author": "140516693242937345", + "animated": true, + "created": 1532325621, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "NeonBlobHandRight": { + "name": "NeonBlobHandRight", + "id": "492048170985979927", + "author": "140516693242937345", + "animated": true, + "created": 1532325663, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "NeonBlobHeartEyes": { + "name": "NeonBlobHeartEyes", + "id": "492048172382683226", + "author": "140516693242937345", + "animated": true, + "created": 1532325643, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "neonblobheartmouth": { + "name": "neonblobheartmouth", + "id": "492048173678854157", + "author": "140516693242937345", + "animated": true, + "created": 1532485878, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "neonblobjoy": { + "name": "neonblobjoy", + "id": "492048176174596116", + "author": "140516693242937345", + "animated": true, + "created": 1532485931, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "neonblobmad": { + "name": "neonblobmad", + "id": "492048177218977800", + "author": "140516693242937345", + "animated": true, + "created": 1532485883, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "neonblobno": { + "name": "neonblobno", + "id": "492048178313691169", + "author": "140516693242937345", + "animated": true, + "created": 1532485890, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "neonblobnom": { + "name": "neonblobnom", + "id": "492048180003995648", + "author": "140516693242937345", + "animated": true, + "created": 1532485932, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "neonblobowo": { + "name": "neonblobowo", + "id": "492048181325070337", + "author": "140516693242937345", + "animated": true, + "created": 1532485938, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "NeonBlobParty01": { + "name": "NeonBlobParty01", + "id": "492048183258513409", + "author": "89553652477358080", + "animated": true, + "created": 1529318500, + "modified": 1537383845, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "NeonBlobParty02": { + "name": "NeonBlobParty02", + "id": "492048184793628674", + "author": "89553652477358080", + "animated": true, + "created": 1529318501, + "modified": 1537383845, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "NeonBlobParty03": { + "name": "NeonBlobParty03", + "id": "492048185498402837", + "author": "89553652477358080", + "animated": true, + "created": 1529318502, + "modified": 1537383845, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "NeonBlobParty04": { + "name": "NeonBlobParty04", + "id": "492048187121467424", + "author": "89553652477358080", + "animated": true, + "created": 1529318502, + "modified": 1537383846, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "NeonBlobParty05": { + "name": "NeonBlobParty05", + "id": "492048188233220096", + "author": "89553652477358080", + "animated": true, + "created": 1529318503, + "modified": 1537383846, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "NeonBlobParty06": { + "name": "NeonBlobParty06", + "id": "492048189415882753", + "author": "89553652477358080", + "animated": true, + "created": 1529318504, + "modified": 1537383846, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "NeonBlobParty07": { + "name": "NeonBlobParty07", + "id": "492048192419135495", + "author": "89553652477358080", + "animated": true, + "created": 1529318505, + "modified": 1537383847, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "NeonBlobParty08": { + "name": "NeonBlobParty08", + "id": "492048194092400641", + "author": "89553652477358080", + "animated": true, + "created": 1529318505, + "modified": 1537383847, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "NeonBlobParty09": { + "name": "NeonBlobParty09", + "id": "492048194822209549", + "author": "89553652477358080", + "animated": true, + "created": 1529318506, + "modified": 1537383848, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "neonblobpat": { + "name": "neonblobpat", + "id": "492048196193746956", + "author": "140516693242937345", + "animated": true, + "created": 1532485902, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "NeonBlobPeek": { + "name": "NeonBlobPeek", + "id": "492048197368152086", + "author": "140516693242937345", + "animated": true, + "created": 1531341755, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "neonblobping": { + "name": "neonblobping", + "id": "492048198031114252", + "author": "140516693242937345", + "animated": true, + "created": 1532485877, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "neonblobpolice": { + "name": "neonblobpolice", + "id": "492048199633338407", + "author": "140516693242937345", + "animated": true, + "created": 1532485914, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "neonblobpurple": { + "name": "neonblobpurple", + "id": "492048200677457951", + "author": "140516693242937345", + "animated": false, + "created": 1532485833, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "neonblobrainbow1": { + "name": "neonblobrainbow1", + "id": "492048201570844711", + "author": "140516693242937345", + "animated": true, + "created": 1532485915, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "neonblobrainbow2": { + "name": "neonblobrainbow2", + "id": "492048203303223307", + "author": "140516693242937345", + "animated": true, + "created": 1532485919, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "neonblobrainbow3": { + "name": "neonblobrainbow3", + "id": "492048204964298753", + "author": "140516693242937345", + "animated": true, + "created": 1532485920, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "neonblobrainbow4": { + "name": "neonblobrainbow4", + "id": "492048207480881152", + "author": "140516693242937345", + "animated": true, + "created": 1532485920, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "neonblobrainbow5": { + "name": "neonblobrainbow5", + "id": "492048209112465429", + "author": "140516693242937345", + "animated": true, + "created": 1532485921, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "neonblobred": { + "name": "neonblobred", + "id": "492048210596986881", + "author": "140516693242937345", + "animated": false, + "created": 1532485876, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "neonblobreee": { + "name": "neonblobreee", + "id": "492048211729448963", + "author": "140516693242937345", + "animated": true, + "created": 1532485909, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "neonblobrofl": { + "name": "neonblobrofl", + "id": "492048214443163661", + "author": "140516693242937345", + "animated": true, + "created": 1532485931, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "neonblobsad": { + "name": "neonblobsad", + "id": "492048216024547329", + "author": "140516693242937345", + "animated": true, + "created": 1532485882, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "neonblobsleep": { + "name": "neonblobsleep", + "id": "492048217999933441", + "author": "140516693242937345", + "animated": true, + "created": 1532485890, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "neonblobsob": { + "name": "neonblobsob", + "id": "492048219233320970", + "author": "140516693242937345", + "animated": true, + "created": 1532485908, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "NeonBlobStab": { + "name": "NeonBlobStab", + "id": "492048221342793729", + "author": "89553652477358080", + "animated": true, + "created": 1529366900, + "modified": 1537383854, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "NeonBlobStop": { + "name": "NeonBlobStop", + "id": "492048222831902720", + "author": "89553652477358080", + "animated": true, + "created": 1529366901, + "modified": 1537383854, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "neonblobsunglasses": { + "name": "neonblobsunglasses", + "id": "492048224392314880", + "author": "140516693242937345", + "animated": true, + "created": 1532485883, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "NeonBlobSweats": { + "name": "NeonBlobSweats", + "id": "492048227168813098", + "author": "140516693242937345", + "animated": true, + "created": 1532325769, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "neonblobthink": { + "name": "neonblobthink", + "id": "492048229186273280", + "author": "140516693242937345", + "animated": true, + "created": 1532485883, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "neonblobthumbsdown": { + "name": "neonblobthumbsdown", + "id": "492048230943555584", + "author": "140516693242937345", + "animated": true, + "created": 1532485933, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "NeonBlobThumbsUp": { + "name": "NeonBlobThumbsUp", + "id": "492048232143126532", + "author": "140516693242937345", + "animated": true, + "created": 1530103107, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "neonblobthump": { + "name": "neonblobthump", + "id": "492048233720446977", + "author": "140516693242937345", + "animated": true, + "created": 1532485902, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "neonblobtounge": { + "name": "neonblobtounge", + "id": "492048235356094486", + "author": "140516693242937345", + "animated": true, + "created": 1532485926, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "neonblobwave": { + "name": "neonblobwave", + "id": "492048236983484428", + "author": "140516693242937345", + "animated": true, + "created": 1532485884, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "NeonBlobWaveReverse": { + "name": "NeonBlobWaveReverse", + "id": "492048238480982016", + "author": "140516693242937345", + "animated": true, + "created": 1532485938, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "NeonBlobWink": { + "name": "NeonBlobWink", + "id": "492048239885811722", + "author": "140516693242937345", + "animated": true, + "created": 1531556581, + "modified": 1537383858, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "neonblobyellow": { + "name": "neonblobyellow", + "id": "492048242373033984", + "author": "140516693242937345", + "animated": false, + "created": 1532485872, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "neonblobyes": { + "name": "neonblobyes", + "id": "492048247896932352", + "author": "140516693242937345", + "animated": true, + "created": 1532485889, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "neonbolb": { + "name": "neonbolb", + "id": "492048249025200148", + "author": "140516693242937345", + "animated": true, + "created": 1532485944, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "neonbolbangery": { + "name": "neonbolbangery", + "id": "492048249708871681", + "author": "140516693242937345", + "animated": true, + "created": 1532485956, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "neonbolbattention": { + "name": "neonbolbattention", + "id": "492048250858110988", + "author": "140516693242937345", + "animated": true, + "created": 1532485939, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "neonbolbattentionreverse": { + "name": "neonbolbattentionreverse", + "id": "492048252108144672", + "author": "140516693242937345", + "animated": true, + "created": 1532485943, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "neonbolbdevil": { + "name": "neonbolbdevil", + "id": "492048253035216897", + "author": "140516693242937345", + "animated": true, + "created": 1532485962, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "neonbolbeek": { + "name": "neonbolbeek", + "id": "492048254255759361", + "author": "140516693242937345", + "animated": true, + "created": 1532485944, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "neonbolbeekreverse": { + "name": "neonbolbeekreverse", + "id": "492048255908184097", + "author": "140516693242937345", + "animated": true, + "created": 1532485951, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "neonbolbhalo": { + "name": "neonbolbhalo", + "id": "492048257103429634", + "author": "140516693242937345", + "animated": true, + "created": 1532485956, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "neonbolbheart": { + "name": "neonbolbheart", + "id": "492048259095986200", + "author": "140516693242937345", + "animated": true, + "created": 1532485968, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "neonbolbhero": { + "name": "neonbolbhero", + "id": "492048260635033602", + "author": "140516693242937345", + "animated": true, + "created": 1532485945, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "neonbolbmelt": { + "name": "neonbolbmelt", + "id": "492048262065422340", + "author": "140516693242937345", + "animated": true, + "created": 1532485968, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "neonbolbokhand": { + "name": "neonbolbokhand", + "id": "492048263839612939", + "author": "140516693242937345", + "animated": true, + "created": 1532485957, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "neonbolbpeek": { + "name": "neonbolbpeek", + "id": "492048265244835851", + "author": "140516693242937345", + "animated": true, + "created": 1532485958, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "neonbolbreach": { + "name": "neonbolbreach", + "id": "492048266540744716", + "author": "140516693242937345", + "animated": true, + "created": 1532485950, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "neonbolbsalute": { + "name": "neonbolbsalute", + "id": "492048268474449921", + "author": "140516693242937345", + "animated": true, + "created": 1532485969, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "neonbolbsanta": { + "name": "neonbolbsanta", + "id": "492048270017953793", + "author": "140516693242937345", + "animated": true, + "created": 1532485963, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "neonbolbscream": { + "name": "neonbolbscream", + "id": "492048271846408232", + "author": "140516693242937345", + "animated": true, + "created": 1532485957, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "neonbolbstarboard": { + "name": "neonbolbstarboard", + "id": "492048273142710291", + "author": "140516693242937345", + "animated": true, + "created": 1532485950, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "neonbolbthump": { + "name": "neonbolbthump", + "id": "492048274513985567", + "author": "140516693242937345", + "animated": true, + "created": 1532485964, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "neonbolbupsidedown": { + "name": "neonbolbupsidedown", + "id": "492048275713818624", + "author": "140516693242937345", + "animated": true, + "created": 1532485949, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "neonbolbwaitwhat": { + "name": "neonbolbwaitwhat", + "id": "492048276477181954", + "author": "140516693242937345", + "animated": true, + "created": 1532485939, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "neonbolbwink": { + "name": "neonbolbwink", + "id": "492048277764702219", + "author": "140516693242937345", + "animated": true, + "created": 1532485962, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "neonbolbxddd": { + "name": "neonbolbxddd", + "id": "492048278980919296", + "author": "140516693242937345", + "animated": true, + "created": 1532485949, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "neonepic": { + "name": "neonepic", + "id": "589526032114122771", + "author": "140516693242937345", + "animated": true, + "created": 1560624359, + "modified": 1560624367, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "neonnotlikebolb": { + "name": "neonnotlikebolb", + "id": "492048280122032128", + "author": "140516693242937345", + "animated": true, + "created": 1532485944, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "NeoTogekiss": { + "name": "NeoTogekiss", + "id": "774844966701629472", + "author": "311133475191390210", + "animated": false, + "created": 1604807836, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nepdangnhay": { + "name": "nepdangnhay", + "id": "785902598816399360", + "author": "343310328089804803", + "animated": true, + "created": 1607444182, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "neplep": { + "name": "neplep", + "id": "757914618709409882", + "author": "343310328089804803", + "animated": true, + "created": 1600771326, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nepxd": { + "name": "nepxd", + "id": "779983775982944296", + "author": "536918500686692362", + "animated": false, + "created": 1606033023, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Neroaaah": { + "name": "Neroaaah", + "id": "779729693011738624", + "author": "564111150443266125", + "animated": false, + "created": 1605972445, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nervousdoggo": { + "name": "nervousdoggo", + "id": "782113487702589460", + "author": "690953891482828890", + "animated": true, + "created": 1606540786, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nervoussweat": { + "name": "nervoussweat", + "id": "789953703263076423", + "author": "768741691250311180", + "animated": false, + "created": 1608410039, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "NE_shark_dance": { + "name": "NE_shark_dance", + "id": "786151459921461249", + "author": "676134602837852172", + "animated": true, + "created": 1607503514, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "NessaEvangelion": { + "name": "NessaEvangelion", + "id": "782485992623177728", + "author": "308452846834155530", + "animated": false, + "created": 1606629598, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "netfrix": { + "name": "netfrix", + "id": "783891043712106536", + "author": "776070950181011466", + "animated": false, + "created": 1606964588, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "neutralbruh": { + "name": "neutralbruh", + "id": "758729879490920529", + "author": "506877711181021213", + "animated": true, + "created": 1600965699, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "neutralspecial": { + "name": "neutralspecial", + "id": "778637891760029736", + "author": "279764106926620684", + "animated": false, + "created": 1605712139, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "newbie": { + "name": "newbie", + "id": "784438925661306951", + "author": "711751154119475291", + "animated": false, + "created": 1607095214, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nexpatz": { + "name": "nexpatz", + "id": "789571429196234793", + "author": "457800274887573515", + "animated": false, + "created": 1608318898, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nezuko": { + "name": "nezuko", + "id": "624981860656873492", + "author": "112471608865624064", + "animated": true, + "created": 1569077687, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nezukobored": { + "name": "nezukobored", + "id": "780949278004740096", + "author": "753681432718737480", + "animated": true, + "created": 1606263217, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nezukodepana": { + "name": "nezukodepana", + "id": "700363550895374347", + "author": "461818566510116895", + "animated": false, + "created": 1587050082, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nezukorun": { + "name": "nezukorun", + "id": "675845150798249995", + "author": "658269515783864320", + "animated": true, + "created": 1581204440, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "NezukoVibinNH": { + "name": "NezukoVibinNH", + "id": "786949193167929355", + "author": "718818001633280071", + "animated": true, + "created": 1607693708, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nf": { + "name": "nf", + "id": "750378497477968026", + "author": "381219898321534976", + "animated": false, + "created": 1598974575, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nfdl": { + "name": "nfdl", + "id": "750010916841717781", + "author": "435166381189758998", + "animated": true, + "created": 1598886937, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "n_fh_angry": { + "name": "n_fh_angry", + "id": "785742091036262411", + "author": "715606162224971898", + "animated": true, + "created": 1607405913, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "n_fh_FLYLAUGH": { + "name": "n_fh_FLYLAUGH", + "id": "785742109012787260", + "author": "715606162224971898", + "animated": true, + "created": 1607405917, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "n_fh_rona": { + "name": "n_fh_rona", + "id": "785742120903508019", + "author": "715606162224971898", + "animated": true, + "created": 1607405920, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ngacir": { + "name": "ngacir", + "id": "628240969342517259", + "author": "403597576223326228", + "animated": true, + "created": 1569854719, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Ngga": { + "name": "Ngga", + "id": "781658310700695552", + "author": "512509857606139905", + "animated": false, + "created": 1606432263, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nghien": { + "name": "nghien", + "id": "777145902539210783", + "author": "650561615372222484", + "animated": false, + "created": 1605356421, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ngoan": { + "name": "ngoan", + "id": "728626304869597275", + "author": "373468095601442826", + "animated": true, + "created": 1593788448, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nHandRub": { + "name": "nHandRub", + "id": "786157095204552714", + "author": "676134602837852172", + "animated": true, + "created": 1607504857, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nheartface": { + "name": "nheartface", + "id": "782084432244768789", + "author": "386634109054877707", + "animated": false, + "created": 1606533859, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "NH_NezukoLay": { + "name": "NH_NezukoLay", + "id": "786949010941280266", + "author": "718818001633280071", + "animated": false, + "created": 1607693665, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nhokhoathan": { + "name": "nhokhoathan", + "id": "753633145651200120", + "author": "282774540856328193", + "animated": false, + "created": 1599750543, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "NH_TanjiroEat": { + "name": "NH_TanjiroEat", + "id": "786948905567780876", + "author": "718818001633280071", + "animated": false, + "created": 1607693640, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Nhweird": { + "name": "Nhweird", + "id": "781697505393377321", + "author": "464517909616656405", + "animated": false, + "created": 1606441608, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nibbalett": { + "name": "nibbalett", + "id": "765731351558488074", + "author": "708404644052729879", + "animated": false, + "created": 1602634980, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nibbed": { + "name": "nibbed", + "id": "781267420584869978", + "author": "657032893172023363", + "animated": false, + "created": 1606339068, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nice": { + "name": "nice", + "id": "451691664549871617", + "author": "373478344739520513", + "animated": false, + "created": 1527776485, + "modified": 1533892039, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nice2": { + "name": "nice2", + "id": "771015403748065317", + "author": "604418537368584192", + "animated": false, + "created": 1603894797, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "NiceCock": { + "name": "NiceCock", + "id": "756225141196718174", + "author": "425046879047385108", + "animated": false, + "created": 1600368523, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nicedick": { + "name": "nicedick", + "id": "782321665630666773", + "author": "351894832857481216", + "animated": false, + "created": 1606590420, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nicefloor": { + "name": "nicefloor", + "id": "782739582981898240", + "author": "748023719833894942", + "animated": false, + "created": 1606690059, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "NiceMan": { + "name": "NiceMan", + "id": "765996130793684992", + "author": "733065673030238240", + "animated": false, + "created": 1602698109, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nick": { + "name": "nick", + "id": "786055076011573268", + "author": "475050981185421312", + "animated": false, + "created": 1607480534, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nico": { + "name": "nico", + "id": "778223789535395860", + "author": "684477455028846624", + "animated": false, + "created": 1605613410, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "niczy": { + "name": "niczy", + "id": "774300029132472330", + "author": "408747500288213006", + "animated": false, + "created": 1604677912, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nig": { + "name": "nig", + "id": "761744944016130048", + "author": "313286422025076736", + "animated": false, + "created": 1601684547, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nigabruh": { + "name": "nigabruh", + "id": "790074599173783552", + "author": "659572887086170113", + "animated": false, + "created": 1608438863, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Nigerundayo": { + "name": "Nigerundayo", + "id": "783176624165486602", + "author": "242691348560478209", + "animated": false, + "created": 1606794257, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nigga": { + "name": "nigga", + "id": "511075917922172928", + "author": "489286909969825804", + "animated": false, + "created": 1541920427, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "niggacry": { + "name": "niggacry", + "id": "771571496685797416", + "author": "763240979091292180", + "animated": true, + "created": 1604027380, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "niggasnrk": { + "name": "niggasnrk", + "id": "787419350620831744", + "author": "747564561204248598", + "animated": false, + "created": 1607805802, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "niggaswear": { + "name": "niggaswear", + "id": "787419291883536436", + "author": "747564561204248598", + "animated": false, + "created": 1607805788, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "niggathink": { + "name": "niggathink", + "id": "787419265514733568", + "author": "747564561204248598", + "animated": false, + "created": 1607805782, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "niggavomit": { + "name": "niggavomit", + "id": "787419240898363413", + "author": "747564561204248598", + "animated": false, + "created": 1607805776, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "niggawhat": { + "name": "niggawhat", + "id": "771572416052592670", + "author": "763240979091292180", + "animated": false, + "created": 1604027599, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "niggawtf": { + "name": "niggawtf", + "id": "765604045607272448", + "author": "342524214126968832", + "animated": true, + "created": 1602604628, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nigger": { + "name": "nigger", + "id": "697173652336148580", + "author": "691394576422010940", + "animated": false, + "created": 1586289551, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nigh": { + "name": "nigh", + "id": "784438904920866837", + "author": "711751154119475291", + "animated": false, + "created": 1607095209, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "night": { + "name": "night", + "id": "766821187291447348", + "author": "704662972739616809", + "animated": false, + "created": 1602894817, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "niko": { + "name": "niko", + "id": "739794517649260596", + "author": "679596611323953175", + "animated": false, + "created": 1596451157, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nikoblob": { + "name": "nikoblob", + "id": "492048293648662528", + "author": "140516693242937345", + "animated": false, + "created": 1531976536, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "nikocrying": { + "name": "nikocrying", + "id": "761193235044892684", + "author": "679596611323953175", + "animated": true, + "created": 1601553009, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nikodansen": { + "name": "nikodansen", + "id": "790025225428271144", + "author": "679596611323953175", + "animated": true, + "created": 1608427091, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nikoderp": { + "name": "nikoderp", + "id": "784357254941900806", + "author": "679596611323953175", + "animated": false, + "created": 1607075755, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nikonohatleft": { + "name": "nikonohatleft", + "id": "790020360162377730", + "author": "679596611323953175", + "animated": false, + "created": 1608425931, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nikoplush": { + "name": "nikoplush", + "id": "790020972752535572", + "author": "679596611323953175", + "animated": false, + "created": 1608426077, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nikori": { + "name": "nikori", + "id": "782316839246102528", + "author": "543468933974589440", + "animated": true, + "created": 1606589269, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nikosad": { + "name": "nikosad", + "id": "781926860531564564", + "author": "479017973462466571", + "animated": false, + "created": 1606496291, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nikoshake": { + "name": "nikoshake", + "id": "779906588835184670", + "author": "364295643784806410", + "animated": true, + "created": 1606014620, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nikowtf": { + "name": "nikowtf", + "id": "781909219015131146", + "author": "479017973462466571", + "animated": false, + "created": 1606492085, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nikzon": { + "name": "nikzon", + "id": "760695534385627176", + "author": "667087966857986088", + "animated": false, + "created": 1601434348, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nimish_dance": { + "name": "nimish_dance", + "id": "766604132005838858", + "author": "704705003998412836", + "animated": true, + "created": 1602843067, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nimodo": { + "name": "nimodo", + "id": "748333075842465874", + "author": "651173629567959070", + "animated": false, + "created": 1598486908, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nimodoputa": { + "name": "nimodoputa", + "id": "782423571578355773", + "author": "707435993585942539", + "animated": false, + "created": 1606614716, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ninja": { + "name": "ninja", + "id": "695163233232748555", + "author": "396995890545426435", + "animated": true, + "created": 1585810230, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "NippleLick": { + "name": "NippleLick", + "id": "782573728482590750", + "author": "674019507064274964", + "animated": true, + "created": 1606650516, + "modified": 1606652033, + "preserve": false, + "description": null, + "nsfw": "MOD_NSFW" + }, + "NippleTease": { + "name": "NippleTease", + "id": "782573720517476363", + "author": "674019507064274964", + "animated": true, + "created": 1606650514, + "modified": 1606652036, + "preserve": false, + "description": null, + "nsfw": "MOD_NSFW" + }, + "nisha": { + "name": "nisha", + "id": "790029370516701235", + "author": "314536284725051393", + "animated": false, + "created": 1608428080, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nishalaugh": { + "name": "nishalaugh", + "id": "784172053645361172", + "author": "670406518096789505", + "animated": false, + "created": 1607031586, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "NishaNut": { + "name": "NishaNut", + "id": "737056729354993671", + "author": "425046879047385108", + "animated": false, + "created": 1595798418, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nishishi": { + "name": "nishishi", + "id": "782741831384956988", + "author": "748023719833894942", + "animated": false, + "created": 1606690595, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nishishigun": { + "name": "nishishigun", + "id": "782742812856287252", + "author": "748023719833894942", + "animated": false, + "created": 1606690829, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nispeak": { + "name": "nispeak", + "id": "749316157122543737", + "author": "425046879047385108", + "animated": false, + "created": 1598721293, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "NissanPathfinder": { + "name": "NissanPathfinder", + "id": "780969714087362631", + "author": "513852708290035724", + "animated": false, + "created": 1606268089, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nitro": { + "name": "nitro", + "id": "419952264334278666", + "author": "140516693242937345", + "animated": false, + "created": 1525387946, + "modified": 1533892039, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nitrokiss2": { + "name": "nitrokiss2", + "id": "776325882784251934", + "author": "729792613523390526", + "animated": true, + "created": 1605160913, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nitrono": { + "name": "nitrono", + "id": "790036042408919080", + "author": "372867277068042240", + "animated": false, + "created": 1608429670, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "niweird": { + "name": "niweird", + "id": "692421458961498192", + "author": "167267224787222528", + "animated": false, + "created": 1585156540, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "n_Kanna_Tired": { + "name": "n_Kanna_Tired", + "id": "783880135643365406", + "author": "697542753449672775", + "animated": false, + "created": 1606961988, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nlsparkles": { + "name": "nlsparkles", + "id": "667150711238164497", + "author": "167729432784535562", + "animated": true, + "created": 1579131524, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "NLweird": { + "name": "NLweird", + "id": "572503425380778015", + "author": "203858284459851776", + "animated": false, + "created": 1556565853, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nmms": { + "name": "nmms", + "id": "693229849099239475", + "author": "461818566510116895", + "animated": true, + "created": 1585349275, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "NM_PeepoAirpod": { + "name": "NM_PeepoAirpod", + "id": "789681505647591454", + "author": "762387276595724308", + "animated": false, + "created": 1608345142, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "NM_POG": { + "name": "NM_POG", + "id": "789681540807786526", + "author": "762387276595724308", + "animated": false, + "created": 1608345150, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "NM_XD": { + "name": "NM_XD", + "id": "760921648693510194", + "author": "402231533189988355", + "animated": false, + "created": 1601488258, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "N_Nani": { + "name": "N_Nani", + "id": "784438945047904266", + "author": "711751154119475291", + "animated": false, + "created": 1607095218, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nnheart": { + "name": "nnheart", + "id": "785586214597558283", + "author": "659536236893175838", + "animated": true, + "created": 1607368749, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "n_no": { + "name": "n_no", + "id": "788995575642849342", + "author": "527449870873657344", + "animated": false, + "created": 1608181604, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "no": { + "name": "no", + "id": "416514547118112779", + "author": "395078040931139584", + "animated": true, + "created": 1525387946, + "modified": 1533892039, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "no1": { + "name": "no1", + "id": "702661697218805920", + "author": "640619808748208141", + "animated": false, + "created": 1587598003, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "no2": { + "name": "no2", + "id": "704949907685113968", + "author": "676324374579642388", + "animated": false, + "created": 1588143555, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "No22": { + "name": "No22", + "id": "773313416902869032", + "author": "731734695750008892", + "animated": false, + "created": 1604442686, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "no5": { + "name": "no5", + "id": "780948353352859670", + "author": "604314705175117838", + "animated": false, + "created": 1606262996, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "noah": { + "name": "noah", + "id": "778797585984126996", + "author": "209280535174971393", + "animated": false, + "created": 1605750213, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "noahweird": { + "name": "noahweird", + "id": "778810678018048071", + "author": "353109234201788427", + "animated": false, + "created": 1605753335, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Noahweirder": { + "name": "Noahweirder", + "id": "779322068063223840", + "author": "353109234201788427", + "animated": false, + "created": 1605875260, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nobulli": { + "name": "nobulli", + "id": "784583136196821012", + "author": "399348446525390849", + "animated": false, + "created": 1607129596, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "noc": { + "name": "noc", + "id": "712382102511026318", + "author": "581242976504643585", + "animated": false, + "created": 1589915528, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nocapo": { + "name": "nocapo", + "id": "761054859641225229", + "author": "468192500025262081", + "animated": false, + "created": 1601520018, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nocat": { + "name": "nocat", + "id": "778219802262372352", + "author": "684477455028846624", + "animated": false, + "created": 1605612459, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Nochede": { + "name": "Nochede", + "id": "707060801923448932", + "author": "521802133796945962", + "animated": false, + "created": 1588646831, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nocquedecir": { + "name": "nocquedecir", + "id": "782487886439383043", + "author": "754517959417790494", + "animated": false, + "created": 1606630050, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nod": { + "name": "nod", + "id": "680918170655391758", + "author": "452626907771568129", + "animated": true, + "created": 1582413942, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nodarisa": { + "name": "nodarisa", + "id": "762844126847959061", + "author": "661789191470055436", + "animated": false, + "created": 1601946612, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "NODDERS": { + "name": "NODDERS", + "id": "748652206009614506", + "author": "238478402225569792", + "animated": true, + "created": 1598562995, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "noelle": { + "name": "noelle", + "id": "770454751401607218", + "author": "734226179518758964", + "animated": false, + "created": 1603761127, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Noelleee": { + "name": "Noelleee", + "id": "781466659838885900", + "author": "448827482179895304", + "animated": true, + "created": 1606386570, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "noellesalute": { + "name": "noellesalute", + "id": "781245632454983710", + "author": "274724839670153218", + "animated": false, + "created": 1606333873, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "noes": { + "name": "noes", + "id": "768013846551986176", + "author": "496037931140513800", + "animated": false, + "created": 1603179170, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "noesporahi": { + "name": "noesporahi", + "id": "763146802441486407", + "author": "463470500719493137", + "animated": false, + "created": 1602018776, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "noestoi": { + "name": "noestoi", + "id": "780950593241612328", + "author": "569937267012010015", + "animated": false, + "created": 1606263530, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "noflaco": { + "name": "noflaco", + "id": "779874289737924619", + "author": "504130418958794763", + "animated": false, + "created": 1606006920, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nohhh": { + "name": "nohhh", + "id": "787462161592090625", + "author": "545480236939214861", + "animated": false, + "created": 1607816009, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nohomo": { + "name": "nohomo", + "id": "760838250885021736", + "author": "500680089604980756", + "animated": false, + "created": 1601468374, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nohorny": { + "name": "nohorny", + "id": "762850902993272853", + "author": "610815678659952673", + "animated": true, + "created": 1601948228, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "noice": { + "name": "noice", + "id": "416834424995577878", + "author": "140516693242937345", + "animated": false, + "created": 1525387946, + "modified": 1533892039, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nojao4": { + "name": "nojao4", + "id": "783570016770850826", + "author": "737371717785354334", + "animated": false, + "created": 1606888050, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nom": { + "name": "nom", + "id": "623034203482882058", + "author": "369138668050317312", + "animated": true, + "created": 1568613329, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nomames": { + "name": "nomames", + "id": "759841226458398782", + "author": "362688701928701953", + "animated": false, + "created": 1601230665, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nomeme": { + "name": "nomeme", + "id": "785895941223481384", + "author": "580244182652813312", + "animated": false, + "created": 1607442593, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nomessirve": { + "name": "nomessirve", + "id": "736087336286158879", + "author": "599290730476863744", + "animated": false, + "created": 1595567296, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nomessirve1": { + "name": "nomessirve1", + "id": "750738499015016609", + "author": "293107176355004416", + "animated": false, + "created": 1599060406, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nomkiwi": { + "name": "nomkiwi", + "id": "745496268142542959", + "author": "665573758756716554", + "animated": false, + "created": 1597810561, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nomnom": { + "name": "nomnom", + "id": "766959069978034196", + "author": "336186693210210305", + "animated": true, + "created": 1602927691, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nomnomnom": { + "name": "nomnomnom", + "id": "773414175799771187", + "author": "333103076099489792", + "animated": true, + "created": 1604466708, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nomnompaloma": { + "name": "nomnompaloma", + "id": "738957367202414665", + "author": "410945454415544350", + "animated": false, + "created": 1596251565, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nomparty": { + "name": "nomparty", + "id": "479060195411099648", + "author": "356091260429402122", + "animated": true, + "created": 1534287251, + "modified": 1537653757, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "nomrc": { + "name": "nomrc", + "id": "618865950040653835", + "author": "300750461894656011", + "animated": false, + "created": 1567619540, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "non": { + "name": "non", + "id": "704022401402273813", + "author": "410533390257750036", + "animated": false, + "created": 1587922420, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nonfree": { + "name": "nonfree", + "id": "706721883977941043", + "author": "373256462211874836", + "animated": false, + "created": 1588566027, + "modified": 1588568735, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "noniori": { + "name": "noniori", + "id": "782312457720430612", + "author": "351894832857481216", + "animated": false, + "created": 1606588224, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nono": { + "name": "nono", + "id": "724011447436181534", + "author": "468192500025262081", + "animated": true, + "created": 1592688180, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nononono": { + "name": "nononono", + "id": "769999969167867945", + "author": "342753712567091213", + "animated": true, + "created": 1603652698, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nonverbal": { + "name": "nonverbal", + "id": "786150319368962068", + "author": "745612575454134283", + "animated": false, + "created": 1607503242, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "noo": { + "name": "noo", + "id": "653684446825807872", + "author": "295057074797150208", + "animated": true, + "created": 1575920917, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "noob": { + "name": "noob", + "id": "772828230524076052", + "author": "600654380307447839", + "animated": true, + "created": 1604327008, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "NoodleHead": { + "name": "NoodleHead", + "id": "782156041902882816", + "author": "496037931140513800", + "animated": false, + "created": 1606550932, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nooo": { + "name": "nooo", + "id": "700851490465644544", + "author": "553008515833135106", + "animated": false, + "created": 1587166416, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "noooamigo": { + "name": "noooamigo", + "id": "786835557220614145", + "author": "692165613388431362", + "animated": false, + "created": 1607666615, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nOoOo": { + "name": "nOoOo", + "id": "660931322247905301", + "author": "293107176355004416", + "animated": false, + "created": 1577648707, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "noooon": { + "name": "noooon", + "id": "779029817851904046", + "author": "739299787907792897", + "animated": false, + "created": 1605805582, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nooooo": { + "name": "nooooo", + "id": "779022211784376350", + "author": "574014066658377748", + "animated": false, + "created": 1605803768, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "noooooo": { + "name": "noooooo", + "id": "749885379125182474", + "author": "571189564786606082", + "animated": false, + "created": 1598857006, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "noovspeak": { + "name": "noovspeak", + "id": "769603281105846303", + "author": "425046879047385108", + "animated": false, + "created": 1603558120, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "noovswipe": { + "name": "noovswipe", + "id": "770732488867446804", + "author": "245607870463213570", + "animated": true, + "created": 1603827344, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "noovwhenritsuturns18": { + "name": "noovwhenritsuturns18", + "id": "786553281027244040", + "author": "336021639970029569", + "animated": false, + "created": 1607599315, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nop": { + "name": "nop", + "id": "684382560964706357", + "author": "637777592103075840", + "animated": true, + "created": 1583239917, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nope": { + "name": "nope", + "id": "652507960714723338", + "author": "298906007533387777", + "animated": false, + "created": 1575640420, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nopelien": { + "name": "nopelien", + "id": "730827929348603944", + "author": "703806872221909062", + "animated": false, + "created": 1594313356, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "noperro": { + "name": "noperro", + "id": "770170110810783764", + "author": "704742786225668206", + "animated": true, + "created": 1603693263, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nopers": { + "name": "nopers", + "id": "756202514772132045", + "author": "205686573457604609", + "animated": true, + "created": 1600363129, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "noppers": { + "name": "noppers", + "id": "784109750711222333", + "author": "258074344725413889", + "animated": true, + "created": 1607016732, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nopuedeser": { + "name": "nopuedeser", + "id": "782780001463304204", + "author": "608094111651725322", + "animated": false, + "created": 1606699695, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "no_rodeo": { + "name": "no_rodeo", + "id": "785283837559177276", + "author": "751992505637142528", + "animated": false, + "created": 1607296656, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "norries": { + "name": "norries", + "id": "753129828072554606", + "author": "239333423095742464", + "animated": false, + "created": 1599630543, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "norry": { + "name": "norry", + "id": "697078480441049228", + "author": "438644880152068127", + "animated": false, + "created": 1586266860, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nose": { + "name": "nose", + "id": "743557273481117746", + "author": "462391077391958016", + "animated": false, + "created": 1597348268, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nosegay": { + "name": "nosegay", + "id": "784854528024641547", + "author": "333751628169740313", + "animated": false, + "created": 1607194301, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nosequedecirxd": { + "name": "nosequedecirxd", + "id": "789184365351272478", + "author": "727283870461984839", + "animated": false, + "created": 1608226615, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "noSign": { + "name": "noSign", + "id": "492048306067996672", + "author": "140516693242937345", + "animated": false, + "created": 1525387946, + "modified": 1537383874, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "nosos": { + "name": "nosos", + "id": "767437911074275328", + "author": "608094111651725322", + "animated": false, + "created": 1603041856, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nosotrosaichi": { + "name": "nosotrosaichi", + "id": "785570645462745108", + "author": "293107176355004416", + "animated": false, + "created": 1607365037, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nosotrosnoaichi": { + "name": "nosotrosnoaichi", + "id": "785633861366186034", + "author": "552751562364289025", + "animated": false, + "created": 1607380108, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "NOSOY": { + "name": "NOSOY", + "id": "750828746101227572", + "author": "650416099518578698", + "animated": false, + "created": 1599081922, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nospeak": { + "name": "nospeak", + "id": "775990426146308127", + "author": "209280535174971393", + "animated": false, + "created": 1605080934, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nostonks": { + "name": "nostonks", + "id": "730331555817455696", + "author": "262133866062413825", + "animated": false, + "created": 1594195027, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nosyricardo": { + "name": "nosyricardo", + "id": "789135153066278953", + "author": "442761877097807873", + "animated": false, + "created": 1608214882, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "notamused": { + "name": "notamused", + "id": "776634088156430376", + "author": "293107176355004416", + "animated": false, + "created": 1605234395, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "notbad": { + "name": "notbad", + "id": "774509802609049600", + "author": "125807113569042432", + "animated": false, + "created": 1604727926, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "notborry": { + "name": "notborry", + "id": "710974281374367745", + "author": "294946270861328385", + "animated": false, + "created": 1589579878, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "noteper": { + "name": "noteper", + "id": "567231500538478602", + "author": "290510480727080962", + "animated": false, + "created": 1555308928, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "noteperdono": { + "name": "noteperdono", + "id": "782487078129762314", + "author": "740457917374922765", + "animated": false, + "created": 1606629857, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "notfunny": { + "name": "notfunny", + "id": "775796550878101554", + "author": "710286403824779294", + "animated": false, + "created": 1605034711, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "NOTGOOD": { + "name": "NOTGOOD", + "id": "783955284207861800", + "author": "496037931140513800", + "animated": false, + "created": 1606979905, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nothenk": { + "name": "nothenk", + "id": "757993385725526107", + "author": "428461954064056340", + "animated": false, + "created": 1600790106, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nothing": { + "name": "nothing", + "id": "759558834586517606", + "author": "574870314928832533", + "animated": false, + "created": 1601163338, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "notlikeblob": { + "name": "notlikeblob", + "id": "492048318457708567", + "author": "140516693242937345", + "animated": false, + "created": 1525387946, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "notlikebolb": { + "name": "notlikebolb", + "id": "492048319527387137", + "author": "140516693242937345", + "animated": false, + "created": 1531977981, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "notlikebread": { + "name": "notlikebread", + "id": "738356374492151920", + "author": "167729432784535562", + "animated": false, + "created": 1596108277, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "notlikecryblob": { + "name": "notlikecryblob", + "id": "492048322094301245", + "author": "308162538648895489", + "animated": false, + "created": 1532754197, + "modified": 1537383878, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "notlikeduck": { + "name": "notlikeduck", + "id": "682783390323441666", + "author": "203208699500560385", + "animated": false, + "created": 1582858645, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "notlikelu": { + "name": "notlikelu", + "id": "783216400185425961", + "author": "464517909616656405", + "animated": false, + "created": 1606803741, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "notlikemiya": { + "name": "notlikemiya", + "id": "724473064947187722", + "author": "356611662326923264", + "animated": false, + "created": 1592798238, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "notlikethis": { + "name": "notlikethis", + "id": "492048324635918340", + "author": "150036153846857728", + "animated": false, + "created": 1525387946, + "modified": 1537383879, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "notpanta123": { + "name": "notpanta123", + "id": "782739890805669908", + "author": "748023719833894942", + "animated": false, + "created": 1606690132, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "not_stonks": { + "name": "not_stonks", + "id": "739256222255022110", + "author": "703774846789877862", + "animated": false, + "created": 1596322818, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "notstonks": { + "name": "notstonks", + "id": "694667474284576859", + "author": "692488921673629756", + "animated": false, + "created": 1585692032, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "notstonksatall": { + "name": "notstonksatall", + "id": "782113024672137217", + "author": "690953891482828890", + "animated": true, + "created": 1606540676, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "notstonkss": { + "name": "notstonkss", + "id": "783039000612175883", + "author": "750874467915399250", + "animated": false, + "created": 1606761446, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "notteooo": { + "name": "notteooo", + "id": "781309897492529152", + "author": "544004454257524746", + "animated": false, + "created": 1606349195, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "notworry": { + "name": "notworry", + "id": "656969494824091658", + "author": "425046879047385108", + "animated": false, + "created": 1576704133, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "no_u": { + "name": "no_u", + "id": "589958186157473816", + "author": "417138170430357524", + "animated": false, + "created": 1560727392, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "noU": { + "name": "noU", + "id": "415605536906674176", + "author": "140516693242937345", + "animated": false, + "created": 1525387946, + "modified": 1533892039, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nou_Xp": { + "name": "nou_Xp", + "id": "787419203988094986", + "author": "747564561204248598", + "animated": true, + "created": 1607805767, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "noveo": { + "name": "noveo", + "id": "770091917945339924", + "author": "568982436550279179", + "animated": false, + "created": 1603674620, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "now": { + "name": "now", + "id": "775804369601429534", + "author": "425046879047385108", + "animated": false, + "created": 1605036575, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "No_You": { + "name": "No_You", + "id": "784438882955165708", + "author": "711751154119475291", + "animated": false, + "created": 1607095204, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "noyou": { + "name": "noyou", + "id": "777964641090404352", + "author": "635695911254753300", + "animated": false, + "created": 1605551624, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "npesta": { + "name": "npesta", + "id": "779413716798144512", + "author": "444213647321989121", + "animated": false, + "created": 1605897111, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "npleading": { + "name": "npleading", + "id": "782084412728541265", + "author": "386634109054877707", + "animated": false, + "created": 1606533854, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nrage": { + "name": "nrage", + "id": "782105690130350081", + "author": "484156973147750413", + "animated": false, + "created": 1606538927, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nsfw": { + "name": "nsfw", + "id": "737578397865345065", + "author": "390156982730096640", + "animated": false, + "created": 1595922811, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "n_thumbsup": { + "name": "n_thumbsup", + "id": "788779890035654696", + "author": "527449870873657344", + "animated": false, + "created": 1608130180, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nu": { + "name": "nu", + "id": "718533784508825650", + "author": "680584052067139593", + "animated": false, + "created": 1591382204, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nubepoi": { + "name": "nubepoi", + "id": "752601036035719170", + "author": "500804247986765848", + "animated": false, + "created": 1599504469, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nueronact": { + "name": "nueronact", + "id": "781222712596365314", + "author": "303964491291295745", + "animated": false, + "created": 1606328409, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nuestra": { + "name": "nuestra", + "id": "761055659177017375", + "author": "713115666550620262", + "animated": false, + "created": 1601520209, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nuestro": { + "name": "nuestro", + "id": "732122497402667098", + "author": "713115666550620262", + "animated": false, + "created": 1594622005, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nugget": { + "name": "nugget", + "id": "692792975121448992", + "author": "614919553415381011", + "animated": true, + "created": 1585245116, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Numbah": { + "name": "Numbah", + "id": "771362230762733679", + "author": "281563194843987968", + "animated": false, + "created": 1603977487, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "number": { + "name": "number", + "id": "771362250694328341", + "author": "281563194843987968", + "animated": false, + "created": 1603977491, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "numberforever": { + "name": "numberforever", + "id": "780899646431166517", + "author": "336021639970029569", + "animated": true, + "created": 1606251384, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "numbernever": { + "name": "numbernever", + "id": "780899591406485534", + "author": "281563194843987968", + "animated": false, + "created": 1606251371, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "numberppwoke": { + "name": "numberppwoke", + "id": "780899519621496843", + "author": "336021639970029569", + "animated": true, + "created": 1606251353, + "modified": 1606251556, + "preserve": false, + "description": null, + "nsfw": "MOD_NSFW" + }, + "Numbmamay": { + "name": "Numbmamay", + "id": "735253360848011324", + "author": "373893861950488576", + "animated": false, + "created": 1595368465, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nunu": { + "name": "nunu", + "id": "783777823495684127", + "author": "402526604842106881", + "animated": true, + "created": 1606937595, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nuongdit": { + "name": "nuongdit", + "id": "779757013198176267", + "author": "665573758756716554", + "animated": false, + "created": 1605978959, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nuoo": { + "name": "nuoo", + "id": "779481310787141683", + "author": "657032893172023363", + "animated": true, + "created": 1605913226, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nut": { + "name": "nut", + "id": "445291892708474881", + "author": "246419735254663179", + "animated": false, + "created": 1526250660, + "modified": 1533892039, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nuthard": { + "name": "nuthard", + "id": "784470339617816607", + "author": "772637906304892958", + "animated": true, + "created": 1607102703, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nvg": { + "name": "nvg", + "id": "788802431449825320", + "author": "370757129268887553", + "animated": false, + "created": 1608135555, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "NVXStaff": { + "name": "NVXStaff", + "id": "781128612878221314", + "author": "780595432724103188", + "animated": true, + "created": 1606305974, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "NWhype": { + "name": "NWhype", + "id": "786298951300546570", + "author": "734977654314237973", + "animated": true, + "created": 1607538678, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nword": { + "name": "nword", + "id": "537030318750826561", + "author": "332691915629658112", + "animated": false, + "created": 1548108405, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nwordlol": { + "name": "nwordlol", + "id": "785576910796226590", + "author": "268138992606773248", + "animated": true, + "created": 1607366530, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nya": { + "name": "nya", + "id": "620686635117445140", + "author": "203208699500560385", + "animated": false, + "created": 1546003035, + "modified": 1568058577, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nya1_bunny_coffepls": { + "name": "nya1_bunny_coffepls", + "id": "783881264721428504", + "author": "697542753449672775", + "animated": false, + "created": 1606962257, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nyaa": { + "name": "nyaa", + "id": "699426423630200842", + "author": "396873402901725184", + "animated": true, + "created": 1586826654, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nya_BAN": { + "name": "nya_BAN", + "id": "783881282169077761", + "author": "697542753449672775", + "animated": false, + "created": 1606962261, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nyadance": { + "name": "nyadance", + "id": "782325857079394334", + "author": "566835076470407180", + "animated": true, + "created": 1606591419, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nyan": { + "name": "nyan", + "id": "767420215960535100", + "author": "553972113602641930", + "animated": false, + "created": 1603037637, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nyancat": { + "name": "nyancat", + "id": "770547951055405096", + "author": "717818029269975172", + "animated": true, + "created": 1603783347, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nyandance": { + "name": "nyandance", + "id": "786694586004799508", + "author": "631643714581954560", + "animated": true, + "created": 1607633005, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nyanheadbanghyper": { + "name": "nyanheadbanghyper", + "id": "784284439437115402", + "author": "437506257146871819", + "animated": true, + "created": 1607058381, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nyanpls": { + "name": "nyanpls", + "id": "789640099436167168", + "author": "714966486359212093", + "animated": true, + "created": 1608335270, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nyanyay": { + "name": "nyanyay", + "id": "785562611387203604", + "author": "145754764414550017", + "animated": false, + "created": 1607363121, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nyasu": { + "name": "nyasu", + "id": "760248751758770228", + "author": "739936426799661086", + "animated": false, + "created": 1601327827, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Nyc_CatVibeUltra": { + "name": "Nyc_CatVibeUltra", + "id": "781330883473965136", + "author": "711779279582658562", + "animated": true, + "created": 1606354199, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nyce": { + "name": "nyce", + "id": "760047688925446184", + "author": "747917946608680980", + "animated": true, + "created": 1601279890, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Nyohoho": { + "name": "Nyohoho", + "id": "768607429490507787", + "author": "546358931740557312", + "animated": false, + "created": 1603320691, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nyoom": { + "name": "nyoom", + "id": "787894443474812980", + "author": "412060716288442378", + "animated": false, + "created": 1607919073, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "nzn": { + "name": "nzn", + "id": "789621236401307648", + "author": "170245053283958784", + "animated": false, + "created": 1608330773, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "o_": { + "name": "o_", + "id": "741898946510585878", + "author": "464961710462205952", + "animated": true, + "created": 1596952892, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "oal": { + "name": "oal", + "id": "767387765615755294", + "author": "508054192758194176", + "animated": false, + "created": 1603029900, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "obama": { + "name": "obama", + "id": "665636427593285681", + "author": "210797762768404480", + "animated": true, + "created": 1578770491, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "obamaprism": { + "name": "obamaprism", + "id": "784616260578443264", + "author": "496037931140513800", + "animated": false, + "created": 1607137494, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "obamium": { + "name": "obamium", + "id": "743621056610304132", + "author": "705544956835659826", + "animated": true, + "created": 1597363475, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "objection": { + "name": "objection", + "id": "781348509441589271", + "author": "448827482179895304", + "animated": false, + "created": 1606358401, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "oboop": { + "name": "oboop", + "id": "782310640106078293", + "author": "351894832857481216", + "animated": true, + "created": 1606587791, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "obvio": { + "name": "obvio", + "id": "702628696707563571", + "author": "581242976504643585", + "animated": false, + "created": 1587590135, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "oc": { + "name": "oc", + "id": "726219603662995496", + "author": "361254177671741440", + "animated": false, + "created": 1593214646, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "occho": { + "name": "occho", + "id": "786126335524864040", + "author": "744920706961244251", + "animated": false, + "created": 1607497523, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "OceanCredit": { + "name": "OceanCredit", + "id": "788565544985952257", + "author": "245668715067080704", + "animated": true, + "created": 1608079076, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "OceanSmashu": { + "name": "OceanSmashu", + "id": "788880280965742613", + "author": "394146105060753409", + "animated": true, + "created": 1608154115, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ocookie": { + "name": "ocookie", + "id": "788732853008728104", + "author": "721415443700514847", + "animated": false, + "created": 1608118966, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ocry": { + "name": "ocry", + "id": "785908655496232990", + "author": "569937267012010015", + "animated": true, + "created": 1607445625, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "odiosmio": { + "name": "odiosmio", + "id": "784333919834865665", + "author": "431225704563081216", + "animated": false, + "created": 1607070178, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "OEBunnyFlowers": { + "name": "OEBunnyFlowers", + "id": "788732947661455380", + "author": "721415443700514847", + "animated": true, + "created": 1608118988, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ofcourse": { + "name": "ofcourse", + "id": "782741787814395924", + "author": "748023719833894942", + "animated": false, + "created": 1606690585, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "offline": { + "name": "offline", + "id": "492048346588905475", + "author": "249750282324410368", + "animated": false, + "created": 1536211734, + "modified": 1537383884, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "offline2": { + "name": "offline2", + "id": "492048347843264512", + "author": "455289384187592704", + "animated": false, + "created": 1536211778, + "modified": 1537383884, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "offthegoop": { + "name": "offthegoop", + "id": "782060315491041360", + "author": "241849099794513920", + "animated": false, + "created": 1606528109, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "offtopic": { + "name": "offtopic", + "id": "783573191473627176", + "author": "496037931140513800", + "animated": false, + "created": 1606888807, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ofo": { + "name": "ofo", + "id": "604791477645738015", + "author": "458678622392156173", + "animated": false, + "created": 1564263924, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "oglak_aphr": { + "name": "oglak_aphr", + "id": "781814908479471626", + "author": "586886106289668127", + "animated": false, + "created": 1606469599, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "OH": { + "name": "OH", + "id": "417449842265292801", + "author": "413453219365126145", + "animated": true, + "created": 1525387946, + "modified": 1533892039, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "oh95": { + "name": "oh95", + "id": "775034223886598174", + "author": "293107176355004416", + "animated": false, + "created": 1604852958, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ohbrother": { + "name": "ohbrother", + "id": "785974044569763881", + "author": "632211012551966750", + "animated": false, + "created": 1607461215, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ohh": { + "name": "ohh", + "id": "733312912743071744", + "author": "731387815442513981", + "animated": false, + "created": 1594905822, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ohhanako": { + "name": "ohhanako", + "id": "782746504183808030", + "author": "748023719833894942", + "animated": false, + "created": 1606691709, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ohhh": { + "name": "ohhh", + "id": "772639384561647616", + "author": "291340727319920641", + "animated": true, + "created": 1604281984, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ohhno": { + "name": "ohhno", + "id": "782006230276112445", + "author": "457415833572999170", + "animated": false, + "created": 1606515214, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ohhnoo": { + "name": "ohhnoo", + "id": "788780798106009621", + "author": "650373918724718623", + "animated": false, + "created": 1608130397, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ohmahgah": { + "name": "ohmahgah", + "id": "788472732135456768", + "author": "580244182652813312", + "animated": false, + "created": 1608056948, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ohmerio": { + "name": "ohmerio", + "id": "770849140418150411", + "author": "541046649116688405", + "animated": false, + "created": 1603855156, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ohmevengo": { + "name": "ohmevengo", + "id": "722208516470734970", + "author": "500141024320946176", + "animated": false, + "created": 1592258328, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Ohmevoy": { + "name": "Ohmevoy", + "id": "780243399483326495", + "author": "672660494724759553", + "animated": false, + "created": 1606094922, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ohno": { + "name": "ohno", + "id": "431327792085598209", + "author": "269206837306327042", + "animated": false, + "created": 1525387946, + "modified": 1533892039, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ohno1": { + "name": "ohno1", + "id": "730518472584593448", + "author": "661789191470055436", + "animated": false, + "created": 1594239576, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ohnoo": { + "name": "ohnoo", + "id": "757467901249847316", + "author": "450903155572736000", + "animated": true, + "created": 1600664820, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ohnooo": { + "name": "ohnooo", + "id": "748951306219290706", + "author": "670458394494238760", + "animated": false, + "created": 1598634306, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ohnu": { + "name": "ohnu", + "id": "741871334254182440", + "author": "338588328716795914", + "animated": false, + "created": 1596946309, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ohnyoo": { + "name": "ohnyoo", + "id": "680783349710585893", + "author": "256056872254177281", + "animated": false, + "created": 1582381799, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ohok": { + "name": "ohok", + "id": "769179333410422824", + "author": "748223077669929001", + "animated": false, + "created": 1603457043, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ohokayum": { + "name": "ohokayum", + "id": "782773384232697896", + "author": "748023719833894942", + "animated": false, + "created": 1606698118, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ohshit": { + "name": "ohshit", + "id": "782740360803647488", + "author": "748023719833894942", + "animated": false, + "created": 1606690244, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ohsi": { + "name": "ohsi", + "id": "754938357120893030", + "author": "505122030384054273", + "animated": false, + "created": 1600061730, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ohsi1": { + "name": "ohsi1", + "id": "759601223363199007", + "author": "598650793389850644", + "animated": false, + "created": 1601173444, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ohug": { + "name": "ohug", + "id": "782307764436860949", + "author": "351894832857481216", + "animated": false, + "created": 1606587105, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ohyeah": { + "name": "ohyeah", + "id": "769997368820629564", + "author": "225413493010989058", + "animated": false, + "created": 1603652078, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ohyeahmrkrabs": { + "name": "ohyeahmrkrabs", + "id": "782060370603802654", + "author": "241849099794513920", + "animated": true, + "created": 1606528122, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "oi": { + "name": "oi", + "id": "725008839761592350", + "author": "670779107486728214", + "animated": false, + "created": 1592925977, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "oi7": { + "name": "oi7", + "id": "786685042263851068", + "author": "714546696063025255", + "animated": true, + "created": 1607630730, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "oiiii": { + "name": "oiiii", + "id": "786690442175184966", + "author": "714546696063025255", + "animated": false, + "created": 1607632017, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "OILO": { + "name": "OILO", + "id": "689721364721958962", + "author": "342167216273358850", + "animated": false, + "created": 1584512787, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "oilup": { + "name": "oilup", + "id": "593850178201583623", + "author": "269546067966689280", + "animated": false, + "created": 1561655315, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ojenao": { + "name": "ojenao", + "id": "751459969244725258", + "author": "568213851116535820", + "animated": false, + "created": 1599232418, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ojetes": { + "name": "ojetes", + "id": "632833515377131530", + "author": "467899004320088084", + "animated": false, + "created": 1570949667, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ojitos": { + "name": "ojitos", + "id": "632833441389477920", + "author": "467899004320088084", + "animated": false, + "created": 1570949649, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ojo": { + "name": "ojo", + "id": "719905846708011093", + "author": "419678613303197730", + "animated": false, + "created": 1591709329, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ojo1": { + "name": "ojo1", + "id": "789673657752485929", + "author": "701103722453008518", + "animated": false, + "created": 1608343271, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ojo2": { + "name": "ojo2", + "id": "789673722487111740", + "author": "701103722453008518", + "animated": false, + "created": 1608343286, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ojocon": { + "name": "ojocon", + "id": "756935579115192432", + "author": "257252090642956288", + "animated": false, + "created": 1600537905, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ojokun": { + "name": "ojokun", + "id": "784935756891160606", + "author": "311133475191390210", + "animated": false, + "created": 1607213667, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ojotes": { + "name": "ojotes", + "id": "632833378512797706", + "author": "467899004320088084", + "animated": false, + "created": 1570949635, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ok": { + "name": "ok", + "id": "625401900124078174", + "author": "525136060385198112", + "animated": false, + "created": 1569177832, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "okay": { + "name": "okay", + "id": "692924477276815371", + "author": "270343119902474240", + "animated": false, + "created": 1585276469, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "okaychamp": { + "name": "okaychamp", + "id": "692065907744440476", + "author": "95579127389618176", + "animated": false, + "created": 1585071770, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "okayeg": { + "name": "okayeg", + "id": "772538181983797298", + "author": "544311743934103573", + "animated": false, + "created": 1604257855, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "okayge": { + "name": "okayge", + "id": "768182876482437121", + "author": "245668715067080704", + "animated": false, + "created": 1603219470, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "okayublush": { + "name": "okayublush", + "id": "779415571216859187", + "author": "466061790627889167", + "animated": false, + "created": 1605897553, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "okayurolling": { + "name": "okayurolling", + "id": "779174393645367296", + "author": "515897683219578900", + "animated": true, + "created": 1605840052, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "okayuspin": { + "name": "okayuspin", + "id": "757406094212464650", + "author": "383723642489405441", + "animated": true, + "created": 1600650084, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "okayutambourine": { + "name": "okayutambourine", + "id": "779173762927034398", + "author": "466061790627889167", + "animated": true, + "created": 1605839901, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "okey": { + "name": "okey", + "id": "730862183205961789", + "author": "469574360517181440", + "animated": true, + "created": 1594321523, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "OKhanako": { + "name": "OKhanako", + "id": "782746493512712202", + "author": "748023719833894942", + "animated": false, + "created": 1606691706, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ok_handm": { + "name": "ok_handm", + "id": "613479407754936468", + "author": "140516693242937345", + "animated": false, + "created": 1566335289, + "modified": 1566335301, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "okidoki": { + "name": "okidoki", + "id": "783153509184438303", + "author": "165676915410075650", + "animated": true, + "created": 1606788746, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "okie": { + "name": "okie", + "id": "785973959815725066", + "author": "632211012551966750", + "animated": false, + "created": 1607461194, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "okiem": { + "name": "okiem", + "id": "789845152524926996", + "author": "293107176355004416", + "animated": false, + "created": 1608384159, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "okimout": { + "name": "okimout", + "id": "786340172392169493", + "author": "203208699500560385", + "animated": true, + "created": 1607548506, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "OKita": { + "name": "OKita", + "id": "745781931685445705", + "author": "394963849834659840", + "animated": false, + "created": 1597878668, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "okjoto": { + "name": "okjoto", + "id": "730538028644171818", + "author": "419604866080702465", + "animated": false, + "created": 1594244238, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ok_kira": { + "name": "ok_kira", + "id": "787518433768112158", + "author": "506217102622064651", + "animated": false, + "created": 1607829426, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "oksadnt": { + "name": "oksadnt", + "id": "771167130007633961", + "author": "647450008358223894", + "animated": false, + "created": 1603930971, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "oksip": { + "name": "oksip", + "id": "790090808950259713", + "author": "426167094078472192", + "animated": false, + "created": 1608442728, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "okuu": { + "name": "okuu", + "id": "708603077082742854", + "author": "511549289558966285", + "animated": true, + "created": 1589014538, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "okuudance": { + "name": "okuudance", + "id": "773362054543048714", + "author": "739936426799661086", + "animated": true, + "created": 1604454282, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "okwtf": { + "name": "okwtf", + "id": "785973947715682404", + "author": "632211012551966750", + "animated": false, + "created": 1607461191, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ola": { + "name": "ola", + "id": "700501210268172328", + "author": "410185061485379584", + "animated": false, + "created": 1587082903, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "olabuenas": { + "name": "olabuenas", + "id": "735690407320616992", + "author": "703774846789877862", + "animated": false, + "created": 1595472661, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "olamuerto": { + "name": "olamuerto", + "id": "646052433965088801", + "author": "396034260089176086", + "animated": false, + "created": 1574101303, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "olanena": { + "name": "olanena", + "id": "771599079590461521", + "author": "647450008358223894", + "animated": false, + "created": 1604033956, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "olaserio": { + "name": "olaserio", + "id": "628395963412643857", + "author": "526099395536617472", + "animated": false, + "created": 1569891672, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "olewd": { + "name": "olewd", + "id": "635638614566633522", + "author": "160000453944410112", + "animated": false, + "created": 1571618455, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "om": { + "name": "om", + "id": "763852972962086922", + "author": "651935327795281921", + "animated": false, + "created": 1602187140, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "omaigot": { + "name": "omaigot", + "id": "786125192879407135", + "author": "744920706961244251", + "animated": false, + "created": 1607497251, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "omecron": { + "name": "omecron", + "id": "771472279333896252", + "author": "370757129268887553", + "animated": true, + "created": 1604003724, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "OMEGACAT": { + "name": "OMEGACAT", + "id": "767401156363157534", + "author": "245668715067080704", + "animated": false, + "created": 1603033093, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "OmegaCoC": { + "name": "OmegaCoC", + "id": "777611194617036860", + "author": "293107176355004416", + "animated": false, + "created": 1605467356, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "omegakek": { + "name": "omegakek", + "id": "765660740132143194", + "author": "281925082887225355", + "animated": false, + "created": 1602618145, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "omegakekw": { + "name": "omegakekw", + "id": "779692266133520436", + "author": "580244182652813312", + "animated": false, + "created": 1605963522, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "OmegaLol": { + "name": "OmegaLol", + "id": "773945723627765810", + "author": "551188005281464342", + "animated": false, + "created": 1604593439, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "omegalul": { + "name": "omegalul", + "id": "415270596549541888", + "author": "174709631690604545", + "animated": false, + "created": 1525387946, + "modified": 1533892039, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "OMEGALULiguess": { + "name": "OMEGALULiguess", + "id": "767842988905857024", + "author": "245668715067080704", + "animated": false, + "created": 1603138434, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "omg": { + "name": "omg", + "id": "457843170496086036", + "author": "315445607437172739", + "animated": false, + "created": 1529243118, + "modified": 1533892039, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "OMGeyes": { + "name": "OMGeyes", + "id": "782745342856134671", + "author": "671834928157294603", + "animated": true, + "created": 1606691432, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "omoc": { + "name": "omoc", + "id": "766352560855580703", + "author": "293107176355004416", + "animated": false, + "created": 1602783088, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Onichan": { + "name": "Onichan", + "id": "757361065024552970", + "author": "580939801243549697", + "animated": false, + "created": 1600639349, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "online": { + "name": "online", + "id": "492048377933201418", + "author": "249750282324410368", + "animated": false, + "created": 1536211696, + "modified": 1537383891, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "online2": { + "name": "online2", + "id": "492048379099217921", + "author": "455289384187592704", + "animated": false, + "created": 1536211754, + "modified": 1537383892, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "onlyfans": { + "name": "onlyfans", + "id": "781245840223240232", + "author": "274724839670153218", + "animated": false, + "created": 1606333923, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ono": { + "name": "ono", + "id": "765269382359547904", + "author": "682760213912354854", + "animated": false, + "created": 1602524838, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "O_O": { + "name": "O_O", + "id": "756637821871063061", + "author": "711748993117585449", + "animated": false, + "created": 1600466914, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "oo": { + "name": "oo", + "id": "724500817343938602", + "author": "411673785243009026", + "animated": false, + "created": 1592804855, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "oof": { + "name": "oof", + "id": "462749074681102336", + "author": "140516693242937345", + "animated": false, + "created": 1530412777, + "modified": 1542914273, + "preserve": false, + "description": "made by Danny#0007", + "nsfw": "SFW" + }, + "ooh": { + "name": "ooh", + "id": "772453827110633493", + "author": "364048420916428802", + "animated": false, + "created": 1604237743, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "oohno": { + "name": "oohno", + "id": "788821907272499230", + "author": "717187106874720287", + "animated": false, + "created": 1608140198, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ooo": { + "name": "ooo", + "id": "561951643575517213", + "author": "203858284459851776", + "animated": false, + "created": 1554050112, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ooo2": { + "name": "ooo2", + "id": "780526618028408913", + "author": "352617359036514304", + "animated": false, + "created": 1606162447, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ooo3": { + "name": "ooo3", + "id": "619152393115795458", + "author": "385806801624367115", + "animated": true, + "created": 1567687833, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "OOOH": { + "name": "OOOH", + "id": "781909252805230631", + "author": "479017973462466571", + "animated": false, + "created": 1606492093, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "oooo": { + "name": "oooo", + "id": "714127445401534495", + "author": "422792791945510932", + "animated": true, + "created": 1590331650, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ooooo_lala": { + "name": "ooooo_lala", + "id": "786084810593796106", + "author": "730519813184815126", + "animated": false, + "created": 1607487623, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ooooooh": { + "name": "ooooooh", + "id": "782060345350029324", + "author": "241849099794513920", + "animated": false, + "created": 1606528116, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "OOP": { + "name": "OOP", + "id": "757439388878897365", + "author": "476613544297889793", + "animated": true, + "created": 1600658023, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "oops": { + "name": "oops", + "id": "755493615073099886", + "author": "559090904246255637", + "animated": false, + "created": 1600194114, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "oppado": { + "name": "oppado", + "id": "751029502221615216", + "author": "299527566140637184", + "animated": true, + "created": 1599129786, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "oppagei": { + "name": "oppagei", + "id": "756456844003901440", + "author": "343310328089804803", + "animated": true, + "created": 1600423765, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "oppai": { + "name": "oppai", + "id": "788797144508268556", + "author": "304413971350552588", + "animated": true, + "created": 1608134294, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "oqe": { + "name": "oqe", + "id": "786690951015301180", + "author": "714546696063025255", + "animated": true, + "created": 1607632138, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ora": { + "name": "ora", + "id": "637395912674639884", + "author": "398595685072764939", + "animated": true, + "created": 1572037427, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "OrANGE": { + "name": "OrANGE", + "id": "745710328599412816", + "author": "525380827861876736", + "animated": false, + "created": 1597861597, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "orangejustice": { + "name": "orangejustice", + "id": "466714730174611487", + "author": "423982668481298434", + "animated": true, + "created": 1531358262, + "modified": 1533892039, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "oraora": { + "name": "oraora", + "id": "538469786548699146", + "author": "110966611048960000", + "animated": true, + "created": 1548451601, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "orgasm": { + "name": "orgasm", + "id": "756074367997444096", + "author": "544117251314548738", + "animated": false, + "created": 1600332576, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "orgasmo": { + "name": "orgasmo", + "id": "782039576734728232", + "author": "291628634920452096", + "animated": false, + "created": 1606523164, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ori": { + "name": "ori", + "id": "782318797675036682", + "author": "351894832857481216", + "animated": true, + "created": 1606589736, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "oricaramell": { + "name": "oricaramell", + "id": "782316340697890827", + "author": "351894832857481216", + "animated": true, + "created": 1606589150, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "oricool": { + "name": "oricool", + "id": "782307151036284958", + "author": "351894832857481216", + "animated": false, + "created": 1606586959, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "oridance": { + "name": "oridance", + "id": "782318992848191500", + "author": "351894832857481216", + "animated": true, + "created": 1606589782, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "orided": { + "name": "orided", + "id": "782308795283013642", + "author": "351894832857481216", + "animated": false, + "created": 1606587351, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "original_10": { + "name": "original_10", + "id": "782811442343575592", + "author": "760975697392173067", + "animated": true, + "created": 1606707191, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "orihi": { + "name": "orihi", + "id": "782310033299210251", + "author": "351894832857481216", + "animated": false, + "created": 1606587646, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "orihug2": { + "name": "orihug2", + "id": "782317988141465630", + "author": "351894832857481216", + "animated": true, + "created": 1606589543, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "orikya": { + "name": "orikya", + "id": "782315640140202006", + "author": "351894832857481216", + "animated": false, + "created": 1606588983, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "oriluv": { + "name": "oriluv", + "id": "782301523086016533", + "author": "351894832857481216", + "animated": false, + "created": 1606585617, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "oripat": { + "name": "oripat", + "id": "782311608521064489", + "author": "351894832857481216", + "animated": true, + "created": 1606588022, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "oripet": { + "name": "oripet", + "id": "782309408951500800", + "author": "351894832857481216", + "animated": true, + "created": 1606587497, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "oriqnq": { + "name": "oriqnq", + "id": "782301183595118664", + "author": "351894832857481216", + "animated": false, + "created": 1606585536, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "orishy": { + "name": "orishy", + "id": "782309832715665439", + "author": "351894832857481216", + "animated": false, + "created": 1606587598, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "orismug": { + "name": "orismug", + "id": "782315131920056331", + "author": "351894832857481216", + "animated": false, + "created": 1606588862, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "oritable": { + "name": "oritable", + "id": "782319374883094569", + "author": "351894832857481216", + "animated": true, + "created": 1606589873, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "orithink": { + "name": "orithink", + "id": "782313950912970783", + "author": "351894832857481216", + "animated": true, + "created": 1606588580, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "oriyay": { + "name": "oriyay", + "id": "782302837152677888", + "author": "351894832857481216", + "animated": false, + "created": 1606585930, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "orslokgangsta": { + "name": "orslokgangsta", + "id": "781278068001472562", + "author": "535881000169897995", + "animated": false, + "created": 1606341607, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ory": { + "name": "ory", + "id": "782321058464268320", + "author": "351894832857481216", + "animated": false, + "created": 1606590275, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "orz": { + "name": "orz", + "id": "751114919495336176", + "author": "729066675202293761", + "animated": false, + "created": 1599150151, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "oscar": { + "name": "oscar", + "id": "747536074645045389", + "author": "427135249152212992", + "animated": false, + "created": 1598296888, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Oshawott": { + "name": "Oshawott", + "id": "778278460816621579", + "author": "731734695750008892", + "animated": false, + "created": 1605626444, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "osi": { + "name": "osi", + "id": "712657107849052282", + "author": "539944025608683551", + "animated": false, + "created": 1589981095, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "osiosi": { + "name": "osiosi", + "id": "703098957357645884", + "author": "335807632243687434", + "animated": false, + "created": 1587702254, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "osiosiosi": { + "name": "osiosiosi", + "id": "724813080218959913", + "author": "515384043454595104", + "animated": false, + "created": 1592879304, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "oskrball": { + "name": "oskrball", + "id": "769727435393990686", + "author": "653806638695710721", + "animated": false, + "created": 1603587721, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "osos_maduros": { + "name": "osos_maduros", + "id": "783041465949093928", + "author": "506217102622064651", + "animated": false, + "created": 1606762033, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "osuna": { + "name": "osuna", + "id": "758838842744242187", + "author": "667087966857986088", + "animated": false, + "created": 1600991678, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "osunajoseph": { + "name": "osunajoseph", + "id": "780912189833871410", + "author": "485620901195415585", + "animated": false, + "created": 1606254374, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "otakaa": { + "name": "otakaa", + "id": "787452898366717963", + "author": "406558013848289281", + "animated": true, + "created": 1607813801, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "otaku": { + "name": "otaku", + "id": "773250761764896799", + "author": "512509857606139905", + "animated": false, + "created": 1604427748, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "otakudance": { + "name": "otakudance", + "id": "784448368797155369", + "author": "406558013848289281", + "animated": true, + "created": 1607097465, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "otakuql": { + "name": "otakuql", + "id": "774074041862586409", + "author": "266125398117580802", + "animated": false, + "created": 1604624033, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "otakureverse": { + "name": "otakureverse", + "id": "784415498569515048", + "author": "406558013848289281", + "animated": false, + "created": 1607089628, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "otalker": { + "name": "otalker", + "id": "763827691316576257", + "author": "512509857606139905", + "animated": false, + "created": 1602181113, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "otis": { + "name": "otis", + "id": "784179639068393482", + "author": "475156812329517068", + "animated": false, + "created": 1607033395, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "otro_bailable": { + "name": "otro_bailable", + "id": "787070060454739969", + "author": "701103722453008518", + "animated": true, + "created": 1607722525, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "otter": { + "name": "otter", + "id": "673427620859346964", + "author": "547861735391100931", + "animated": false, + "created": 1580628056, + "modified": 1580629775, + "preserve": true, + "description": "testing gang <:otter:596576722154029072>", + "nsfw": "SFW" + }, + "otteramaze": { + "name": "otteramaze", + "id": "786155071564939294", + "author": "676134602837852172", + "animated": false, + "created": 1607504375, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ouch": { + "name": "ouch", + "id": "717206798482014255", + "author": "396801506180988938", + "animated": false, + "created": 1591065825, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Oula": { + "name": "Oula", + "id": "676552214315139102", + "author": "153186780802318338", + "animated": false, + "created": 1581373017, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "our": { + "name": "our", + "id": "757301680990584982", + "author": "729066675202293761", + "animated": false, + "created": 1600625190, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "OutpizzaTheHut": { + "name": "OutpizzaTheHut", + "id": "779066045922279456", + "author": "620650653714350091", + "animated": false, + "created": 1605814219, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ouuu": { + "name": "ouuu", + "id": "789580776756215848", + "author": "546474895660548136", + "animated": true, + "created": 1608321127, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ouyiaboi": { + "name": "ouyiaboi", + "id": "789677228232671273", + "author": "639931530638131214", + "animated": false, + "created": 1608344122, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ovejafreefire": { + "name": "ovejafreefire", + "id": "773971882646437928", + "author": "293107176355004416", + "animated": false, + "created": 1604599676, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "oversoul": { + "name": "oversoul", + "id": "784574983267287040", + "author": "476918199061839902", + "animated": false, + "created": 1607127652, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ow": { + "name": "ow", + "id": "755121700617846864", + "author": "568213851116535820", + "animated": true, + "created": 1600105443, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "owner": { + "name": "owner", + "id": "701172409050333275", + "author": "517462606634549387", + "animated": false, + "created": 1587242929, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "OwnerRep": { + "name": "OwnerRep", + "id": "781139981967163392", + "author": "780595432724103188", + "animated": false, + "created": 1606308684, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "OwO": { + "name": "OwO", + "id": "418513250427076619", + "author": "130877564066594816", + "animated": false, + "created": 1525387946, + "modified": 1533892039, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "owoegg": { + "name": "owoegg", + "id": "789026401364738078", + "author": "567390950838501376", + "animated": true, + "created": 1608188953, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "OWOhanako": { + "name": "OWOhanako", + "id": "782746479634284584", + "author": "748023719833894942", + "animated": false, + "created": 1606691703, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "owoHehe": { + "name": "owoHehe", + "id": "773947671525982208", + "author": "551188005281464342", + "animated": false, + "created": 1604593904, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "owoKitty": { + "name": "owoKitty", + "id": "768361498552565761", + "author": "389791835041693696", + "animated": true, + "created": 1603262056, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "owomaybe": { + "name": "owomaybe", + "id": "782742413667729419", + "author": "748023719833894942", + "animated": false, + "created": 1606690734, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "owoNydance": { + "name": "owoNydance", + "id": "784528258833580063", + "author": "182266798052212736", + "animated": true, + "created": 1607116512, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "owoo": { + "name": "owoo", + "id": "762429270818947072", + "author": "304294851317465089", + "animated": true, + "created": 1601847703, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "oworun": { + "name": "oworun", + "id": "694082370340519987", + "author": "217313838914076686", + "animated": true, + "created": 1585552532, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "owoShy": { + "name": "owoShy", + "id": "788447098492026890", + "author": "284819168791101450", + "animated": true, + "created": 1608050837, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "owosips": { + "name": "owosips", + "id": "788447050164338688", + "author": "284819168791101450", + "animated": true, + "created": 1608050825, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "owoSmug": { + "name": "owoSmug", + "id": "773945359155855401", + "author": "551188005281464342", + "animated": false, + "created": 1604593352, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "owoSnore": { + "name": "owoSnore", + "id": "788447132305719348", + "author": "284819168791101450", + "animated": true, + "created": 1608050845, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "owothenk": { + "name": "owothenk", + "id": "758219916528058378", + "author": "428461954064056340", + "animated": false, + "created": 1600844115, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "owow": { + "name": "owow", + "id": "762429352520056833", + "author": "304294851317465089", + "animated": true, + "created": 1601847723, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "owoyay": { + "name": "owoyay", + "id": "769520270163574794", + "author": "303963315061915648", + "animated": false, + "created": 1603538329, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "oww": { + "name": "oww", + "id": "785742546772688896", + "author": "715606162224971898", + "animated": true, + "created": 1607406021, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "OyeNoInsultes": { + "name": "OyeNoInsultes", + "id": "780219205755994144", + "author": "741850493088694343", + "animated": false, + "created": 1606089154, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "oz": { + "name": "oz", + "id": "787463411196887092", + "author": "438644880152068127", + "animated": false, + "created": 1607816307, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ozi": { + "name": "ozi", + "id": "727301367298916462", + "author": "425046879047385108", + "animated": false, + "created": 1593472558, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "oziozi": { + "name": "oziozi", + "id": "733809772599443506", + "author": "437506257146871819", + "animated": true, + "created": 1595024283, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ozs": { + "name": "ozs", + "id": "787463390510710824", + "author": "438644880152068127", + "animated": false, + "created": 1607816302, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ozssparkles": { + "name": "ozssparkles", + "id": "665661442564816896", + "author": "281563194843987968", + "animated": true, + "created": 1578776455, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "OzSweird": { + "name": "OzSweird", + "id": "582564606468161565", + "author": "425046879047385108", + "animated": false, + "created": 1558964625, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "OzSWird": { + "name": "OzSWird", + "id": "782681117080682517", + "author": "438644880152068127", + "animated": false, + "created": 1606676119, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ozuna": { + "name": "ozuna", + "id": "783042626777382923", + "author": "506217102622064651", + "animated": false, + "created": 1606762310, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "p_": { + "name": "p_", + "id": "768352780200312844", + "author": "677987166076272704", + "animated": false, + "created": 1603259978, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "p0rainbow_dancingdawg": { + "name": "p0rainbow_dancingdawg", + "id": "786949591399530547", + "author": "718818001633280071", + "animated": true, + "created": 1607693803, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "p2white_dogwave": { + "name": "p2white_dogwave", + "id": "786949474332311552", + "author": "718818001633280071", + "animated": false, + "created": 1607693775, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "p2white_floatingwoo": { + "name": "p2white_floatingwoo", + "id": "786949453608386600", + "author": "718818001633280071", + "animated": true, + "created": 1607693770, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "p3pink_letterclosed": { + "name": "p3pink_letterclosed", + "id": "786949414644088862", + "author": "718818001633280071", + "animated": false, + "created": 1607693761, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "p3pink_letteropen": { + "name": "p3pink_letteropen", + "id": "786949425372332092", + "author": "718818001633280071", + "animated": false, + "created": 1607693763, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "p3pink_ribbonneat": { + "name": "p3pink_ribbonneat", + "id": "786949326805925918", + "author": "718818001633280071", + "animated": false, + "created": 1607693740, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "p3pink_urcute": { + "name": "p3pink_urcute", + "id": "786949378010251294", + "author": "718818001633280071", + "animated": false, + "created": 1607693752, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "p3pink_urcuter": { + "name": "p3pink_urcuter", + "id": "786949389573947403", + "author": "718818001633280071", + "animated": false, + "created": 1607693755, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "p4gpog": { + "name": "p4gpog", + "id": "778648385347387433", + "author": "279764106926620684", + "animated": false, + "created": 1605714641, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "p5blue_star": { + "name": "p5blue_star", + "id": "786949313510637598", + "author": "718818001633280071", + "animated": false, + "created": 1607693737, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "p8orange_hamstergoawh": { + "name": "p8orange_hamstergoawh", + "id": "786949353532162059", + "author": "718818001633280071", + "animated": true, + "created": 1607693746, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "p8orange_hamstergobrr": { + "name": "p8orange_hamstergobrr", + "id": "786949364513767434", + "author": "718818001633280071", + "animated": true, + "created": 1607693749, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pa1_bannedbean": { + "name": "pa1_bannedbean", + "id": "783881177567985684", + "author": "697542753449672775", + "animated": true, + "created": 1606962236, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pa1_cutebean": { + "name": "pa1_cutebean", + "id": "783881166859796550", + "author": "697542753449672775", + "animated": false, + "created": 1606962234, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pa1_doitbean": { + "name": "pa1_doitbean", + "id": "783881155736764447", + "author": "697542753449672775", + "animated": false, + "created": 1606962231, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pa1_dontbean": { + "name": "pa1_dontbean", + "id": "783881144760401940", + "author": "697542753449672775", + "animated": false, + "created": 1606962228, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pa1_gotobedbean": { + "name": "pa1_gotobedbean", + "id": "783881131807866950", + "author": "697542753449672775", + "animated": true, + "created": 1606962225, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pa1_itokbean": { + "name": "pa1_itokbean", + "id": "783881113956384838", + "author": "697542753449672775", + "animated": false, + "created": 1606962221, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pa1_stopbean": { + "name": "pa1_stopbean", + "id": "783881102490206248", + "author": "697542753449672775", + "animated": false, + "created": 1606962218, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pa1_whatbean": { + "name": "pa1_whatbean", + "id": "783881090376532081", + "author": "697542753449672775", + "animated": false, + "created": 1606962215, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pa2_adore_froggy": { + "name": "pa2_adore_froggy", + "id": "783881063255769128", + "author": "697542753449672775", + "animated": false, + "created": 1606962209, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pa2_blushy_froggie": { + "name": "pa2_blushy_froggie", + "id": "783881052627927080", + "author": "697542753449672775", + "animated": false, + "created": 1606962206, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pa2_shocked_froggie": { + "name": "pa2_shocked_froggie", + "id": "783880992808894465", + "author": "697542753449672775", + "animated": false, + "created": 1606962192, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pa2__starstruck_froggie": { + "name": "pa2__starstruck_froggie", + "id": "783881072978296883", + "author": "697542753449672775", + "animated": false, + "created": 1606962211, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Pablo": { + "name": "Pablo", + "id": "691349492435255358", + "author": "465606972058632202", + "animated": false, + "created": 1584900963, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pac": { + "name": "pac", + "id": "779372250129891338", + "author": "528990209589903376", + "animated": false, + "created": 1605887224, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Pacha": { + "name": "Pacha", + "id": "601071655187382272", + "author": "551857425586847774", + "animated": false, + "created": 1563377050, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pachaok": { + "name": "pachaok", + "id": "730618675857457263", + "author": "598650793389850644", + "animated": false, + "created": 1594263466, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "paci": { + "name": "paci", + "id": "786150276167893022", + "author": "745612575454134283", + "animated": false, + "created": 1607503231, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "package": { + "name": "package", + "id": "492048406118662149", + "author": "150657331212976128", + "animated": false, + "created": 1525387946, + "modified": 1537383898, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "packrless": { + "name": "packrless", + "id": "788086320651567134", + "author": "353109234201788427", + "animated": false, + "created": 1607964820, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pacman": { + "name": "pacman", + "id": "527620674575925299", + "author": "437137381494358026", + "animated": false, + "created": 1545864971, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pado": { + "name": "pado", + "id": "774661130521804830", + "author": "466061790627889167", + "animated": false, + "created": 1604764006, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "padoru": { + "name": "padoru", + "id": "679766834698125538", + "author": "329669003909922816", + "animated": true, + "created": 1582139443, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "padorun": { + "name": "padorun", + "id": "775709982519066666", + "author": "704742786225668206", + "animated": true, + "created": 1605014072, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "PadoruPadoru": { + "name": "PadoruPadoru", + "id": "779758704110993449", + "author": "462435774508564491", + "animated": true, + "created": 1605979362, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pagaras": { + "name": "pagaras", + "id": "749458705581604964", + "author": "704662972739616809", + "animated": false, + "created": 1598755279, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pagchomp": { + "name": "pagchomp", + "id": "643215512909774891", + "author": "374339613864624130", + "animated": false, + "created": 1573424928, + "modified": 1573424979, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "pahaha": { + "name": "pahaha", + "id": "783186782883020810", + "author": "581699248568139776", + "animated": false, + "created": 1606796680, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "paimon": { + "name": "paimon", + "id": "765255167985451042", + "author": "278792816866623492", + "animated": false, + "created": 1602521449, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "paimon1": { + "name": "paimon1", + "id": "784343135115149322", + "author": "527926961427972107", + "animated": true, + "created": 1607072375, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "paimoncookie": { + "name": "paimoncookie", + "id": "764611561943072779", + "author": "176760162579644428", + "animated": true, + "created": 1602368002, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "PaimonCookies": { + "name": "PaimonCookies", + "id": "780427976499134464", + "author": "250664753511399434", + "animated": true, + "created": 1606138929, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "paimoncrunch": { + "name": "paimoncrunch", + "id": "782757304923717692", + "author": "358457900546654209", + "animated": true, + "created": 1606694284, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "PaimonDeadInside": { + "name": "PaimonDeadInside", + "id": "765890873425788928", + "author": "376792620418203673", + "animated": false, + "created": 1602673013, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "PaimonDerp": { + "name": "PaimonDerp", + "id": "765890784012271626", + "author": "376792620418203673", + "animated": false, + "created": 1602672992, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Paimonenter": { + "name": "Paimonenter", + "id": "774048621481820161", + "author": "645482510930673675", + "animated": false, + "created": 1604617972, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "paimonfacepalm": { + "name": "paimonfacepalm", + "id": "779044092524757004", + "author": "164559223793909760", + "animated": false, + "created": 1605808986, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "PaimonKnife": { + "name": "PaimonKnife", + "id": "763876123234140191", + "author": "308452846834155530", + "animated": false, + "created": 1602192659, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Paimon_Milos": { + "name": "Paimon_Milos", + "id": "781225772936331315", + "author": "525464605108076567", + "animated": false, + "created": 1606329138, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "paimonn": { + "name": "paimonn", + "id": "772013311125356554", + "author": "338588328716795914", + "animated": false, + "created": 1604132716, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "paimonpat": { + "name": "paimonpat", + "id": "772647900094267442", + "author": "182743155651641344", + "animated": true, + "created": 1604284014, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "paimonpeek": { + "name": "paimonpeek", + "id": "764611392077561876", + "author": "176760162579644428", + "animated": true, + "created": 1602367961, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "PaimonSanta": { + "name": "PaimonSanta", + "id": "765890476473581568", + "author": "376792620418203673", + "animated": false, + "created": 1602672919, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "PaimonSLEEP": { + "name": "PaimonSLEEP", + "id": "765890351327739944", + "author": "376792620418203673", + "animated": false, + "created": 1602672889, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "paimontank1": { + "name": "paimontank1", + "id": "765890282465525760", + "author": "376792620418203673", + "animated": false, + "created": 1602672872, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "paimontank2": { + "name": "paimontank2", + "id": "765890257891360809", + "author": "376792620418203673", + "animated": false, + "created": 1602672867, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "paimontank3": { + "name": "paimontank3", + "id": "765890246960349184", + "author": "376792620418203673", + "animated": false, + "created": 1602672864, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "paimonvn": { + "name": "paimonvn", + "id": "765890235338326078", + "author": "376792620418203673", + "animated": false, + "created": 1602672861, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "PaimonWAKE": { + "name": "PaimonWAKE", + "id": "765890223304474646", + "author": "376792620418203673", + "animated": false, + "created": 1602672858, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "paimonweird": { + "name": "paimonweird", + "id": "764127075271180299", + "author": "425046879047385108", + "animated": false, + "created": 1602252491, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "paimonwhat": { + "name": "paimonwhat", + "id": "765890213369085962", + "author": "376792620418203673", + "animated": false, + "created": 1602672856, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "paimonwiggle": { + "name": "paimonwiggle", + "id": "778059089531502594", + "author": "95039498525618176", + "animated": true, + "created": 1605574142, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pain": { + "name": "pain", + "id": "650691115724570624", + "author": "586643945497559051", + "animated": false, + "created": 1575207251, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "painchamp": { + "name": "painchamp", + "id": "708239067674050571", + "author": "636836242297716743", + "animated": false, + "created": 1588927752, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "paja": { + "name": "paja", + "id": "684114467440820279", + "author": "681211291410628623", + "animated": false, + "created": 1583175999, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pajeable": { + "name": "pajeable", + "id": "785275824936189962", + "author": "753681432718737480", + "animated": false, + "created": 1607294746, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pal": { + "name": "pal", + "id": "786951157636792351", + "author": "704662972739616809", + "animated": false, + "created": 1607694176, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "palacajaball": { + "name": "palacajaball", + "id": "725829497944801291", + "author": "653806638695710721", + "animated": false, + "created": 1593121637, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "paladmin": { + "name": "paladmin", + "id": "780852358301089852", + "author": "723326259056345171", + "animated": false, + "created": 1606240109, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "palca": { + "name": "palca", + "id": "766838573085229067", + "author": "314849116645490688", + "animated": true, + "created": 1602898963, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "palcaewe": { + "name": "palcaewe", + "id": "772290904135827487", + "author": "546358931740557312", + "animated": false, + "created": 1604198900, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "palcate": { + "name": "palcate", + "id": "767644614416531467", + "author": "157765724083978240", + "animated": false, + "created": 1603091138, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "paloma_sentada": { + "name": "paloma_sentada", + "id": "789639925749514283", + "author": "751593322669408268", + "animated": false, + "created": 1608335229, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "palomitas": { + "name": "palomitas", + "id": "696118553656426518", + "author": "552553608521187348", + "animated": false, + "created": 1586037996, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "palomitas1": { + "name": "palomitas1", + "id": "787342131827048538", + "author": "569937267012010015", + "animated": false, + "created": 1607787392, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Palomitas2": { + "name": "Palomitas2", + "id": "772038815052464139", + "author": "741850493088694343", + "animated": false, + "created": 1604138797, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "palpatine": { + "name": "palpatine", + "id": "783809442994454589", + "author": "508004255974817802", + "animated": false, + "created": 1606945133, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "palta": { + "name": "palta", + "id": "684441023400902810", + "author": "631590594736685076", + "animated": false, + "created": 1583253856, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pan": { + "name": "pan", + "id": "601658714822279188", + "author": "551857425586847774", + "animated": false, + "created": 1563517015, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pana": { + "name": "pana", + "id": "703818480364945458", + "author": "396801506180988938", + "animated": false, + "created": 1587873802, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "panachu": { + "name": "panachu", + "id": "702616669809278986", + "author": "333303752800993284", + "animated": false, + "created": 1587587268, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "panas": { + "name": "panas", + "id": "782386103013081128", + "author": "555949811522863104", + "animated": false, + "created": 1606605783, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Panbird": { + "name": "Panbird", + "id": "785661132982976542", + "author": "384390093378551810", + "animated": false, + "created": 1607386611, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pancake": { + "name": "pancake", + "id": "772632163086499851", + "author": "756906411295768647", + "animated": false, + "created": 1604280262, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pancardia": { + "name": "pancardia", + "id": "768194405646860319", + "author": "645482510930673675", + "animated": false, + "created": 1603222218, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Panda": { + "name": "Panda", + "id": "735228197058248824", + "author": "709357147926036512", + "animated": false, + "created": 1595362462, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pandaangel": { + "name": "pandaangel", + "id": "782732599302684672", + "author": "671831767585652776", + "animated": false, + "created": 1606688394, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pandablob": { + "name": "pandablob", + "id": "492048407976869899", + "author": "140516693242937345", + "animated": false, + "created": 1532109313, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "pandablush": { + "name": "pandablush", + "id": "782674899852460052", + "author": "700050219995496568", + "animated": false, + "created": 1606674637, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pandacop": { + "name": "pandacop", + "id": "786156459116855337", + "author": "676134602837852172", + "animated": false, + "created": 1607504705, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "PandaCry": { + "name": "PandaCry", + "id": "768280875242356757", + "author": "471027949831716874", + "animated": false, + "created": 1603242834, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "PandaDance": { + "name": "PandaDance", + "id": "772827585532657725", + "author": "600654380307447839", + "animated": true, + "created": 1604326854, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pandaxd": { + "name": "pandaxd", + "id": "756476042742464594", + "author": "428461954064056340", + "animated": false, + "created": 1600428344, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "panday": { + "name": "panday", + "id": "787095589019058206", + "author": "519557637994446888", + "animated": false, + "created": 1607728612, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "p_angry1": { + "name": "p_angry1", + "id": "786677503124176946", + "author": "718818001633280071", + "animated": false, + "created": 1607628932, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Panic": { + "name": "Panic", + "id": "729965021219520523", + "author": "516122981156782091", + "animated": true, + "created": 1594107623, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "panic1": { + "name": "panic1", + "id": "518786353740251156", + "author": "418902767076376586", + "animated": true, + "created": 1543758706, + "modified": 1543766443, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "panic2": { + "name": "panic2", + "id": "518786482622955550", + "author": "418902767076376586", + "animated": true, + "created": 1543758736, + "modified": 1543766443, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "PANIK": { + "name": "PANIK", + "id": "705663944018362419", + "author": "635437272300257280", + "animated": false, + "created": 1588313795, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "paniku": { + "name": "paniku", + "id": "777496495527952395", + "author": "614090449954668553", + "animated": false, + "created": 1605440009, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pankapan": { + "name": "pankapan", + "id": "562919912239267842", + "author": "420979511786733568", + "animated": false, + "created": 1554280965, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pansive": { + "name": "pansive", + "id": "726894973634478113", + "author": "176760162579644428", + "animated": true, + "created": 1593375666, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pansive1": { + "name": "pansive1", + "id": "781245030026313738", + "author": "495518017434681365", + "animated": true, + "created": 1606333730, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "panuwu": { + "name": "panuwu", + "id": "787095308031098900", + "author": "519557637994446888", + "animated": false, + "created": 1607728545, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "papadenisha": { + "name": "papadenisha", + "id": "788765487584509962", + "author": "245668715067080704", + "animated": true, + "created": 1608126746, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "papita": { + "name": "papita", + "id": "784410156435636244", + "author": "476189437038952472", + "animated": true, + "created": 1607088355, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "papu": { + "name": "papu", + "id": "701668197404770324", + "author": "591464461483900939", + "animated": false, + "created": 1587361134, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "paraguay": { + "name": "paraguay", + "id": "704053770103029901", + "author": "335807632243687434", + "animated": false, + "created": 1587929899, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "paraguayo": { + "name": "paraguayo", + "id": "698282813199220827", + "author": "365650837277507594", + "animated": false, + "created": 1586553996, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "parami": { + "name": "parami", + "id": "782470842406797332", + "author": "601924780815286284", + "animated": false, + "created": 1606625986, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ParaTi": { + "name": "ParaTi", + "id": "777479187367854091", + "author": "708962087937769484", + "animated": false, + "created": 1605435883, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pardon": { + "name": "pardon", + "id": "754482197427126392", + "author": "723326259056345171", + "animated": false, + "created": 1599952973, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pared": { + "name": "pared", + "id": "784834559984140288", + "author": "751637071059222629", + "animated": false, + "created": 1607189540, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "parrotpeek": { + "name": "parrotpeek", + "id": "780847482753253389", + "author": "727325977755254874", + "animated": false, + "created": 1606238947, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Party": { + "name": "Party", + "id": "469652447124520970", + "author": "289903680147292171", + "animated": true, + "created": 1532044269, + "modified": 1533892039, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "partyanime": { + "name": "partyanime", + "id": "786948340940144644", + "author": "718818001633280071", + "animated": true, + "created": 1607693505, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "partyb1nzy": { + "name": "partyb1nzy", + "id": "492048413102178324", + "author": "140516693242937345", + "animated": true, + "created": 1525387946, + "modified": 1537383900, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "party_blob": { + "name": "party_blob", + "id": "744292325915623475", + "author": "438070524963192832", + "animated": true, + "created": 1597523518, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "partyblob": { + "name": "partyblob", + "id": "696741955199041586", + "author": "282799749734858753", + "animated": true, + "created": 1586186627, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "partycat": { + "name": "partycat", + "id": "705949234213683261", + "author": "266765214488199170", + "animated": true, + "created": 1588381813, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "partycatjam": { + "name": "partycatjam", + "id": "776515826274140201", + "author": "368558529268809728", + "animated": true, + "created": 1605206200, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "partyparrot": { + "name": "partyparrot", + "id": "492048417346813963", + "author": "140516693242937345", + "animated": true, + "created": 1525387946, + "modified": 1537383901, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "partywumpus": { + "name": "partywumpus", + "id": "492048420123443211", + "author": "140516693242937345", + "animated": true, + "created": 1525387946, + "modified": 1537383901, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "pasen_porno": { + "name": "pasen_porno", + "id": "783042114362933260", + "author": "506217102622064651", + "animated": false, + "created": 1606762188, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "paseusted": { + "name": "paseusted", + "id": "767584536979963904", + "author": "704662972739616809", + "animated": false, + "created": 1603076814, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pat": { + "name": "pat", + "id": "492048420568170497", + "author": "244918527113297921", + "animated": false, + "created": 1536843085, + "modified": 1537383902, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pat1": { + "name": "pat1", + "id": "780840110937473025", + "author": "727325977755254874", + "animated": false, + "created": 1606237189, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Patas": { + "name": "Patas", + "id": "689705873756520625", + "author": "342167216273358850", + "animated": false, + "created": 1584509094, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Patata": { + "name": "Patata", + "id": "719344649990438964", + "author": "654098274462203904", + "animated": false, + "created": 1591575529, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pataz": { + "name": "pataz", + "id": "789563253784313886", + "author": "457800274887573515", + "animated": false, + "created": 1608316949, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "patchyconcern": { + "name": "patchyconcern", + "id": "780675176005894185", + "author": "441764984012144651", + "animated": false, + "created": 1606197866, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "patchycontrol": { + "name": "patchycontrol", + "id": "685294303865733122", + "author": "511549289558966285", + "animated": true, + "created": 1583457294, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "patetic": { + "name": "patetic", + "id": "765752863850627102", + "author": "659572887086170113", + "animated": false, + "created": 1602640109, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pathappy": { + "name": "pathappy", + "id": "789588122341998592", + "author": "135129300063092737", + "animated": true, + "created": 1608322878, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pathetic": { + "name": "pathetic", + "id": "763306599036354600", + "author": "463426460330229760", + "animated": false, + "created": 1602056874, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "patitagatito": { + "name": "patitagatito", + "id": "782039200664780851", + "author": "291628634920452096", + "animated": true, + "created": 1606523075, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "patitas": { + "name": "patitas", + "id": "789564273528930344", + "author": "457800274887573515", + "animated": false, + "created": 1608317192, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "patitouwu": { + "name": "patitouwu", + "id": "786302130293571616", + "author": "685852503673143300", + "animated": false, + "created": 1607539437, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "patkek": { + "name": "patkek", + "id": "722938583857496095", + "author": "203208699500560385", + "animated": true, + "created": 1592432390, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "patmayuwu": { + "name": "patmayuwu", + "id": "780675846972375051", + "author": "739936426799661086", + "animated": true, + "created": 1606198026, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pato": { + "name": "pato", + "id": "783900754263277599", + "author": "753681432718737480", + "animated": true, + "created": 1606966904, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "patobaile": { + "name": "patobaile", + "id": "775398572484067338", + "author": "705888505154502697", + "animated": true, + "created": 1604939825, + "modified": 1604987076, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "patodance": { + "name": "patodance", + "id": "715718579403882496", + "author": "348667103865208835", + "animated": true, + "created": 1590711006, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "patpat": { + "name": "patpat", + "id": "715585804881231922", + "author": "611343157845688331", + "animated": false, + "created": 1590679350, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "patpatpat": { + "name": "patpatpat", + "id": "752676190170644540", + "author": "383723642489405441", + "animated": true, + "created": 1599522387, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "patrick": { + "name": "patrick", + "id": "743594729442246716", + "author": "559121613677920256", + "animated": true, + "created": 1597357198, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pats": { + "name": "pats", + "id": "492048422224920591", + "author": "140516693242937345", + "animated": false, + "created": 1531979316, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "patt": { + "name": "patt", + "id": "761774857414246410", + "author": "635642091497717771", + "animated": true, + "created": 1601691679, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "patthebluhen": { + "name": "patthebluhen", + "id": "788123141313789973", + "author": "353109234201788427", + "animated": true, + "created": 1607973599, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "patthedia": { + "name": "patthedia", + "id": "788123211710726164", + "author": "353109234201788427", + "animated": true, + "created": 1607973616, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "patthedirtman": { + "name": "patthedirtman", + "id": "788511171543302190", + "author": "524919681753284630", + "animated": true, + "created": 1608066113, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "patthefish": { + "name": "patthefish", + "id": "781242798753972257", + "author": "495518017434681365", + "animated": true, + "created": 1606333198, + "modified": 1606333376, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "patto": { + "name": "patto", + "id": "755060627424411749", + "author": "303963315061915648", + "animated": true, + "created": 1600090882, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "patwensex": { + "name": "patwensex", + "id": "772179641334759474", + "author": "463502643189514250", + "animated": true, + "created": 1604172373, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pau": { + "name": "pau", + "id": "668209219027206205", + "author": "362665254058196992", + "animated": false, + "created": 1579383892, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pausechamp": { + "name": "pausechamp", + "id": "708242029943062658", + "author": "636836242297716743", + "animated": false, + "created": 1588928458, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "paw": { + "name": "paw", + "id": "723728494235877507", + "author": "529421456270950411", + "animated": false, + "created": 1592620719, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "paws": { + "name": "paws", + "id": "595666041032409118", + "author": "472811971272638466", + "animated": false, + "created": 1562088251, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pawsderacro": { + "name": "pawsderacro", + "id": "782977541987631106", + "author": "577326591902875670", + "animated": false, + "created": 1606746793, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "payaso": { + "name": "payaso", + "id": "720473417870213122", + "author": "480571565118062614", + "animated": false, + "created": 1591844648, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "paypal": { + "name": "paypal", + "id": "758657332158398475", + "author": "714174249975414787", + "animated": false, + "created": 1600948403, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "paz": { + "name": "paz", + "id": "737097468386345023", + "author": "444542802794119168", + "animated": true, + "created": 1595808131, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "p_bandaid1": { + "name": "p_bandaid1", + "id": "786677447856881685", + "author": "718818001633280071", + "animated": false, + "created": 1607628919, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "p_bandaid2": { + "name": "p_bandaid2", + "id": "786677458883706950", + "author": "718818001633280071", + "animated": false, + "created": 1607628922, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "p_bandaid3": { + "name": "p_bandaid3", + "id": "786677472661864478", + "author": "718818001633280071", + "animated": false, + "created": 1607628925, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pbblack": { + "name": "pbblack", + "id": "785980537734037505", + "author": "667884783954821159", + "animated": true, + "created": 1607462763, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pb_female": { + "name": "pb_female", + "id": "786874382101512203", + "author": "675231616213188608", + "animated": true, + "created": 1607675872, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pb_male": { + "name": "pb_male", + "id": "786874283296030751", + "author": "675231616213188608", + "animated": true, + "created": 1607675848, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "p_bow10": { + "name": "p_bow10", + "id": "786677536439795734", + "author": "718818001633280071", + "animated": false, + "created": 1607628940, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "p_bow11": { + "name": "p_bow11", + "id": "786677548037046322", + "author": "718818001633280071", + "animated": false, + "created": 1607628943, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "p_bow2": { + "name": "p_bow2", + "id": "786677574809157642", + "author": "718818001633280071", + "animated": false, + "created": 1607628949, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "p_bow3": { + "name": "p_bow3", + "id": "786677584683466753", + "author": "718818001633280071", + "animated": false, + "created": 1607628952, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pcba": { + "name": "pcba", + "id": "779914566871941150", + "author": "704742786225668206", + "animated": false, + "created": 1606016522, + "modified": 1606449897, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pc_chick_gun": { + "name": "pc_chick_gun", + "id": "783880953776046094", + "author": "697542753449672775", + "animated": false, + "created": 1606962183, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pcdetrax": { + "name": "pcdetrax", + "id": "786300511170199612", + "author": "659572887086170113", + "animated": false, + "created": 1607539050, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pe": { + "name": "pe", + "id": "745488850343821362", + "author": "351853576571846676", + "animated": true, + "created": 1597808792, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Peace": { + "name": "Peace", + "id": "784438864231399444", + "author": "711751154119475291", + "animated": false, + "created": 1607095199, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Peacee": { + "name": "Peacee", + "id": "784440012934610975", + "author": "711751154119475291", + "animated": false, + "created": 1607095473, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peaceOut": { + "name": "peaceOut", + "id": "738435663430549606", + "author": "627542948489330709", + "animated": true, + "created": 1596127181, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peacheshuh": { + "name": "peacheshuh", + "id": "787148812610961428", + "author": "671834928157294603", + "animated": true, + "created": 1607741301, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peachesinsanelaugh": { + "name": "peachesinsanelaugh", + "id": "787148237152059433", + "author": "671834928157294603", + "animated": true, + "created": 1607741164, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peacheslaugh": { + "name": "peacheslaugh", + "id": "782751311572762705", + "author": "671834928157294603", + "animated": true, + "created": 1606692855, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peachesspilltea": { + "name": "peachesspilltea", + "id": "787148301521780767", + "author": "671834928157294603", + "animated": true, + "created": 1607741179, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peacheswtf": { + "name": "peacheswtf", + "id": "787149418654728202", + "author": "671834928157294603", + "animated": true, + "created": 1607741446, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peachkiss": { + "name": "peachkiss", + "id": "782165776051208193", + "author": "496037931140513800", + "animated": true, + "created": 1606553253, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peakofemoji": { + "name": "peakofemoji", + "id": "786325211192229898", + "author": "262133866062413825", + "animated": true, + "created": 1607544939, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pearl": { + "name": "pearl", + "id": "784854990446919746", + "author": "293107176355004416", + "animated": false, + "created": 1607194411, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pechofrio": { + "name": "pechofrio", + "id": "774989627718238238", + "author": "485868607989874728", + "animated": false, + "created": 1604842325, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pedang": { + "name": "pedang", + "id": "784757231551774750", + "author": "732455822881193984", + "animated": false, + "created": 1607171104, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Pedo": { + "name": "Pedo", + "id": "709831380065845301", + "author": "671813134096269339", + "animated": false, + "created": 1589307389, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pedobear": { + "name": "pedobear", + "id": "770171121646960640", + "author": "403597576223326228", + "animated": false, + "created": 1603693504, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pee": { + "name": "pee", + "id": "759468059785297930", + "author": "211095696382754816", + "animated": false, + "created": 1601141695, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peek": { + "name": "peek", + "id": "664259165186949151", + "author": "651556365722189892", + "animated": false, + "created": 1578442126, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peepee": { + "name": "peepee", + "id": "683169247639240729", + "author": "455289384187592704", + "animated": false, + "created": 1582950641, + "modified": 1602922032, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peepeecat": { + "name": "peepeecat", + "id": "783185923453222924", + "author": "581699248568139776", + "animated": true, + "created": 1606796475, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peepeepoint": { + "name": "peepeepoint", + "id": "695412585713106974", + "author": "547861735391100931", + "animated": false, + "created": 1585869680, + "modified": 1586288242, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "peepo": { + "name": "peepo", + "id": "589508471611850853", + "author": "533359252518076416", + "animated": false, + "created": 1560620172, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peepo150": { + "name": "peepo150", + "id": "782587821546274836", + "author": "674019507064274964", + "animated": true, + "created": 1606653876, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peepoArrive": { + "name": "peepoArrive", + "id": "775494069563949127", + "author": "328893511896399882", + "animated": true, + "created": 1604962594, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peepoAsra": { + "name": "peepoAsra", + "id": "783697874449989662", + "author": "674019507064274964", + "animated": true, + "created": 1606918533, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peepobed": { + "name": "peepobed", + "id": "788960390997999627", + "author": "405859539057901568", + "animated": true, + "created": 1608173215, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peepoblanco": { + "name": "peepoblanco", + "id": "788511280838606858", + "author": "293107176355004416", + "animated": false, + "created": 1608066139, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "PeepoBlanket": { + "name": "PeepoBlanket", + "id": "773934308854857748", + "author": "334059233144340480", + "animated": false, + "created": 1604590718, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peepoblush": { + "name": "peepoblush", + "id": "756031650558902373", + "author": "427050223689531392", + "animated": false, + "created": 1600322392, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peepobonk": { + "name": "peepobonk", + "id": "787138569948758037", + "author": "293107176355004416", + "animated": true, + "created": 1607738859, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peepobye": { + "name": "peepobye", + "id": "742525535434833921", + "author": "609791313847517223", + "animated": true, + "created": 1597102283, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peepoCatsad": { + "name": "peepoCatsad", + "id": "746072842499653682", + "author": "269206837306327042", + "animated": false, + "created": 1597948028, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peepocave": { + "name": "peepocave", + "id": "576484951201939497", + "author": "98425391647031296", + "animated": true, + "created": 1557515123, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peepocaved": { + "name": "peepocaved", + "id": "684397297878171664", + "author": "239333423095742464", + "animated": true, + "created": 1583243431, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "PeepoCheers": { + "name": "PeepoCheers", + "id": "772316900398465084", + "author": "727325977755254874", + "animated": true, + "created": 1604205098, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peepochrist": { + "name": "peepochrist", + "id": "537324991650332698", + "author": "279223421940924416", + "animated": true, + "created": 1548178661, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peepoclap": { + "name": "peepoclap", + "id": "666860257204502562", + "author": "214777632947044352", + "animated": true, + "created": 1579062275, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peepoClownDance": { + "name": "peepoClownDance", + "id": "770512996241113118", + "author": "397220822197993472", + "animated": true, + "created": 1603775013, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peepocoffe": { + "name": "peepocoffe", + "id": "777002589102669875", + "author": "325346618364788737", + "animated": false, + "created": 1605322253, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peepoComfy": { + "name": "peepoComfy", + "id": "763804517316952074", + "author": "661054860195528716", + "animated": false, + "created": 1602175587, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peepocooldrive": { + "name": "peepocooldrive", + "id": "789325082777485364", + "author": "293107176355004416", + "animated": true, + "created": 1608260164, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peepocouch": { + "name": "peepocouch", + "id": "776814532097212426", + "author": "112471608865624064", + "animated": false, + "created": 1605277417, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peepocringe": { + "name": "peepocringe", + "id": "775313433692209152", + "author": "521800936553971719", + "animated": false, + "created": 1604919527, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peepoCry": { + "name": "peepoCry", + "id": "546805398926131201", + "author": "543583152350691332", + "animated": false, + "created": 1550438966, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peepoCute": { + "name": "peepoCute", + "id": "787811390890049556", + "author": "660670358050832404", + "animated": false, + "created": 1607899272, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peepoDaddy": { + "name": "peepoDaddy", + "id": "785823267982278656", + "author": "424826839047864320", + "animated": true, + "created": 1607425267, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peepodedito": { + "name": "peepodedito", + "id": "787848300753321985", + "author": "342285786185728001", + "animated": true, + "created": 1607908072, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peepodetective": { + "name": "peepodetective", + "id": "771883000668487680", + "author": "203208699500560385", + "animated": false, + "created": 1604101648, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "PeepoDrive": { + "name": "PeepoDrive", + "id": "787811343164112927", + "author": "660670358050832404", + "animated": true, + "created": 1607899261, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peepoduck": { + "name": "peepoduck", + "id": "750893672916320297", + "author": "113776037812240388", + "animated": true, + "created": 1599097402, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "PeepoEek": { + "name": "PeepoEek", + "id": "786968713562685480", + "author": "453414784470089728", + "animated": false, + "created": 1607698362, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peepoenter": { + "name": "peepoenter", + "id": "728691925699264552", + "author": "302106586401472512", + "animated": false, + "created": 1593804093, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peepoevil": { + "name": "peepoevil", + "id": "620686642457477132", + "author": "472173615752806402", + "animated": false, + "created": 1559496359, + "modified": 1568058583, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peepoexit": { + "name": "peepoexit", + "id": "619050881018757121", + "author": "533476865579679764", + "animated": false, + "created": 1567663631, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peepo_exit_door_bye_out": { + "name": "peepo_exit_door_bye_out", + "id": "789681401518620722", + "author": "762387276595724308", + "animated": false, + "created": 1608345117, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peepoEZ": { + "name": "peepoEZ", + "id": "546805543994523650", + "author": "543583152350691332", + "animated": false, + "created": 1550439001, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peepofight": { + "name": "peepofight", + "id": "769174195316981800", + "author": "299638454323773440", + "animated": true, + "created": 1603455818, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peepoflames": { + "name": "peepoflames", + "id": "784103390002282496", + "author": "258074344725413889", + "animated": true, + "created": 1607015216, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peepoFlower": { + "name": "peepoFlower", + "id": "773357198050590740", + "author": "397220822197993472", + "animated": false, + "created": 1604453124, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peepoflushed": { + "name": "peepoflushed", + "id": "783116324191600640", + "author": "136253326189658114", + "animated": false, + "created": 1606779881, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peepoGarme": { + "name": "peepoGarme", + "id": "782582816108970014", + "author": "674019507064274964", + "animated": true, + "created": 1606652683, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peepoggers": { + "name": "peepoggers", + "id": "739469338565804085", + "author": "628938327684546570", + "animated": false, + "created": 1596373629, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peepoGiggle": { + "name": "peepoGiggle", + "id": "772425533694803998", + "author": "600654380307447839", + "animated": true, + "created": 1604230998, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peepoGlad": { + "name": "peepoGlad", + "id": "767010663574274068", + "author": "245668715067080704", + "animated": false, + "created": 1602939992, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peepogross": { + "name": "peepogross", + "id": "742792677635915907", + "author": "209280535174971393", + "animated": false, + "created": 1597165974, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peepogun": { + "name": "peepogun", + "id": "785487327945687121", + "author": "274902785865023488", + "animated": false, + "created": 1607345172, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peepohands": { + "name": "peepohands", + "id": "736577390871969862", + "author": "203208699500560385", + "animated": false, + "created": 1595684135, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peepoHappy": { + "name": "peepoHappy", + "id": "560169646305706164", + "author": "507363918822506508", + "animated": false, + "created": 1553625251, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peepohey": { + "name": "peepohey", + "id": "785551639784194068", + "author": "405859539057901568", + "animated": true, + "created": 1607360505, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peepohmm": { + "name": "peepohmm", + "id": "774289148583870545", + "author": "279223421940924416", + "animated": false, + "created": 1604675318, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peepohug": { + "name": "peepohug", + "id": "727151650048966706", + "author": "245607870463213570", + "animated": false, + "created": 1593436863, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peepojam": { + "name": "peepojam", + "id": "785225922080276500", + "author": "114574080442761217", + "animated": false, + "created": 1607282848, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peepoknife": { + "name": "peepoknife", + "id": "559258345647636517", + "author": "205929421444612097", + "animated": false, + "created": 1553407980, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peepolaugh": { + "name": "peepolaugh", + "id": "664754901473296395", + "author": "214777632947044352", + "animated": true, + "created": 1578560319, + "modified": 1579145408, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peepoLaughPoint": { + "name": "peepoLaughPoint", + "id": "785941407994871849", + "author": "355983241200795648", + "animated": false, + "created": 1607453433, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peepoLeave": { + "name": "peepoLeave", + "id": "698590706863702139", + "author": "698525259602591779", + "animated": true, + "created": 1586627404, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peepolegs": { + "name": "peepolegs", + "id": "783357523280396338", + "author": "342431580758999040", + "animated": false, + "created": 1606837387, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peepolove": { + "name": "peepolove", + "id": "527210995614220299", + "author": "408810965610659861", + "animated": false, + "created": 1545767296, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peepolove2": { + "name": "peepolove2", + "id": "769179342684946504", + "author": "748223077669929001", + "animated": false, + "created": 1603457046, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peepoLuv": { + "name": "peepoLuv", + "id": "773987753595240508", + "author": "264572972998721537", + "animated": false, + "created": 1604603460, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peepomadpuke": { + "name": "peepomadpuke", + "id": "786244785248927744", + "author": "425046879047385108", + "animated": true, + "created": 1607525764, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "PeepoMeltDown": { + "name": "PeepoMeltDown", + "id": "772317089599979570", + "author": "727325977755254874", + "animated": true, + "created": 1604205143, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peepoMusic": { + "name": "peepoMusic", + "id": "544850288914333696", + "author": "97204768497209344", + "animated": true, + "created": 1549972831, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peeponeurona": { + "name": "peeponeurona", + "id": "737124981137211532", + "author": "245668715067080704", + "animated": false, + "created": 1595814690, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peeponword": { + "name": "peeponword", + "id": "789662339217227816", + "author": "368558529268809728", + "animated": false, + "created": 1608340572, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peepoocomfy": { + "name": "peepoocomfy", + "id": "783188041530998855", + "author": "581699248568139776", + "animated": true, + "created": 1606796980, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peepoohno": { + "name": "peepoohno", + "id": "782113434728792064", + "author": "690953891482828890", + "animated": true, + "created": 1606540773, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peepoPanties": { + "name": "peepoPanties", + "id": "765608676689051670", + "author": "178993968124526593", + "animated": false, + "created": 1602605733, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peepopelea": { + "name": "peepopelea", + "id": "776149011073073202", + "author": "245668715067080704", + "animated": true, + "created": 1605118744, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "PeepoPing": { + "name": "PeepoPing", + "id": "772496321106018314", + "author": "739554902425993296", + "animated": false, + "created": 1604247875, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peepopizza": { + "name": "peepopizza", + "id": "771625969563205662", + "author": "299927423125028864", + "animated": true, + "created": 1604040367, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peepoplzno": { + "name": "peepoplzno", + "id": "736577266598936637", + "author": "203208699500560385", + "animated": false, + "created": 1595684105, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peepopoint": { + "name": "peepopoint", + "id": "628389404712632361", + "author": "173173971179536385", + "animated": false, + "created": 1569890109, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "PeepoPooPoo": { + "name": "PeepoPooPoo", + "id": "772318060332711936", + "author": "727325977755254874", + "animated": true, + "created": 1604205374, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peepopuke": { + "name": "peepopuke", + "id": "785496790014754816", + "author": "425046879047385108", + "animated": true, + "created": 1607347428, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peeporain": { + "name": "peeporain", + "id": "612650615746854922", + "author": "425046879047385108", + "animated": true, + "created": 1566137689, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peeporaro": { + "name": "peeporaro", + "id": "777261222289473556", + "author": "293107176355004416", + "animated": false, + "created": 1605383916, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peeporiot": { + "name": "peeporiot", + "id": "787741025912881172", + "author": "405859539057901568", + "animated": true, + "created": 1607882496, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peeporobbery": { + "name": "peeporobbery", + "id": "788461948786180186", + "author": "293107176355004416", + "animated": false, + "created": 1608054395, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peeporules": { + "name": "peeporules", + "id": "783485412454694992", + "author": "609791313847517223", + "animated": false, + "created": 1606867878, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peepoRun": { + "name": "peepoRun", + "id": "529080458747707407", + "author": "120600608930660352", + "animated": true, + "created": 1546213011, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peeposaber": { + "name": "peeposaber", + "id": "766556161218052106", + "author": "299927423125028864", + "animated": true, + "created": 1602831630, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peepoSad": { + "name": "peepoSad", + "id": "517181860657233930", + "author": "156717197786480640", + "animated": false, + "created": 1543376164, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peepoSadCat": { + "name": "peepoSadCat", + "id": "756271858625806446", + "author": "397220822197993472", + "animated": false, + "created": 1600379662, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peepoSadLeave": { + "name": "peepoSadLeave", + "id": "785941515234705469", + "author": "355983241200795648", + "animated": true, + "created": 1607453459, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peeposadman": { + "name": "peeposadman", + "id": "640211326781882428", + "author": "425046879047385108", + "animated": false, + "created": 1572708674, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "PeepoSalute": { + "name": "PeepoSalute", + "id": "733470787285287012", + "author": "347949491984269313", + "animated": false, + "created": 1594943463, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peepoSarde": { + "name": "peepoSarde", + "id": "782582625230651422", + "author": "674019507064274964", + "animated": true, + "created": 1606652637, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peepoSEX": { + "name": "peepoSEX", + "id": "783697893244665897", + "author": "674019507064274964", + "animated": true, + "created": 1606918538, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peeposhake": { + "name": "peeposhake", + "id": "785615975361544282", + "author": "245607870463213570", + "animated": true, + "created": 1607375844, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "PeepoShoot": { + "name": "PeepoShoot", + "id": "772312020598259712", + "author": "727325977755254874", + "animated": true, + "created": 1604203934, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "PeepoShrug": { + "name": "PeepoShrug", + "id": "697034251350310933", + "author": "112471608865624064", + "animated": false, + "created": 1586256315, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peeposhy": { + "name": "peeposhy", + "id": "723188345118654839", + "author": "142340276558626816", + "animated": true, + "created": 1592491937, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "PeepoSimp": { + "name": "PeepoSimp", + "id": "767448583321813042", + "author": "718918895527788544", + "animated": true, + "created": 1603044400, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peepoSit": { + "name": "peepoSit", + "id": "764213451048222740", + "author": "467355396919525407", + "animated": true, + "created": 1602273085, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peeposlow": { + "name": "peeposlow", + "id": "691731960208556133", + "author": "337813267777060870", + "animated": true, + "created": 1584992151, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "PeepoSmash": { + "name": "PeepoSmash", + "id": "772313076832665620", + "author": "727325977755254874", + "animated": true, + "created": 1604204186, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peepoSmile": { + "name": "peepoSmile", + "id": "765656658822955048", + "author": "470250441708404746", + "animated": false, + "created": 1602617172, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peepoSpin": { + "name": "peepoSpin", + "id": "769212126916771901", + "author": "397220822197993472", + "animated": true, + "created": 1603464862, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peepostare": { + "name": "peepostare", + "id": "722931962901430312", + "author": "112471608865624064", + "animated": false, + "created": 1592430811, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peepostop": { + "name": "peepostop", + "id": "765666450610192405", + "author": "245668715067080704", + "animated": false, + "created": 1602619507, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peeposweat": { + "name": "peeposweat", + "id": "759775784989622302", + "author": "299927423125028864", + "animated": false, + "created": 1601215063, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peepoThink": { + "name": "peepoThink", + "id": "517182121018785812", + "author": "156717197786480640", + "animated": false, + "created": 1543376226, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peepotrip": { + "name": "peepotrip", + "id": "761537943621337099", + "author": "203208699500560385", + "animated": true, + "created": 1601635194, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peepoumm": { + "name": "peepoumm", + "id": "765447797649702913", + "author": "358457900546654209", + "animated": false, + "created": 1602567376, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peepoweird": { + "name": "peepoweird", + "id": "513817776209788929", + "author": "290510480727080962", + "animated": false, + "created": 1542574151, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peepoWeirdLeave": { + "name": "peepoWeirdLeave", + "id": "764132824952864778", + "author": "397220822197993472", + "animated": true, + "created": 1602253862, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "PeepoWhy": { + "name": "PeepoWhy", + "id": "772312287049547806", + "author": "727325977755254874", + "animated": true, + "created": 1604203998, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peepowide": { + "name": "peepowide", + "id": "589813860836442132", + "author": "240308839243710464", + "animated": false, + "created": 1560692982, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peepoWowCry": { + "name": "peepoWowCry", + "id": "788822479631679529", + "author": "695328902377242735", + "animated": false, + "created": 1608140334, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peepowtf": { + "name": "peepowtf", + "id": "620686643543932943", + "author": "373893861950488576", + "animated": false, + "created": 1561338338, + "modified": 1568058584, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peepoYaali": { + "name": "peepoYaali", + "id": "782581859909500950", + "author": "674019507064274964", + "animated": true, + "created": 1606652455, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peepoYes": { + "name": "peepoYes", + "id": "758101189396398120", + "author": "542557538600878090", + "animated": false, + "created": 1600815808, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pekasher": { + "name": "pekasher", + "id": "753374114735063062", + "author": "270645096758640641", + "animated": true, + "created": 1599688786, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peking_knife": { + "name": "peking_knife", + "id": "785000078191755294", + "author": "756906411295768647", + "animated": false, + "created": 1607229003, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peko": { + "name": "peko", + "id": "727998431813042259", + "author": "73375128251011072", + "animated": true, + "created": 1593638751, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pekocri": { + "name": "pekocri", + "id": "785721434952958032", + "author": "508276261219598347", + "animated": false, + "created": 1607400988, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pekodance1": { + "name": "pekodance1", + "id": "779371525802426378", + "author": "466061790627889167", + "animated": true, + "created": 1605887052, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pekodance2": { + "name": "pekodance2", + "id": "779371572715585576", + "author": "466061790627889167", + "animated": true, + "created": 1605887063, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pekofukkireta": { + "name": "pekofukkireta", + "id": "779371155203162122", + "author": "466061790627889167", + "animated": true, + "created": 1605886963, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pekonejoR": { + "name": "pekonejoR", + "id": "779370841657835550", + "author": "466061790627889167", + "animated": true, + "created": 1605886888, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "PekoPeko": { + "name": "PekoPeko", + "id": "774082088277901323", + "author": "243018958708539392", + "animated": false, + "created": 1604625951, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Pekopog": { + "name": "Pekopog", + "id": "776919924144472115", + "author": "444261303218077709", + "animated": false, + "created": 1605302544, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pekora": { + "name": "pekora", + "id": "779370558609555497", + "author": "515897683219578900", + "animated": true, + "created": 1605886821, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pekorawalk": { + "name": "pekorawalk", + "id": "766496084544716821", + "author": "433099839274745876", + "animated": true, + "created": 1602817307, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pekorazoiuda": { + "name": "pekorazoiuda", + "id": "776919037179199489", + "author": "288070232264933406", + "animated": false, + "created": 1605302333, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pelea": { + "name": "pelea", + "id": "782033663121424405", + "author": "700844233212559372", + "animated": false, + "created": 1606521754, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pelien": { + "name": "pelien", + "id": "745658965496692766", + "author": "660646351863939076", + "animated": false, + "created": 1597849351, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pelosi": { + "name": "pelosi", + "id": "788481566212751401", + "author": "508004255974817802", + "animated": false, + "created": 1608059054, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pelota": { + "name": "pelota", + "id": "760681938377506886", + "author": "586974374675087361", + "animated": false, + "created": 1601431106, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peluche_inexistente": { + "name": "peluche_inexistente", + "id": "781661883663908885", + "author": "706216515963453531", + "animated": false, + "created": 1606433115, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Pen": { + "name": "Pen", + "id": "734629132113281055", + "author": "462391077391958016", + "animated": false, + "created": 1595219633, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pendejo": { + "name": "pendejo", + "id": "698769991415234581", + "author": "581242976504643585", + "animated": false, + "created": 1586670148, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pene": { + "name": "pene", + "id": "594675667103252481", + "author": "200996584077524994", + "animated": false, + "created": 1561852127, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "PeneWaffle": { + "name": "PeneWaffle", + "id": "789351184351756308", + "author": "527593366645506058", + "animated": false, + "created": 1608266387, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "penguin1": { + "name": "penguin1", + "id": "769477275666087947", + "author": "476976775210074114", + "animated": false, + "created": 1603528078, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "penguindance": { + "name": "penguindance", + "id": "768352796352970762", + "author": "677987166076272704", + "animated": true, + "created": 1603259982, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Penguin_Vanish": { + "name": "Penguin_Vanish", + "id": "786709386579935233", + "author": "658316782934949889", + "animated": true, + "created": 1607636534, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "penis": { + "name": "penis", + "id": "499038219854282762", + "author": "381169948971761665", + "animated": false, + "created": 1539050432, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "penis23": { + "name": "penis23", + "id": "780599399058374706", + "author": "437137381494358026", + "animated": false, + "created": 1606179799, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "penita": { + "name": "penita", + "id": "778208198972407870", + "author": "613683732276314114", + "animated": false, + "created": 1605609693, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "penn": { + "name": "penn", + "id": "693933820424093716", + "author": "528990209589903376", + "animated": false, + "created": 1585517115, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Pensamientos": { + "name": "Pensamientos", + "id": "781780367517679616", + "author": "521802133796945962", + "animated": false, + "created": 1606461364, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pensanding": { + "name": "pensanding", + "id": "743650948232249354", + "author": "661789191470055436", + "animated": false, + "created": 1597370602, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pensando": { + "name": "pensando", + "id": "716404537220661313", + "author": "234097420898664448", + "animated": false, + "created": 1590874551, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pensasteque": { + "name": "pensasteque", + "id": "766997352024113163", + "author": "613683732276314114", + "animated": false, + "created": 1602936818, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pensativo": { + "name": "pensativo", + "id": "775705849485852713", + "author": "551929487617425423", + "animated": false, + "created": 1605013086, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "penseve": { + "name": "penseve", + "id": "774278297763708948", + "author": "403597576223326228", + "animated": false, + "created": 1604672731, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pensive": { + "name": "pensive", + "id": "572592114198773760", + "author": "570335320948867096", + "animated": false, + "created": 1556586998, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pensiveaf": { + "name": "pensiveaf", + "id": "715594728900657233", + "author": "229350299909881876", + "animated": true, + "created": 1590681478, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pensivebread": { + "name": "pensivebread", + "id": "555357913087213570", + "author": "181880156275605504", + "animated": false, + "created": 1552478044, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pensiveclown": { + "name": "pensiveclown", + "id": "585461723188690984", + "author": "465530393223888918", + "animated": false, + "created": 1559655352, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pensive_cowboy": { + "name": "pensive_cowboy", + "id": "752932888131141703", + "author": "155367997257678848", + "animated": false, + "created": 1599583589, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pensivecowboy": { + "name": "pensivecowboy", + "id": "667235262387978250", + "author": "328588555586764802", + "animated": false, + "created": 1579151683, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pensiveFast": { + "name": "pensiveFast", + "id": "765486338438856715", + "author": "389791835041693696", + "animated": true, + "created": 1602576565, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pensiveFlexL": { + "name": "pensiveFlexL", + "id": "782113271909187625", + "author": "690953891482828890", + "animated": true, + "created": 1606540735, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pensivefr": { + "name": "pensivefr", + "id": "782673656773345300", + "author": "700050219995496568", + "animated": true, + "created": 1606674341, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pensivemimi": { + "name": "pensivemimi", + "id": "788876197982371840", + "author": "717187106874720287", + "animated": false, + "created": 1608153142, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pensive_transgender_pride_flag": { + "name": "pensive_transgender_pride_flag", + "id": "604899393438613506", + "author": "140516693242937345", + "animated": true, + "created": 1564289654, + "modified": 1564300210, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "pensivo": { + "name": "pensivo", + "id": "670341901840285719", + "author": "362665254058196992", + "animated": false, + "created": 1579892363, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepe": { + "name": "pepe", + "id": "444253385932275725", + "author": "414177583740092417", + "animated": false, + "created": 1526003061, + "modified": 1533892039, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepe1": { + "name": "pepe1", + "id": "784344979597950996", + "author": "527926961427972107", + "animated": true, + "created": 1607072815, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepe36": { + "name": "pepe36", + "id": "784413108738326560", + "author": "371481548404293633", + "animated": false, + "created": 1607089058, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepeAAAAA": { + "name": "pepeAAAAA", + "id": "789469101545488394", + "author": "245668715067080704", + "animated": true, + "created": 1608294501, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "PepeAim": { + "name": "PepeAim", + "id": "772319063891902515", + "author": "727325977755254874", + "animated": true, + "created": 1604205613, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepeasco": { + "name": "pepeasco", + "id": "777669922322907187", + "author": "399279385967853569", + "animated": false, + "created": 1605481357, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepeban": { + "name": "pepeban", + "id": "763424942360100875", + "author": "279223421940924416", + "animated": false, + "created": 1602085090, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepebass": { + "name": "pepebass", + "id": "777620282859847721", + "author": "205686573457604609", + "animated": true, + "created": 1605469523, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepebean": { + "name": "pepebean", + "id": "786156345149227018", + "author": "676134602837852172", + "animated": false, + "created": 1607504678, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepec": { + "name": "pepec", + "id": "773821682959515678", + "author": "714174249975414787", + "animated": true, + "created": 1604563866, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepecat": { + "name": "pepecat", + "id": "773821341677518848", + "author": "714174249975414787", + "animated": false, + "created": 1604563784, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepecaught": { + "name": "pepecaught", + "id": "782113361919082497", + "author": "690953891482828890", + "animated": true, + "created": 1606540756, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Pepe_Cave": { + "name": "Pepe_Cave", + "id": "778384123508031542", + "author": "755613274401144973", + "animated": true, + "created": 1605651636, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepeCD": { + "name": "pepeCD", + "id": "770069008438788186", + "author": "270645096758640641", + "animated": true, + "created": 1603669158, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepeclap": { + "name": "pepeclap", + "id": "721700968584052818", + "author": "645889311161450505", + "animated": true, + "created": 1592137319, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepeclaus": { + "name": "pepeclaus", + "id": "786155026329632778", + "author": "676134602837852172", + "animated": false, + "created": 1607504364, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepeclown": { + "name": "pepeclown", + "id": "642301657270452232", + "author": "196695378341527552", + "animated": true, + "created": 1573207048, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "PepeComfy": { + "name": "PepeComfy", + "id": "771413021503127603", + "author": "331655887074754560", + "animated": false, + "created": 1603989596, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepecouch": { + "name": "pepecouch", + "id": "776806614753345546", + "author": "209280535174971393", + "animated": false, + "created": 1605275529, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepecri": { + "name": "pepecri", + "id": "724415617767047179", + "author": "487585806232453120", + "animated": true, + "created": 1592784542, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepecringe": { + "name": "pepecringe", + "id": "786338845753999411", + "author": "323850809655689216", + "animated": false, + "created": 1607548190, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepecrown": { + "name": "pepecrown", + "id": "786155052179390475", + "author": "676134602837852172", + "animated": false, + "created": 1607504370, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepe_cry": { + "name": "pepe_cry", + "id": "778344526195982376", + "author": "696419699541540974", + "animated": true, + "created": 1605642196, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepecry": { + "name": "pepecry", + "id": "512982431398100992", + "author": "282151793075421195", + "animated": true, + "created": 1542374985, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepeCryDrink": { + "name": "pepeCryDrink", + "id": "782113392063545356", + "author": "690953891482828890", + "animated": true, + "created": 1606540763, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepecute": { + "name": "pepecute", + "id": "773822196635664415", + "author": "714174249975414787", + "animated": false, + "created": 1604563988, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepeD": { + "name": "pepeD", + "id": "632767306560307201", + "author": "150745989836308480", + "animated": true, + "created": 1570933882, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Pepe_Dance": { + "name": "Pepe_Dance", + "id": "778384073173368833", + "author": "755613274401144973", + "animated": true, + "created": 1605651624, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepedance": { + "name": "pepedance", + "id": "415656957261905932", + "author": "113776037812240388", + "animated": true, + "created": 1525387946, + "modified": 1533892039, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepe_dead": { + "name": "pepe_dead", + "id": "762910661525110785", + "author": "703689092554162236", + "animated": true, + "created": 1601962476, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepedrive": { + "name": "pepedrive", + "id": "774436972324323338", + "author": "155104744472313857", + "animated": true, + "created": 1604710562, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepeDS": { + "name": "pepeDS", + "id": "548670022675857414", + "author": "104434187687165952", + "animated": true, + "created": 1550883527, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepeDSS": { + "name": "pepeDSS", + "id": "710013506224783403", + "author": "270645096758640641", + "animated": true, + "created": 1589350811, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "PepeEggplantstroke": { + "name": "PepeEggplantstroke", + "id": "786156086343892994", + "author": "676134602837852172", + "animated": true, + "created": 1607504617, + "modified": 1607514852, + "preserve": false, + "description": null, + "nsfw": "MOD_NSFW" + }, + "pepeenter": { + "name": "pepeenter", + "id": "786156393509421056", + "author": "676134602837852172", + "animated": false, + "created": 1607504690, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepeExit": { + "name": "pepeExit", + "id": "781904871937933348", + "author": "722269789573087233", + "animated": false, + "created": 1606491048, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepefacha": { + "name": "pepefacha", + "id": "771539450349879307", + "author": "434852481693122570", + "animated": false, + "created": 1604019739, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepefight": { + "name": "pepefight", + "id": "615203643959803914", + "author": "587270287633022998", + "animated": true, + "created": 1566746378, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepeflex": { + "name": "pepeflex", + "id": "786156384156254258", + "author": "676134602837852172", + "animated": false, + "created": 1607504688, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepeg": { + "name": "pepeg", + "id": "640042006629974016", + "author": "162413114745159680", + "animated": false, + "created": 1572668305, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepega": { + "name": "pepega", + "id": "513799723929305088", + "author": "334452113264607232", + "animated": false, + "created": 1542569847, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepega1": { + "name": "pepega1", + "id": "778044237786775552", + "author": "717472783445131324", + "animated": false, + "created": 1605570601, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepegaaim": { + "name": "pepegaaim", + "id": "732685829318770688", + "author": "515897683219578900", + "animated": true, + "created": 1594756314, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepegacircle": { + "name": "pepegacircle", + "id": "719369676098109510", + "author": "294523943514013701", + "animated": false, + "created": 1591581496, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepegacredit": { + "name": "pepegacredit", + "id": "776216713321775115", + "author": "342285786185728001", + "animated": true, + "created": 1605134886, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepegadriver": { + "name": "pepegadriver", + "id": "773821872118038539", + "author": "714174249975414787", + "animated": true, + "created": 1604563911, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "PepegaHands": { + "name": "PepegaHands", + "id": "574748083481739267", + "author": "269206837306327042", + "animated": false, + "created": 1557101021, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepegajam": { + "name": "pepegajam", + "id": "731265789310664825", + "author": "609791313847517223", + "animated": true, + "created": 1594417750, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepegang": { + "name": "pepegang", + "id": "787076281282985984", + "author": "349633381694177282", + "animated": false, + "created": 1607724008, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepegapls": { + "name": "pepegapls", + "id": "695190400851247108", + "author": "167267224787222528", + "animated": true, + "created": 1585816707, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepegas": { + "name": "pepegas", + "id": "651827022363885609", + "author": "425046879047385108", + "animated": false, + "created": 1575478072, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepegaswipe": { + "name": "pepegaswipe", + "id": "728725395209453650", + "author": "425046879047385108", + "animated": true, + "created": 1593812073, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepegawh4le": { + "name": "pepegawh4le", + "id": "780834401415856128", + "author": "363841922617573376", + "animated": false, + "created": 1606235828, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepege": { + "name": "pepege", + "id": "768188560112353322", + "author": "245668715067080704", + "animated": false, + "created": 1603220825, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepegiro": { + "name": "pepegiro", + "id": "789325221516542054", + "author": "293107176355004416", + "animated": true, + "created": 1608260197, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepegotem": { + "name": "pepegotem", + "id": "764251497248063498", + "author": "353109234201788427", + "animated": false, + "created": 1602282156, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "PepeGrill": { + "name": "PepeGrill", + "id": "783234660397744129", + "author": "741200634384220191", + "animated": false, + "created": 1606808094, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepe_gun": { + "name": "pepe_gun", + "id": "778344353768407060", + "author": "696419699541540974", + "animated": false, + "created": 1605642155, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "PEPEgun": { + "name": "PEPEgun", + "id": "475230551100358676", + "author": "356091260429402122", + "animated": true, + "created": 1533374192, + "modified": 1533892039, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepehands": { + "name": "pepehands", + "id": "684477794880585793", + "author": "455289384187592704", + "animated": false, + "created": 1583262623, + "modified": 1583266671, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "PepeHappy": { + "name": "PepeHappy", + "id": "738470467098116126", + "author": "405214255433121792", + "animated": false, + "created": 1596135479, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepeheart": { + "name": "pepeheart", + "id": "781115812181180436", + "author": "551841613006110731", + "animated": false, + "created": 1606302922, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepehehe": { + "name": "pepehehe", + "id": "754400412471394455", + "author": "235077293859536898", + "animated": true, + "created": 1599933474, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "PepeHMMM": { + "name": "PepeHMMM", + "id": "784734214461456414", + "author": "193830082983231488", + "animated": false, + "created": 1607165616, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepehug": { + "name": "pepehug", + "id": "740248527443066981", + "author": "450903155572736000", + "animated": false, + "created": 1596559402, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepejam": { + "name": "pepejam", + "id": "620686647331258399", + "author": "336237235936428034", + "animated": true, + "created": 1555675562, + "modified": 1568058584, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepeJAMJAM": { + "name": "pepeJAMJAM", + "id": "632767406036615178", + "author": "150745989836308480", + "animated": true, + "created": 1570933905, + "modified": 1570936712, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "pepejazz": { + "name": "pepejazz", + "id": "727554205539106857", + "author": "662008793022070810", + "animated": false, + "created": 1593532840, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepejedi": { + "name": "pepejedi", + "id": "771412593436131339", + "author": "331655887074754560", + "animated": true, + "created": 1603989494, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepejoker": { + "name": "pepejoker", + "id": "708097491475759134", + "author": "434852481693122570", + "animated": false, + "created": 1588893997, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepe_jump": { + "name": "pepe_jump", + "id": "789119285519187978", + "author": "297961554673008641", + "animated": true, + "created": 1608211098, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepekek": { + "name": "pepekek", + "id": "768186926451785769", + "author": "599426940394405898", + "animated": true, + "created": 1603220435, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepekms": { + "name": "pepekms", + "id": "607663765009334299", + "author": "221837228991578112", + "animated": false, + "created": 1564948731, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepe_kmss": { + "name": "pepe_kmss", + "id": "758103964318433302", + "author": "542557538600878090", + "animated": false, + "created": 1600816470, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepeknife": { + "name": "pepeknife", + "id": "758049446251593750", + "author": "245607870463213570", + "animated": false, + "created": 1600803471, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "PepeLa": { + "name": "PepeLa", + "id": "761606813967188019", + "author": "425046879047385108", + "animated": false, + "created": 1601651614, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepeLaff": { + "name": "pepeLaff", + "id": "788445392701751338", + "author": "245668715067080704", + "animated": false, + "created": 1608050430, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepelaugh": { + "name": "pepelaugh", + "id": "657123263549407232", + "author": "140516693242937345", + "animated": false, + "created": 1576740794, + "modified": 1576740799, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "pepe_laugh_128p": { + "name": "pepe_laugh_128p", + "id": "789176116921237545", + "author": "457569956079337472", + "animated": false, + "created": 1608224648, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepelaugher": { + "name": "pepelaugher", + "id": "788180963326558218", + "author": "353109234201788427", + "animated": false, + "created": 1607987385, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepelaughing": { + "name": "pepelaughing", + "id": "640210461362749440", + "author": "425046879047385108", + "animated": true, + "created": 1572708468, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepelegs": { + "name": "pepelegs", + "id": "787993674817732629", + "author": "304413971350552588", + "animated": true, + "created": 1607942732, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepelook": { + "name": "pepelook", + "id": "786156282834714645", + "author": "676134602837852172", + "animated": false, + "created": 1607504664, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepelove": { + "name": "pepelove", + "id": "607041544951824385", + "author": "186957216161595393", + "animated": false, + "created": 1564800382, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepemad": { + "name": "pepemad", + "id": "786156294519783444", + "author": "676134602837852172", + "animated": false, + "created": 1607504666, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepemeltdown": { + "name": "pepemeltdown", + "id": "736266703855550598", + "author": "255538055555842049", + "animated": true, + "created": 1595610061, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepe_naruto": { + "name": "pepe_naruto", + "id": "785740502329851944", + "author": "515295835555233823", + "animated": true, + "created": 1607405534, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepenarutorun": { + "name": "pepenarutorun", + "id": "775845325398081576", + "author": "323850809655689216", + "animated": true, + "created": 1605046340, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepenervous": { + "name": "pepenervous", + "id": "787997701354160159", + "author": "304413971350552588", + "animated": true, + "created": 1607943692, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepeno": { + "name": "pepeno", + "id": "763423990520741910", + "author": "279223421940924416", + "animated": false, + "created": 1602084863, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepeok": { + "name": "pepeok", + "id": "577330582208380939", + "author": "534026399325880356", + "animated": false, + "created": 1557716737, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepepat": { + "name": "pepepat", + "id": "735167585510883408", + "author": "235077293859536898", + "animated": true, + "created": 1595348011, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepepet": { + "name": "pepepet", + "id": "738933308620144720", + "author": "550549043022135296", + "animated": true, + "created": 1596245829, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepeping": { + "name": "pepeping", + "id": "719330442142285854", + "author": "245607870463213570", + "animated": false, + "created": 1591572142, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "PepePls": { + "name": "PepePls", + "id": "620809069258735616", + "author": "141044302749892608", + "animated": true, + "created": 1568082816, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "PepePog": { + "name": "PepePog", + "id": "733023767760076920", + "author": "626744598248816650", + "animated": false, + "created": 1594836885, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepepoint": { + "name": "pepepoint", + "id": "629340280323309598", + "author": "427050223689531392", + "animated": false, + "created": 1570116815, + "modified": 1585777489, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "pepepopcorn": { + "name": "pepepopcorn", + "id": "773821401869844490", + "author": "714174249975414787", + "animated": true, + "created": 1604563799, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "PepePower": { + "name": "PepePower", + "id": "785552430666350662", + "author": "516638746066550791", + "animated": false, + "created": 1607360694, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepepuke": { + "name": "pepepuke", + "id": "660129609139879967", + "author": "425046879047385108", + "animated": false, + "created": 1577457563, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepepunch": { + "name": "pepepunch", + "id": "767940725299740723", + "author": "434852481693122570", + "animated": false, + "created": 1603161736, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peperain": { + "name": "peperain", + "id": "620686652569813002", + "author": "526609321736273930", + "animated": true, + "created": 1561440964, + "modified": 1568058584, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peperisa": { + "name": "peperisa", + "id": "765391063988830218", + "author": "661789191470055436", + "animated": false, + "created": 1602553850, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peperun": { + "name": "peperun", + "id": "450226080540786688", + "author": "98425391647031296", + "animated": false, + "created": 1527427062, + "modified": 1533892039, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peperunfast": { + "name": "peperunfast", + "id": "602261009234657293", + "author": "209280535174971393", + "animated": true, + "created": 1563660614, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peperungif": { + "name": "peperungif", + "id": "464819791908306945", + "author": "98425391647031296", + "animated": true, + "created": 1530906474, + "modified": 1533892039, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepesaber": { + "name": "pepesaber", + "id": "740771934027120700", + "author": "654898998221733888", + "animated": true, + "created": 1596684192, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepesad": { + "name": "pepesad", + "id": "522955196045852673", + "author": "272094002465996811", + "animated": false, + "created": 1544752634, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepesadjam": { + "name": "pepesadjam", + "id": "789993320255979581", + "author": "714966486359212093", + "animated": true, + "created": 1608419485, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepesadmusic": { + "name": "pepesadmusic", + "id": "780723962044088351", + "author": "355019676935389186", + "animated": true, + "created": 1606209497, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepesalute": { + "name": "pepesalute", + "id": "712418042860273665", + "author": "434852481693122570", + "animated": false, + "created": 1589924097, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepeshake": { + "name": "pepeshake", + "id": "674673481367027743", + "author": "547861735391100931", + "animated": true, + "created": 1580925092, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepeshooter": { + "name": "pepeshooter", + "id": "782949145631129640", + "author": "740005349544820878", + "animated": true, + "created": 1606740022, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepeshrug": { + "name": "pepeshrug", + "id": "786156516537008129", + "author": "676134602837852172", + "animated": false, + "created": 1607504719, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepeshy": { + "name": "pepeshy", + "id": "763424294332006400", + "author": "279223421940924416", + "animated": false, + "created": 1602084935, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepe_simp": { + "name": "pepe_simp", + "id": "773822391780507669", + "author": "714174249975414787", + "animated": true, + "created": 1604564035, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "PepeSimp": { + "name": "PepeSimp", + "id": "744644259516383353", + "author": "695583914508419083", + "animated": false, + "created": 1597607426, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "PepeSip": { + "name": "PepeSip", + "id": "698427632433365002", + "author": "150057308339044354", + "animated": true, + "created": 1586588523, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepesleep": { + "name": "pepesleep", + "id": "778393827860938783", + "author": "284464330089693184", + "animated": false, + "created": 1605653957, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepesmile": { + "name": "pepesmile", + "id": "786156269701562388", + "author": "676134602837852172", + "animated": false, + "created": 1607504660, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepesmug": { + "name": "pepesmug", + "id": "552897914284933122", + "author": "551800291369156623", + "animated": false, + "created": 1551891535, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepestare": { + "name": "pepestare", + "id": "758849048647565382", + "author": "231629637913018370", + "animated": false, + "created": 1600994112, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepeswol": { + "name": "pepeswol", + "id": "783595555301359637", + "author": "242113374811455488", + "animated": false, + "created": 1606894139, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepetabienloco": { + "name": "pepetabienloco", + "id": "787525547885461535", + "author": "293107176355004416", + "animated": true, + "created": 1607831122, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepetakethewheel": { + "name": "pepetakethewheel", + "id": "787992225388036106", + "author": "304413971350552588", + "animated": true, + "created": 1607942386, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepethink": { + "name": "pepethink", + "id": "737133900522061874", + "author": "702021393868521536", + "animated": false, + "created": 1595816817, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepeToiletPaper": { + "name": "pepeToiletPaper", + "id": "786193321532981258", + "author": "547058426392346634", + "animated": false, + "created": 1607513494, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepevil": { + "name": "pepevil", + "id": "741988959344787507", + "author": "425046879047385108", + "animated": false, + "created": 1596974353, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepeW": { + "name": "pepeW", + "id": "771321537223458817", + "author": "299927423125028864", + "animated": false, + "created": 1603967785, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepeweird": { + "name": "pepeweird", + "id": "750547094657564773", + "author": "212962491783839744", + "animated": false, + "created": 1599014771, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepewhale": { + "name": "pepewhale", + "id": "753249737368535219", + "author": "112471608865624064", + "animated": true, + "created": 1599659132, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepewot": { + "name": "pepewot", + "id": "786156234071998485", + "author": "676134602837852172", + "animated": false, + "created": 1607504652, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepeyes": { + "name": "pepeyes", + "id": "763423905708507146", + "author": "279223421940924416", + "animated": false, + "created": 1602084842, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "PepeYikes": { + "name": "PepeYikes", + "id": "764628877473087538", + "author": "702384376620777553", + "animated": false, + "created": 1602372130, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepkekrun": { + "name": "pepkekrun", + "id": "748481489867505744", + "author": "425046879047385108", + "animated": true, + "created": 1598522293, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepo": { + "name": "pepo", + "id": "739369930809409616", + "author": "635458927198470175", + "animated": false, + "created": 1596349928, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepochancla": { + "name": "pepochancla", + "id": "789012116907491328", + "author": "747555334410731672", + "animated": false, + "created": 1608185547, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepochrist": { + "name": "pepochrist", + "id": "752891936972734545", + "author": "428461954064056340", + "animated": false, + "created": 1599573825, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepocry": { + "name": "pepocry", + "id": "739419539615514694", + "author": "635458927198470175", + "animated": false, + "created": 1596361756, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepodance": { + "name": "pepodance", + "id": "448433789312565248", + "author": "144976494710620161", + "animated": true, + "created": 1526999746, + "modified": 1533892039, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepodaytona": { + "name": "pepodaytona", + "id": "780549675610013746", + "author": "287387603206930442", + "animated": false, + "created": 1606167944, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepoescuchandocancionesdecamila": { + "name": "pepoescuchandocancionesdecamila", + "id": "786640482687778816", + "author": "471787957528035338", + "animated": true, + "created": 1607620106, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepoganso": { + "name": "pepoganso", + "id": "756182308616142929", + "author": "364520924227043339", + "animated": true, + "created": 1600358311, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "PepoGroove": { + "name": "PepoGroove", + "id": "532994554236764180", + "author": "140516693242937345", + "animated": false, + "created": 1547146204, + "modified": 1547146217, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "pepohappy": { + "name": "pepohappy", + "id": "757952333987578037", + "author": "112471608865624064", + "animated": false, + "created": 1600780318, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepoHmm": { + "name": "pepoHmm", + "id": "528620163206217728", + "author": "140516693242937345", + "animated": false, + "created": 1546103268, + "modified": 1546103274, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "pepolove": { + "name": "pepolove", + "id": "774288600228954134", + "author": "279223421940924416", + "animated": false, + "created": 1604675188, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepopat": { + "name": "pepopat", + "id": "754843594065707038", + "author": "419623768835620865", + "animated": true, + "created": 1600039137, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepoporro": { + "name": "pepoporro", + "id": "749686824045248644", + "author": "406308174497316865", + "animated": true, + "created": 1598809667, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepoS": { + "name": "pepoS", + "id": "614564802072936448", + "author": "462009203427639319", + "animated": false, + "created": 1566594066, + "modified": 1566594071, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "peposad": { + "name": "peposad", + "id": "753694323983253516", + "author": "419623768835620865", + "animated": false, + "created": 1599765129, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peposemata": { + "name": "peposemata", + "id": "786078633235709976", + "author": "406308174497316865", + "animated": true, + "created": 1607486150, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peposmile": { + "name": "peposmile", + "id": "779455247767568385", + "author": "609791313847517223", + "animated": false, + "created": 1605907012, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepothink": { + "name": "pepothink", + "id": "773822169322487878", + "author": "714174249975414787", + "animated": false, + "created": 1604563982, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepotiembla": { + "name": "pepotiembla", + "id": "687009390410203142", + "author": "302106586401472512", + "animated": true, + "created": 1583866202, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepotienecovidyrecuerdaasuex": { + "name": "pepotienecovidyrecuerdaasuex", + "id": "750468395278925824", + "author": "406308174497316865", + "animated": true, + "created": 1598996008, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepotrigger": { + "name": "pepotrigger", + "id": "789581452005867553", + "author": "546474895660548136", + "animated": true, + "created": 1608321288, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepoWeird": { + "name": "pepoWeird", + "id": "733470751742623774", + "author": "347949491984269313", + "animated": false, + "created": 1594943454, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepper": { + "name": "pepper", + "id": "782747664629366824", + "author": "671834928157294603", + "animated": false, + "created": 1606691986, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peppoweird": { + "name": "peppoweird", + "id": "772205384470757397", + "author": "573511947404705803", + "animated": false, + "created": 1604178510, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peprun": { + "name": "peprun", + "id": "557625967091253269", + "author": "203208699500560385", + "animated": true, + "created": 1553018791, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pepsi": { + "name": "pepsi", + "id": "733357964622168214", + "author": "399671914114711562", + "animated": false, + "created": 1594916564, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "PERA": { + "name": "PERA", + "id": "764214312084176986", + "author": "467355396919525407", + "animated": false, + "created": 1602273290, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pera_culo": { + "name": "pera_culo", + "id": "764567569054695456", + "author": "437222116300029972", + "animated": false, + "created": 1602357513, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "perfect": { + "name": "perfect", + "id": "709222804930953246", + "author": "327493101306249217", + "animated": true, + "created": 1589162293, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "perhaps": { + "name": "perhaps", + "id": "716758450226593886", + "author": "171539705043615744", + "animated": false, + "created": 1590958931, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "perhapsCow": { + "name": "perhapsCow", + "id": "771569960069365761", + "author": "763240979091292180", + "animated": false, + "created": 1604027013, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "perico": { + "name": "perico", + "id": "698652871461437540", + "author": "581242976504643585", + "animated": false, + "created": 1586642224, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "periodt": { + "name": "periodt", + "id": "733842240920748084", + "author": "715640167943110736", + "animated": false, + "created": 1595032024, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Perish": { + "name": "Perish", + "id": "787895931537326100", + "author": "412060716288442378", + "animated": false, + "created": 1607919428, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "permiso": { + "name": "permiso", + "id": "767647965266837535", + "author": "356267162148798465", + "animated": false, + "created": 1603091937, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "permiso2": { + "name": "permiso2", + "id": "779129029860261918", + "author": "613683732276314114", + "animated": true, + "created": 1605829236, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peron": { + "name": "peron", + "id": "778636756316192789", + "author": "727367783897104384", + "animated": false, + "created": 1605711869, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pero_pez": { + "name": "pero_pez", + "id": "782610177492647957", + "author": "245668715067080704", + "animated": false, + "created": 1606659206, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Perra": { + "name": "Perra", + "id": "783040455356710952", + "author": "525464605108076567", + "animated": false, + "created": 1606761792, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "perrachi": { + "name": "perrachi", + "id": "787052990220599317", + "author": "358457900546654209", + "animated": true, + "created": 1607718456, + "modified": 1607726682, + "preserve": false, + "description": null, + "nsfw": "MOD_NSFW" + }, + "perreando": { + "name": "perreando", + "id": "782039044808114216", + "author": "291628634920452096", + "animated": true, + "created": 1606523038, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "perreo": { + "name": "perreo", + "id": "718527499033903107", + "author": "486606674073878540", + "animated": false, + "created": 1591380705, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "perrito": { + "name": "perrito", + "id": "727536998453346315", + "author": "399671914114711562", + "animated": false, + "created": 1593528737, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "PerritoBaile": { + "name": "PerritoBaile", + "id": "782905064112783380", + "author": "741850493088694343", + "animated": true, + "created": 1606729513, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "perro": { + "name": "perro", + "id": "664573323522474054", + "author": "391343598374879232", + "animated": true, + "created": 1578517027, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "perrobaile": { + "name": "perrobaile", + "id": "775544761083494420", + "author": "705888505154502697", + "animated": true, + "created": 1604974680, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "perrodance": { + "name": "perrodance", + "id": "788147836901392445", + "author": "586219689466658816", + "animated": true, + "created": 1607979487, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "perrofacha": { + "name": "perrofacha", + "id": "760537432662999147", + "author": "651173629567959070", + "animated": false, + "created": 1601396654, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "perrogafas": { + "name": "perrogafas", + "id": "787638377854926858", + "author": "441317661100605440", + "animated": false, + "created": 1607858023, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "perropolitico": { + "name": "perropolitico", + "id": "787129096404598795", + "author": "367417452575064075", + "animated": false, + "created": 1607736600, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "perroprivado": { + "name": "perroprivado", + "id": "757645479751450775", + "author": "567140961650737162", + "animated": false, + "created": 1600707158, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "perrowaton": { + "name": "perrowaton", + "id": "787898528629653554", + "author": "727283870461984839", + "animated": false, + "created": 1607920047, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "perroxd": { + "name": "perroxd", + "id": "750829086615535686", + "author": "608769815150198784", + "animated": false, + "created": 1599082004, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "PersonaBaile": { + "name": "PersonaBaile", + "id": "781313391787769857", + "author": "741850493088694343", + "animated": true, + "created": 1606350028, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "person_hamsterwipe": { + "name": "person_hamsterwipe", + "id": "782673953956298824", + "author": "700050219995496568", + "animated": true, + "created": 1606674412, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "perturbador": { + "name": "perturbador", + "id": "705188347919728722", + "author": "396034260089176086", + "animated": false, + "created": 1588200404, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Peru": { + "name": "Peru", + "id": "687086415791521841", + "author": "582926801160896522", + "animated": false, + "created": 1583884567, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peruANO": { + "name": "peruANO", + "id": "696123001346981968", + "author": "552553608521187348", + "animated": false, + "created": 1586039057, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peruvian": { + "name": "peruvian", + "id": "720806748457271296", + "author": "464631748601577473", + "animated": false, + "created": 1591924120, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peruvian_": { + "name": "peruvian_", + "id": "777317247210356746", + "author": "485620901195415585", + "animated": false, + "created": 1605397273, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pervert": { + "name": "pervert", + "id": "716484829859807253", + "author": "383891065939296256", + "animated": false, + "created": 1590893695, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "PES4_IDunnoMan": { + "name": "PES4_IDunnoMan", + "id": "786154752776994856", + "author": "676134602837852172", + "animated": false, + "created": 1607504299, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "PES4_Ignore": { + "name": "PES4_Ignore", + "id": "786154767243542549", + "author": "676134602837852172", + "animated": false, + "created": 1607504302, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "PES4_SadCatLove": { + "name": "PES4_SadCatLove", + "id": "786154778274562068", + "author": "676134602837852172", + "animated": false, + "created": 1607504305, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "PES4_SmugWhiskey": { + "name": "PES4_SmugWhiskey", + "id": "786154820842946561", + "author": "676134602837852172", + "animated": false, + "created": 1607504315, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "PES_Angel": { + "name": "PES_Angel", + "id": "786185996126519317", + "author": "676134602837852172", + "animated": false, + "created": 1607511748, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "PES_EvilRondo": { + "name": "PES_EvilRondo", + "id": "786156159094620220", + "author": "676134602837852172", + "animated": false, + "created": 1607504634, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pesfight": { + "name": "pesfight", + "id": "768833244387999754", + "author": "702536106834526259", + "animated": true, + "created": 1603374529, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "PES_KingSip": { + "name": "PES_KingSip", + "id": "785940849392746506", + "author": "355983241200795648", + "animated": false, + "created": 1607453300, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pesoball": { + "name": "pesoball", + "id": "784227376925114368", + "author": "726110827278499891", + "animated": false, + "created": 1607044776, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "PES_Pathetic": { + "name": "PES_Pathetic", + "id": "775796420426596422", + "author": "566002006511190047", + "animated": false, + "created": 1605034680, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "PES_SipRondo": { + "name": "PES_SipRondo", + "id": "786156115352223754", + "author": "676134602837852172", + "animated": false, + "created": 1607504624, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "PES_Think": { + "name": "PES_Think", + "id": "764471671221911583", + "author": "497033213680680970", + "animated": false, + "created": 1602334649, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pestilence": { + "name": "pestilence", + "id": "788449701023318058", + "author": "717187106874720287", + "animated": false, + "created": 1608051457, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pet": { + "name": "pet", + "id": "762910632508915782", + "author": "703689092554162236", + "animated": false, + "created": 1601962469, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pet22": { + "name": "pet22", + "id": "782310175691243570", + "author": "731734695750008892", + "animated": true, + "created": 1606587680, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "petalaska": { + "name": "petalaska", + "id": "761685128383561809", + "author": "441317661100605440", + "animated": true, + "created": 1601670286, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "petalex": { + "name": "petalex", + "id": "756552782579892237", + "author": "703774846789877862", + "animated": true, + "created": 1600446639, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "petanfur": { + "name": "petanfur", + "id": "774331635713703947", + "author": "703774846789877862", + "animated": true, + "created": 1604685448, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "petape": { + "name": "petape", + "id": "762704812705316896", + "author": "479370177209696267", + "animated": true, + "created": 1601913397, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "petapepoto": { + "name": "petapepoto", + "id": "778615926118678528", + "author": "479370177209696267", + "animated": true, + "created": 1605706902, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "PetAsriel": { + "name": "PetAsriel", + "id": "785294824738914329", + "author": "521802133796945962", + "animated": true, + "created": 1607299276, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "petastolfo": { + "name": "petastolfo", + "id": "766835875338256394", + "author": "463470500719493137", + "animated": true, + "created": 1602898319, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "petbehemo": { + "name": "petbehemo", + "id": "782783292835364884", + "author": "613683732276314114", + "animated": true, + "created": 1606700480, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "petbones": { + "name": "petbones", + "id": "788136875575607306", + "author": "609084285839998986", + "animated": true, + "created": 1607976874, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "petcookie": { + "name": "petcookie", + "id": "761018148786143242", + "author": "510549808646455317", + "animated": true, + "created": 1601511265, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "petcorey": { + "name": "petcorey", + "id": "758905736373075988", + "author": "437222116300029972", + "animated": true, + "created": 1601007627, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "petcorey2": { + "name": "petcorey2", + "id": "764341426812354600", + "author": "437222116300029972", + "animated": true, + "created": 1602303597, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "petcorey3": { + "name": "petcorey3", + "id": "765314364110143498", + "author": "437222116300029972", + "animated": true, + "created": 1602535563, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "petcorey4": { + "name": "petcorey4", + "id": "777982851739680769", + "author": "437222116300029972", + "animated": true, + "created": 1605555966, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "petcorey5": { + "name": "petcorey5", + "id": "784163585903034428", + "author": "437222116300029972", + "animated": true, + "created": 1607029568, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "petcorey6": { + "name": "petcorey6", + "id": "784163648905543680", + "author": "437222116300029972", + "animated": true, + "created": 1607029583, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "petcorey7": { + "name": "petcorey7", + "id": "784163725660782612", + "author": "437222116300029972", + "animated": true, + "created": 1607029601, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Petdan": { + "name": "Petdan", + "id": "777221849595379742", + "author": "521802133796945962", + "animated": true, + "created": 1605374529, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "petdingo": { + "name": "petdingo", + "id": "775198358548774912", + "author": "352617359036514304", + "animated": true, + "created": 1604892091, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "petdingo2": { + "name": "petdingo2", + "id": "782349856554614804", + "author": "352617359036514304", + "animated": true, + "created": 1606597141, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "petdingo3": { + "name": "petdingo3", + "id": "786620341279260682", + "author": "352617359036514304", + "animated": true, + "created": 1607615304, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Peter": { + "name": "Peter", + "id": "771456937992781876", + "author": "724624309154218017", + "animated": false, + "created": 1604000067, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "peteveryone": { + "name": "peteveryone", + "id": "764928622715863080", + "author": "538092861481287701", + "animated": true, + "created": 1602443595, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "petexe": { + "name": "petexe", + "id": "781377038237433867", + "author": "648213430305554434", + "animated": true, + "created": 1606365203, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "PetFelixgus": { + "name": "PetFelixgus", + "id": "782465831992950784", + "author": "425835420820045824", + "animated": true, + "created": 1606624791, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "petfem": { + "name": "petfem", + "id": "779849444207624202", + "author": "538092861481287701", + "animated": true, + "created": 1606000996, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "petfinnih": { + "name": "petfinnih", + "id": "773256698609401926", + "author": "538092861481287701", + "animated": true, + "created": 1604429163, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "petflay": { + "name": "petflay", + "id": "787885089542504480", + "author": "405919056114483204", + "animated": true, + "created": 1607916843, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "petfoat": { + "name": "petfoat", + "id": "773249955255025714", + "author": "769630110806048771", + "animated": true, + "created": 1604427555, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "petfoxel": { + "name": "petfoxel", + "id": "774334722041839626", + "author": "538092861481287701", + "animated": true, + "created": 1604686184, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "petgonza": { + "name": "petgonza", + "id": "788376173255458826", + "author": "761644519245742101", + "animated": true, + "created": 1608033927, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Petgus": { + "name": "Petgus", + "id": "782424445296836628", + "author": "425835420820045824", + "animated": true, + "created": 1606614924, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "PetJacky": { + "name": "PetJacky", + "id": "782423580591915039", + "author": "613683732276314114", + "animated": true, + "created": 1606614718, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "petjere": { + "name": "petjere", + "id": "773250183860977717", + "author": "769630110806048771", + "animated": true, + "created": 1604427610, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "petkat": { + "name": "petkat", + "id": "789501420994297867", + "author": "401765150404902912", + "animated": true, + "created": 1608302207, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "petkill": { + "name": "petkill", + "id": "777913044856209429", + "author": "510549808646455317", + "animated": true, + "created": 1605539322, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "petlaser": { + "name": "petlaser", + "id": "764651664790913034", + "author": "538092861481287701", + "animated": true, + "created": 1602377563, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "petlaser2": { + "name": "petlaser2", + "id": "777814706957582346", + "author": "257659083547607040", + "animated": true, + "created": 1605515877, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "petlilith": { + "name": "petlilith", + "id": "782783375365636098", + "author": "613683732276314114", + "animated": true, + "created": 1606700500, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "PetLimmer": { + "name": "PetLimmer", + "id": "782922869625585706", + "author": "613683732276314114", + "animated": true, + "created": 1606733758, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "petmag": { + "name": "petmag", + "id": "753076441331138601", + "author": "343239064918687745", + "animated": true, + "created": 1599617815, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "petmixell": { + "name": "petmixell", + "id": "768365635495264277", + "author": "410998033761828864", + "animated": true, + "created": 1603263043, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "petmonster": { + "name": "petmonster", + "id": "782754568244166677", + "author": "613683732276314114", + "animated": true, + "created": 1606693632, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "petmozi": { + "name": "petmozi", + "id": "775248083806060596", + "author": "463470500719493137", + "animated": true, + "created": 1604903946, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "PetNex": { + "name": "PetNex", + "id": "756353645401997413", + "author": "521802133796945962", + "animated": true, + "created": 1600399161, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "petome": { + "name": "petome", + "id": "788297355811225671", + "author": "370757129268887553", + "animated": true, + "created": 1608015135, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "petomecron": { + "name": "petomecron", + "id": "788297303697129473", + "author": "370757129268887553", + "animated": true, + "created": 1608015123, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "petpidgeon": { + "name": "petpidgeon", + "id": "764650448568582205", + "author": "538092861481287701", + "animated": true, + "created": 1602377273, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "petpomelo": { + "name": "petpomelo", + "id": "778640146282446908", + "author": "315681625927057409", + "animated": true, + "created": 1605712677, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "petrakan": { + "name": "petrakan", + "id": "765058961363435540", + "author": "463470500719493137", + "animated": true, + "created": 1602474670, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Petrita": { + "name": "Petrita", + "id": "777312281813319710", + "author": "521802133796945962", + "animated": true, + "created": 1605396089, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "petroger": { + "name": "petroger", + "id": "764904759621845062", + "author": "538092861481287701", + "animated": true, + "created": 1602437906, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "petrox": { + "name": "petrox", + "id": "786307595962155008", + "author": "538092861481287701", + "animated": true, + "created": 1607540740, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "petroxxie": { + "name": "petroxxie", + "id": "783370871799545917", + "author": "447277770654089216", + "animated": true, + "created": 1606840570, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "petscorp": { + "name": "petscorp", + "id": "774765347147350026", + "author": "457187793542709249", + "animated": true, + "created": 1604788853, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "petslayer": { + "name": "petslayer", + "id": "760658130744377365", + "author": "648213430305554434", + "animated": true, + "created": 1601425430, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pettheblobsadh": { + "name": "pettheblobsadh", + "id": "789523609319374858", + "author": "717187106874720287", + "animated": true, + "created": 1608307497, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "petthechilde": { + "name": "petthechilde", + "id": "787991561500622889", + "author": "288617134928429056", + "animated": true, + "created": 1607942228, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pet_the_dazai": { + "name": "pet_the_dazai", + "id": "782029394410995722", + "author": "719041454324056105", + "animated": true, + "created": 1606520737, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pettheduck": { + "name": "pettheduck", + "id": "789523510857826364", + "author": "508004255974817802", + "animated": true, + "created": 1608307473, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "petthefrogue": { + "name": "petthefrogue", + "id": "780975366428295228", + "author": "268138992606773248", + "animated": true, + "created": 1606269437, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "petthekat": { + "name": "petthekat", + "id": "762425789853073409", + "author": "208963262094639104", + "animated": true, + "created": 1601846873, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "PETTHEPAIMON": { + "name": "PETTHEPAIMON", + "id": "765991063114219560", + "author": "454376436527005726", + "animated": true, + "created": 1602696900, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "petthepeepo": { + "name": "petthepeepo", + "id": "725670410502406206", + "author": "176356077292486656", + "animated": true, + "created": 1593083708, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "petuke": { + "name": "petuke", + "id": "776558776895143987", + "author": "441317661100605440", + "animated": true, + "created": 1605216440, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "petwhenmomos": { + "name": "petwhenmomos", + "id": "764624419581853706", + "author": "608094111651725322", + "animated": true, + "created": 1602371067, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "petwolf": { + "name": "petwolf", + "id": "775790401545043999", + "author": "469560911477080064", + "animated": true, + "created": 1605033245, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "petzar": { + "name": "petzar", + "id": "761682275262791710", + "author": "538092861481287701", + "animated": true, + "created": 1601669605, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "petzotofox": { + "name": "petzotofox", + "id": "787135050071932939", + "author": "538092861481287701", + "animated": true, + "created": 1607738020, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pew": { + "name": "pew", + "id": "783178186313039913", + "author": "242691348560478209", + "animated": false, + "created": 1606794630, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pewpew": { + "name": "pewpew", + "id": "724608017701797980", + "author": "461974777905545236", + "animated": false, + "created": 1592830414, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pexelente": { + "name": "pexelente", + "id": "783868748074713118", + "author": "704742786225668206", + "animated": false, + "created": 1606959273, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pfft": { + "name": "pfft", + "id": "771572371794559037", + "author": "763240979091292180", + "animated": false, + "created": 1604027588, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "phatdab": { + "name": "phatdab", + "id": "785823219122307082", + "author": "424826839047864320", + "animated": true, + "created": 1607425255, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "phe": { + "name": "phe", + "id": "777393979431452672", + "author": "650561615372222484", + "animated": false, + "created": 1605415568, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "p_heart04": { + "name": "p_heart04", + "id": "786677681952391238", + "author": "718818001633280071", + "animated": false, + "created": 1607628975, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "p_heart34": { + "name": "p_heart34", + "id": "786677159917387789", + "author": "718818001633280071", + "animated": false, + "created": 1607628850, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "phenom": { + "name": "phenom", + "id": "789561396274004009", + "author": "445046781185622027", + "animated": false, + "created": 1608316506, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "phoenixstrike": { + "name": "phoenixstrike", + "id": "786073359837954048", + "author": "739664715646632040", + "animated": false, + "created": 1607484893, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "photoblob": { + "name": "photoblob", + "id": "492048482644000777", + "author": "140516693242937345", + "animated": false, + "created": 1532108932, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "php": { + "name": "php", + "id": "492048484594221066", + "author": "140516693242937345", + "animated": false, + "created": 1532497504, + "modified": 1537383917, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "pi": { + "name": "pi", + "id": "764939823306899466", + "author": "512509857606139905", + "animated": false, + "created": 1602446265, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "piano": { + "name": "piano", + "id": "633856721672208409", + "author": "528990209589903376", + "animated": true, + "created": 1571193619, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pianotime": { + "name": "pianotime", + "id": "774798686260953089", + "author": "524400766346330112", + "animated": true, + "created": 1604796802, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "picali": { + "name": "picali", + "id": "722671691939184720", + "author": "653806638695710721", + "animated": false, + "created": 1592368758, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "picardia": { + "name": "picardia", + "id": "659280531904659459", + "author": "417387399606304788", + "animated": false, + "created": 1577255127, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "picardia2": { + "name": "picardia2", + "id": "781346152166588416", + "author": "453303780449189888", + "animated": false, + "created": 1606357839, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "picardiaet2": { + "name": "picardiaet2", + "id": "719709363857653782", + "author": "257252090642956288", + "animated": false, + "created": 1591662484, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "picardiaet4": { + "name": "picardiaet4", + "id": "760623861531672576", + "author": "257252090642956288", + "animated": false, + "created": 1601417260, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "picardio": { + "name": "picardio", + "id": "774301127440465960", + "author": "408747500288213006", + "animated": false, + "created": 1604678174, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "picardy": { + "name": "picardy", + "id": "633797439438061579", + "author": "455289384187592704", + "animated": false, + "created": 1571179485, + "modified": 1571865530, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "picarvos": { + "name": "picarvos", + "id": "780911849381036094", + "author": "521800936553971719", + "animated": false, + "created": 1606254293, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pichuknife": { + "name": "pichuknife", + "id": "788543235760979978", + "author": "435166381189758998", + "animated": false, + "created": 1608073758, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pichula": { + "name": "pichula", + "id": "709580363562876968", + "author": "463529400886099972", + "animated": false, + "created": 1589247542, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pidge": { + "name": "pidge", + "id": "782166017547173890", + "author": "496037931140513800", + "animated": false, + "created": 1606553310, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pieckalive": { + "name": "pieckalive", + "id": "788280601442385930", + "author": "690848269022003220", + "animated": true, + "created": 1608011141, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pieckdead": { + "name": "pieckdead", + "id": "788279321902317588", + "author": "690848269022003220", + "animated": true, + "created": 1608010835, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pigga": { + "name": "pigga", + "id": "785375332554768454", + "author": "618287304447885312", + "animated": false, + "created": 1607318471, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pigkiss": { + "name": "pigkiss", + "id": "790110023019659285", + "author": "630828485417369620", + "animated": false, + "created": 1608447309, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "PiglinBaile": { + "name": "PiglinBaile", + "id": "782902621996187698", + "author": "741850493088694343", + "animated": true, + "created": 1606728930, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pija": { + "name": "pija", + "id": "718285698758869094", + "author": "667087966857986088", + "animated": false, + "created": 1591323055, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Pika": { + "name": "Pika", + "id": "547915851664326686", + "author": "370348275355615242", + "animated": false, + "created": 1550703718, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pikabicho": { + "name": "pikabicho", + "id": "784814065498849341", + "author": "512509857606139905", + "animated": false, + "created": 1607184654, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pikablob": { + "name": "pikablob", + "id": "492048488717090816", + "author": "140516693242937345", + "animated": false, + "created": 1532109349, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "pikachu": { + "name": "pikachu", + "id": "425387769271943168", + "author": "341952520383627277", + "animated": false, + "created": 1525387947, + "modified": 1533892039, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pikacosa": { + "name": "pikacosa", + "id": "784177025475805254", + "author": "701340890404487219", + "animated": false, + "created": 1607032772, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pika_dance": { + "name": "pika_dance", + "id": "788730104741101589", + "author": "695328902377242735", + "animated": true, + "created": 1608118310, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pikadance": { + "name": "pikadance", + "id": "781178747214233640", + "author": "421532785816240138", + "animated": true, + "created": 1606317927, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "PikaDank": { + "name": "PikaDank", + "id": "773338527723290634", + "author": "515897683219578900", + "animated": false, + "created": 1604448673, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pikaderp": { + "name": "pikaderp", + "id": "772639530099802153", + "author": "291340727319920641", + "animated": false, + "created": 1604282019, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pikaew": { + "name": "pikaew", + "id": "576686788282941441", + "author": "258074344725413889", + "animated": false, + "created": 1557563244, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pikagun": { + "name": "pikagun", + "id": "738025593198608395", + "author": "679596611323953175", + "animated": false, + "created": 1596029413, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pikahm": { + "name": "pikahm", + "id": "789741243554988053", + "author": "435166381189758998", + "animated": false, + "created": 1608359385, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pikalaugh": { + "name": "pikalaugh", + "id": "788048529783259167", + "author": "756906411295768647", + "animated": false, + "created": 1607955810, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pikamee": { + "name": "pikamee", + "id": "771114552975818752", + "author": "466061790627889167", + "animated": false, + "created": 1603918436, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pikaoh": { + "name": "pikaoh", + "id": "757955164769615983", + "author": "676818445068927006", + "animated": false, + "created": 1600780993, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pikaSHOCK": { + "name": "pikaSHOCK", + "id": "779987608201461770", + "author": "536918500686692362", + "animated": true, + "created": 1606033937, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pikastab": { + "name": "pikastab", + "id": "788791978540269578", + "author": "304413971350552588", + "animated": true, + "created": 1608133062, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pikathink": { + "name": "pikathink", + "id": "694038061113278496", + "author": "553008515833135106", + "animated": false, + "created": 1585541968, + "modified": 1585543495, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "PikaThug": { + "name": "PikaThug", + "id": "788723679361499156", + "author": "497766788549836810", + "animated": true, + "created": 1608116779, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pikawhat": { + "name": "pikawhat", + "id": "773297409656750132", + "author": "738859004712976456", + "animated": false, + "created": 1604438869, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pikaxd": { + "name": "pikaxd", + "id": "713451188196081806", + "author": "691838494581981218", + "animated": false, + "created": 1590170418, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pikaz": { + "name": "pikaz", + "id": "785972785822040094", + "author": "706216515963453531", + "animated": false, + "created": 1607460914, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pilin": { + "name": "pilin", + "id": "743613867644682389", + "author": "702283061298987089", + "animated": false, + "created": 1597361761, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pillowpeak": { + "name": "pillowpeak", + "id": "782676748202016778", + "author": "700050219995496568", + "animated": true, + "created": 1606675078, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pilotingaf": { + "name": "pilotingaf", + "id": "776784242905448448", + "author": "353109234201788427", + "animated": true, + "created": 1605270195, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pin": { + "name": "pin", + "id": "705953171196870697", + "author": "692488921673629756", + "animated": false, + "created": 1588382752, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pinapat": { + "name": "pinapat", + "id": "782486645831106602", + "author": "601131588654465051", + "animated": true, + "created": 1606629754, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pinasorprendida": { + "name": "pinasorprendida", + "id": "782484303903719434", + "author": "754517959417790494", + "animated": false, + "created": 1606629197, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pinchesfurros": { + "name": "pinchesfurros", + "id": "730465764880154730", + "author": "359531364019601419", + "animated": false, + "created": 1594227009, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Pinchimono": { + "name": "Pinchimono", + "id": "782787722020257812", + "author": "256953440092028928", + "animated": false, + "created": 1606701536, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ping": { + "name": "ping", + "id": "421128951063117834", + "author": "140516693242937345", + "animated": false, + "created": 1525387947, + "modified": 1533892039, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pinga": { + "name": "pinga", + "id": "721491257142149264", + "author": "496276785353457664", + "animated": false, + "created": 1592087320, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pingas": { + "name": "pingas", + "id": "782323194328514591", + "author": "718976077413744701", + "animated": false, + "created": 1606590784, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pingascute": { + "name": "pingascute", + "id": "782326143746703411", + "author": "276877342008279041", + "animated": false, + "created": 1606591487, + "modified": 1606591555, + "preserve": false, + "description": null, + "nsfw": "MOD_NSFW" + }, + "PingCardia": { + "name": "PingCardia", + "id": "772637777564139551", + "author": "256542988866551817", + "animated": false, + "created": 1604281601, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pingctm": { + "name": "pingctm", + "id": "785975787249467392", + "author": "774605872440803360", + "animated": true, + "created": 1607461630, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pingnom": { + "name": "pingnom", + "id": "665208397519519754", + "author": "214777632947044352", + "animated": true, + "created": 1578668441, + "modified": 1585166796, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "pingoof": { + "name": "pingoof", + "id": "789281856360284210", + "author": "717187106874720287", + "animated": false, + "created": 1608249858, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pingsock": { + "name": "pingsock", + "id": "672476839351943182", + "author": "547861735391100931", + "animated": false, + "created": 1580401372, + "modified": 1580441761, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "ping_teros": { + "name": "ping_teros", + "id": "784758161885888552", + "author": "732455822881193984", + "animated": true, + "created": 1607171325, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pingu1": { + "name": "pingu1", + "id": "772276533124399104", + "author": "727325977755254874", + "animated": true, + "created": 1604195473, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pingu2": { + "name": "pingu2", + "id": "772276600326193192", + "author": "727325977755254874", + "animated": true, + "created": 1604195489, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pingu3": { + "name": "pingu3", + "id": "772276664448581632", + "author": "727325977755254874", + "animated": true, + "created": 1604195505, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pingu4": { + "name": "pingu4", + "id": "772276828521889813", + "author": "727325977755254874", + "animated": true, + "created": 1604195544, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pingubaile": { + "name": "pingubaile", + "id": "775432211464978433", + "author": "705888505154502697", + "animated": true, + "created": 1604947846, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pingubaile2": { + "name": "pingubaile2", + "id": "775492504748556318", + "author": "705888505154502697", + "animated": true, + "created": 1604962221, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pingubaile4": { + "name": "pingubaile4", + "id": "775492578946056212", + "author": "705888505154502697", + "animated": true, + "created": 1604962238, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pinguine": { + "name": "pinguine", + "id": "784342077064347698", + "author": "527926961427972107", + "animated": true, + "created": 1607072123, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pingusad": { + "name": "pingusad", + "id": "776151924692090940", + "author": "705888505154502697", + "animated": false, + "created": 1605119439, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pingusock": { + "name": "pingusock", + "id": "788849309382737941", + "author": "717187106874720287", + "animated": true, + "created": 1608146731, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pink": { + "name": "pink", + "id": "717033390850965515", + "author": "646299863922901012", + "animated": false, + "created": 1591024482, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pink2_sparkle": { + "name": "pink2_sparkle", + "id": "781365186371649546", + "author": "554153287109181440", + "animated": true, + "created": 1606362378, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pink_arrow_DL": { + "name": "pink_arrow_DL", + "id": "788733018998046720", + "author": "721415443700514847", + "animated": true, + "created": 1608119005, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pink_arrow_DR": { + "name": "pink_arrow_DR", + "id": "788733009985273896", + "author": "721415443700514847", + "animated": true, + "created": 1608119003, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pink_arrow_L": { + "name": "pink_arrow_L", + "id": "788733032012972032", + "author": "721415443700514847", + "animated": true, + "created": 1608119008, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pinkmoonwand": { + "name": "pinkmoonwand", + "id": "786084955348009018", + "author": "730519813184815126", + "animated": false, + "created": 1607487658, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pink_star": { + "name": "pink_star", + "id": "786949761857093632", + "author": "718818001633280071", + "animated": false, + "created": 1607693844, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pinochet": { + "name": "pinochet", + "id": "778637510900973578", + "author": "727367783897104384", + "animated": false, + "created": 1605712049, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pins": { + "name": "pins", + "id": "754747033897664573", + "author": "399563322870988812", + "animated": true, + "created": 1600016115, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "piola": { + "name": "piola", + "id": "672850915513991168", + "author": "591464461483900939", + "animated": false, + "created": 1580490559, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "piola3": { + "name": "piola3", + "id": "742785279856738324", + "author": "713115666550620262", + "animated": false, + "created": 1597164211, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "piolaa": { + "name": "piolaa", + "id": "762409697805991956", + "author": "661789191470055436", + "animated": false, + "created": 1601843036, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "piolanavidad": { + "name": "piolanavidad", + "id": "782444590094876682", + "author": "598650793389850644", + "animated": false, + "created": 1606619727, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "piolant": { + "name": "piolant", + "id": "767928271097561118", + "author": "598650793389850644", + "animated": false, + "created": 1603158767, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "piolapersona": { + "name": "piolapersona", + "id": "786872070503792650", + "author": "661789191470055436", + "animated": false, + "created": 1607675321, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "piolas": { + "name": "piolas", + "id": "782060052567031808", + "author": "452839284890664970", + "animated": false, + "created": 1606528046, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pipi": { + "name": "pipi", + "id": "731396863097438268", + "author": "627380860429139977", + "animated": false, + "created": 1594449000, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pipoca": { + "name": "pipoca", + "id": "746512636694495294", + "author": "729015115411750943", + "animated": false, + "created": 1598052882, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pipplechonk": { + "name": "pipplechonk", + "id": "782962416299540491", + "author": "544004454257524746", + "animated": false, + "created": 1606743186, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pisko": { + "name": "pisko", + "id": "786297901948993606", + "author": "302106586401472512", + "animated": false, + "created": 1607538428, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "piss": { + "name": "piss", + "id": "766055588995924028", + "author": "725805550687748186", + "animated": true, + "created": 1602712285, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pistacho": { + "name": "pistacho", + "id": "778434702667284577", + "author": "390156982730096640", + "animated": false, + "created": 1605663695, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pistol": { + "name": "pistol", + "id": "517908651881529347", + "author": "140516693242937345", + "animated": false, + "created": 1543549445, + "modified": 1543549448, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "pistola": { + "name": "pistola", + "id": "694920655992258592", + "author": "320354548105609217", + "animated": false, + "created": 1585752395, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pistolayaya": { + "name": "pistolayaya", + "id": "783075512259706921", + "author": "293107176355004416", + "animated": true, + "created": 1606770151, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pitico": { + "name": "pitico", + "id": "762515254613377024", + "author": "620033832032141313", + "animated": false, + "created": 1601868203, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pito": { + "name": "pito", + "id": "584657099447861256", + "author": "523903605850374145", + "animated": false, + "created": 1559463515, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pium": { + "name": "pium", + "id": "603666054492979200", + "author": "467098286642167819", + "animated": false, + "created": 1563995603, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pixelthenk": { + "name": "pixelthenk", + "id": "757859314651234335", + "author": "428461954064056340", + "animated": false, + "created": 1600758141, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pixuz": { + "name": "pixuz", + "id": "756615405048692847", + "author": "662008793022070810", + "animated": false, + "created": 1600461569, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pizzathonk": { + "name": "pizzathonk", + "id": "784999701371027456", + "author": "756906411295768647", + "animated": false, + "created": 1607228913, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "PL": { + "name": "PL", + "id": "679742306563129398", + "author": "425046879047385108", + "animated": false, + "created": 1582133595, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "platano": { + "name": "platano", + "id": "778639488497877022", + "author": "408747500288213006", + "animated": false, + "created": 1605712520, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "platelet": { + "name": "platelet", + "id": "789953377815494656", + "author": "768741691250311180", + "animated": true, + "created": 1608409962, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "platinum": { + "name": "platinum", + "id": "771571462149767190", + "author": "763240979091292180", + "animated": false, + "created": 1604027371, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Playboypink": { + "name": "Playboypink", + "id": "789361019599978526", + "author": "776340947167739924", + "animated": false, + "created": 1608268732, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "playstation": { + "name": "playstation", + "id": "752533040852369428", + "author": "400562016546455552", + "animated": false, + "created": 1599488258, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Pleading": { + "name": "Pleading", + "id": "753710074244890745", + "author": "673119235081240577", + "animated": false, + "created": 1599768885, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Pleadingpoop": { + "name": "Pleadingpoop", + "id": "786660201688334359", + "author": "405026162109054976", + "animated": false, + "created": 1607624807, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "please": { + "name": "please", + "id": "719845226100817940", + "author": "320877061432672256", + "animated": false, + "created": 1591694876, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Please_pat": { + "name": "Please_pat", + "id": "784439835565490236", + "author": "711751154119475291", + "animated": false, + "created": 1607095431, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pleasure": { + "name": "pleasure", + "id": "782574592572260403", + "author": "674019507064274964", + "animated": true, + "created": 1606650722, + "modified": 1606652030, + "preserve": false, + "description": null, + "nsfw": "MOD_NSFW" + }, + "pleasure2": { + "name": "pleasure2", + "id": "782584232865824768", + "author": "674019507064274964", + "animated": true, + "created": 1606653020, + "modified": 1606660235, + "preserve": false, + "description": null, + "nsfw": "MOD_NSFW" + }, + "ples": { + "name": "ples", + "id": "770822227318145024", + "author": "567390950838501376", + "animated": false, + "created": 1603848740, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pllora": { + "name": "pllora", + "id": "781747219048955915", + "author": "704742786225668206", + "animated": false, + "created": 1606453461, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pLoli": { + "name": "pLoli", + "id": "624462716840706069", + "author": "140516693242937345", + "animated": false, + "created": 1568953913, + "modified": 1568953981, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "pls": { + "name": "pls", + "id": "672364873430073344", + "author": "133592101706399744", + "animated": false, + "created": 1580374677, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "PlsAdmin": { + "name": "PlsAdmin", + "id": "789031256331517962", + "author": "527593366645506058", + "animated": false, + "created": 1608190111, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "plsgimme": { + "name": "plsgimme", + "id": "788448457676423200", + "author": "284819168791101450", + "animated": false, + "created": 1608051161, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pluseleven5mingaia": { + "name": "pluseleven5mingaia", + "id": "788432043562237972", + "author": "112471608865624064", + "animated": false, + "created": 1608047247, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "plush": { + "name": "plush", + "id": "782739710191468594", + "author": "748023719833894942", + "animated": false, + "created": 1606690089, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "plushgun": { + "name": "plushgun", + "id": "782742795453988934", + "author": "748023719833894942", + "animated": false, + "created": 1606690825, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "plushknife": { + "name": "plushknife", + "id": "782742803792003093", + "author": "748023719833894942", + "animated": false, + "created": 1606690827, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Pluto": { + "name": "Pluto", + "id": "779512653088423996", + "author": "634604015216492587", + "animated": false, + "created": 1605920699, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "p_melodycry2": { + "name": "p_melodycry2", + "id": "786676956396519434", + "author": "718818001633280071", + "animated": false, + "created": 1607628802, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "p_melodylove2": { + "name": "p_melodylove2", + "id": "786676989443964948", + "author": "718818001633280071", + "animated": false, + "created": 1607628810, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "p_melodyshock1": { + "name": "p_melodyshock1", + "id": "786676865670447104", + "author": "718818001633280071", + "animated": false, + "created": 1607628780, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pnose": { + "name": "pnose", + "id": "781731796739293256", + "author": "704742786225668206", + "animated": false, + "created": 1606449784, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "p_nuttedon": { + "name": "p_nuttedon", + "id": "787519047096991744", + "author": "325346618364788737", + "animated": false, + "created": 1607829572, + "modified": 1607850522, + "preserve": false, + "description": null, + "nsfw": "MOD_NSFW" + }, + "po": { + "name": "po", + "id": "771944188245835776", + "author": "342923911916421120", + "animated": false, + "created": 1604116236, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pochoclo": { + "name": "pochoclo", + "id": "788301381420974102", + "author": "546474895660548136", + "animated": true, + "created": 1608016095, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "poco": { + "name": "poco", + "id": "675087844565581863", + "author": "226781467089436672", + "animated": false, + "created": 1581023884, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pocotexto": { + "name": "pocotexto", + "id": "715333606137921666", + "author": "396801506180988938", + "animated": false, + "created": 1590619222, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "poetico": { + "name": "poetico", + "id": "691362317501333594", + "author": "620033832032141313", + "animated": false, + "created": 1584904021, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Pog": { + "name": "Pog", + "id": "494298132125974539", + "author": "254056639777210368", + "animated": false, + "created": 1537920284, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pog2": { + "name": "pog2", + "id": "767794554656915476", + "author": "475050981185421312", + "animated": false, + "created": 1603126886, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pog22": { + "name": "pog22", + "id": "787436155833548871", + "author": "640273123165470720", + "animated": false, + "created": 1607809809, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pogchamp": { + "name": "pogchamp", + "id": "620686656340754438", + "author": "140516693242937345", + "animated": false, + "created": 1525387947, + "modified": 1568058586, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "PogChomp": { + "name": "PogChomp", + "id": "742461430778822687", + "author": "231629637913018370", + "animated": false, + "created": 1597086999, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pogdoru": { + "name": "pogdoru", + "id": "784143466367287316", + "author": "185567942555992064", + "animated": false, + "created": 1607024771, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "POGfisg": { + "name": "POGfisg", + "id": "775884597614739466", + "author": "601924780815286284", + "animated": true, + "created": 1605055703, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pogfish": { + "name": "pogfish", + "id": "678775757966934016", + "author": "171050727869906953", + "animated": false, + "created": 1581903151, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pogg": { + "name": "pogg", + "id": "758557113315885118", + "author": "547861735391100931", + "animated": false, + "created": 1600924509, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pogga": { + "name": "pogga", + "id": "774006725367431221", + "author": "609791313847517223", + "animated": false, + "created": 1604607983, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "poggers": { + "name": "poggers", + "id": "492048516412342284", + "author": "229816429577240576", + "animated": false, + "created": 1525387947, + "modified": 1537383924, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "poggers4Ever": { + "name": "poggers4Ever", + "id": "785940910277787689", + "author": "355983241200795648", + "animated": true, + "created": 1607453315, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "poggies": { + "name": "poggies", + "id": "538296215306108932", + "author": "269691188875886593", + "animated": false, + "created": 1548410218, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "PogLamp": { + "name": "PogLamp", + "id": "786586905470173235", + "author": "364295643784806410", + "animated": false, + "created": 1607607332, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "poglick": { + "name": "poglick", + "id": "702950554728529931", + "author": "112471608865624064", + "animated": true, + "created": 1587666872, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pog_lul": { + "name": "pog_lul", + "id": "784666290266570752", + "author": "732455822881193984", + "animated": false, + "created": 1607149422, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pogme": { + "name": "pogme", + "id": "718292266090889306", + "author": "266125398117580802", + "animated": false, + "created": 1591324621, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pogmoyai": { + "name": "pogmoyai", + "id": "783010306887516173", + "author": "738859004712976456", + "animated": false, + "created": 1606754605, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "PogO": { + "name": "PogO", + "id": "684995527892664320", + "author": "438644880152068127", + "animated": false, + "created": 1583386060, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pogoAr": { + "name": "pogoAr", + "id": "776207968709378048", + "author": "242399774462967809", + "animated": false, + "created": 1605132801, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pogoni": { + "name": "pogoni", + "id": "773718280212971520", + "author": "358457900546654209", + "animated": false, + "created": 1604539213, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pogpega": { + "name": "pogpega", + "id": "665199246516944936", + "author": "262033680401301506", + "animated": false, + "created": 1578666259, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pog_pepe": { + "name": "pog_pepe", + "id": "783247521882439690", + "author": "663447617715568650", + "animated": false, + "created": 1606811161, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pogrampu": { + "name": "pogrampu", + "id": "777040087442784286", + "author": "279223421940924416", + "animated": false, + "created": 1605331193, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pogSad": { + "name": "pogSad", + "id": "758102585331810355", + "author": "542557538600878090", + "animated": false, + "created": 1600816141, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pogsatan": { + "name": "pogsatan", + "id": "774408964359061525", + "author": "358457900546654209", + "animated": false, + "created": 1604703884, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "POGSLIDE": { + "name": "POGSLIDE", + "id": "729802195892961370", + "author": "310016207627616256", + "animated": true, + "created": 1594068802, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pogthenk": { + "name": "pogthenk", + "id": "759041123640672286", + "author": "428461954064056340", + "animated": false, + "created": 1601039906, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pogu": { + "name": "pogu", + "id": "549375490842951691", + "author": "104434187687165952", + "animated": false, + "created": 1551051724, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pogXD": { + "name": "pogXD", + "id": "777632565694693427", + "author": "438644880152068127", + "animated": false, + "created": 1605472451, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pogyou": { + "name": "pogyou", + "id": "665272697227444225", + "author": "209280535174971393", + "animated": false, + "created": 1578683771, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Poi": { + "name": "Poi", + "id": "707652877665173624", + "author": "352253181616586754", + "animated": false, + "created": 1588787993, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "poia": { + "name": "poia", + "id": "720310535979008092", + "author": "212026049427537920", + "animated": false, + "created": 1591805814, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "poiamolesta": { + "name": "poiamolesta", + "id": "778975479129833484", + "author": "747555334410731672", + "animated": false, + "created": 1605792627, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "PoiBaka": { + "name": "PoiBaka", + "id": "759855078592741416", + "author": "364645922484781057", + "animated": false, + "created": 1601233968, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "poiblush": { + "name": "poiblush", + "id": "768489611357716480", + "author": "316209084208644096", + "animated": false, + "created": 1603292601, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "poicry": { + "name": "poicry", + "id": "768489427370508297", + "author": "316209084208644096", + "animated": true, + "created": 1603292557, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "PoiDesu": { + "name": "PoiDesu", + "id": "759855089569103943", + "author": "364645922484781057", + "animated": false, + "created": 1601233970, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "PoiGood": { + "name": "PoiGood", + "id": "759855289960366143", + "author": "364645922484781057", + "animated": false, + "created": 1601234018, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "PoiMy": { + "name": "PoiMy", + "id": "759855050595106877", + "author": "364645922484781057", + "animated": false, + "created": 1601233961, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "poinie": { + "name": "poinie", + "id": "779073852884910140", + "author": "638128638700552192", + "animated": false, + "created": 1605816081, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "point": { + "name": "point", + "id": "679126099711623168", + "author": "171539705043615744", + "animated": false, + "created": 1581986679, + "modified": 1585229792, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "pointandlaugh": { + "name": "pointandlaugh", + "id": "782742401676345376", + "author": "748023719833894942", + "animated": false, + "created": 1606690731, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pointless": { + "name": "pointless", + "id": "610840217007554593", + "author": "287711579749744642", + "animated": true, + "created": 1565706056, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pointno": { + "name": "pointno", + "id": "790035512647745567", + "author": "372867277068042240", + "animated": false, + "created": 1608429544, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "poio": { + "name": "poio", + "id": "761732241750491166", + "author": "435166381189758998", + "animated": false, + "created": 1601681518, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "poio2": { + "name": "poio2", + "id": "785713199026536468", + "author": "565682823722434560", + "animated": false, + "created": 1607399024, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "PoiSleep": { + "name": "PoiSleep", + "id": "759855193793363978", + "author": "364645922484781057", + "animated": false, + "created": 1601233995, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "poison": { + "name": "poison", + "id": "788384334419329044", + "author": "297961554673008641", + "animated": false, + "created": 1608035872, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "PoiWave": { + "name": "PoiWave", + "id": "759855066818805790", + "author": "364645922484781057", + "animated": false, + "created": 1601233965, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "PoiWhy": { + "name": "PoiWhy", + "id": "759854918705741865", + "author": "364645922484781057", + "animated": false, + "created": 1601233930, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "PoiWoah": { + "name": "PoiWoah", + "id": "759855178684825601", + "author": "364645922484781057", + "animated": false, + "created": 1601233992, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "poke": { + "name": "poke", + "id": "709424238343487508", + "author": "357222705348739074", + "animated": false, + "created": 1589210318, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Pokeball": { + "name": "Pokeball", + "id": "782350244310548501", + "author": "756253418808672469", + "animated": false, + "created": 1606597233, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pokeHD": { + "name": "pokeHD", + "id": "761234321108893697", + "author": "245668715067080704", + "animated": false, + "created": 1601562805, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pokemon": { + "name": "pokemon", + "id": "701949915487535167", + "author": "262712325625217026", + "animated": false, + "created": 1587428301, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pokerface": { + "name": "pokerface", + "id": "757441220040458372", + "author": "383723642489405441", + "animated": false, + "created": 1600658459, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pokerthenk": { + "name": "pokerthenk", + "id": "757922777478070382", + "author": "428461954064056340", + "animated": false, + "created": 1600773271, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "PolarWalk": { + "name": "PolarWalk", + "id": "783880687475228712", + "author": "697542753449672775", + "animated": true, + "created": 1606962119, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "polidab": { + "name": "polidab", + "id": "780873706649813032", + "author": "521800936553971719", + "animated": false, + "created": 1606245200, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "polillas": { + "name": "polillas", + "id": "726148661985411184", + "author": "399671914114711562", + "animated": false, + "created": 1593197732, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "polishcow": { + "name": "polishcow", + "id": "765675911861239829", + "author": "274574298289799168", + "animated": true, + "created": 1602621763, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "polla": { + "name": "polla", + "id": "745398988701696031", + "author": "703806872221909062", + "animated": false, + "created": 1597787367, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pollo": { + "name": "pollo", + "id": "702680406457188373", + "author": "591464461483900939", + "animated": false, + "created": 1587602464, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Pollo2": { + "name": "Pollo2", + "id": "772662223537045524", + "author": "741850493088694343", + "animated": true, + "created": 1604287429, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "PolloWalk": { + "name": "PolloWalk", + "id": "781732845189464126", + "author": "618287304447885312", + "animated": true, + "created": 1606450034, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pom": { + "name": "pom", + "id": "766383856919511040", + "author": "508288755539640361", + "animated": false, + "created": 1602790550, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "PonteVerga": { + "name": "PonteVerga", + "id": "747316321938571306", + "author": "292436867755016192", + "animated": false, + "created": 1598244495, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pontevergas": { + "name": "pontevergas", + "id": "771102115695165440", + "author": "428330901659713546", + "animated": false, + "created": 1603915470, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "poof": { + "name": "poof", + "id": "675530685121036349", + "author": "666438406104023060", + "animated": true, + "created": 1581129466, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "poorthenk": { + "name": "poorthenk", + "id": "757946429439344661", + "author": "428461954064056340", + "animated": false, + "created": 1600778911, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pop_cat": { + "name": "pop_cat", + "id": "785005556929658892", + "author": "326119107240132622", + "animated": true, + "created": 1607230309, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "popcat": { + "name": "popcat", + "id": "788234043950104596", + "author": "714966486359212093", + "animated": true, + "created": 1608000040, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "popcorn": { + "name": "popcorn", + "id": "572890754243100693", + "author": "373849182433443841", + "animated": true, + "created": 1556658199, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "popdance": { + "name": "popdance", + "id": "684571023894380554", + "author": "302106586401472512", + "animated": true, + "created": 1583284850, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "popopo": { + "name": "popopo", + "id": "783293494952198144", + "author": "525009535950389268", + "animated": true, + "created": 1606822122, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "popopop": { + "name": "popopop", + "id": "786206097601200139", + "author": "676134602837852172", + "animated": true, + "created": 1607516540, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "poppo": { + "name": "poppo", + "id": "695553027343646800", + "author": "281251143139721226", + "animated": true, + "created": 1585903164, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "popuko1": { + "name": "popuko1", + "id": "787223515443101706", + "author": "546474895660548136", + "animated": false, + "created": 1607759112, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "popuko2": { + "name": "popuko2", + "id": "787223751409926175", + "author": "546474895660548136", + "animated": false, + "created": 1607759168, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "popukochi": { + "name": "popukochi", + "id": "782742391957356555", + "author": "748023719833894942", + "animated": false, + "created": 1606690729, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "porcodioelamadonnadicristo": { + "name": "porcodioelamadonnadicristo", + "id": "780101913168314410", + "author": "245607870463213570", + "animated": false, + "created": 1606061189, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "porlafe": { + "name": "porlafe", + "id": "656550066470780944", + "author": "300750461894656011", + "animated": true, + "created": 1576604134, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "porlafe2": { + "name": "porlafe2", + "id": "775042150407995402", + "author": "564111150443266125", + "animated": false, + "created": 1604854848, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "porn": { + "name": "porn", + "id": "678795938390605837", + "author": "460250992370384896", + "animated": false, + "created": 1581907963, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pornhub": { + "name": "pornhub", + "id": "744902155906973806", + "author": "671881696970539019", + "animated": false, + "created": 1597668913, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "porno": { + "name": "porno", + "id": "736046171587608658", + "author": "464961710462205952", + "animated": false, + "created": 1595557482, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "poronga": { + "name": "poronga", + "id": "733139021248856085", + "author": "569378334828396554", + "animated": false, + "created": 1594864363, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "porque": { + "name": "porque", + "id": "659821032261156874", + "author": "300750461894656011", + "animated": false, + "created": 1577383993, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "porra": { + "name": "porra", + "id": "765650260789821460", + "author": "377449121235206146", + "animated": false, + "created": 1602615647, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "porro": { + "name": "porro", + "id": "780896432609558539", + "author": "586365354713022478", + "animated": true, + "created": 1606250617, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pose": { + "name": "pose", + "id": "771411572622229524", + "author": "331655887074754560", + "animated": true, + "created": 1603989251, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "poshthenk": { + "name": "poshthenk", + "id": "757975917577502830", + "author": "428461954064056340", + "animated": false, + "created": 1600785941, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "postgres": { + "name": "postgres", + "id": "689180957831725108", + "author": "285148358815776768", + "animated": false, + "created": 1584383944, + "modified": 1584387451, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "potatino": { + "name": "potatino", + "id": "743594683082473526", + "author": "670458394494238760", + "animated": false, + "created": 1597357187, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "potato": { + "name": "potato", + "id": "788383985222942751", + "author": "297961554673008641", + "animated": false, + "created": 1608035789, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "potatocute": { + "name": "potatocute", + "id": "726057633429061735", + "author": "359713607635697664", + "animated": false, + "created": 1593176029, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "potatovanish": { + "name": "potatovanish", + "id": "781348334689845269", + "author": "448827482179895304", + "animated": true, + "created": 1606358359, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "potatowobble": { + "name": "potatowobble", + "id": "785648395742085202", + "author": "619907069364928533", + "animated": true, + "created": 1607383574, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "potente": { + "name": "potente", + "id": "758022837435891742", + "author": "677814110125031444", + "animated": false, + "created": 1600797127, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "poto": { + "name": "poto", + "id": "704116486955991103", + "author": "398595685072764939", + "animated": true, + "created": 1587944852, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pout": { + "name": "pout", + "id": "664258906775879680", + "author": "651556365722189892", + "animated": false, + "created": 1578442064, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pow": { + "name": "pow", + "id": "743692670412783617", + "author": "513556416628260876", + "animated": true, + "created": 1597380549, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "poweird": { + "name": "poweird", + "id": "688774924633899191", + "author": "112471608865624064", + "animated": false, + "created": 1584287139, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Power": { + "name": "Power", + "id": "781371779226533943", + "author": "363841922617573376", + "animated": false, + "created": 1606363949, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "powerstone": { + "name": "powerstone", + "id": "784149788802285569", + "author": "496037931140513800", + "animated": false, + "created": 1607026278, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pOwo": { + "name": "pOwo", + "id": "643901305471107102", + "author": "517482359243669524", + "animated": false, + "created": 1573588434, + "modified": 1573594670, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "poyo": { + "name": "poyo", + "id": "644290884334125076", + "author": "447230520074567682", + "animated": false, + "created": 1573681317, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "poyopana": { + "name": "poyopana", + "id": "781717037256015912", + "author": "270343119902474240", + "animated": true, + "created": 1606446265, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pp": { + "name": "pp", + "id": "666778343575781387", + "author": "376553492833239051", + "animated": false, + "created": 1579042745, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "p_peachdance": { + "name": "p_peachdance", + "id": "786948063834013706", + "author": "718818001633280071", + "animated": true, + "created": 1607693439, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "p_penguinknife1": { + "name": "p_penguinknife1", + "id": "786677914967212082", + "author": "718818001633280071", + "animated": false, + "created": 1607629030, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "p_penguinstare": { + "name": "p_penguinstare", + "id": "786678820299997184", + "author": "718818001633280071", + "animated": false, + "created": 1607629246, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "p_PepePants": { + "name": "p_PepePants", + "id": "786156434689228812", + "author": "676134602837852172", + "animated": true, + "created": 1607504700, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "PPHop": { + "name": "PPHop", + "id": "734243583267176528", + "author": "255538055555842049", + "animated": true, + "created": 1595127712, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ppog": { + "name": "ppog", + "id": "545794996448788480", + "author": "272094002465996811", + "animated": false, + "created": 1550198067, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ppoverheat": { + "name": "ppoverheat", + "id": "732686913106083971", + "author": "515897683219578900", + "animated": true, + "created": 1594756572, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pq": { + "name": "pq", + "id": "755771908837998592", + "author": "366627806831968257", + "animated": false, + "created": 1600260464, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pr": { + "name": "pr", + "id": "492048570346897428", + "author": "150657331212976128", + "animated": false, + "created": 1525387947, + "modified": 1537383937, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "praisedasun": { + "name": "praisedasun", + "id": "782378143909412895", + "author": "739300261763350600", + "animated": true, + "created": 1606603885, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Pratblushjabkartiha": { + "name": "Pratblushjabkartiha", + "id": "786590710593093644", + "author": "745373578664476892", + "animated": false, + "created": 1607608239, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pray": { + "name": "pray", + "id": "750445839482093589", + "author": "474969149207216138", + "animated": true, + "created": 1598990630, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pr_bandaid1": { + "name": "pr_bandaid1", + "id": "786678370624208956", + "author": "718818001633280071", + "animated": false, + "created": 1607629139, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pr_bow2": { + "name": "pr_bow2", + "id": "786678412906594305", + "author": "718818001633280071", + "animated": false, + "created": 1607629149, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pr_butterfly4": { + "name": "pr_butterfly4", + "id": "786678392291459082", + "author": "718818001633280071", + "animated": false, + "created": 1607629144, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "precio": { + "name": "precio", + "id": "749390645696921662", + "author": "395696844493160449", + "animated": false, + "created": 1598739053, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "precoce": { + "name": "precoce", + "id": "741801628923068477", + "author": "670458394494238760", + "animated": false, + "created": 1596929690, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pregunta": { + "name": "pregunta", + "id": "767197915324088321", + "author": "584556882216353792", + "animated": false, + "created": 1602984636, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "premio": { + "name": "premio", + "id": "759980000958611487", + "author": "705090233615515648", + "animated": false, + "created": 1601263752, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "prepara": { + "name": "prepara", + "id": "766666137127092255", + "author": "704662972739616809", + "animated": false, + "created": 1602857851, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "presio": { + "name": "presio", + "id": "709798804878131210", + "author": "676324374579642388", + "animated": false, + "created": 1589299622, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pressf": { + "name": "pressf", + "id": "744921240329912360", + "author": "498841314927050753", + "animated": false, + "created": 1597673463, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pr_heart16": { + "name": "pr_heart16", + "id": "786677085468360744", + "author": "718818001633280071", + "animated": false, + "created": 1607628833, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Primogem": { + "name": "Primogem", + "id": "765890102307061810", + "author": "376792620418203673", + "animated": false, + "created": 1602672830, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "privaticese": { + "name": "privaticese", + "id": "783066085754011649", + "author": "721319573877424210", + "animated": false, + "created": 1606767903, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "p_roar": { + "name": "p_roar", + "id": "773590514574163988", + "author": "600654380307447839", + "animated": false, + "created": 1604508751, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "proteina": { + "name": "proteina", + "id": "758794815441207356", + "author": "655227024453140512", + "animated": true, + "created": 1600981181, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Protodance": { + "name": "Protodance", + "id": "586481819512340482", + "author": "393567379365560335", + "animated": true, + "created": 1559898562, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ProtogenBaile": { + "name": "ProtogenBaile", + "id": "779940000447201310", + "author": "741850493088694343", + "animated": true, + "created": 1606022586, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "proud": { + "name": "proud", + "id": "620312953895387146", + "author": "233661873382227968", + "animated": false, + "created": 1567964533, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "prusia": { + "name": "prusia", + "id": "777250040041046026", + "author": "293107176355004416", + "animated": false, + "created": 1605381250, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "prxGasm": { + "name": "prxGasm", + "id": "623655953002266624", + "author": "140516693242937345", + "animated": false, + "created": 1568761566, + "modified": 1568761572, + "preserve": true, + "description": null, + "nsfw": "MOD_NSFW" + }, + "PS": { + "name": "PS", + "id": "782609503740100618", + "author": "293107176355004416", + "animated": false, + "created": 1606659045, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ps5": { + "name": "ps5", + "id": "777590690464268299", + "author": "503924871353335814", + "animated": false, + "created": 1605462467, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pShota": { + "name": "pShota", + "id": "624462965768323102", + "author": "140293604726800385", + "animated": false, + "created": 1568953973, + "modified": 1568953981, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "psy": { + "name": "psy", + "id": "775130075170734130", + "author": "423915249662427137", + "animated": false, + "created": 1604875811, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "psychi": { + "name": "psychi", + "id": "782287556132864032", + "author": "293107176355004416", + "animated": false, + "created": 1606582287, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "PsyCrack": { + "name": "PsyCrack", + "id": "783107075373793291", + "author": "302106586401472512", + "animated": false, + "created": 1606777676, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Psyduck": { + "name": "Psyduck", + "id": "721080176943038635", + "author": "302106586401472512", + "animated": false, + "created": 1591989311, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "p_Teddy": { + "name": "p_Teddy", + "id": "782674910107271228", + "author": "700050219995496568", + "animated": false, + "created": 1606674640, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ptm": { + "name": "ptm", + "id": "711019607212687432", + "author": "529227757423558687", + "animated": false, + "created": 1589590684, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ptmflowet": { + "name": "ptmflowet", + "id": "774699836498903040", + "author": "293107176355004416", + "animated": false, + "created": 1604773234, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Ptmggius": { + "name": "Ptmggius", + "id": "781559891043024936", + "author": "368558529268809728", + "animated": false, + "created": 1606408798, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ptmplatano": { + "name": "ptmplatano", + "id": "768145845244788777", + "author": "293107176355004416", + "animated": false, + "created": 1603210641, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ptmplatanoo": { + "name": "ptmplatanoo", + "id": "772555122403967026", + "author": "293107176355004416", + "animated": false, + "created": 1604261894, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ptmplatanooo": { + "name": "ptmplatanooo", + "id": "773279248253321237", + "author": "489049747349438465", + "animated": false, + "created": 1604434539, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "p_toybox": { + "name": "p_toybox", + "id": "788732939633557505", + "author": "721415443700514847", + "animated": false, + "created": 1608118986, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "PUBGM": { + "name": "PUBGM", + "id": "789182820768677908", + "author": "694588377743228968", + "animated": false, + "created": 1608226246, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pucha": { + "name": "pucha", + "id": "667029251492544512", + "author": "391343598374879232", + "animated": true, + "created": 1579102566, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "puchero": { + "name": "puchero", + "id": "784513848408670218", + "author": "431225704563081216", + "animated": false, + "created": 1607113077, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pug": { + "name": "pug", + "id": "732708213262123068", + "author": "626137162290561054", + "animated": true, + "created": 1594761651, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "PugBaile": { + "name": "PugBaile", + "id": "782909702446383104", + "author": "741850493088694343", + "animated": true, + "created": 1606730618, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pugDance": { + "name": "pugDance", + "id": "771570006437789696", + "author": "763240979091292180", + "animated": true, + "created": 1604027024, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "PuggoDance": { + "name": "PuggoDance", + "id": "786156102613598230", + "author": "676134602837852172", + "animated": true, + "created": 1607504621, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "puke": { + "name": "puke", + "id": "497724811032920065", + "author": "244508568517083136", + "animated": false, + "created": 1538737285, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pukery": { + "name": "pukery", + "id": "760898302245470218", + "author": "203208699500560385", + "animated": true, + "created": 1601482692, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "PulidoMamadisimo": { + "name": "PulidoMamadisimo", + "id": "764905624815009822", + "author": "336682771995164684", + "animated": false, + "created": 1602438112, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pum": { + "name": "pum", + "id": "691362083983458428", + "author": "620033832032141313", + "animated": false, + "created": 1584903966, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "punchwaman": { + "name": "punchwaman", + "id": "764583272722071619", + "author": "725836189558636656", + "animated": true, + "created": 1602361257, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "punchXD": { + "name": "punchXD", + "id": "788550445840072734", + "author": "750794811224752160", + "animated": false, + "created": 1608075476, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "PU_Pogoo": { + "name": "PU_Pogoo", + "id": "784146655024775208", + "author": "742349989795201065", + "animated": false, + "created": 1607025531, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "puppyrun": { + "name": "puppyrun", + "id": "786156220309831730", + "author": "676134602837852172", + "animated": true, + "created": 1607504649, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "puro": { + "name": "puro", + "id": "587347672831229974", + "author": "497841425904435203", + "animated": false, + "created": 1560104997, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Purobaile": { + "name": "Purobaile", + "id": "789679933949476913", + "author": "788499057798414398", + "animated": true, + "created": 1608344767, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "PuroDance": { + "name": "PuroDance", + "id": "788783583066193932", + "author": "527593366645506058", + "animated": true, + "created": 1608131061, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "puro_pat": { + "name": "puro_pat", + "id": "787713721311952897", + "author": "692353244529426465", + "animated": true, + "created": 1607875986, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "PurpleGuy": { + "name": "PurpleGuy", + "id": "699338632674410638", + "author": "435515741517643777", + "animated": false, + "created": 1586805723, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "purple_hearts": { + "name": "purple_hearts", + "id": "781878835859423232", + "author": "548201429584838677", + "animated": true, + "created": 1606484841, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "PurpleStud": { + "name": "PurpleStud", + "id": "782149187043196938", + "author": "496037931140513800", + "animated": true, + "created": 1606549297, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pusheenblob": { + "name": "pusheenblob", + "id": "492048572179677195", + "author": "140516693242937345", + "animated": false, + "created": 1532109313, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "pussy": { + "name": "pussy", + "id": "511357370765410319", + "author": "376159435258593290", + "animated": false, + "created": 1541987532, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "puta": { + "name": "puta", + "id": "584658334385307658", + "author": "531653885543317508", + "animated": false, + "created": 1559463809, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "puta2": { + "name": "puta2", + "id": "788449733210537984", + "author": "740457917374922765", + "animated": false, + "created": 1608051465, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "putabida": { + "name": "putabida", + "id": "681208742314115135", + "author": "658269515783864320", + "animated": false, + "created": 1582483220, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "putamadrediosyaviene": { + "name": "putamadrediosyaviene", + "id": "789183909538955294", + "author": "727283870461984839", + "animated": false, + "created": 1608226506, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "putazo": { + "name": "putazo", + "id": "779947870387437568", + "author": "701103722453008518", + "animated": false, + "created": 1606024463, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pute": { + "name": "pute", + "id": "773822376546009098", + "author": "714174249975414787", + "animated": false, + "created": 1604564031, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "putin": { + "name": "putin", + "id": "701500412791881729", + "author": "389235933716938762", + "animated": true, + "created": 1587321131, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "puto": { + "name": "puto", + "id": "582332991817383936", + "author": "514491301560057877", + "animated": true, + "created": 1558909404, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "puto_luis": { + "name": "puto_luis", + "id": "783043409773854720", + "author": "506217102622064651", + "animated": false, + "created": 1606762497, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "putos": { + "name": "putos", + "id": "760881640669970443", + "author": "680493273990955123", + "animated": false, + "created": 1601478719, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "pypi": { + "name": "pypi", + "id": "492048574826283018", + "author": "356091260429402122", + "animated": false, + "created": 1535265560, + "modified": 1537383938, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "python": { + "name": "python", + "id": "492048577099595781", + "author": "140516693242937345", + "animated": false, + "created": 1525875125, + "modified": 1537383939, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "python2": { + "name": "python2", + "id": "492048578773123072", + "author": "140516693242937345", + "animated": false, + "created": 1525387947, + "modified": 1537383939, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "python3": { + "name": "python3", + "id": "492048580417290251", + "author": "140516693242937345", + "animated": false, + "created": 1525387947, + "modified": 1537383940, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "Qassam": { + "name": "Qassam", + "id": "789668644874616832", + "author": "608769815150198784", + "animated": false, + "created": 1608342076, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "qbheart": { + "name": "qbheart", + "id": "786186280324169749", + "author": "676134602837852172", + "animated": true, + "created": 1607511816, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "qe": { + "name": "qe", + "id": "788431087981953044", + "author": "453303780449189888", + "animated": false, + "created": 1608047019, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "qienporongasos": { + "name": "qienporongasos", + "id": "786801666535849984", + "author": "761590261502574682", + "animated": false, + "created": 1607658535, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "qiensos": { + "name": "qiensos", + "id": "732118446795391008", + "author": "359531364019601419", + "animated": false, + "created": 1594621039, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "qiqiweird": { + "name": "qiqiweird", + "id": "775331724296323072", + "author": "209280535174971393", + "animated": false, + "created": 1604923888, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "qque": { + "name": "qque", + "id": "765394422253748245", + "author": "370757129268887553", + "animated": false, + "created": 1602554650, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "qt": { + "name": "qt", + "id": "785891620159619102", + "author": "666294632300412928", + "animated": false, + "created": 1607441563, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "qtierno": { + "name": "qtierno", + "id": "785381899622416404", + "author": "358457900546654209", + "animated": false, + "created": 1607320036, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "qu": { + "name": "qu", + "id": "780588810878451722", + "author": "391034154705485836", + "animated": false, + "created": 1606177275, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Quby004": { + "name": "Quby004", + "id": "786154717998481409", + "author": "676134602837852172", + "animated": true, + "created": 1607504290, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Quby005": { + "name": "Quby005", + "id": "786154735220424714", + "author": "676134602837852172", + "animated": true, + "created": 1607504294, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "que": { + "name": "que", + "id": "599217360024633354", + "author": "342084411224752128", + "animated": false, + "created": 1562934951, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "que22": { + "name": "que22", + "id": "789607759909355521", + "author": "640273123165470720", + "animated": false, + "created": 1608327561, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "quedaste": { + "name": "quedaste", + "id": "766181038279098388", + "author": "450903155572736000", + "animated": false, + "created": 1602742194, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "quede": { + "name": "quede", + "id": "741900765890740256", + "author": "705592580196270120", + "animated": false, + "created": 1596953326, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "quedeLoL": { + "name": "quedeLoL", + "id": "782765482674618388", + "author": "601131588654465051", + "animated": false, + "created": 1606696234, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "quedo": { + "name": "quedo", + "id": "789837981699407873", + "author": "586219689466658816", + "animated": false, + "created": 1608382449, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "quee": { + "name": "quee", + "id": "776230280075411477", + "author": "466061790627889167", + "animated": false, + "created": 1605138120, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "quehiciste": { + "name": "quehiciste", + "id": "678070601432170526", + "author": "417138170430357524", + "animated": false, + "created": 1581735029, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "quehino": { + "name": "quehino", + "id": "786085545796304916", + "author": "325346618364788737", + "animated": true, + "created": 1607487798, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Quepasa": { + "name": "Quepasa", + "id": "777500743246413886", + "author": "708962087937769484", + "animated": false, + "created": 1605441022, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "quepasomaster": { + "name": "quepasomaster", + "id": "686666211500884030", + "author": "631964191409963013", + "animated": false, + "created": 1583784382, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "queso": { + "name": "queso", + "id": "674714609919328257", + "author": "658269515783864320", + "animated": false, + "created": 1580934898, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "quetalloquis": { + "name": "quetalloquis", + "id": "786296539903164446", + "author": "302106586401472512", + "animated": false, + "created": 1607538103, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "quewea": { + "name": "quewea", + "id": "785046873542098944", + "author": "689614029555236964", + "animated": false, + "created": 1607240160, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "quickball": { + "name": "quickball", + "id": "784224657942511678", + "author": "726110827278499891", + "animated": false, + "created": 1607044128, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "quicoxd": { + "name": "quicoxd", + "id": "788260477091708950", + "author": "705580144936484915", + "animated": false, + "created": 1608006343, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "quien": { + "name": "quien", + "id": "759339022173601862", + "author": "523362457050284044", + "animated": false, + "created": 1601110930, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "quien_pingeo": { + "name": "quien_pingeo", + "id": "775159670272032788", + "author": "618287304447885312", + "animated": false, + "created": 1604882867, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "quiensos": { + "name": "quiensos", + "id": "729355610117767268", + "author": "705592580196270120", + "animated": false, + "created": 1593962328, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "quieres": { + "name": "quieres", + "id": "582075212300943360", + "author": "97104885337575424", + "animated": false, + "created": 1558847945, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "quiet2": { + "name": "quiet2", + "id": "789555354769686528", + "author": "568113558202875914", + "animated": false, + "created": 1608315065, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "quitese1": { + "name": "quitese1", + "id": "780953295505981470", + "author": "604314705175117838", + "animated": false, + "created": 1606264175, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "rabu": { + "name": "rabu", + "id": "786591357807886377", + "author": "745373578664476892", + "animated": false, + "created": 1607608393, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "rachel": { + "name": "rachel", + "id": "787731249832656896", + "author": "373893861950488576", + "animated": true, + "created": 1607880165, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "racistcartoon": { + "name": "racistcartoon", + "id": "782154983021084672", + "author": "496037931140513800", + "animated": true, + "created": 1606550679, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Racpaws": { + "name": "Racpaws", + "id": "782978423395057675", + "author": "577326591902875670", + "animated": false, + "created": 1606747003, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "raedab": { + "name": "raedab", + "id": "757364080217555064", + "author": "662008793022070810", + "animated": false, + "created": 1600640067, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "rage": { + "name": "rage", + "id": "631673233686659092", + "author": "152847981220069377", + "animated": false, + "created": 1570673034, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "raging": { + "name": "raging", + "id": "786152813147324477", + "author": "676134602837852172", + "animated": true, + "created": 1607503836, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "RaikoCry": { + "name": "RaikoCry", + "id": "788548798761926677", + "author": "394963849834659840", + "animated": false, + "created": 1608075084, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "raikodance": { + "name": "raikodance", + "id": "773361827697524796", + "author": "739936426799661086", + "animated": true, + "created": 1604454228, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "rainbawoo": { + "name": "rainbawoo", + "id": "492048586234789898", + "author": "140516693242937345", + "animated": false, + "created": 1527731442, + "modified": 1537383941, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "rainblob": { + "name": "rainblob", + "id": "492048587941871626", + "author": "140516693242937345", + "animated": false, + "created": 1531976441, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "RainbowArnosGrapeFish": { + "name": "RainbowArnosGrapeFish", + "id": "783460475152498708", + "author": "328327250682576897", + "animated": true, + "created": 1606861933, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "RainBowAYAYA": { + "name": "RainBowAYAYA", + "id": "787810934307160134", + "author": "660670358050832404", + "animated": true, + "created": 1607899163, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "rainbowcatshrug": { + "name": "rainbowcatshrug", + "id": "786154802827886592", + "author": "676134602837852172", + "animated": true, + "created": 1607504311, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "RainbowF": { + "name": "RainbowF", + "id": "788233583860252734", + "author": "527593366645506058", + "animated": false, + "created": 1607999931, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "raised_eyebrow": { + "name": "raised_eyebrow", + "id": "519485839261171720", + "author": "140516693242937345", + "animated": false, + "created": 1543925475, + "modified": 1546034884, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "Rakanaaah": { + "name": "Rakanaaah", + "id": "783344777718530069", + "author": "521802133796945962", + "animated": false, + "created": 1606834348, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ralsei": { + "name": "ralsei", + "id": "742245017527255070", + "author": "610238556006383825", + "animated": true, + "created": 1597035402, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "RalseiBaile": { + "name": "RalseiBaile", + "id": "779822496869515274", + "author": "741850493088694343", + "animated": true, + "created": 1605994571, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ranaconflow": { + "name": "ranaconflow", + "id": "789743119046148096", + "author": "747555334410731672", + "animated": false, + "created": 1608359832, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "rancio": { + "name": "rancio", + "id": "781009419974475817", + "author": "546444302348320778", + "animated": false, + "created": 1606277560, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "rangupog": { + "name": "rangupog", + "id": "780925513127559198", + "author": "418989117163175948", + "animated": false, + "created": 1606257551, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "rape": { + "name": "rape", + "id": "695075781185110036", + "author": "461818566510116895", + "animated": true, + "created": 1585789380, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "RaphiWink": { + "name": "RaphiWink", + "id": "782740781222985738", + "author": "507735062955950080", + "animated": false, + "created": 1606690344, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "raph_peek": { + "name": "raph_peek", + "id": "782676761112215622", + "author": "700050219995496568", + "animated": false, + "created": 1606675081, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "raph_yawm": { + "name": "raph_yawm", + "id": "782676728573067264", + "author": "700050219995496568", + "animated": false, + "created": 1606675073, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "rasbun": { + "name": "rasbun", + "id": "771280826863976448", + "author": "498084138507567105", + "animated": false, + "created": 1603958079, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "rashappy": { + "name": "rashappy", + "id": "750520433287102584", + "author": "353109234201788427", + "animated": false, + "created": 1599008415, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "rashappyextreme": { + "name": "rashappyextreme", + "id": "750523771756085248", + "author": "353109234201788427", + "animated": false, + "created": 1599009211, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "raspeeposad": { + "name": "raspeeposad", + "id": "749851990334373958", + "author": "353109234201788427", + "animated": false, + "created": 1598849046, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "rassparkles": { + "name": "rassparkles", + "id": "701984030106845194", + "author": "498084138507567105", + "animated": true, + "created": 1587436435, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "rasweird": { + "name": "rasweird", + "id": "595017369500516353", + "author": "105066469422796800", + "animated": false, + "created": 1561933595, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "rata": { + "name": "rata", + "id": "775189812168622150", + "author": "718976077413744701", + "animated": false, + "created": 1604890053, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "rataconpistola": { + "name": "rataconpistola", + "id": "785286694542901259", + "author": "406308174497316865", + "animated": false, + "created": 1607297338, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ratalia": { + "name": "ratalia", + "id": "740790942411259945", + "author": "571189564786606082", + "animated": true, + "created": 1596688724, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ratatuile": { + "name": "ratatuile", + "id": "785944231872954392", + "author": "702536106834526259", + "animated": false, + "created": 1607454107, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "rataxd": { + "name": "rataxd", + "id": "718157790119723049", + "author": "348642480138485760", + "animated": false, + "created": 1591292560, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "RatDog": { + "name": "RatDog", + "id": "788745943113662494", + "author": "524919681753284630", + "animated": false, + "created": 1608122087, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "RatSimp": { + "name": "RatSimp", + "id": "749362769715003533", + "author": "308452846834155530", + "animated": false, + "created": 1598732406, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ravefox": { + "name": "ravefox", + "id": "767200767383175209", + "author": "553972113602641930", + "animated": false, + "created": 1602985316, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "raven": { + "name": "raven", + "id": "672057298923028498", + "author": "281563194843987968", + "animated": false, + "created": 1580301346, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "RavenMains": { + "name": "RavenMains", + "id": "723118433754939415", + "author": "425046879047385108", + "animated": false, + "created": 1592475269, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ravi": { + "name": "ravi", + "id": "781409099677564958", + "author": "274724839670153218", + "animated": true, + "created": 1606372847, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "raw": { + "name": "raw", + "id": "784341916811657216", + "author": "431225704563081216", + "animated": false, + "created": 1607072085, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "raw1": { + "name": "raw1", + "id": "784343398995066880", + "author": "431225704563081216", + "animated": false, + "created": 1607072438, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "raw2": { + "name": "raw2", + "id": "784348684778209330", + "author": "431225704563081216", + "animated": false, + "created": 1607073699, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "rawr": { + "name": "rawr", + "id": "775037227768086528", + "author": "303963315061915648", + "animated": false, + "created": 1604853674, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "RaySmile": { + "name": "RaySmile", + "id": "781347893759967232", + "author": "448827482179895304", + "animated": false, + "created": 1606358254, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "raziya": { + "name": "raziya", + "id": "787722816383615006", + "author": "182850025007742976", + "animated": false, + "created": 1607878154, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "razon": { + "name": "razon", + "id": "776865334614556752", + "author": "453303780449189888", + "animated": false, + "created": 1605289529, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "razorweird": { + "name": "razorweird", + "id": "775331750339149824", + "author": "209280535174971393", + "animated": false, + "created": 1604923894, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Rbear_dead": { + "name": "Rbear_dead", + "id": "782673681691967499", + "author": "700050219995496568", + "animated": true, + "created": 1606674347, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Rbear_hug": { + "name": "Rbear_hug", + "id": "782673669259264080", + "author": "700050219995496568", + "animated": false, + "created": 1606674344, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "rcagaste": { + "name": "rcagaste", + "id": "776193220555964466", + "author": "659572887086170113", + "animated": false, + "created": 1605129284, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "r_catboy": { + "name": "r_catboy", + "id": "788732861452124160", + "author": "721415443700514847", + "animated": false, + "created": 1608118968, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "r_catgrl": { + "name": "r_catgrl", + "id": "788732875427282944", + "author": "721415443700514847", + "animated": false, + "created": 1608118971, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "RE": { + "name": "RE", + "id": "456867149714292737", + "author": "284926618714243074", + "animated": false, + "created": 1529010416, + "modified": 1533892039, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "reacao": { + "name": "reacao", + "id": "764587720206581760", + "author": "703704158665965568", + "animated": false, + "created": 1602362318, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "realitystone": { + "name": "realitystone", + "id": "784149834357014568", + "author": "496037931140513800", + "animated": false, + "created": 1607026289, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "really": { + "name": "really", + "id": "701551683150282812", + "author": "617138733459832866", + "animated": false, + "created": 1587333355, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "realshit": { + "name": "realshit", + "id": "539847455798460421", + "author": "376162092882853900", + "animated": false, + "created": 1548780063, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "rebotin": { + "name": "rebotin", + "id": "777252924623028264", + "author": "705888505154502697", + "animated": false, + "created": 1605381937, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "re_clapclap": { + "name": "re_clapclap", + "id": "786949268707213313", + "author": "718818001633280071", + "animated": true, + "created": 1607693726, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Reconfirmo": { + "name": "Reconfirmo", + "id": "668527882443685888", + "author": "476119413473673226", + "animated": false, + "created": 1579459867, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "recontraputo": { + "name": "recontraputo", + "id": "786804139815993344", + "author": "293107176355004416", + "animated": false, + "created": 1607659125, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "red": { + "name": "red", + "id": "682294165735735341", + "author": "600878457886474251", + "animated": true, + "created": 1582742005, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "red2": { + "name": "red2", + "id": "773604586077421629", + "author": "436639693073809418", + "animated": true, + "created": 1604512106, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "RED_296": { + "name": "RED_296", + "id": "785742471614562304", + "author": "715606162224971898", + "animated": true, + "created": 1607406003, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "redcape": { + "name": "redcape", + "id": "781348589036240906", + "author": "448827482179895304", + "animated": false, + "created": 1606358420, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "reddit": { + "name": "reddit", + "id": "768217731949920346", + "author": "496037931140513800", + "animated": false, + "created": 1603227780, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "reder": { + "name": "reder", + "id": "775427567464218734", + "author": "452839284890664970", + "animated": false, + "created": 1604946738, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "reder2": { + "name": "reder2", + "id": "777721158665633813", + "author": "452839284890664970", + "animated": false, + "created": 1605493575, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "reder3": { + "name": "reder3", + "id": "786336794312310804", + "author": "452839284890664970", + "animated": false, + "created": 1607547701, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "reder4": { + "name": "reder4", + "id": "786378707685867530", + "author": "452839284890664970", + "animated": false, + "created": 1607557694, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "RedF": { + "name": "RedF", + "id": "788233508841586709", + "author": "527593366645506058", + "animated": false, + "created": 1607999913, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "redkilling": { + "name": "redkilling", + "id": "783359224208949288", + "author": "330070979927605260", + "animated": false, + "created": 1606837793, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "redlaflame": { + "name": "redlaflame", + "id": "790091079848296458", + "author": "219580469933506560", + "animated": false, + "created": 1608442792, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "redstaru": { + "name": "redstaru", + "id": "786052140434587689", + "author": "592064686896185433", + "animated": false, + "created": 1607479834, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "redtick": { + "name": "redtick", + "id": "492049233546051584", + "author": "140516693242937345", + "animated": false, + "created": 1531976453, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "REE": { + "name": "REE", + "id": "422106310595837953", + "author": "386592467027492876", + "animated": true, + "created": 1525387947, + "modified": 1533892039, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "REEE": { + "name": "REEE", + "id": "416117480516485121", + "author": "140516693242937345", + "animated": false, + "created": 1525387947, + "modified": 1533892039, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Reeee": { + "name": "Reeee", + "id": "424560897998979072", + "author": "316771497014198272", + "animated": false, + "created": 1525387947, + "modified": 1533892039, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "reeeee": { + "name": "reeeee", + "id": "722681067298881548", + "author": "384734346734469121", + "animated": false, + "created": 1592370993, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "reeeeee": { + "name": "reeeeee", + "id": "692309068110495744", + "author": "169058139285487616", + "animated": false, + "created": 1585129744, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "reek": { + "name": "reek", + "id": "768928988491415576", + "author": "258074344725413889", + "animated": false, + "created": 1603397357, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ReginaCrocodileTears": { + "name": "ReginaCrocodileTears", + "id": "788955776545980426", + "author": "462547159032659973", + "animated": true, + "created": 1608172115, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "RegionEU": { + "name": "RegionEU", + "id": "782883614240145479", + "author": "683736512776372266", + "animated": false, + "created": 1606724399, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "RegionNA": { + "name": "RegionNA", + "id": "782883448086986753", + "author": "683736512776372266", + "animated": false, + "created": 1606724359, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "RegionOCE": { + "name": "RegionOCE", + "id": "782883701377204225", + "author": "683736512776372266", + "animated": false, + "created": 1606724419, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "regret": { + "name": "regret", + "id": "772784789811232768", + "author": "488694672441737236", + "animated": false, + "created": 1604316652, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "regreteverything": { + "name": "regreteverything", + "id": "782458948317741056", + "author": "488694672441737236", + "animated": false, + "created": 1606623150, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "rei": { + "name": "rei", + "id": "780896834629140493", + "author": "586365354713022478", + "animated": false, + "created": 1606250713, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "rei_chikita": { + "name": "rei_chikita", + "id": "782264835567648770", + "author": "469243442904432640", + "animated": false, + "created": 1606576870, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Reijin": { + "name": "Reijin", + "id": "789466845572497419", + "author": "245668715067080704", + "animated": false, + "created": 1608293963, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "reimu": { + "name": "reimu", + "id": "708408246960128040", + "author": "511549289558966285", + "animated": true, + "created": 1588968087, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "reimudab": { + "name": "reimudab", + "id": "782319180363071488", + "author": "718976077413744701", + "animated": false, + "created": 1606589827, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "reimudance": { + "name": "reimudance", + "id": "773363072269418527", + "author": "739936426799661086", + "animated": true, + "created": 1604454524, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "reimufacepalm": { + "name": "reimufacepalm", + "id": "782325619748503553", + "author": "718976077413744701", + "animated": false, + "created": 1606591362, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ReimuPeek": { + "name": "ReimuPeek", + "id": "782662731840749598", + "author": "441764984012144651", + "animated": false, + "created": 1606671736, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "reindeerblob": { + "name": "reindeerblob", + "id": "492049235873759233", + "author": "140516693242937345", + "animated": false, + "created": 1531976723, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "reisen": { + "name": "reisen", + "id": "708344025832226827", + "author": "511549289558966285", + "animated": true, + "created": 1588952776, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "relacionessexuales": { + "name": "relacionessexuales", + "id": "789186173699620884", + "author": "727283870461984839", + "animated": false, + "created": 1608227046, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "relax": { + "name": "relax", + "id": "781357784506564608", + "author": "753681432718737480", + "animated": false, + "created": 1606360612, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "rem": { + "name": "rem", + "id": "696114823867400282", + "author": "552553608521187348", + "animated": false, + "created": 1586037107, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "remiblock": { + "name": "remiblock", + "id": "764136301527171092", + "author": "185567942555992064", + "animated": false, + "created": 1602254691, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "remilia": { + "name": "remilia", + "id": "708529999220572191", + "author": "511549289558966285", + "animated": true, + "created": 1588997115, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "RemThink": { + "name": "RemThink", + "id": "781343593239281685", + "author": "448827482179895304", + "animated": false, + "created": 1606357229, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "remy": { + "name": "remy", + "id": "773364554692296734", + "author": "739936426799661086", + "animated": false, + "created": 1604454878, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "remyma": { + "name": "remyma", + "id": "787367843616391188", + "author": "163352673456881667", + "animated": true, + "created": 1607793522, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ren_haiiiii": { + "name": "ren_haiiiii", + "id": "788490167350460436", + "author": "225038304079380480", + "animated": false, + "created": 1608061105, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ren_Haiti": { + "name": "ren_Haiti", + "id": "789584890898939994", + "author": "225038304079380480", + "animated": false, + "created": 1608322107, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "renshrug": { + "name": "renshrug", + "id": "784032509750149141", + "author": "293107176355004416", + "animated": false, + "created": 1606998317, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "repoop": { + "name": "repoop", + "id": "783138978463350804", + "author": "276877342008279041", + "animated": false, + "created": 1606785282, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "report": { + "name": "report", + "id": "755773492603125832", + "author": "621875607839440916", + "animated": false, + "created": 1600260842, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "reputo": { + "name": "reputo", + "id": "687065339963768900", + "author": "543468933974589440", + "animated": false, + "created": 1583879542, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "rerata": { + "name": "rerata", + "id": "786184017346428938", + "author": "543468933974589440", + "animated": false, + "created": 1607511276, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "residentsleeper": { + "name": "residentsleeper", + "id": "515161388096815113", + "author": "156717197786480640", + "animated": false, + "created": 1542894446, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "resitas": { + "name": "resitas", + "id": "627831100034777088", + "author": "425046879047385108", + "animated": true, + "created": 1569756998, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "resleep": { + "name": "resleep", + "id": "737820140023840889", + "author": "353109234201788427", + "animated": false, + "created": 1595980429, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "respect": { + "name": "respect", + "id": "711586308631560273", + "author": "317319342523940865", + "animated": false, + "created": 1589725796, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "retard": { + "name": "retard", + "id": "695510123111645215", + "author": "673279003762622486", + "animated": false, + "created": 1585892935, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "retarded": { + "name": "retarded", + "id": "773976849457479751", + "author": "381866876483141632", + "animated": false, + "created": 1604600860, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "retardedchie": { + "name": "retardedchie", + "id": "778647944848080958", + "author": "279764106926620684", + "animated": true, + "created": 1605714536, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "retrol": { + "name": "retrol", + "id": "776863804641771520", + "author": "453303780449189888", + "animated": false, + "created": 1605289164, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Reus": { + "name": "Reus", + "id": "748553514577297460", + "author": "407646561141522443", + "animated": false, + "created": 1598539465, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "reusdrogado": { + "name": "reusdrogado", + "id": "750876181347303515", + "author": "407646561141522443", + "animated": false, + "created": 1599093232, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "reusescupiendo": { + "name": "reusescupiendo", + "id": "752277132834766849", + "author": "407646561141522443", + "animated": true, + "created": 1599427245, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "revel": { + "name": "revel", + "id": "781309827074490399", + "author": "293107176355004416", + "animated": false, + "created": 1606349178, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "reverse": { + "name": "reverse", + "id": "508728519782694930", + "author": "400329759898337280", + "animated": false, + "created": 1541360752, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "reverse1": { + "name": "reverse1", + "id": "769263743174705212", + "author": "406558013848289281", + "animated": false, + "created": 1603477168, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "reverse2": { + "name": "reverse2", + "id": "784415322764738650", + "author": "406558013848289281", + "animated": false, + "created": 1607089586, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "reverse_card": { + "name": "reverse_card", + "id": "745126696386166886", + "author": "501201955851599893", + "animated": false, + "created": 1597722448, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "reversecard": { + "name": "reversecard", + "id": "599257907556777985", + "author": "282919291672723467", + "animated": false, + "created": 1562944619, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "reversedbog": { + "name": "reversedbog", + "id": "786309876183859221", + "author": "329215542730948609", + "animated": false, + "created": 1607541283, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "reverserealm": { + "name": "reverserealm", + "id": "787997773001523220", + "author": "294383386393575426", + "animated": true, + "created": 1607943709, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "revive": { + "name": "revive", + "id": "743161498922385469", + "author": "532025158865780756", + "animated": false, + "created": 1597253908, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "revivethechat": { + "name": "revivethechat", + "id": "786700163896705024", + "author": "711736084438057031", + "animated": false, + "created": 1607634335, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "rexpog": { + "name": "rexpog", + "id": "790020921397477396", + "author": "679596611323953175", + "animated": false, + "created": 1608426065, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "rey": { + "name": "rey", + "id": "780682056249901057", + "author": "741850493088694343", + "animated": false, + "created": 1606199506, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "r_fh_vampi_dance": { + "name": "r_fh_vampi_dance", + "id": "785742029841367060", + "author": "715606162224971898", + "animated": true, + "created": 1607405898, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "r_fh_wipeki_cycle": { + "name": "r_fh_wipeki_cycle", + "id": "785742041576505355", + "author": "715606162224971898", + "animated": true, + "created": 1607405901, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "RG_vomito": { + "name": "RG_vomito", + "id": "780895020554387476", + "author": "434521154745663488", + "animated": true, + "created": 1606250281, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "rhweird": { + "name": "rhweird", + "id": "695465994872946688", + "author": "294946270861328385", + "animated": false, + "created": 1585882414, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "rhysangy": { + "name": "rhysangy", + "id": "782106518056861746", + "author": "690953891482828890", + "animated": true, + "created": 1606539124, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ri": { + "name": "ri", + "id": "773365629574578216", + "author": "739936426799661086", + "animated": false, + "created": 1604455134, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "rianse": { + "name": "rianse", + "id": "755634131244941332", + "author": "567140961650737162", + "animated": false, + "created": 1600227615, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Ricardao": { + "name": "Ricardao", + "id": "556679952800546836", + "author": "311533937853857793", + "animated": true, + "created": 1552793243, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ricardo": { + "name": "ricardo", + "id": "534605603969040384", + "author": "408760177916117003", + "animated": false, + "created": 1547530308, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ricardoRGB": { + "name": "ricardoRGB", + "id": "784469977784647701", + "author": "772637906304892958", + "animated": true, + "created": 1607102617, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ricardosmile": { + "name": "ricardosmile", + "id": "774509869054033972", + "author": "125807113569042432", + "animated": false, + "created": 1604727942, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "riceball": { + "name": "riceball", + "id": "789130791505756211", + "author": "562613937531518986", + "animated": false, + "created": 1608213842, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "richasf": { + "name": "richasf", + "id": "740504170506747916", + "author": "300283548470870016", + "animated": true, + "created": 1596620352, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "richsu": { + "name": "richsu", + "id": "781462607004958730", + "author": "112471608865624064", + "animated": false, + "created": 1606385604, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "richthenk": { + "name": "richthenk", + "id": "757946595571531827", + "author": "428461954064056340", + "animated": false, + "created": 1600778950, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Rick": { + "name": "Rick", + "id": "786154692362633227", + "author": "676134602837852172", + "animated": true, + "created": 1607504284, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "rickblob": { + "name": "rickblob", + "id": "492049241456377896", + "author": "140516693242937345", + "animated": false, + "created": 1532109055, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "rickroll": { + "name": "rickroll", + "id": "756835242945544204", + "author": "410983710083776522", + "animated": true, + "created": 1600513983, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "rico": { + "name": "rico", + "id": "694067106286796800", + "author": "488496599148920842", + "animated": true, + "created": 1585548893, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ridi": { + "name": "ridi", + "id": "769310318832123914", + "author": "512509857606139905", + "animated": false, + "created": 1603488273, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "riendose": { + "name": "riendose", + "id": "782029102768455690", + "author": "508054192758194176", + "animated": true, + "created": 1606520667, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "rig": { + "name": "rig", + "id": "780625103817277450", + "author": "293107176355004416", + "animated": false, + "created": 1606185928, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "RighteousJustice": { + "name": "RighteousJustice", + "id": "784574848436928532", + "author": "476918199061839902", + "animated": false, + "created": 1607127620, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "rikaroll": { + "name": "rikaroll", + "id": "751606272771752077", + "author": "488054792325824532", + "animated": true, + "created": 1599267299, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "rikka1": { + "name": "rikka1", + "id": "525639327687114783", + "author": "140516693242937345", + "animated": true, + "created": 1545392581, + "modified": 1545392849, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "rikka10": { + "name": "rikka10", + "id": "525639375564963843", + "author": "140516693242937345", + "animated": true, + "created": 1545392593, + "modified": 1545392849, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "rikka11": { + "name": "rikka11", + "id": "525639435501568000", + "author": "140516693242937345", + "animated": true, + "created": 1545392607, + "modified": 1545392849, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "rikka12break": { + "name": "rikka12break", + "id": "525639496298004480", + "author": "140516693242937345", + "animated": true, + "created": 1545392621, + "modified": 1545392849, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "rikka13": { + "name": "rikka13", + "id": "525639552627376128", + "author": "140516693242937345", + "animated": true, + "created": 1545392635, + "modified": 1545392849, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "rikka14": { + "name": "rikka14", + "id": "525639591877672960", + "author": "140516693242937345", + "animated": true, + "created": 1545392644, + "modified": 1545392849, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "rikka15": { + "name": "rikka15", + "id": "525639641609666590", + "author": "140516693242937345", + "animated": true, + "created": 1545392656, + "modified": 1545392849, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "rikka16end": { + "name": "rikka16end", + "id": "525639705665077258", + "author": "140516693242937345", + "animated": true, + "created": 1545392671, + "modified": 1545392849, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "rikka2": { + "name": "rikka2", + "id": "525639746274197505", + "author": "140516693242937345", + "animated": true, + "created": 1545392681, + "modified": 1545392849, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "rikka3": { + "name": "rikka3", + "id": "525639788548849664", + "author": "140516693242937345", + "animated": true, + "created": 1545392691, + "modified": 1545392849, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "rikka4break": { + "name": "rikka4break", + "id": "525639832861671424", + "author": "140516693242937345", + "animated": true, + "created": 1545392702, + "modified": 1545392849, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "rikka5": { + "name": "rikka5", + "id": "525639881641164801", + "author": "140516693242937345", + "animated": true, + "created": 1545392713, + "modified": 1545392849, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "rikka6": { + "name": "rikka6", + "id": "525639940294443009", + "author": "140516693242937345", + "animated": true, + "created": 1545392727, + "modified": 1545392849, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "rikka7": { + "name": "rikka7", + "id": "525639977346924544", + "author": "140516693242937345", + "animated": true, + "created": 1545392736, + "modified": 1545392849, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "rikka8break": { + "name": "rikka8break", + "id": "525640016127459340", + "author": "140516693242937345", + "animated": true, + "created": 1545392745, + "modified": 1545392849, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "rikka9": { + "name": "rikka9", + "id": "525640098054668318", + "author": "140516693242937345", + "animated": true, + "created": 1545392765, + "modified": 1545392849, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "riko": { + "name": "riko", + "id": "703098385401511996", + "author": "335807632243687434", + "animated": false, + "created": 1587702118, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "riko2": { + "name": "riko2", + "id": "781204550828556348", + "author": "320955944659976192", + "animated": false, + "created": 1606324079, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "rikoriko": { + "name": "rikoriko", + "id": "788482140894789632", + "author": "754517959417790494", + "animated": true, + "created": 1608059191, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "rili": { + "name": "rili", + "id": "603988475066318851", + "author": "461030999917330443", + "animated": false, + "created": 1564072474, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "rin": { + "name": "rin", + "id": "761216603467415593", + "author": "508276261219598347", + "animated": false, + "created": 1601558581, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "rinablobcat": { + "name": "rinablobcat", + "id": "492049242710605824", + "author": "140516693242937345", + "animated": true, + "created": 1532485989, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "rindance": { + "name": "rindance", + "id": "773362124307038239", + "author": "739936426799661086", + "animated": true, + "created": 1604454298, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "rindancecb": { + "name": "rindancecb", + "id": "753049890212413531", + "author": "185567942555992064", + "animated": true, + "created": 1599611484, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "RingoMgMgMg": { + "name": "RingoMgMgMg", + "id": "777375420727164948", + "author": "441764984012144651", + "animated": false, + "created": 1605411143, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "rinhappy": { + "name": "rinhappy", + "id": "786085426963677201", + "author": "730519813184815126", + "animated": false, + "created": 1607487770, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "RinThankyou": { + "name": "RinThankyou", + "id": "786085487650668545", + "author": "730519813184815126", + "animated": false, + "created": 1607487785, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "riolu": { + "name": "riolu", + "id": "759416461860667412", + "author": "396288507930476556", + "animated": true, + "created": 1601129393, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Riolu22": { + "name": "Riolu22", + "id": "772940117349761064", + "author": "731734695750008892", + "animated": false, + "created": 1604353684, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "RioluBaile": { + "name": "RioluBaile", + "id": "779466543431811121", + "author": "741850493088694343", + "animated": true, + "created": 1605909705, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "rioluspin": { + "name": "rioluspin", + "id": "764972403129712660", + "author": "396288507930476556", + "animated": true, + "created": 1602454033, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "rip": { + "name": "rip", + "id": "461448120925028353", + "author": "140516693242937345", + "animated": false, + "created": 1530102605, + "modified": 1533892039, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ripchat": { + "name": "ripchat", + "id": "719659018565713940", + "author": "472585871602876427", + "animated": false, + "created": 1591650480, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ripgpu": { + "name": "ripgpu", + "id": "773969288465219624", + "author": "293107176355004416", + "animated": false, + "created": 1604599058, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ripkat": { + "name": "ripkat", + "id": "782300151179902996", + "author": "665573758756716554", + "animated": false, + "created": 1606585290, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "riridesu": { + "name": "riridesu", + "id": "788364872458174474", + "author": "448827482179895304", + "animated": false, + "created": 1608031232, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "risa": { + "name": "risa", + "id": "676966083214966806", + "author": "509882221730201612", + "animated": false, + "created": 1581471691, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "rise": { + "name": "rise", + "id": "712341997201129605", + "author": "151690845857251328", + "animated": true, + "created": 1589905966, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "risitas": { + "name": "risitas", + "id": "535646458096123915", + "author": "256056872254177281", + "animated": true, + "created": 1547778467, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ritsudance": { + "name": "ritsudance", + "id": "766727329355005992", + "author": "203208699500560385", + "animated": true, + "created": 1602872440, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ritsudream": { + "name": "ritsudream", + "id": "781625857927806986", + "author": "336021639970029569", + "animated": false, + "created": 1606424526, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "RitsuFarm": { + "name": "RitsuFarm", + "id": "758710257429512224", + "author": "425046879047385108", + "animated": false, + "created": 1600961021, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ritsumaths": { + "name": "ritsumaths", + "id": "781579309915045910", + "author": "425046879047385108", + "animated": false, + "created": 1606413428, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ritsunever": { + "name": "ritsunever", + "id": "782322920922939412", + "author": "425046879047385108", + "animated": false, + "created": 1606590719, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ritsuscreen": { + "name": "ritsuscreen", + "id": "719646116169384008", + "author": "256056872254177281", + "animated": false, + "created": 1591647404, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "RitsuSleep": { + "name": "RitsuSleep", + "id": "776468016362815518", + "author": "425046879047385108", + "animated": false, + "created": 1605194801, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ritsuspak": { + "name": "ritsuspak", + "id": "783737203879706656", + "author": "566468845854785536", + "animated": false, + "created": 1606927910, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "RitsuSpeak": { + "name": "RitsuSpeak", + "id": "695333762954821682", + "author": "373893861950488576", + "animated": false, + "created": 1585850887, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ritsuswipe": { + "name": "ritsuswipe", + "id": "784180468638941254", + "author": "425046879047385108", + "animated": true, + "created": 1607033593, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ritsutrap": { + "name": "ritsutrap", + "id": "780465889849638912", + "author": "425046879047385108", + "animated": true, + "created": 1606147968, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "rllynigga": { + "name": "rllynigga", + "id": "786693935703523368", + "author": "232614369773617152", + "animated": true, + "created": 1607632850, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "rms": { + "name": "rms", + "id": "502555586181857332", + "author": "140516693242937345", + "animated": false, + "created": 1539889055, + "modified": 1539889061, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "rmsparkles": { + "name": "rmsparkles", + "id": "703322974220058644", + "author": "149597754249838592", + "animated": true, + "created": 1587755664, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "rmweird": { + "name": "rmweird", + "id": "595017509065981982", + "author": "105066469422796800", + "animated": false, + "created": 1561933629, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "rnb_poggers": { + "name": "rnb_poggers", + "id": "785695675613970452", + "author": "696795888676503594", + "animated": false, + "created": 1607394846, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "rnb_pogmabye": { + "name": "rnb_pogmabye", + "id": "785695731217334293", + "author": "696795888676503594", + "animated": false, + "created": 1607394860, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "roach": { + "name": "roach", + "id": "665624750210547742", + "author": "210797762768404480", + "animated": true, + "created": 1578767707, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "roachitas": { + "name": "roachitas", + "id": "704922731610636309", + "author": "298827100016607232", + "animated": true, + "created": 1588137076, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "RoadRoller": { + "name": "RoadRoller", + "id": "739605120551092224", + "author": "685552025462636566", + "animated": true, + "created": 1596406002, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "roar": { + "name": "roar", + "id": "788513141339848754", + "author": "717187106874720287", + "animated": false, + "created": 1608066582, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "roasted": { + "name": "roasted", + "id": "776902013006905354", + "author": "209280535174971393", + "animated": false, + "created": 1605298274, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "robertsmithmoon": { + "name": "robertsmithmoon", + "id": "782156370601312280", + "author": "496037931140513800", + "animated": false, + "created": 1606551010, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "roblox": { + "name": "roblox", + "id": "427323456007176203", + "author": "427297654586736642", + "animated": false, + "created": 1525387947, + "modified": 1533892039, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "roblox_": { + "name": "roblox_", + "id": "787117582901706792", + "author": "701103722453008518", + "animated": false, + "created": 1607733855, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "robloxdance": { + "name": "robloxdance", + "id": "770222256814293002", + "author": "480152655981969429", + "animated": true, + "created": 1603705696, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "robocofukkireta": { + "name": "robocofukkireta", + "id": "779160770318565397", + "author": "466061790627889167", + "animated": true, + "created": 1605836803, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Rodolfinhobugado": { + "name": "Rodolfinhobugado", + "id": "768224365702807563", + "author": "580244182652813312", + "animated": false, + "created": 1603229361, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "rofl": { + "name": "rofl", + "id": "725547489020739716", + "author": "462561939911081995", + "animated": true, + "created": 1593054401, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "rogeraaah": { + "name": "rogeraaah", + "id": "775800329076867112", + "author": "479370177209696267", + "animated": false, + "created": 1605035612, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "rogerdance": { + "name": "rogerdance", + "id": "787854846627151872", + "author": "586219689466658816", + "animated": true, + "created": 1607909633, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "rolf": { + "name": "rolf", + "id": "688490976075186241", + "author": "226781467089436672", + "animated": false, + "created": 1584219440, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "rollingoma": { + "name": "rollingoma", + "id": "782742826839703622", + "author": "748023719833894942", + "animated": true, + "created": 1606690832, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "rollsafe": { + "name": "rollsafe", + "id": "651801466214023171", + "author": "396730458869596170", + "animated": false, + "created": 1575471979, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "roll_tease": { + "name": "roll_tease", + "id": "782152643777921054", + "author": "496037931140513800", + "animated": true, + "created": 1606550122, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "rompela": { + "name": "rompela", + "id": "723726989453819904", + "author": "653806638695710721", + "animated": true, + "created": 1592620360, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ronenter": { + "name": "ronenter", + "id": "773914485392015361", + "author": "406558013848289281", + "animated": false, + "created": 1604585992, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ronping": { + "name": "ronping", + "id": "724840690021957673", + "author": "212026049427537920", + "animated": false, + "created": 1592885887, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "rooAwwShakeZoom": { + "name": "rooAwwShakeZoom", + "id": "589333344978993162", + "author": "140516693242937345", + "animated": true, + "created": 1560578418, + "modified": 1560578544, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "rooAwwt": { + "name": "rooAwwt", + "id": "589333354906648599", + "author": "140516693242937345", + "animated": false, + "created": 1560578421, + "modified": 1560578544, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "rooAwwWizard": { + "name": "rooAwwWizard", + "id": "589333348263133197", + "author": "140516693242937345", + "animated": false, + "created": 1560578419, + "modified": 1560578544, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "rooAwwZoom": { + "name": "rooAwwZoom", + "id": "589333351777828875", + "author": "140516693242937345", + "animated": true, + "created": 1560578420, + "modified": 1560578543, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "rooBlank": { + "name": "rooBlank", + "id": "589333375823904768", + "author": "140516693242937345", + "animated": false, + "created": 1560578433, + "modified": 1560578544, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "rooBless": { + "name": "rooBless", + "id": "589333501606756352", + "author": "140516693242937345", + "animated": false, + "created": 1560578456, + "modified": 1560578544, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "rooBlind": { + "name": "rooBlind", + "id": "589333577137651722", + "author": "140516693242937345", + "animated": false, + "created": 1560578474, + "modified": 1560578544, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "rooBonk": { + "name": "rooBonk", + "id": "589333372623519774", + "author": "140516693242937345", + "animated": false, + "created": 1560578425, + "modified": 1560578544, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "rooBot": { + "name": "rooBot", + "id": "589333504974651395", + "author": "140516693242937345", + "animated": false, + "created": 1560578456, + "modified": 1560578544, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "rooBulli": { + "name": "rooBulli", + "id": "847863196978380841", + "author": "140516693242937345", + "animated": false, + "created": 1622216738, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "rooCheer1": { + "name": "rooCheer1", + "id": "589333572830232576", + "author": "140516693242937345", + "animated": true, + "created": 1560578473, + "modified": 1560578544, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "rooClap": { + "name": "rooClap", + "id": "775632954630209577", + "author": "515465307071053824", + "animated": true, + "created": 1604995707, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "rooCoke": { + "name": "rooCoke", + "id": "772760872492728350", + "author": "600654380307447839", + "animated": true, + "created": 1604310949, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "rooComfy": { + "name": "rooComfy", + "id": "589333369398231040", + "author": "140516693242937345", + "animated": false, + "created": 1560578424, + "modified": 1560578544, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "rooCookieEat": { + "name": "rooCookieEat", + "id": "775222229046394931", + "author": "515465307071053824", + "animated": true, + "created": 1604897782, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "RooCool": { + "name": "RooCool", + "id": "772536986149847061", + "author": "600654380307447839", + "animated": true, + "created": 1604257570, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "rooCop": { + "name": "rooCop", + "id": "589333366206365697", + "author": "140516693242937345", + "animated": false, + "created": 1560578423, + "modified": 1560578544, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "rooCry": { + "name": "rooCry", + "id": "589333408484818948", + "author": "140516693242937345", + "animated": false, + "created": 1560578434, + "modified": 1560578544, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "rooDab": { + "name": "rooDab", + "id": "589333341740990464", + "author": "140516693242937345", + "animated": false, + "created": 1560578418, + "modified": 1560578544, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "rooDerp": { + "name": "rooDerp", + "id": "675934044843933696", + "author": "376012343777427457", + "animated": false, + "created": 1581225634, + "modified": 1581228834, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "rooEZ": { + "name": "rooEZ", + "id": "527606267280097281", + "author": "140516693242937345", + "animated": false, + "created": 1545861536, + "modified": 1545861545, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "rooEZSip": { + "name": "rooEZSip", + "id": "527606086870630409", + "author": "140516693242937345", + "animated": false, + "created": 1545861493, + "modified": 1545861506, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "rooFat": { + "name": "rooFat", + "id": "589333358434320394", + "author": "140516693242937345", + "animated": false, + "created": 1560578422, + "modified": 1560578544, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "rooFeels": { + "name": "rooFeels", + "id": "589333362485755914", + "author": "140516693242937345", + "animated": false, + "created": 1560578422, + "modified": 1560578544, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "rooFuu": { + "name": "rooFuu", + "id": "774163570958401542", + "author": "319125585458626562", + "animated": false, + "created": 1604645378, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "rooHappy": { + "name": "rooHappy", + "id": "624375701675442193", + "author": "140516693242937345", + "animated": false, + "created": 1568933167, + "modified": 1568933506, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "rooHug": { + "name": "rooHug", + "id": "589333581399195649", + "author": "140516693242937345", + "animated": false, + "created": 1560578475, + "modified": 1560578544, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "RooHyperRun": { + "name": "RooHyperRun", + "id": "772826805375336469", + "author": "600654380307447839", + "animated": true, + "created": 1604326671, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "rooKb": { + "name": "rooKb", + "id": "712608846526283887", + "author": "455289384187592704", + "animated": false, + "created": 1589969588, + "modified": 1589969592, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "roonap": { + "name": "roonap", + "id": "786773886964072478", + "author": "285130711348805632", + "animated": false, + "created": 1607651912, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "rooNice": { + "name": "rooNice", + "id": "783427747379937300", + "author": "703781594015465502", + "animated": false, + "created": 1606854130, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "rooO": { + "name": "rooO", + "id": "759302207010635817", + "author": "703781594015465502", + "animated": false, + "created": 1601102153, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "rooohcrap": { + "name": "rooohcrap", + "id": "786763389359357954", + "author": "488694672441737236", + "animated": false, + "created": 1607649409, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "rooPeek": { + "name": "rooPeek", + "id": "756253006919368845", + "author": "703781594015465502", + "animated": true, + "created": 1600375167, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "rooPirate": { + "name": "rooPirate", + "id": "774163613316415509", + "author": "319125585458626562", + "animated": false, + "created": 1604645388, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "rooPog": { + "name": "rooPog", + "id": "611721261722107915", + "author": "455289384187592704", + "animated": false, + "created": 1565916114, + "modified": 1565916139, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "rooPout1": { + "name": "rooPout1", + "id": "621193538754969600", + "author": "140516693242937345", + "animated": false, + "created": 1568174480, + "modified": 1568931390, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "rooPout2": { + "name": "rooPout2", + "id": "621193603003449393", + "author": "140516693242937345", + "animated": false, + "created": 1568174496, + "modified": 1568931388, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "rooPout3": { + "name": "rooPout3", + "id": "621193611014438923", + "author": "140516693242937345", + "animated": false, + "created": 1568174498, + "modified": 1568931389, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "rooPout4": { + "name": "rooPout4", + "id": "621193566181654559", + "author": "140516693242937345", + "animated": false, + "created": 1568174487, + "modified": 1568931389, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "rooRage": { + "name": "rooRage", + "id": "774163621805555732", + "author": "319125585458626562", + "animated": false, + "created": 1604645390, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "rooREE": { + "name": "rooREE", + "id": "787992367633924126", + "author": "294383386393575426", + "animated": true, + "created": 1607942420, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "roosadspoon": { + "name": "roosadspoon", + "id": "772738723808411658", + "author": "488694672441737236", + "animated": false, + "created": 1604305668, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "rooshut": { + "name": "rooshut", + "id": "728489712783982634", + "author": "465388103792590878", + "animated": false, + "created": 1593755882, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "rooSip": { + "name": "rooSip", + "id": "691459987137888317", + "author": "376012343777427457", + "animated": false, + "created": 1584927307, + "modified": 1585938460, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "rooSipTooHard": { + "name": "rooSipTooHard", + "id": "784724851620315147", + "author": "524930031852716032", + "animated": true, + "created": 1607163384, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "rooSnap": { + "name": "rooSnap", + "id": "589333497630687235", + "author": "140516693242937345", + "animated": true, + "created": 1560578455, + "modified": 1560578544, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "roospoon": { + "name": "roospoon", + "id": "780807591495860265", + "author": "756368101788090420", + "animated": false, + "created": 1606229436, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "rooteasip": { + "name": "rooteasip", + "id": "782935727138537523", + "author": "488694672441737236", + "animated": true, + "created": 1606736824, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "rooThink": { + "name": "rooThink", + "id": "556606403062530069", + "author": "240119551679922178", + "animated": false, + "created": 1552775708, + "modified": 1560578584, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "rooThonk": { + "name": "rooThonk", + "id": "494400224953892874", + "author": "455289384187592704", + "animated": false, + "created": 1537944625, + "modified": 1538016362, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "rooting4u": { + "name": "rooting4u", + "id": "782112564192608278", + "author": "690953891482828890", + "animated": true, + "created": 1606540567, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "rootriggered": { + "name": "rootriggered", + "id": "786330827524669540", + "author": "494688594603147284", + "animated": true, + "created": 1607546278, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "roowizard": { + "name": "roowizard", + "id": "783185775931162634", + "author": "567390950838501376", + "animated": false, + "created": 1606796439, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "roren": { + "name": "roren", + "id": "778885348809768961", + "author": "351864401265033217", + "animated": true, + "created": 1605771138, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "roseisajoke": { + "name": "roseisajoke", + "id": "771806035324436531", + "author": "209280535174971393", + "animated": true, + "created": 1604083298, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "rosemain": { + "name": "rosemain", + "id": "747219317543665825", + "author": "468794043397177344", + "animated": true, + "created": 1598221368, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "rositas": { + "name": "rositas", + "id": "715899356297035808", + "author": "425046879047385108", + "animated": true, + "created": 1590754107, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "rosso": { + "name": "rosso", + "id": "774638315961712640", + "author": "448102121762455591", + "animated": false, + "created": 1604758566, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "rossoweird": { + "name": "rossoweird", + "id": "712978672159555584", + "author": "425046879047385108", + "animated": false, + "created": 1590057762, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "rotanding": { + "name": "rotanding", + "id": "752707267727458355", + "author": "638128638700552192", + "animated": true, + "created": 1599529797, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "rotloli": { + "name": "rotloli", + "id": "787912597160722432", + "author": "681411516959817728", + "animated": false, + "created": 1607923401, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "roundcube": { + "name": "roundcube", + "id": "623746163505496064", + "author": "140516693242937345", + "animated": false, + "created": 1568783074, + "modified": 1568783085, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "rp": { + "name": "rp", + "id": "772798287052668928", + "author": "756078139863597056", + "animated": false, + "created": 1604319869, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "r_readrules": { + "name": "r_readrules", + "id": "782884211064700938", + "author": "683736512776372266", + "animated": true, + "created": 1606724541, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "rt": { + "name": "rt", + "id": "751820250609352764", + "author": "113673621368471556", + "animated": false, + "created": 1599318316, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "rtga": { + "name": "rtga", + "id": "775481980270673931", + "author": "112471608865624064", + "animated": false, + "created": 1604959711, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "RTpat": { + "name": "RTpat", + "id": "748491677127409664", + "author": "299927423125028864", + "animated": true, + "created": 1598524722, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "rtrgreencloudyheart": { + "name": "rtrgreencloudyheart", + "id": "782344218575765535", + "author": "520730446259290122", + "animated": true, + "created": 1606595797, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "rtsparkles": { + "name": "rtsparkles", + "id": "665659979365351425", + "author": "112471608865624064", + "animated": true, + "created": 1578776106, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "RTweird": { + "name": "RTweird", + "id": "566092998123978762", + "author": "307614505397911554", + "animated": false, + "created": 1555037488, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "rtwird": { + "name": "rtwird", + "id": "784536312710955070", + "author": "702673961858760797", + "animated": false, + "created": 1607118433, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "rtwtf": { + "name": "rtwtf", + "id": "616584600646451211", + "author": "533476865579679764", + "animated": false, + "created": 1567075624, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "rtwtfier": { + "name": "rtwtfier", + "id": "784090850745253890", + "author": "353109234201788427", + "animated": false, + "created": 1607012226, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "rtwtfiest": { + "name": "rtwtfiest", + "id": "784090944081100821", + "author": "353109234201788427", + "animated": false, + "created": 1607012248, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "rubiuspija": { + "name": "rubiuspija", + "id": "756637945250840667", + "author": "392871094794584064", + "animated": false, + "created": 1600466943, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ruby": { + "name": "ruby", + "id": "492049258623533058", + "author": "140516693242937345", + "animated": false, + "created": 1525387947, + "modified": 1537384101, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "rubyhappy_pat": { + "name": "rubyhappy_pat", + "id": "781979013823332432", + "author": "583411362450112523", + "animated": true, + "created": 1606508725, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "rudolph": { + "name": "rudolph", + "id": "788481723251687444", + "author": "508004255974817802", + "animated": false, + "created": 1608059092, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "rukafast": { + "name": "rukafast", + "id": "779846245862211584", + "author": "466061790627889167", + "animated": true, + "created": 1606000233, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "rukatambourine": { + "name": "rukatambourine", + "id": "779850002821808168", + "author": "466061790627889167", + "animated": true, + "created": 1606001129, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "rules": { + "name": "rules", + "id": "776267119973236746", + "author": "730519813184815126", + "animated": false, + "created": 1605146903, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Rumia": { + "name": "Rumia", + "id": "715400548903419955", + "author": "444542802794119168", + "animated": true, + "created": 1590635182, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "rumiadance": { + "name": "rumiadance", + "id": "709815324547088395", + "author": "444542802794119168", + "animated": true, + "created": 1589303561, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "run": { + "name": "run", + "id": "544312058942849024", + "author": "535157871265054732", + "animated": true, + "created": 1549844509, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "run1": { + "name": "run1", + "id": "787341124007362591", + "author": "569937267012010015", + "animated": true, + "created": 1607787152, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "run2": { + "name": "run2", + "id": "620336900691066891", + "author": "594338768895475720", + "animated": true, + "created": 1567970242, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "run3": { + "name": "run3", + "id": "729395222965911653", + "author": "399671914114711562", + "animated": true, + "created": 1593971772, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "runaway": { + "name": "runaway", + "id": "732068661707276299", + "author": "195542285134462976", + "animated": true, + "created": 1594609170, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "running": { + "name": "running", + "id": "786025414518112256", + "author": "701682162889392228", + "animated": true, + "created": 1607473462, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "runrun": { + "name": "runrun", + "id": "728703853666762784", + "author": "657816857935609867", + "animated": true, + "created": 1593806937, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "RunrunRun": { + "name": "RunrunRun", + "id": "690999380320190484", + "author": "342167216273358850", + "animated": true, + "created": 1584817490, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "rural": { + "name": "rural", + "id": "766381901065224233", + "author": "450903155572736000", + "animated": false, + "created": 1602790084, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "rushiafukkireta": { + "name": "rushiafukkireta", + "id": "779160248056283138", + "author": "466061790627889167", + "animated": true, + "created": 1605836679, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ruslanperreo": { + "name": "ruslanperreo", + "id": "782152143003189278", + "author": "708404644052729879", + "animated": false, + "created": 1606550002, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "rusoB": { + "name": "rusoB", + "id": "727623086693941339", + "author": "705090233615515648", + "animated": true, + "created": 1593549262, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "rusoB2": { + "name": "rusoB2", + "id": "751088944548151340", + "author": "705090233615515648", + "animated": true, + "created": 1599143959, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "RusselHead": { + "name": "RusselHead", + "id": "782155959249141760", + "author": "496037931140513800", + "animated": false, + "created": 1606550912, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "rust": { + "name": "rust", + "id": "492049259865178115", + "author": "140516693242937345", + "animated": false, + "created": 1525387947, + "modified": 1537384102, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "RX_ananya": { + "name": "RX_ananya", + "id": "785741852078768140", + "author": "715606162224971898", + "animated": true, + "created": 1607405856, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Rx_C_mkiss1": { + "name": "Rx_C_mkiss1", + "id": "785740847638511687", + "author": "715606162224971898", + "animated": true, + "created": 1607405616, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Rx_C_mkiss2": { + "name": "Rx_C_mkiss2", + "id": "785740835592470599", + "author": "715606162224971898", + "animated": true, + "created": 1607405613, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "RX_cute_smile": { + "name": "RX_cute_smile", + "id": "785741540345643069", + "author": "715606162224971898", + "animated": true, + "created": 1607405781, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "RX_doggo_tease": { + "name": "RX_doggo_tease", + "id": "785741502902042634", + "author": "715606162224971898", + "animated": true, + "created": 1607405772, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "RX_doggo_yehhh": { + "name": "RX_doggo_yehhh", + "id": "785741938358747146", + "author": "715606162224971898", + "animated": true, + "created": 1607405876, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "rx_kar_feel": { + "name": "rx_kar_feel", + "id": "785741520358998027", + "author": "715606162224971898", + "animated": true, + "created": 1607405776, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "RX_pepo_haanhaan": { + "name": "RX_pepo_haanhaan", + "id": "785742212256235520", + "author": "715606162224971898", + "animated": true, + "created": 1607405941, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "RX__popcorn": { + "name": "RX__popcorn", + "id": "785741449865461770", + "author": "715606162224971898", + "animated": true, + "created": 1607405760, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "RX_rimpu_1": { + "name": "RX_rimpu_1", + "id": "785741661258514433", + "author": "715606162224971898", + "animated": true, + "created": 1607405810, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ryck": { + "name": "ryck", + "id": "772306648408653835", + "author": "358457900546654209", + "animated": false, + "created": 1604202653, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ryosukesip": { + "name": "ryosukesip", + "id": "787721468712058881", + "author": "293107176355004416", + "animated": false, + "created": 1607877833, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "saadge": { + "name": "saadge", + "id": "784138727773175808", + "author": "425046879047385108", + "animated": true, + "created": 1607023641, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "saberyay": { + "name": "saberyay", + "id": "781238292691288064", + "author": "182743155651641344", + "animated": true, + "created": 1606332123, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sabotage": { + "name": "sabotage", + "id": "782699048654209054", + "author": "496037931140513800", + "animated": false, + "created": 1606680395, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sacarosalove": { + "name": "sacarosalove", + "id": "788966577454055434", + "author": "298606114365505547", + "animated": true, + "created": 1608174690, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sacudir": { + "name": "sacudir", + "id": "624006450963939328", + "author": "543468933974589440", + "animated": true, + "created": 1568845131, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sad": { + "name": "sad", + "id": "632753419953766401", + "author": "233661873382227968", + "animated": false, + "created": 1570930571, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sad1": { + "name": "sad1", + "id": "745040463114797066", + "author": "513556416628260876", + "animated": true, + "created": 1597701888, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sad2": { + "name": "sad2", + "id": "735352287027003422", + "author": "493026902336864256", + "animated": false, + "created": 1595392047, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sad3": { + "name": "sad3", + "id": "741024164240162858", + "author": "705090233615515648", + "animated": false, + "created": 1596744328, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sad4": { + "name": "sad4", + "id": "765571882874961970", + "author": "676818445068927006", + "animated": false, + "created": 1602596960, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sadaltair": { + "name": "sadaltair", + "id": "776298258888785971", + "author": "348526977801781248", + "animated": false, + "created": 1605154328, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sadanime": { + "name": "sadanime", + "id": "783221552560078908", + "author": "702412151624695868", + "animated": false, + "created": 1606804969, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sadblob": { + "name": "sadblob", + "id": "776699048354381825", + "author": "328327250682576897", + "animated": false, + "created": 1605249883, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sadbutwemove": { + "name": "sadbutwemove", + "id": "782108484212228146", + "author": "690953891482828890", + "animated": true, + "created": 1606539593, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sadcat": { + "name": "sadcat", + "id": "414322273407991811", + "author": "140516693242937345", + "animated": false, + "created": 1525387947, + "modified": 1533892039, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sadcatthenk": { + "name": "sadcatthenk", + "id": "759040170007199765", + "author": "428461954064056340", + "animated": false, + "created": 1601039678, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sadcatto": { + "name": "sadcatto", + "id": "752293400811798578", + "author": "383723642489405441", + "animated": false, + "created": 1599431123, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sadcatto1": { + "name": "sadcatto1", + "id": "778288604278423592", + "author": "702536106834526259", + "animated": false, + "created": 1605628863, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sadchamp": { + "name": "sadchamp", + "id": "620321535676121098", + "author": "174520685526384640", + "animated": false, + "created": 1567966579, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sadchat": { + "name": "sadchat", + "id": "751900530078384328", + "author": "269206837306327042", + "animated": true, + "created": 1599337456, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sadcheems": { + "name": "sadcheems", + "id": "750509179189461113", + "author": "450903155572736000", + "animated": false, + "created": 1599005732, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sadde": { + "name": "sadde", + "id": "771570871533305916", + "author": "763240979091292180", + "animated": false, + "created": 1604027230, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sad_doggo": { + "name": "sad_doggo", + "id": "732474406399508483", + "author": "428651185977819172", + "animated": false, + "created": 1594705907, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sademperor": { + "name": "sademperor", + "id": "783731098487619614", + "author": "524761288795095041", + "animated": false, + "created": 1606926454, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sadface": { + "name": "sadface", + "id": "783291938026553344", + "author": "329215542730948609", + "animated": false, + "created": 1606821751, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sad_fb": { + "name": "sad_fb", + "id": "783252118126723082", + "author": "496037931140513800", + "animated": false, + "created": 1606812257, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sadgay": { + "name": "sadgay", + "id": "782742381874774036", + "author": "748023719833894942", + "animated": false, + "created": 1606690726, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sadge": { + "name": "sadge", + "id": "709222795053236558", + "author": "283498239095865355", + "animated": false, + "created": 1589162291, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sadgecry": { + "name": "sadgecry", + "id": "783625806735867945", + "author": "112471608865624064", + "animated": true, + "created": 1606901351, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sadger": { + "name": "sadger", + "id": "788188832012304405", + "author": "353109234201788427", + "animated": false, + "created": 1607989261, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sadgesip": { + "name": "sadgesip", + "id": "733459085122338826", + "author": "425046879047385108", + "animated": false, + "created": 1594940673, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sadgesobsip": { + "name": "sadgesobsip", + "id": "778722818866806814", + "author": "328893511896399882", + "animated": true, + "created": 1605732388, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sadgueso": { + "name": "sadgueso", + "id": "782757462821568583", + "author": "692181487788752946", + "animated": false, + "created": 1606694322, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sadhime": { + "name": "sadhime", + "id": "785380366860156938", + "author": "358457900546654209", + "animated": false, + "created": 1607319671, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "SadHug": { + "name": "SadHug", + "id": "761253528320606258", + "author": "397220822197993472", + "animated": false, + "created": 1601567384, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Sadkek": { + "name": "Sadkek", + "id": "669725675296391170", + "author": "625810429075128355", + "animated": false, + "created": 1579745444, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sadkitty": { + "name": "sadkitty", + "id": "776745535407259668", + "author": "389001785689374720", + "animated": true, + "created": 1605260966, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sadlife": { + "name": "sadlife", + "id": "787855899716223066", + "author": "472585871602876427", + "animated": false, + "created": 1607909884, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sadness": { + "name": "sadness", + "id": "742153324186304654", + "author": "238478402225569792", + "animated": true, + "created": 1597013541, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sadnewsbolb": { + "name": "sadnewsbolb", + "id": "492049275853733930", + "author": "140516693242937345", + "animated": false, + "created": 1531978011, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "sadoomer": { + "name": "sadoomer", + "id": "773367980465586226", + "author": "506226627189932039", + "animated": false, + "created": 1604455695, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sadpepe": { + "name": "sadpepe", + "id": "620686660048257024", + "author": "252894002439782401", + "animated": false, + "created": 1525387947, + "modified": 1568058605, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sadpog": { + "name": "sadpog", + "id": "758705783243669565", + "author": "427135249152212992", + "animated": false, + "created": 1600959954, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sadpoyo": { + "name": "sadpoyo", + "id": "763453879425433670", + "author": "546358931740557312", + "animated": false, + "created": 1602091989, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sadsiames": { + "name": "sadsiames", + "id": "776238913379368961", + "author": "351853576571846676", + "animated": false, + "created": 1605140178, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sadsiames2": { + "name": "sadsiames2", + "id": "786790221723074571", + "author": "351853576571846676", + "animated": false, + "created": 1607655806, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sadsmile": { + "name": "sadsmile", + "id": "786198931436601414", + "author": "491174779278065689", + "animated": false, + "created": 1607514832, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sadwaut": { + "name": "sadwaut", + "id": "734922624773259314", + "author": "701340890404487219", + "animated": false, + "created": 1595289608, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sagiri": { + "name": "sagiri", + "id": "768854613821620275", + "author": "469162062086537226", + "animated": false, + "created": 1603379624, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sagiri2": { + "name": "sagiri2", + "id": "768907834473316445", + "author": "655227024453140512", + "animated": false, + "created": 1603392313, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "SagiriShy": { + "name": "SagiriShy", + "id": "783880709584191500", + "author": "697542753449672775", + "animated": false, + "created": 1606962125, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "saia": { + "name": "saia", + "id": "778703369795010597", + "author": "528990209589903376", + "animated": false, + "created": 1605727751, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sakidance": { + "name": "sakidance", + "id": "773359185949360179", + "author": "739936426799661086", + "animated": true, + "created": 1604453598, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "SakuraSpin": { + "name": "SakuraSpin", + "id": "746947101526851594", + "author": "389222063438823424", + "animated": true, + "created": 1598156466, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sakuya": { + "name": "sakuya", + "id": "711766462611718285", + "author": "511549289558966285", + "animated": true, + "created": 1589768748, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sakuyadance": { + "name": "sakuyadance", + "id": "773362653875666965", + "author": "739936426799661086", + "animated": true, + "created": 1604454425, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sal": { + "name": "sal", + "id": "785935818749247550", + "author": "321696866494578688", + "animated": false, + "created": 1607452101, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "salamilid": { + "name": "salamilid", + "id": "782995235978215485", + "author": "444213647321989121", + "animated": false, + "created": 1606751011, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "salem": { + "name": "salem", + "id": "763826469259837511", + "author": "512509857606139905", + "animated": false, + "created": 1602180821, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "salemangy": { + "name": "salemangy", + "id": "783834142079975424", + "author": "262686809228705792", + "animated": false, + "created": 1606951022, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "salemblush": { + "name": "salemblush", + "id": "783834175362826240", + "author": "262686809228705792", + "animated": false, + "created": 1606951030, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "salemexcited": { + "name": "salemexcited", + "id": "783834095171797032", + "author": "262686809228705792", + "animated": false, + "created": 1606951011, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "salemlove": { + "name": "salemlove", + "id": "783834030793556029", + "author": "262686809228705792", + "animated": false, + "created": 1606950996, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "salempeace": { + "name": "salempeace", + "id": "783833963226464316", + "author": "262686809228705792", + "animated": false, + "created": 1606950979, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "salemsad": { + "name": "salemsad", + "id": "783833921002930216", + "author": "262686809228705792", + "animated": false, + "created": 1606950969, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "salemtired": { + "name": "salemtired", + "id": "783833876560478219", + "author": "262686809228705792", + "animated": false, + "created": 1606950959, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "salemyawn": { + "name": "salemyawn", + "id": "783833814115549224", + "author": "262686809228705792", + "animated": false, + "created": 1606950944, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "salto": { + "name": "salto", + "id": "763160129507164160", + "author": "727283870461984839", + "animated": true, + "created": 1602021953, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "saltUheart": { + "name": "saltUheart", + "id": "788732697743851540", + "author": "721415443700514847", + "animated": false, + "created": 1608118929, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "salty": { + "name": "salty", + "id": "761722577877467146", + "author": "529028144431235073", + "animated": true, + "created": 1601679214, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "saltywhale": { + "name": "saltywhale", + "id": "786239497171238942", + "author": "671834928157294603", + "animated": false, + "created": 1607524503, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "saludo": { + "name": "saludo", + "id": "760508468280295485", + "author": "441317661100605440", + "animated": true, + "created": 1601389748, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "salute": { + "name": "salute", + "id": "524425017983762433", + "author": "140516693242937345", + "animated": false, + "created": 1545103096, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "salute1": { + "name": "salute1", + "id": "785865091160604762", + "author": "212026049427537920", + "animated": true, + "created": 1607435238, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "samaconfused": { + "name": "samaconfused", + "id": "766678915849912340", + "author": "727283870461984839", + "animated": false, + "created": 1602860897, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "samatremendo": { + "name": "samatremendo", + "id": "766873065652879381", + "author": "727283870461984839", + "animated": false, + "created": 1602907186, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "samatruoste": { + "name": "samatruoste", + "id": "766113960918253609", + "author": "727283870461984839", + "animated": false, + "created": 1602726202, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "samaxd": { + "name": "samaxd", + "id": "766663129533775892", + "author": "704662972739616809", + "animated": false, + "created": 1602857134, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "same": { + "name": "same", + "id": "757650251396939957", + "author": "427135249152212992", + "animated": false, + "created": 1600708296, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sanaecast": { + "name": "sanaecast", + "id": "707759506666422302", + "author": "511549289558966285", + "animated": true, + "created": 1588813416, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sanae_smug": { + "name": "sanae_smug", + "id": "787430957593657415", + "author": "522155526478364675", + "animated": true, + "created": 1607808570, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sanae_smug2": { + "name": "sanae_smug2", + "id": "787431212800409610", + "author": "522155526478364675", + "animated": false, + "created": 1607808631, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sandia": { + "name": "sandia", + "id": "760386803357319178", + "author": "707782363916271649", + "animated": false, + "created": 1601360741, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sangre": { + "name": "sangre", + "id": "572210554169589784", + "author": "318090556574269447", + "animated": false, + "created": 1556496027, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sangre2": { + "name": "sangre2", + "id": "665959447541186571", + "author": "543468933974589440", + "animated": false, + "created": 1578847505, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sanic": { + "name": "sanic", + "id": "622608447715803198", + "author": "580824507913338891", + "animated": true, + "created": 1568511821, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sanrio_wink": { + "name": "sanrio_wink", + "id": "786949743179595787", + "author": "718818001633280071", + "animated": true, + "created": 1607693839, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sans": { + "name": "sans", + "id": "426062490971930636", + "author": "405803940006068224", + "animated": false, + "created": 1525387947, + "modified": 1533892039, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "SansDance": { + "name": "SansDance", + "id": "774279620525948929", + "author": "613683732276314114", + "animated": true, + "created": 1604673047, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sansreverse": { + "name": "sansreverse", + "id": "784080732598829126", + "author": "406558013848289281", + "animated": false, + "created": 1607009814, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "SantaEyes": { + "name": "SantaEyes", + "id": "787410771632980008", + "author": "428380699163099147", + "animated": false, + "created": 1607803757, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "santalaugh": { + "name": "santalaugh", + "id": "782227300593696810", + "author": "643845865227812894", + "animated": false, + "created": 1606567921, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "saori": { + "name": "saori", + "id": "781546002389139457", + "author": "460802435217358848", + "animated": false, + "created": 1606405487, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sape": { + "name": "sape", + "id": "735765341292068884", + "author": "558803847372472320", + "animated": false, + "created": 1595490527, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sape2": { + "name": "sape2", + "id": "784915604460798012", + "author": "284884105630318594", + "animated": false, + "created": 1607208863, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sapito": { + "name": "sapito", + "id": "766308388010328074", + "author": "438532198916816916", + "animated": true, + "created": 1602772557, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "saplak1": { + "name": "saplak1", + "id": "782572570510884874", + "author": "674019507064274964", + "animated": true, + "created": 1606650240, + "modified": 1606652026, + "preserve": false, + "description": null, + "nsfw": "MOD_NSFW" + }, + "sapo": { + "name": "sapo", + "id": "706563633353588796", + "author": "410533390257750036", + "animated": true, + "created": 1588528297, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sapog": { + "name": "sapog", + "id": "783873217643020318", + "author": "549044527017623573", + "animated": false, + "created": 1606960338, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sarahcrying": { + "name": "sarahcrying", + "id": "782747342612594698", + "author": "671834928157294603", + "animated": false, + "created": 1606691909, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sarahhuh": { + "name": "sarahhuh", + "id": "782747391505727488", + "author": "671834928157294603", + "animated": false, + "created": 1606691920, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Saro": { + "name": "Saro", + "id": "777337455534669844", + "author": "293107176355004416", + "animated": false, + "created": 1605402091, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sarpado": { + "name": "sarpado", + "id": "730188016332832812", + "author": "587784774563790861", + "animated": false, + "created": 1594160789, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sasta_rahulkehasi": { + "name": "sasta_rahulkehasi", + "id": "785742459493810187", + "author": "715606162224971898", + "animated": true, + "created": 1607406000, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sasuke": { + "name": "sasuke", + "id": "702014573493878846", + "author": "523362457050284044", + "animated": false, + "created": 1587443717, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sasukethink": { + "name": "sasukethink", + "id": "783889447439695892", + "author": "581699248568139776", + "animated": false, + "created": 1606964208, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "SATAN": { + "name": "SATAN", + "id": "771572340268990494", + "author": "763240979091292180", + "animated": false, + "created": 1604027581, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "satangiggle": { + "name": "satangiggle", + "id": "786243042633973781", + "author": "671834928157294603", + "animated": true, + "created": 1607525349, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "satania1": { + "name": "satania1", + "id": "784345536580157460", + "author": "431225704563081216", + "animated": false, + "created": 1607072948, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "satania_laugh": { + "name": "satania_laugh", + "id": "787431958531407953", + "author": "522155526478364675", + "animated": true, + "created": 1607808808, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "satisfied": { + "name": "satisfied", + "id": "787442871342596106", + "author": "353109234201788427", + "animated": false, + "created": 1607811410, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "satoridance": { + "name": "satoridance", + "id": "773360725661974548", + "author": "739936426799661086", + "animated": true, + "created": 1604453965, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "satou_kenya_nani": { + "name": "satou_kenya_nani", + "id": "787438665327575051", + "author": "522155526478364675", + "animated": false, + "created": 1607810407, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sau": { + "name": "sau", + "id": "721150341881528320", + "author": "705090233615515648", + "animated": false, + "created": 1592006039, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "saveme": { + "name": "saveme", + "id": "559460383707103243", + "author": "264708430793539584", + "animated": false, + "created": 1553456149, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sayori": { + "name": "sayori", + "id": "734600822821748786", + "author": "466061790627889167", + "animated": false, + "created": 1595212884, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sbcPeachExcited": { + "name": "sbcPeachExcited", + "id": "784317772725354506", + "author": "713483831780573275", + "animated": true, + "created": 1607066329, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sbReadTheRules": { + "name": "sbReadTheRules", + "id": "785822847108120586", + "author": "424826839047864320", + "animated": true, + "created": 1607425166, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ScaraDisgusted": { + "name": "ScaraDisgusted", + "id": "780290442612572190", + "author": "303964491291295745", + "animated": false, + "created": 1606106138, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "scared": { + "name": "scared", + "id": "583960419677503488", + "author": "343239064918687745", + "animated": false, + "created": 1559297413, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "SCbite": { + "name": "SCbite", + "id": "783918096309682187", + "author": "182743155651641344", + "animated": true, + "created": 1606971038, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "SCboplaugh": { + "name": "SCboplaugh", + "id": "787834168226086963", + "author": "545480236939214861", + "animated": true, + "created": 1607904703, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "scizor": { + "name": "scizor", + "id": "784813270606413844", + "author": "293107176355004416", + "animated": false, + "created": 1607184464, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "scooby_smile": { + "name": "scooby_smile", + "id": "785742448482844683", + "author": "715606162224971898", + "animated": true, + "created": 1607405998, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "s_cOrangeSlice": { + "name": "s_cOrangeSlice", + "id": "784460830988959764", + "author": "608814748620029964", + "animated": true, + "created": 1607100436, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ScoutBaile": { + "name": "ScoutBaile", + "id": "777387769252806666", + "author": "741850493088694343", + "animated": true, + "created": 1605414087, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "SCP": { + "name": "SCP", + "id": "775677282806398976", + "author": "742322905957793792", + "animated": false, + "created": 1605006275, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "scream": { + "name": "scream", + "id": "761156717265682442", + "author": "88006461619200000", + "animated": true, + "created": 1601544303, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Screenshot_20201209_085859": { + "name": "Screenshot_20201209_085859", + "id": "786109714328453160", + "author": "522749177168658432", + "animated": false, + "created": 1607493561, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "scry": { + "name": "scry", + "id": "785908809549742082", + "author": "569937267012010015", + "animated": false, + "created": 1607445661, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "scsBongoAngry": { + "name": "scsBongoAngry", + "id": "784861168698392627", + "author": "506459837169795092", + "animated": false, + "created": 1607195884, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "scseStinky": { + "name": "scseStinky", + "id": "784860897486962701", + "author": "506459837169795092", + "animated": false, + "created": 1607195820, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "SCsobbing": { + "name": "SCsobbing", + "id": "786152508892381195", + "author": "676134602837852172", + "animated": false, + "created": 1607503764, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "scuffedcry": { + "name": "scuffedcry", + "id": "706742855741472809", + "author": "167267224787222528", + "animated": false, + "created": 1588571027, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "SCWblushHEART": { + "name": "SCWblushHEART", + "id": "786152475870494731", + "author": "676134602837852172", + "animated": false, + "created": 1607503756, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sdlg": { + "name": "sdlg", + "id": "718596857504202857", + "author": "213124444158296067", + "animated": false, + "created": 1591397241, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sdm": { + "name": "sdm", + "id": "782492291885039628", + "author": "512509857606139905", + "animated": false, + "created": 1606631100, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sdp": { + "name": "sdp", + "id": "782494567038582795", + "author": "512509857606139905", + "animated": false, + "created": 1606631642, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sealhands": { + "name": "sealhands", + "id": "773678365013835784", + "author": "738859004712976456", + "animated": false, + "created": 1604529696, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "secso": { + "name": "secso", + "id": "767586354766807050", + "author": "704662972739616809", + "animated": false, + "created": 1603077248, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sectario": { + "name": "sectario", + "id": "781396828963733504", + "author": "370757129268887553", + "animated": true, + "created": 1606369921, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sed": { + "name": "sed", + "id": "649368076395085825", + "author": "425046879047385108", + "animated": false, + "created": 1574891814, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "seducir": { + "name": "seducir", + "id": "785036873433219092", + "author": "739300261763350600", + "animated": true, + "created": 1607237775, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "see": { + "name": "see", + "id": "765268188375810078", + "author": "682760213912354854", + "animated": false, + "created": 1602524554, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "seeingthischat": { + "name": "seeingthischat", + "id": "784344783773761546", + "author": "336021639970029569", + "animated": false, + "created": 1607072768, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "seenojoelmaricon": { + "name": "seenojoelmaricon", + "id": "786301873267277844", + "author": "685852503673143300", + "animated": false, + "created": 1607539376, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "selenelul": { + "name": "selenelul", + "id": "783698836991901727", + "author": "99034550054690816", + "animated": false, + "created": 1606918763, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "seng4dau": { + "name": "seng4dau", + "id": "779997991687553032", + "author": "343310328089804803", + "animated": false, + "created": 1606036412, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sengboiroi": { + "name": "sengboiroi", + "id": "779269071492612106", + "author": "343310328089804803", + "animated": false, + "created": 1605862624, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sengcaophim": { + "name": "sengcaophim", + "id": "778633175999840283", + "author": "343310328089804803", + "animated": true, + "created": 1605711015, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sengcardo": { + "name": "sengcardo", + "id": "773495677044260875", + "author": "343310328089804803", + "animated": true, + "created": 1604486140, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sengchuphinh": { + "name": "sengchuphinh", + "id": "779269894193545216", + "author": "343310328089804803", + "animated": false, + "created": 1605862821, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sengcool": { + "name": "sengcool", + "id": "778934731801624576", + "author": "343310328089804803", + "animated": false, + "created": 1605782912, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sengcuoicho": { + "name": "sengcuoicho", + "id": "779558279332102154", + "author": "343310328089804803", + "animated": true, + "created": 1605931577, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sengdaugau": { + "name": "sengdaugau", + "id": "775682461475930112", + "author": "343310328089804803", + "animated": false, + "created": 1605007510, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sengdiia": { + "name": "sengdiia", + "id": "779215174128500767", + "author": "343310328089804803", + "animated": true, + "created": 1605849774, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sengDJmie": { + "name": "sengDJmie", + "id": "779997106978160640", + "author": "343310328089804803", + "animated": true, + "created": 1606036202, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sengfly": { + "name": "sengfly", + "id": "778634058799251467", + "author": "343310328089804803", + "animated": false, + "created": 1605711226, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sengfu": { + "name": "sengfu", + "id": "779268576900022313", + "author": "343310328089804803", + "animated": false, + "created": 1605862507, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "senggiandonguoi": { + "name": "senggiandonguoi", + "id": "779214305513701377", + "author": "343310328089804803", + "animated": true, + "created": 1605849567, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "senggianhetsuc": { + "name": "senggianhetsuc", + "id": "779214923346739200", + "author": "343310328089804803", + "animated": false, + "created": 1605849714, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "senghelicopter": { + "name": "senghelicopter", + "id": "779214581506768916", + "author": "343310328089804803", + "animated": true, + "created": 1605849633, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "senghenshin": { + "name": "senghenshin", + "id": "779306156719210506", + "author": "343310328089804803", + "animated": true, + "created": 1605871466, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "senghigh": { + "name": "senghigh", + "id": "778636686359658577", + "author": "343310328089804803", + "animated": true, + "created": 1605711852, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "senghungdu": { + "name": "senghungdu", + "id": "779268264693071903", + "author": "343310328089804803", + "animated": true, + "created": 1605862432, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sengknight": { + "name": "sengknight", + "id": "778634211560390656", + "author": "343310328089804803", + "animated": false, + "created": 1605711262, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "senglacdaulientuc": { + "name": "senglacdaulientuc", + "id": "780677432755486780", + "author": "343310328089804803", + "animated": true, + "created": 1606198404, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "senglacdit": { + "name": "senglacdit", + "id": "778631859373473812", + "author": "343310328089804803", + "animated": true, + "created": 1605710701, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sengmeow": { + "name": "sengmeow", + "id": "779558801526882305", + "author": "343310328089804803", + "animated": false, + "created": 1605931701, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sengnamvien": { + "name": "sengnamvien", + "id": "780735066104004608", + "author": "355019676935389186", + "animated": true, + "created": 1606212145, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sengngaingung": { + "name": "sengngaingung", + "id": "779579045045075978", + "author": "343310328089804803", + "animated": false, + "created": 1605936528, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sengnhaynhot": { + "name": "sengnhaynhot", + "id": "780000413205790731", + "author": "343310328089804803", + "animated": true, + "created": 1606036990, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sengoraora": { + "name": "sengoraora", + "id": "773883442743869451", + "author": "343310328089804803", + "animated": true, + "created": 1604578590, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sengphecan": { + "name": "sengphecan", + "id": "780396400088186891", + "author": "343310328089804803", + "animated": false, + "created": 1606131400, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sengphuong": { + "name": "sengphuong", + "id": "779271529459482624", + "author": "343310328089804803", + "animated": false, + "created": 1605863210, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sengpunch": { + "name": "sengpunch", + "id": "778631225391710238", + "author": "343310328089804803", + "animated": true, + "created": 1605710550, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sengrich": { + "name": "sengrich", + "id": "779336688786735114", + "author": "343310328089804803", + "animated": true, + "created": 1605878746, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sengrockandroll": { + "name": "sengrockandroll", + "id": "779270834128289804", + "author": "343310328089804803", + "animated": false, + "created": 1605863045, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sengsharingan": { + "name": "sengsharingan", + "id": "779214113930215426", + "author": "343310328089804803", + "animated": false, + "created": 1605849521, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sengsleepsocute": { + "name": "sengsleepsocute", + "id": "786823415033757716", + "author": "343310328089804803", + "animated": false, + "created": 1607663720, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sengsohai": { + "name": "sengsohai", + "id": "779578469540823060", + "author": "343310328089804803", + "animated": true, + "created": 1605936391, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sengtangdong": { + "name": "sengtangdong", + "id": "778633133305102398", + "author": "343310328089804803", + "animated": true, + "created": 1605711005, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sengtanvodau": { + "name": "sengtanvodau", + "id": "779268338563678218", + "author": "343310328089804803", + "animated": true, + "created": 1605862450, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sengthanchet": { + "name": "sengthanchet", + "id": "779561892405706783", + "author": "343310328089804803", + "animated": true, + "created": 1605932439, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sengthet": { + "name": "sengthet", + "id": "779998156283707394", + "author": "343310328089804803", + "animated": true, + "created": 1606036452, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sengthienthan": { + "name": "sengthienthan", + "id": "778632955501215744", + "author": "343310328089804803", + "animated": false, + "created": 1605710962, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sengthor": { + "name": "sengthor", + "id": "772353319598424064", + "author": "343310328089804803", + "animated": false, + "created": 1604213781, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sengtinhcam": { + "name": "sengtinhcam", + "id": "779577966551105536", + "author": "343310328089804803", + "animated": true, + "created": 1605936271, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sengtoithang": { + "name": "sengtoithang", + "id": "778634381459849277", + "author": "343310328089804803", + "animated": false, + "created": 1605711302, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sengtrontim": { + "name": "sengtrontim", + "id": "778634471326613514", + "author": "343310328089804803", + "animated": false, + "created": 1605711324, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sengtuk": { + "name": "sengtuk", + "id": "779269610008215562", + "author": "343310328089804803", + "animated": false, + "created": 1605862753, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sengunicorn": { + "name": "sengunicorn", + "id": "779579512903565322", + "author": "343310328089804803", + "animated": false, + "created": 1605936639, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sengvietcong": { + "name": "sengvietcong", + "id": "778633848887050240", + "author": "343310328089804803", + "animated": true, + "created": 1605711175, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sengwizard": { + "name": "sengwizard", + "id": "773494399203541012", + "author": "343310328089804803", + "animated": true, + "created": 1604485835, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sengxahoiden": { + "name": "sengxahoiden", + "id": "779272428550750220", + "author": "343310328089804803", + "animated": false, + "created": 1605863425, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sengxemloli": { + "name": "sengxemloli", + "id": "779556825099927564", + "author": "343310328089804803", + "animated": true, + "created": 1605931230, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sengxilip": { + "name": "sengxilip", + "id": "778635256953569302", + "author": "343310328089804803", + "animated": false, + "created": 1605711511, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sengyangho": { + "name": "sengyangho", + "id": "774648765579526165", + "author": "343310328089804803", + "animated": false, + "created": 1604761058, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "senko": { + "name": "senko", + "id": "714224631275323494", + "author": "712063705537445948", + "animated": false, + "created": 1590354821, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "senkopan": { + "name": "senkopan", + "id": "729479330253635755", + "author": "371341644131336199", + "animated": false, + "created": 1593991825, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "senkoSinging": { + "name": "senkoSinging", + "id": "789953626520944700", + "author": "768741691250311180", + "animated": true, + "created": 1608410021, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "senpai": { + "name": "senpai", + "id": "674446890640736265", + "author": "285148358815776768", + "animated": false, + "created": 1580871069, + "modified": 1587129083, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "sentadodepana": { + "name": "sentadodepana", + "id": "720359007591858303", + "author": "306594779171651584", + "animated": false, + "created": 1591817371, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sentadoenlaesquina": { + "name": "sentadoenlaesquina", + "id": "758424653399064577", + "author": "430138276113022976", + "animated": false, + "created": 1600892929, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sentao": { + "name": "sentao", + "id": "702686289966923876", + "author": "290370404579803137", + "animated": false, + "created": 1587603866, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sentaodepana": { + "name": "sentaodepana", + "id": "675346420714307595", + "author": "461818566510116895", + "animated": false, + "created": 1581085534, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sentaodepana_": { + "name": "sentaodepana_", + "id": "777921005444137031", + "author": "719334547723911232", + "animated": false, + "created": 1605541220, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sera": { + "name": "sera", + "id": "786463005352787998", + "author": "265244466548441088", + "animated": false, + "created": 1607577792, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "serenity_aykedi": { + "name": "serenity_aykedi", + "id": "781814300057927741", + "author": "586886106289668127", + "animated": false, + "created": 1606469454, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "serenity_aylove": { + "name": "serenity_aylove", + "id": "781814496121061426", + "author": "586886106289668127", + "animated": false, + "created": 1606469501, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "serie": { + "name": "serie", + "id": "773951539252428821", + "author": "467369560182358036", + "animated": false, + "created": 1604594826, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "serio": { + "name": "serio", + "id": "783941972963622912", + "author": "528990209589903376", + "animated": false, + "created": 1606976731, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "seriouslyhanako": { + "name": "seriouslyhanako", + "id": "782746471006339102", + "author": "748023719833894942", + "animated": false, + "created": 1606691701, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sermalo": { + "name": "sermalo", + "id": "772157065023848511", + "author": "293107176355004416", + "animated": false, + "created": 1604166990, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "serverisfine": { + "name": "serverisfine", + "id": "754102498205106239", + "author": "365184840209006604", + "animated": true, + "created": 1599862446, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "serversarefine": { + "name": "serversarefine", + "id": "748077099784470559", + "author": "336021639970029569", + "animated": false, + "created": 1598425879, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sesonroja": { + "name": "sesonroja", + "id": "710718072037834792", + "author": "635598212756930580", + "animated": false, + "created": 1589518792, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "setzerball": { + "name": "setzerball", + "id": "724374463101141083", + "author": "638128638700552192", + "animated": false, + "created": 1592774730, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sevenpuzzi": { + "name": "sevenpuzzi", + "id": "783788706708324402", + "author": "660477458209964042", + "animated": false, + "created": 1606940189, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sex": { + "name": "sex", + "id": "612491094416031764", + "author": "282932131192373248", + "animated": false, + "created": 1566099656, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sexo": { + "name": "sexo", + "id": "692793590492954707", + "author": "496276785353457664", + "animated": false, + "created": 1585245263, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "SEXOO": { + "name": "SEXOO", + "id": "777958895230255124", + "author": "547194213666914304", + "animated": false, + "created": 1605550254, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sexooo": { + "name": "sexooo", + "id": "778015704052924446", + "author": "441317661100605440", + "animated": false, + "created": 1605563798, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sexoooo": { + "name": "sexoooo", + "id": "774557811148324896", + "author": "732625709469663334", + "animated": false, + "created": 1604739372, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sexy": { + "name": "sexy", + "id": "711665435795259494", + "author": "447821193312206848", + "animated": true, + "created": 1589744662, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sexygodmanawooga": { + "name": "sexygodmanawooga", + "id": "788232754088116254", + "author": "645925200113696768", + "animated": false, + "created": 1607999733, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sey_cry": { + "name": "sey_cry", + "id": "782673835081465877", + "author": "700050219995496568", + "animated": false, + "created": 1606674383, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sey_hehe": { + "name": "sey_hehe", + "id": "782673823014715392", + "author": "700050219995496568", + "animated": false, + "created": 1606674380, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sey_love": { + "name": "sey_love", + "id": "782673811043516476", + "author": "700050219995496568", + "animated": false, + "created": 1606674378, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sey_peek": { + "name": "sey_peek", + "id": "782673800285388830", + "author": "700050219995496568", + "animated": false, + "created": 1606674375, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sf_blackh": { + "name": "sf_blackh", + "id": "785980371564625961", + "author": "667884783954821159", + "animated": false, + "created": 1607462723, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "s_fh_crazy_ruthgaya": { + "name": "s_fh_crazy_ruthgaya", + "id": "785742238680088587", + "author": "715606162224971898", + "animated": true, + "created": 1607405948, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "s_fh_haha": { + "name": "s_fh_haha", + "id": "785742677907079198", + "author": "715606162224971898", + "animated": true, + "created": 1607406052, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "s_fh_sochne_de": { + "name": "s_fh_sochne_de", + "id": "785742249815572480", + "author": "715606162224971898", + "animated": true, + "created": 1607405950, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sgalienstargazing": { + "name": "sgalienstargazing", + "id": "786521899140251689", + "author": "426282697422274561", + "animated": true, + "created": 1607591833, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "s_galkochka": { + "name": "s_galkochka", + "id": "788722891431608380", + "author": "497766788549836810", + "animated": true, + "created": 1608116591, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sgun": { + "name": "sgun", + "id": "788397629766631424", + "author": "715373648520806432", + "animated": false, + "created": 1608039042, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sh": { + "name": "sh", + "id": "746665804162007100", + "author": "398190287635218432", + "animated": false, + "created": 1598089400, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ShakeIt": { + "name": "ShakeIt", + "id": "782073386980999240", + "author": "369569353965764608", + "animated": true, + "created": 1606531225, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "shalom": { + "name": "shalom", + "id": "731674520426905600", + "author": "713115666550620262", + "animated": false, + "created": 1594515199, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "shame": { + "name": "shame", + "id": "757650351783542915", + "author": "427135249152212992", + "animated": false, + "created": 1600708320, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "shaqsleep": { + "name": "shaqsleep", + "id": "755525789054926858", + "author": "212287868956049408", + "animated": false, + "created": 1600201785, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "SharDab": { + "name": "SharDab", + "id": "781347171181133854", + "author": "448827482179895304", + "animated": false, + "created": 1606358082, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sharena": { + "name": "sharena", + "id": "781345200101654539", + "author": "544004454257524746", + "animated": false, + "created": 1606357612, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sharheadpat": { + "name": "sharheadpat", + "id": "781346961327521795", + "author": "448827482179895304", + "animated": false, + "created": 1606358032, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sharingan": { + "name": "sharingan", + "id": "727311992741953647", + "author": "316178233513213964", + "animated": false, + "created": 1593475092, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "shark_a": { + "name": "shark_a", + "id": "765329557879259157", + "author": "466061790627889167", + "animated": true, + "created": 1602539185, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Sharkdance": { + "name": "Sharkdance", + "id": "774719124298268682", + "author": "551188005281464342", + "animated": true, + "created": 1604777832, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Sharklarry": { + "name": "Sharklarry", + "id": "778433784462442507", + "author": "738980160828735488", + "animated": false, + "created": 1605663477, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "shark_love": { + "name": "shark_love", + "id": "773328563792248832", + "author": "466061790627889167", + "animated": false, + "created": 1604446297, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sharkpogv2": { + "name": "sharkpogv2", + "id": "781036174885781504", + "author": "488567318952149005", + "animated": false, + "created": 1606283935, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "SharPat": { + "name": "SharPat", + "id": "777399025401987102", + "author": "727325977755254874", + "animated": false, + "created": 1605416771, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "SharSulk": { + "name": "SharSulk", + "id": "781416774456573962", + "author": "727325977755254874", + "animated": false, + "created": 1606374677, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "SharWow": { + "name": "SharWow", + "id": "781346063357181962", + "author": "448827482179895304", + "animated": false, + "created": 1606357818, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "she": { + "name": "she", + "id": "781611500062244894", + "author": "427135249152212992", + "animated": false, + "created": 1606421103, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sheepish": { + "name": "sheepish", + "id": "782741778016501810", + "author": "748023719833894942", + "animated": false, + "created": 1606690582, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sheila2": { + "name": "sheila2", + "id": "781008215390552074", + "author": "589147367551270912", + "animated": true, + "created": 1606277272, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "shen": { + "name": "shen", + "id": "661827880514355200", + "author": "97209058150326272", + "animated": false, + "created": 1577862462, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "shen2": { + "name": "shen2", + "id": "741652890606633021", + "author": "116670074697285634", + "animated": false, + "created": 1596894228, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "shencry": { + "name": "shencry", + "id": "762433056706920479", + "author": "116670074697285634", + "animated": false, + "created": 1601848606, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "shenok": { + "name": "shenok", + "id": "772264228484677633", + "author": "116670074697285634", + "animated": false, + "created": 1604192540, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "shenrock": { + "name": "shenrock", + "id": "782742589270523924", + "author": "116670074697285634", + "animated": true, + "created": 1606690776, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "shh": { + "name": "shh", + "id": "728595955653541979", + "author": "174531697059168256", + "animated": false, + "created": 1593781212, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "shhh": { + "name": "shhh", + "id": "725547977204301925", + "author": "462561939911081995", + "animated": false, + "created": 1593054517, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "shhhh": { + "name": "shhhh", + "id": "785973919790268466", + "author": "632211012551966750", + "animated": false, + "created": 1607461185, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "shi": { + "name": "shi", + "id": "783360759148576768", + "author": "605921908357201933", + "animated": false, + "created": 1606838159, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "shibaangy": { + "name": "shibaangy", + "id": "783833340926623774", + "author": "262686809228705792", + "animated": false, + "created": 1606950831, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ShibaBaile": { + "name": "ShibaBaile", + "id": "782906640172580865", + "author": "741850493088694343", + "animated": true, + "created": 1606729888, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "shibacheer": { + "name": "shibacheer", + "id": "783833556299939880", + "author": "262686809228705792", + "animated": false, + "created": 1606950882, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "shibahey": { + "name": "shibahey", + "id": "783833510904987698", + "author": "262686809228705792", + "animated": false, + "created": 1606950872, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "shibalaugh": { + "name": "shibalaugh", + "id": "783833392340009006", + "author": "262686809228705792", + "animated": false, + "created": 1606950843, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "shibaoops": { + "name": "shibaoops", + "id": "783833297511514122", + "author": "262686809228705792", + "animated": false, + "created": 1606950821, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "shibarun": { + "name": "shibarun", + "id": "782230057854042112", + "author": "643845865227812894", + "animated": true, + "created": 1606568579, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "shibashy": { + "name": "shibashy", + "id": "783833444023009290", + "author": "262686809228705792", + "animated": false, + "created": 1606950856, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "shibasparkle": { + "name": "shibasparkle", + "id": "783833236097859606", + "author": "262686809228705792", + "animated": false, + "created": 1606950806, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "shibathink": { + "name": "shibathink", + "id": "783833029880971264", + "author": "262686809228705792", + "animated": false, + "created": 1606950757, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "shibawink": { + "name": "shibawink", + "id": "783832980078198834", + "author": "262686809228705792", + "animated": false, + "created": 1606950745, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ShigaFe": { + "name": "ShigaFe", + "id": "783902581247705139", + "author": "308452846834155530", + "animated": false, + "created": 1606967339, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "shine": { + "name": "shine", + "id": "775204046315323402", + "author": "348526977801781248", + "animated": false, + "created": 1604893447, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "shingadazo": { + "name": "shingadazo", + "id": "785391503076753428", + "author": "308452846834155530", + "animated": false, + "created": 1607322326, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "shingiewhat": { + "name": "shingiewhat", + "id": "789133382772719687", + "author": "562613937531518986", + "animated": false, + "created": 1608214459, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "shinige": { + "name": "shinige", + "id": "779044743027752971", + "author": "342285786185728001", + "animated": false, + "created": 1605809140, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Shinigoi": { + "name": "Shinigoi", + "id": "777630247058538516", + "author": "314536284725051393", + "animated": true, + "created": 1605471898, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "shinigoi2": { + "name": "shinigoi2", + "id": "785141317223055370", + "author": "314536284725051393", + "animated": false, + "created": 1607262677, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "shinkidance": { + "name": "shinkidance", + "id": "773362569259253790", + "author": "739936426799661086", + "animated": true, + "created": 1604454404, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "shiny": { + "name": "shiny", + "id": "745394797702938634", + "author": "691081572866326669", + "animated": false, + "created": 1597786368, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "shipit": { + "name": "shipit", + "id": "492049332317585409", + "author": "140516693242937345", + "animated": false, + "created": 1525387948, + "modified": 1537384119, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "shitstar": { + "name": "shitstar", + "id": "492049333802369056", + "author": "140516693242937345", + "animated": false, + "created": 1535406997, + "modified": 1537384119, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "shivam_kiss": { + "name": "shivam_kiss", + "id": "785742430473158677", + "author": "715606162224971898", + "animated": true, + "created": 1607405993, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "shocked": { + "name": "shocked", + "id": "747228777502998620", + "author": "299000396997853194", + "animated": false, + "created": 1598223623, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "shockedmonke": { + "name": "shockedmonke", + "id": "785258289910513704", + "author": "611671335072170031", + "animated": true, + "created": 1607290565, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "shock_maika": { + "name": "shock_maika", + "id": "787427749396348968", + "author": "522155526478364675", + "animated": false, + "created": 1607807805, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "shoo": { + "name": "shoo", + "id": "752955601402724532", + "author": "521325315276931083", + "animated": false, + "created": 1599589004, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "shook": { + "name": "shook", + "id": "659532838458359829", + "author": "239333423095742464", + "animated": true, + "created": 1577315282, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "shoot": { + "name": "shoot", + "id": "782494092675514369", + "author": "760975697392173067", + "animated": true, + "created": 1606631529, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "shot": { + "name": "shot", + "id": "603606751547359243", + "author": "239333423095742464", + "animated": true, + "created": 1563981464, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "shotgun1": { + "name": "shotgun1", + "id": "758055195329429565", + "author": "661789191470055436", + "animated": false, + "created": 1600804842, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "shotgun2": { + "name": "shotgun2", + "id": "758055359452676116", + "author": "661789191470055436", + "animated": false, + "created": 1600804881, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "shotgun3": { + "name": "shotgun3", + "id": "758055687065698445", + "author": "661789191470055436", + "animated": false, + "created": 1600804959, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "shoutno": { + "name": "shoutno", + "id": "790036058930151435", + "author": "372867277068042240", + "animated": false, + "created": 1608429674, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "shrecat": { + "name": "shrecat", + "id": "784676736171245588", + "author": "274902785865023488", + "animated": true, + "created": 1607151912, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "shreepo": { + "name": "shreepo", + "id": "768636667455733800", + "author": "674613098828529715", + "animated": false, + "created": 1603327662, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "shrek": { + "name": "shrek", + "id": "683393239801528426", + "author": "479370177209696267", + "animated": true, + "created": 1583004045, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "shrekLoop": { + "name": "shrekLoop", + "id": "786154554176831488", + "author": "676134602837852172", + "animated": true, + "created": 1607504251, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "shrekstare": { + "name": "shrekstare", + "id": "776802456091885578", + "author": "746647694789050430", + "animated": false, + "created": 1605274537, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "shringe": { + "name": "shringe", + "id": "771571159732191252", + "author": "763240979091292180", + "animated": false, + "created": 1604027299, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "shroom": { + "name": "shroom", + "id": "786152746889642005", + "author": "676134602837852172", + "animated": true, + "created": 1607503821, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "shrug": { + "name": "shrug", + "id": "676940602222313495", + "author": "95895952086286336", + "animated": false, + "created": 1581465616, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ShrugsCutely": { + "name": "ShrugsCutely", + "id": "782740081622253619", + "author": "748023719833894942", + "animated": false, + "created": 1606690178, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "shrugsgayly": { + "name": "shrugsgayly", + "id": "782742234855768084", + "author": "748023719833894942", + "animated": false, + "created": 1606690691, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "shrump": { + "name": "shrump", + "id": "787101063802388510", + "author": "220655677432004618", + "animated": false, + "created": 1607729917, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "shuabv": { + "name": "shuabv", + "id": "782460337286938664", + "author": "370757129268887553", + "animated": false, + "created": 1606623481, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "shut": { + "name": "shut", + "id": "716782303728107520", + "author": "229350299909881876", + "animated": false, + "created": 1590964618, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "shutdown": { + "name": "shutdown", + "id": "784251887863857172", + "author": "189232796491841536", + "animated": true, + "created": 1607050620, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "shutup": { + "name": "shutup", + "id": "708541266396315671", + "author": "206149066625646592", + "animated": true, + "created": 1588999802, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "shutupceri": { + "name": "shutupceri", + "id": "787291392534773780", + "author": "353109234201788427", + "animated": false, + "created": 1607775295, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "shutuprhys": { + "name": "shutuprhys", + "id": "782111836015296512", + "author": "690953891482828890", + "animated": true, + "created": 1606540392, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Shuu": { + "name": "Shuu", + "id": "773949570047803422", + "author": "551188005281464342", + "animated": false, + "created": 1604594356, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "shuuka": { + "name": "shuuka", + "id": "775034457605668894", + "author": "293107176355004416", + "animated": false, + "created": 1604853014, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "shuukaholmes": { + "name": "shuukaholmes", + "id": "786397306194886697", + "author": "293107176355004416", + "animated": false, + "created": 1607562128, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Shuukasip": { + "name": "Shuukasip", + "id": "786031961004441631", + "author": "293107176355004416", + "animated": false, + "created": 1607475023, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "shuukathink": { + "name": "shuukathink", + "id": "785324518242910218", + "author": "293107176355004416", + "animated": false, + "created": 1607306355, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "shuukayay": { + "name": "shuukayay", + "id": "782289265488953365", + "author": "293107176355004416", + "animated": false, + "created": 1606582695, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "shy": { + "name": "shy", + "id": "701960765183230023", + "author": "544942434862235650", + "animated": false, + "created": 1587430888, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "shy_alice": { + "name": "shy_alice", + "id": "786359508104380447", + "author": "226673616190832640", + "animated": false, + "created": 1607553116, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "shybunny": { + "name": "shybunny", + "id": "786150179202924554", + "author": "745612575454134283", + "animated": false, + "created": 1607503208, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "shycat": { + "name": "shycat", + "id": "786590634152034325", + "author": "745373578664476892", + "animated": false, + "created": 1607608221, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Shyduck": { + "name": "Shyduck", + "id": "775295510574923816", + "author": "370215721558474755", + "animated": false, + "created": 1604915254, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "shy_hi": { + "name": "shy_hi", + "id": "784438791317880885", + "author": "711751154119475291", + "animated": false, + "created": 1607095182, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "shypepe": { + "name": "shypepe", + "id": "789879238353485836", + "author": "429638908523970584", + "animated": true, + "created": 1608392285, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "shyyy": { + "name": "shyyy", + "id": "786590674480529428", + "author": "745373578664476892", + "animated": false, + "created": 1607608231, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "si": { + "name": "si", + "id": "576573073063411732", + "author": "259162019142434816", + "animated": false, + "created": 1557536132, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "si1": { + "name": "si1", + "id": "727254121593176095", + "author": "614647756258017322", + "animated": false, + "created": 1593461294, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "si2": { + "name": "si2", + "id": "771014202991181876", + "author": "671881696970539019", + "animated": false, + "created": 1603894510, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "SiCapo": { + "name": "SiCapo", + "id": "747242763577458751", + "author": "537816514829484032", + "animated": false, + "created": 1598226958, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sieg": { + "name": "sieg", + "id": "661637726378000394", + "author": "239333423095742464", + "animated": false, + "created": 1577817126, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "siflaco": { + "name": "siflaco", + "id": "772089746536661013", + "author": "568982436550279179", + "animated": false, + "created": 1604150940, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sigh": { + "name": "sigh", + "id": "664258026936729611", + "author": "651556365722189892", + "animated": false, + "created": 1578441855, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sii": { + "name": "sii", + "id": "754474251880366171", + "author": "723326259056345171", + "animated": false, + "created": 1599951079, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "siiiis": { + "name": "siiiis", + "id": "779016489394372638", + "author": "739299787907792897", + "animated": false, + "created": 1605802404, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "silencio": { + "name": "silencio", + "id": "788304493317193749", + "author": "586219689466658816", + "animated": false, + "created": 1608016837, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sillychamp": { + "name": "sillychamp", + "id": "767096655266709525", + "author": "245668715067080704", + "animated": false, + "created": 1602960494, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "siltak": { + "name": "siltak", + "id": "780882254792097844", + "author": "701919188033339412", + "animated": false, + "created": 1606247237, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "silver": { + "name": "silver", + "id": "771571375118221333", + "author": "763240979091292180", + "animated": false, + "created": 1604027351, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "SilverStud": { + "name": "SilverStud", + "id": "782149057974894663", + "author": "496037931140513800", + "animated": true, + "created": 1606549267, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sim": { + "name": "sim", + "id": "732980413596696578", + "author": "532280434373951498", + "animated": false, + "created": 1594826549, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "simi_mamon": { + "name": "simi_mamon", + "id": "780934374409240656", + "author": "701103722453008518", + "animated": false, + "created": 1606259663, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Simon": { + "name": "Simon", + "id": "752019799042687017", + "author": "521802133796945962", + "animated": false, + "created": 1599365892, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "simp": { + "name": "simp", + "id": "694958897793990766", + "author": "610210232911527937", + "animated": false, + "created": 1585761513, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "simplereally": { + "name": "simplereally", + "id": "782773353067839529", + "author": "748023719833894942", + "animated": false, + "created": 1606698111, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Simppp": { + "name": "Simppp", + "id": "784439704837423114", + "author": "711751154119475291", + "animated": false, + "created": 1607095399, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Simps": { + "name": "Simps", + "id": "784438707969065021", + "author": "711751154119475291", + "animated": false, + "created": 1607095162, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "simpup": { + "name": "simpup", + "id": "786450940227878963", + "author": "723894380892782662", + "animated": false, + "created": 1607574915, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sini": { + "name": "sini", + "id": "788802241531215882", + "author": "370757129268887553", + "animated": false, + "created": 1608135509, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sinkopeso": { + "name": "sinkopeso", + "id": "704539703860396083", + "author": "617202710797877268", + "animated": false, + "created": 1588045755, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sip": { + "name": "sip", + "id": "446261068507906060", + "author": "401438132966522892", + "animated": false, + "created": 1526481730, + "modified": 1533892040, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "siphappy": { + "name": "siphappy", + "id": "758911281696342056", + "author": "676818445068927006", + "animated": false, + "created": 1601008949, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sipp": { + "name": "sipp", + "id": "771401396750647338", + "author": "638896902875906059", + "animated": false, + "created": 1603986825, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sippintea": { + "name": "sippintea", + "id": "787003064501927956", + "author": "512140987607547904", + "animated": false, + "created": 1607706552, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sipsgayly": { + "name": "sipsgayly", + "id": "782741755908456448", + "author": "748023719833894942", + "animated": false, + "created": 1606690577, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "SipSpin": { + "name": "SipSpin", + "id": "772828703243632710", + "author": "600654380307447839", + "animated": true, + "created": 1604327121, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "SIR": { + "name": "SIR", + "id": "768470786234122270", + "author": "395446528992608258", + "animated": false, + "created": 1603288113, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sir1": { + "name": "sir1", + "id": "784630976708870194", + "author": "356902907721023500", + "animated": false, + "created": 1607141002, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "siren": { + "name": "siren", + "id": "518946605924220938", + "author": "331943400234549248", + "animated": true, + "created": 1543796912, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sis": { + "name": "sis", + "id": "736232805163598026", + "author": "506601307411447811", + "animated": true, + "created": 1595601979, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sisi": { + "name": "sisi", + "id": "701682757570658355", + "author": "464631748601577473", + "animated": false, + "created": 1587364606, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sisisi": { + "name": "sisisi", + "id": "744349079458283590", + "author": "459506520288133130", + "animated": true, + "created": 1597537049, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sisos": { + "name": "sisos", + "id": "718532406868574219", + "author": "691838494581981218", + "animated": false, + "created": 1591381875, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sittin": { + "name": "sittin", + "id": "782106709752545310", + "author": "690953891482828890", + "animated": true, + "created": 1606539170, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "siu": { + "name": "siu", + "id": "604022609096474644", + "author": "212026049427537920", + "animated": false, + "created": 1564080612, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "siubi": { + "name": "siubi", + "id": "780661322886152203", + "author": "373468095601442826", + "animated": false, + "created": 1606194563, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sixso": { + "name": "sixso", + "id": "785591776269959228", + "author": "387356039638679553", + "animated": false, + "created": 1607370075, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "skelefault": { + "name": "skelefault", + "id": "776824707093102592", + "author": "543468933974589440", + "animated": true, + "created": 1605279842, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "skelly": { + "name": "skelly", + "id": "786152706946891776", + "author": "676134602837852172", + "animated": true, + "created": 1607503811, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "skips": { + "name": "skips", + "id": "724695013623332866", + "author": "638128638700552192", + "animated": true, + "created": 1592851155, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "skullplayboy": { + "name": "skullplayboy", + "id": "784832257528954901", + "author": "252655876177920000", + "animated": false, + "created": 1607188991, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "skype": { + "name": "skype", + "id": "492049352173289482", + "author": "140516693242937345", + "animated": false, + "created": 1525387948, + "modified": 1537384124, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "skypeclap": { + "name": "skypeclap", + "id": "787481394607423488", + "author": "763778550070640672", + "animated": true, + "created": 1607820595, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "skypewait": { + "name": "skypewait", + "id": "786707482738163722", + "author": "658316782934949889", + "animated": true, + "created": 1607636080, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "SL2_zerotwo1": { + "name": "SL2_zerotwo1", + "id": "786151905998536724", + "author": "676134602837852172", + "animated": false, + "created": 1607503620, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "SL2_zerotwo2": { + "name": "SL2_zerotwo2", + "id": "786151940534435840", + "author": "676134602837852172", + "animated": false, + "created": 1607503628, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "SL2_zerotwopat": { + "name": "SL2_zerotwopat", + "id": "786151991150641183", + "author": "676134602837852172", + "animated": true, + "created": 1607503640, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "slap": { + "name": "slap", + "id": "578717966947057689", + "author": "323940748145721345", + "animated": false, + "created": 1558047515, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "slap3": { + "name": "slap3", + "id": "766174528953909279", + "author": "555159763298811917", + "animated": true, + "created": 1602740642, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "slaparonies": { + "name": "slaparonies", + "id": "784815413908602880", + "author": "581699248568139776", + "animated": true, + "created": 1607184976, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "SlapMeru": { + "name": "SlapMeru", + "id": "787993150815338496", + "author": "304413971350552588", + "animated": false, + "created": 1607942607, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "slayer": { + "name": "slayer", + "id": "733120387134783559", + "author": "428651185977819172", + "animated": false, + "created": 1594859921, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Sleep": { + "name": "Sleep", + "id": "620686672404938777", + "author": "456922866181603348", + "animated": true, + "created": 1551881365, + "modified": 1568058611, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sleepisbuff": { + "name": "sleepisbuff", + "id": "782964046130839562", + "author": "203858284459851776", + "animated": false, + "created": 1606743575, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Sleepppy": { + "name": "Sleepppy", + "id": "784441565288333332", + "author": "711751154119475291", + "animated": false, + "created": 1607095843, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sleepu": { + "name": "sleepu", + "id": "574191212643221516", + "author": "509632626018091019", + "animated": false, + "created": 1556968253, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sleepygay": { + "name": "sleepygay", + "id": "782741764623564850", + "author": "748023719833894942", + "animated": false, + "created": 1606690579, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "slep": { + "name": "slep", + "id": "690452584456126464", + "author": "167267224787222528", + "animated": false, + "created": 1584687124, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "slowclap": { + "name": "slowclap", + "id": "775129281927708693", + "author": "551188005281464342", + "animated": true, + "created": 1604875622, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "slowload": { + "name": "slowload", + "id": "747480358370672651", + "author": "203208699500560385", + "animated": true, + "created": 1598283605, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "slowpoke": { + "name": "slowpoke", + "id": "784205158300778496", + "author": "394963849834659840", + "animated": false, + "created": 1607039479, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "slowshine": { + "name": "slowshine", + "id": "772884749458079814", + "author": "450903155572736000", + "animated": false, + "created": 1604340483, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "slowyeah": { + "name": "slowyeah", + "id": "642540489077424148", + "author": "196665012071170048", + "animated": false, + "created": 1573263990, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "slowyeah4life": { + "name": "slowyeah4life", + "id": "784089262391558155", + "author": "610207676822978590", + "animated": false, + "created": 1607011847, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "smart": { + "name": "smart", + "id": "470222808560041999", + "author": "223087969806843904", + "animated": false, + "created": 1532180253, + "modified": 1533892040, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Smart_2": { + "name": "Smart_2", + "id": "784928107899256833", + "author": "499275550813061128", + "animated": false, + "created": 1607211844, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "smartpepe": { + "name": "smartpepe", + "id": "786152683177902110", + "author": "676134602837852172", + "animated": false, + "created": 1607503805, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "smh": { + "name": "smh", + "id": "555916210206801920", + "author": "159816937617096705", + "animated": false, + "created": 1552611153, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "smil": { + "name": "smil", + "id": "771570844421980181", + "author": "763240979091292180", + "animated": false, + "created": 1604027224, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "smile": { + "name": "smile", + "id": "593681859846602762", + "author": "285148358815776768", + "animated": false, + "created": 1561615185, + "modified": 1599443514, + "preserve": true, + "description": "lambda has tiny pp", + "nsfw": "SFW" + }, + "SmileQuestionMark": { + "name": "SmileQuestionMark", + "id": "788398146983297045", + "author": "715373648520806432", + "animated": true, + "created": 1608039166, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "smily": { + "name": "smily", + "id": "784606670549549076", + "author": "592064686896185433", + "animated": false, + "created": 1607135207, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "smirky": { + "name": "smirky", + "id": "785973748556628050", + "author": "632211012551966750", + "animated": false, + "created": 1607461144, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "smoke": { + "name": "smoke", + "id": "759434674962694146", + "author": "289860101035261955", + "animated": false, + "created": 1601133736, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "smoketime": { + "name": "smoketime", + "id": "720778593415725118", + "author": "325346618364788737", + "animated": true, + "created": 1591917408, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Smol": { + "name": "Smol", + "id": "704905571526115499", + "author": "616390159814098956", + "animated": false, + "created": 1588132984, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "smolconcern": { + "name": "smolconcern", + "id": "751595928141430814", + "author": "366199630142242816", + "animated": false, + "created": 1599264833, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "smolgun": { + "name": "smolgun", + "id": "695530664623079434", + "author": "302106586401472512", + "animated": false, + "created": 1585897832, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "smolmiku": { + "name": "smolmiku", + "id": "781774463222022206", + "author": "338588328716795914", + "animated": false, + "created": 1606459956, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Smoosh": { + "name": "Smoosh", + "id": "784438578654609419", + "author": "711751154119475291", + "animated": false, + "created": 1607095131, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Smort": { + "name": "Smort", + "id": "778644896894287886", + "author": "701658542071087124", + "animated": false, + "created": 1605713810, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "smug": { + "name": "smug", + "id": "492049360335405056", + "author": "219567184089841664", + "animated": false, + "created": 1536886915, + "modified": 1537384126, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "smug2": { + "name": "smug2", + "id": "781911044921884722", + "author": "479017973462466571", + "animated": false, + "created": 1606492520, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "smugarma": { + "name": "smugarma", + "id": "786723437766246430", + "author": "245607870463213570", + "animated": false, + "created": 1607639884, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "SmugBaile": { + "name": "SmugBaile", + "id": "782902716162637825", + "author": "741850493088694343", + "animated": true, + "created": 1606728953, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "smugdance": { + "name": "smugdance", + "id": "543456119608311825", + "author": "252506099641614336", + "animated": true, + "created": 1549640436, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "smugface": { + "name": "smugface", + "id": "766178196256325643", + "author": "330632340088815616", + "animated": false, + "created": 1602741517, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "smugfur": { + "name": "smugfur", + "id": "788129106717048838", + "author": "457800274887573515", + "animated": false, + "created": 1607975021, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "smugnebby": { + "name": "smugnebby", + "id": "782740865318649866", + "author": "748023719833894942", + "animated": false, + "created": 1606690365, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "smugnia": { + "name": "smugnia", + "id": "771697085283565608", + "author": "394146105060753409", + "animated": false, + "created": 1604057322, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "SM_uwucumslut": { + "name": "SM_uwucumslut", + "id": "787895254879567883", + "author": "625114438042779658", + "animated": false, + "created": 1607919267, + "modified": 1607932805, + "preserve": false, + "description": null, + "nsfw": "MOD_NSFW" + }, + "snaa": { + "name": "snaa", + "id": "759672404292927488", + "author": "341394169295667211", + "animated": false, + "created": 1601190415, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "snap": { + "name": "snap", + "id": "521860103226392578", + "author": "357641367507435531", + "animated": true, + "created": 1544491544, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "snap2": { + "name": "snap2", + "id": "768607755744313345", + "author": "546358931740557312", + "animated": false, + "created": 1603320769, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "SNAS": { + "name": "SNAS", + "id": "767806433148010556", + "author": "305757849898713098", + "animated": false, + "created": 1603129718, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sneet": { + "name": "sneet", + "id": "786152622842839060", + "author": "676134602837852172", + "animated": false, + "created": 1607503791, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Snek": { + "name": "Snek", + "id": "784483207252803585", + "author": "377489947755675649", + "animated": false, + "created": 1607105771, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "snhdjfkdjerbndfjnefj": { + "name": "snhdjfkdjerbndfjnefj", + "id": "784513581018382387", + "author": "695121272392122399", + "animated": false, + "created": 1607113013, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sniff": { + "name": "sniff", + "id": "752347240466743386", + "author": "285148358815776768", + "animated": false, + "created": 1599443960, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sniff1": { + "name": "sniff1", + "id": "751799129151242280", + "author": "479370177209696267", + "animated": false, + "created": 1599313280, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sniff2": { + "name": "sniff2", + "id": "751799162479312936", + "author": "479370177209696267", + "animated": false, + "created": 1599313288, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sniff3": { + "name": "sniff3", + "id": "751799222466117632", + "author": "479370177209696267", + "animated": false, + "created": 1599313302, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "snipe": { + "name": "snipe", + "id": "769001747875233873", + "author": "428330901659713546", + "animated": false, + "created": 1603414704, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "snohrunt": { + "name": "snohrunt", + "id": "709180142693646448", + "author": "293107176355004416", + "animated": false, + "created": 1589152122, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Snom": { + "name": "Snom", + "id": "685680498424414248", + "author": "302106586401472512", + "animated": true, + "created": 1583549370, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "snom_chopsticks": { + "name": "snom_chopsticks", + "id": "789555847674986496", + "author": "568113558202875914", + "animated": false, + "created": 1608315183, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "SnomDance": { + "name": "SnomDance", + "id": "687972379078557716", + "author": "442756641260044289", + "animated": true, + "created": 1584095797, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "snomlove": { + "name": "snomlove", + "id": "789555780415258624", + "author": "568113558202875914", + "animated": false, + "created": 1608315167, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "snom_spoon": { + "name": "snom_spoon", + "id": "789555837085155330", + "author": "568113558202875914", + "animated": false, + "created": 1608315180, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "SnoopDoggBaile": { + "name": "SnoopDoggBaile", + "id": "782910395060846594", + "author": "741850493088694343", + "animated": true, + "created": 1606730784, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "snorunt": { + "name": "snorunt", + "id": "778639917286686740", + "author": "408747500288213006", + "animated": false, + "created": 1605712622, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "snovflus": { + "name": "snovflus", + "id": "774603265035206666", + "author": "220864614190153729", + "animated": false, + "created": 1604750209, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "snowalk": { + "name": "snowalk", + "id": "774721007851667497", + "author": "220864614190153729", + "animated": true, + "created": 1604778281, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "snowmanteri": { + "name": "snowmanteri", + "id": "789046748801794059", + "author": "329983362779447299", + "animated": false, + "created": 1608193804, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Snowmanthink": { + "name": "Snowmanthink", + "id": "778812526040973333", + "author": "551188005281464342", + "animated": false, + "created": 1605753776, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "snugglycubbie": { + "name": "snugglycubbie", + "id": "786150060916342814", + "author": "745612575454134283", + "animated": false, + "created": 1607503180, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "snun": { + "name": "snun", + "id": "789555790553939989", + "author": "568113558202875914", + "animated": false, + "created": 1608315169, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "so": { + "name": "so", + "id": "776990725303959593", + "author": "618287304447885312", + "animated": false, + "created": 1605319424, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "so1": { + "name": "so1", + "id": "789705799097516063", + "author": "753681432718737480", + "animated": false, + "created": 1608350934, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "SOB": { + "name": "SOB", + "id": "766694685233119243", + "author": "751598346677780531", + "animated": false, + "created": 1602864657, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sobad": { + "name": "sobad", + "id": "752897033068871690", + "author": "231629637913018370", + "animated": false, + "created": 1599575040, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sobas": { + "name": "sobas", + "id": "764430787511582720", + "author": "220655677432004618", + "animated": false, + "created": 1602324902, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sobbing": { + "name": "sobbing", + "id": "771409537357447179", + "author": "369984931989946371", + "animated": false, + "created": 1603988765, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sobintensifies": { + "name": "sobintensifies", + "id": "781926976045711411", + "author": "479017973462466571", + "animated": false, + "created": 1606496318, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "SOBoom": { + "name": "SOBoom", + "id": "788059173686476830", + "author": "494688594603147284", + "animated": true, + "created": 1607958348, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sobreconduz": { + "name": "sobreconduz", + "id": "785959628218826753", + "author": "384071676960309259", + "animated": true, + "created": 1607457777, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sobs": { + "name": "sobs", + "id": "717519498512433183", + "author": "317102417466490880", + "animated": false, + "created": 1591140379, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sociedad": { + "name": "sociedad", + "id": "716531930283114506", + "author": "287347007708856323", + "animated": false, + "created": 1590904924, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sociedad2": { + "name": "sociedad2", + "id": "772283370604331048", + "author": "613683732276314114", + "animated": true, + "created": 1604197103, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Sodomy": { + "name": "Sodomy", + "id": "741635645595975790", + "author": "394963849834659840", + "animated": false, + "created": 1596890116, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sofcry": { + "name": "sofcry", + "id": "789555936858996756", + "author": "568113558202875914", + "animated": false, + "created": 1608315204, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sog": { + "name": "sog", + "id": "745167551130239026", + "author": "620744223267749888", + "animated": false, + "created": 1597732188, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "soisso": { + "name": "soisso", + "id": "788473516005523487", + "author": "602916202528112672", + "animated": false, + "created": 1608057135, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "solins": { + "name": "solins", + "id": "535941218157330452", + "author": "412045486103724032", + "animated": true, + "created": 1547848743, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "somedumbcerijoke": { + "name": "somedumbcerijoke", + "id": "756139911857307730", + "author": "353109234201788427", + "animated": false, + "created": 1600348203, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sonic": { + "name": "sonic", + "id": "499391878496518144", + "author": "314186201588432906", + "animated": true, + "created": 1539134753, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "SonicBaile": { + "name": "SonicBaile", + "id": "773641550659715122", + "author": "741850493088694343", + "animated": true, + "created": 1604520919, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sonicdance": { + "name": "sonicdance", + "id": "680239877652348978", + "author": "580244182652813312", + "animated": true, + "created": 1582252225, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Sonic_Fan": { + "name": "Sonic_Fan", + "id": "783739933407445042", + "author": "739299787907792897", + "animated": false, + "created": 1606928561, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Sonic_Fan_Papel": { + "name": "Sonic_Fan_Papel", + "id": "783739461484806172", + "author": "739299787907792897", + "animated": false, + "created": 1606928448, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "SonicFanvenezolano": { + "name": "SonicFanvenezolano", + "id": "789169669155848232", + "author": "739299787907792897", + "animated": false, + "created": 1608223111, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sonrisa": { + "name": "sonrisa", + "id": "788205613599293460", + "author": "701103722453008518", + "animated": false, + "created": 1607993262, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "SonrizaC0lgate": { + "name": "SonrizaC0lgate", + "id": "772932666197934080", + "author": "546381043364659211", + "animated": false, + "created": 1604351908, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sonrojado": { + "name": "sonrojado", + "id": "785699925270200361", + "author": "689614029555236964", + "animated": false, + "created": 1607395859, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "SonyCircle": { + "name": "SonyCircle", + "id": "782154551410950174", + "author": "496037931140513800", + "animated": false, + "created": 1606550576, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "SonyCross": { + "name": "SonyCross", + "id": "782154591072550944", + "author": "496037931140513800", + "animated": false, + "created": 1606550586, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "SonySquare": { + "name": "SonySquare", + "id": "782154516576600088", + "author": "496037931140513800", + "animated": false, + "created": 1606550568, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "SonyTriangle": { + "name": "SonyTriangle", + "id": "782154484880637953", + "author": "496037931140513800", + "animated": false, + "created": 1606550561, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "soontm": { + "name": "soontm", + "id": "756363550951211009", + "author": "428461954064056340", + "animated": false, + "created": 1600401524, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sopas": { + "name": "sopas", + "id": "754500942518288424", + "author": "701858933131706409", + "animated": false, + "created": 1599957442, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sophiesip": { + "name": "sophiesip", + "id": "771123872652197908", + "author": "656038334140776469", + "animated": false, + "created": 1603920658, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sorpresa": { + "name": "sorpresa", + "id": "782486200501272587", + "author": "754517959417790494", + "animated": false, + "created": 1606629648, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sorpresa2": { + "name": "sorpresa2", + "id": "782487810376597535", + "author": "740457917374922765", + "animated": false, + "created": 1606630032, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sorrow": { + "name": "sorrow", + "id": "789585815310434354", + "author": "262133866062413825", + "animated": false, + "created": 1608322328, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sospechoso": { + "name": "sospechoso", + "id": "727547680603111434", + "author": "627683753635872779", + "animated": false, + "created": 1593531284, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sosretrol": { + "name": "sosretrol", + "id": "746478204847652895", + "author": "547194213666914304", + "animated": false, + "created": 1598044673, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "souka": { + "name": "souka", + "id": "696181479524532254", + "author": "434852481693122570", + "animated": false, + "created": 1586052999, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "soukag": { + "name": "soukag", + "id": "768512736018825237", + "author": "358457900546654209", + "animated": false, + "created": 1603298114, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "soullessthenk": { + "name": "soullessthenk", + "id": "757863417888374804", + "author": "262133866062413825", + "animated": false, + "created": 1600759119, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "soulstone": { + "name": "soulstone", + "id": "784149886995922955", + "author": "496037931140513800", + "animated": false, + "created": 1607026301, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "soundcloudrapper": { + "name": "soundcloudrapper", + "id": "788397434342080532", + "author": "715373648520806432", + "animated": false, + "created": 1608038996, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "SOuwu": { + "name": "SOuwu", + "id": "788811711376916501", + "author": "496114314944577537", + "animated": false, + "created": 1608137767, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "soy": { + "name": "soy", + "id": "768826651663532062", + "author": "704662972739616809", + "animated": false, + "created": 1603372957, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "soyadmin": { + "name": "soyadmin", + "id": "716167558608322631", + "author": "547194213666914304", + "animated": false, + "created": 1590818051, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "spacestone": { + "name": "spacestone", + "id": "784149738462380072", + "author": "496037931140513800", + "animated": false, + "created": 1607026266, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Spacy_AE": { + "name": "Spacy_AE", + "id": "786450479747563530", + "author": "723894380892782662", + "animated": false, + "created": 1607574806, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "SPAGET": { + "name": "SPAGET", + "id": "492049383244955648", + "author": "140516693242937345", + "animated": false, + "created": 1525387948, + "modified": 1537384131, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "spam": { + "name": "spam", + "id": "763485417956704256", + "author": "698271486125015090", + "animated": false, + "created": 1602099508, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "spank": { + "name": "spank", + "id": "720375125375189134", + "author": "148262544748838912", + "animated": true, + "created": 1591821213, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "SPCPartyGlasses": { + "name": "SPCPartyGlasses", + "id": "778358926152171530", + "author": "624810473321398292", + "animated": true, + "created": 1605645629, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Spd_link": { + "name": "Spd_link", + "id": "772236724377878538", + "author": "719334547723911232", + "animated": false, + "created": 1604185982, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "speab": { + "name": "speab", + "id": "786959952140304417", + "author": "179258923436474368", + "animated": false, + "created": 1607696273, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "speak": { + "name": "speak", + "id": "726747099194064917", + "author": "112471608865624064", + "animated": false, + "created": 1593340410, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "speakaf": { + "name": "speakaf", + "id": "763477208630951977", + "author": "209280535174971393", + "animated": true, + "created": 1602097551, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "speakcap": { + "name": "speakcap", + "id": "743381717397798972", + "author": "336021639970029569", + "animated": false, + "created": 1597306412, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "speakwoke": { + "name": "speakwoke", + "id": "780447151192539136", + "author": "425046879047385108", + "animated": true, + "created": 1606143500, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "specialiste": { + "name": "specialiste", + "id": "718471593747284009", + "author": "245607870463213570", + "animated": false, + "created": 1591367376, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Spectating": { + "name": "Spectating", + "id": "782740184000757760", + "author": "748023719833894942", + "animated": false, + "created": 1606690202, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "spectatingowo": { + "name": "spectatingowo", + "id": "782773325364461588", + "author": "748023719833894942", + "animated": false, + "created": 1606698104, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "spectr": { + "name": "spectr", + "id": "785935541459353610", + "author": "441789665142374410", + "animated": false, + "created": 1607452035, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "speed": { + "name": "speed", + "id": "748605722664763462", + "author": "602916202528112672", + "animated": true, + "created": 1598551912, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "speedtest": { + "name": "speedtest", + "id": "492049385987899433", + "author": "140516693242937345", + "animated": false, + "created": 1525387948, + "modified": 1537384132, + "preserve": true, + "description": "My favorite emote. It's sort of used to mean like \"well fuck\". For example:\nI have a five page paper due tonight that I haven't done yet :speedtest:\n[Original image](http://i0.kym-cdn.com/photos/images/original/001/285/389/9ab.jpg)", + "nsfw": "SFW" + }, + "speedy": { + "name": "speedy", + "id": "786152650336239637", + "author": "676134602837852172", + "animated": true, + "created": 1607503798, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "speen": { + "name": "speen", + "id": "751157979566440529", + "author": "279880446752587777", + "animated": true, + "created": 1599160418, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sperg": { + "name": "sperg", + "id": "781015645960929311", + "author": "666438406104023060", + "animated": false, + "created": 1606279044, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "spergg": { + "name": "spergg", + "id": "781043178014113792", + "author": "666438406104023060", + "animated": false, + "created": 1606285604, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "spheal": { + "name": "spheal", + "id": "653668548643651595", + "author": "361132194267398147", + "animated": false, + "created": 1575917126, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "spicy": { + "name": "spicy", + "id": "775038682910294076", + "author": "329215542730948609", + "animated": false, + "created": 1604854021, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "spid": { + "name": "spid", + "id": "723793801222553640", + "author": "298827100016607232", + "animated": true, + "created": 1592636289, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Spider": { + "name": "Spider", + "id": "779461233342414899", + "author": "411841829563006997", + "animated": false, + "created": 1605908439, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "spiderozs": { + "name": "spiderozs", + "id": "645737793275822102", + "author": "425046879047385108", + "animated": false, + "created": 1574026287, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "spideydance": { + "name": "spideydance", + "id": "782700894880923678", + "author": "496037931140513800", + "animated": true, + "created": 1606680835, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "spin": { + "name": "spin", + "id": "703297999622897725", + "author": "340346846511890432", + "animated": true, + "created": 1587749709, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "spincle": { + "name": "spincle", + "id": "781685534510284830", + "author": "644786389543682049", + "animated": true, + "created": 1606438754, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "spinn": { + "name": "spinn", + "id": "747951717714362369", + "author": "401857179293974529", + "animated": true, + "created": 1598395985, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "spinning_rainbow_sheep": { + "name": "spinning_rainbow_sheep", + "id": "785422823543406633", + "author": "434603155695730709", + "animated": true, + "created": 1607329793, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "spinthink": { + "name": "spinthink", + "id": "467578356666204161", + "author": "442617727820234753", + "animated": true, + "created": 1531549767, + "modified": 1533892040, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "spit": { + "name": "spit", + "id": "717908067299360779", + "author": "270346258223202304", + "animated": true, + "created": 1591233021, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "spitzell": { + "name": "spitzell", + "id": "784913907101204520", + "author": "293107176355004416", + "animated": false, + "created": 1607208458, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "splplayer": { + "name": "splplayer", + "id": "773972981029404713", + "author": "399348446525390849", + "animated": false, + "created": 1604599938, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "spoiler": { + "name": "spoiler", + "id": "783375609501057074", + "author": "681118845003497472", + "animated": false, + "created": 1606841699, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "spongebob": { + "name": "spongebob", + "id": "771571397822513162", + "author": "763240979091292180", + "animated": false, + "created": 1604027356, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "spongeBoi": { + "name": "spongeBoi", + "id": "771569891903668265", + "author": "763240979091292180", + "animated": false, + "created": 1604026997, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "spongebreath": { + "name": "spongebreath", + "id": "786152579590520832", + "author": "676134602837852172", + "animated": true, + "created": 1607503781, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "SpongeDance": { + "name": "SpongeDance", + "id": "718170397341777962", + "author": "703704158665965568", + "animated": true, + "created": 1591295566, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "spongehole": { + "name": "spongehole", + "id": "782572726229401610", + "author": "674019507064274964", + "animated": false, + "created": 1606650277, + "modified": 1606652044, + "preserve": false, + "description": null, + "nsfw": "MOD_NSFW" + }, + "spookparrot": { + "name": "spookparrot", + "id": "788391601356406795", + "author": "486148342108127253", + "animated": true, + "created": 1608037605, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "spooky": { + "name": "spooky", + "id": "638886974614405148", + "author": "318090556574269447", + "animated": true, + "created": 1572392924, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "spookydance": { + "name": "spookydance", + "id": "782950910472749091", + "author": "613683732276314114", + "animated": true, + "created": 1606740443, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "spookypalca": { + "name": "spookypalca", + "id": "772290241578270730", + "author": "546358931740557312", + "animated": false, + "created": 1604198742, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "spookypalca2": { + "name": "spookypalca2", + "id": "772295660624019486", + "author": "546358931740557312", + "animated": false, + "created": 1604200034, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "spooncry": { + "name": "spooncry", + "id": "780807624018493460", + "author": "756368101788090420", + "animated": false, + "created": 1606229444, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "spoonfeed": { + "name": "spoonfeed", + "id": "492049394527371265", + "author": "140516693242937345", + "animated": false, + "created": 1532220162, + "modified": 1537384134, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "spotify": { + "name": "spotify", + "id": "712155459225649152", + "author": "140516693242937345", + "animated": false, + "created": 1589861492, + "modified": 1589861497, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "spray": { + "name": "spray", + "id": "758007989184495666", + "author": "700117364485914704", + "animated": false, + "created": 1600793587, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sprint": { + "name": "sprint", + "id": "622377919368527879", + "author": "239333423095742464", + "animated": true, + "created": 1568456859, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "spydance": { + "name": "spydance", + "id": "788419275936890890", + "author": "354801294533459968", + "animated": true, + "created": 1608044203, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sqheart": { + "name": "sqheart", + "id": "788397686939451412", + "author": "715373648520806432", + "animated": false, + "created": 1608039056, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "squaredpat": { + "name": "squaredpat", + "id": "788745170279333900", + "author": "679596611323953175", + "animated": true, + "created": 1608121902, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "squarethenk": { + "name": "squarethenk", + "id": "758694136269635625", + "author": "262133866062413825", + "animated": false, + "created": 1600957178, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "squib_madstop": { + "name": "squib_madstop", + "id": "786152560049651742", + "author": "676134602837852172", + "animated": false, + "created": 1607503776, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "squid": { + "name": "squid", + "id": "785935123354615858", + "author": "321696866494578688", + "animated": false, + "created": 1607451935, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "SquidwardDance": { + "name": "SquidwardDance", + "id": "772826543624814592", + "author": "600654380307447839", + "animated": true, + "created": 1604326606, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "SquidwardMilos": { + "name": "SquidwardMilos", + "id": "782113965660045333", + "author": "690953891482828890", + "animated": true, + "created": 1606540900, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "squidwardno": { + "name": "squidwardno", + "id": "781568477549821973", + "author": "268138992606773248", + "animated": false, + "created": 1606410846, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "squint": { + "name": "squint", + "id": "571276847623438347", + "author": "135129300063092737", + "animated": true, + "created": 1556273414, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "SquirrelWhine": { + "name": "SquirrelWhine", + "id": "786948309112848414", + "author": "718818001633280071", + "animated": true, + "created": 1607693497, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "squirrelwiggle": { + "name": "squirrelwiggle", + "id": "787992923722612746", + "author": "304413971350552588", + "animated": true, + "created": 1607942553, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "squirrelwiggle2x": { + "name": "squirrelwiggle2x", + "id": "787992944602513428", + "author": "304413971350552588", + "animated": true, + "created": 1607942558, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "squirtelfacherito": { + "name": "squirtelfacherito", + "id": "772288525311410187", + "author": "504130418958794763", + "animated": false, + "created": 1604198332, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Squirtle": { + "name": "Squirtle", + "id": "763961210214678559", + "author": "672756979516702785", + "animated": true, + "created": 1602212946, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "squirtlecursed": { + "name": "squirtlecursed", + "id": "781237673904832512", + "author": "495518017434681365", + "animated": true, + "created": 1606331976, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "SquirtleDerp": { + "name": "SquirtleDerp", + "id": "781344086929309707", + "author": "448827482179895304", + "animated": true, + "created": 1606357347, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "squish": { + "name": "squish", + "id": "770147490241970207", + "author": "508054192758194176", + "animated": true, + "created": 1603687870, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "srinjoywut": { + "name": "srinjoywut", + "id": "783810818839019540", + "author": "587398865167319060", + "animated": false, + "created": 1606945461, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ss": { + "name": "ss", + "id": "685929666837610596", + "author": "348642480138485760", + "animated": true, + "created": 1583608776, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sskullwhite": { + "name": "sskullwhite", + "id": "788396462345158717", + "author": "715373648520806432", + "animated": false, + "created": 1608038764, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "s_stonk": { + "name": "s_stonk", + "id": "789125792461619231", + "author": "527449870873657344", + "animated": false, + "created": 1608212650, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "stab": { + "name": "stab", + "id": "760584453860229161", + "author": "373893861950488576", + "animated": false, + "created": 1601407864, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "stabbycat": { + "name": "stabbycat", + "id": "788481638023692349", + "author": "508004255974817802", + "animated": false, + "created": 1608059071, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "stabdms": { + "name": "stabdms", + "id": "781066474826891265", + "author": "336021639970029569", + "animated": false, + "created": 1606291159, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "stabdream": { + "name": "stabdream", + "id": "768226084659003432", + "author": "336021639970029569", + "animated": false, + "created": 1603229771, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "stabdream3": { + "name": "stabdream3", + "id": "775833145580060713", + "author": "336021639970029569", + "animated": false, + "created": 1605043436, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "stabdream6": { + "name": "stabdream6", + "id": "781624840229486592", + "author": "448102121762455591", + "animated": false, + "created": 1606424283, + "modified": 1606424434, + "preserve": false, + "description": null, + "nsfw": "MOD_NSFW" + }, + "stabfucksastolfo": { + "name": "stabfucksastolfo", + "id": "784143230374772737", + "author": "425046879047385108", + "animated": false, + "created": 1607024714, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "stabiana": { + "name": "stabiana", + "id": "729622153963503616", + "author": "425046879047385108", + "animated": false, + "created": 1594025877, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "stabreview": { + "name": "stabreview", + "id": "761324951604822039", + "author": "425046879047385108", + "animated": false, + "created": 1601584413, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "stabspeak": { + "name": "stabspeak", + "id": "749364077335412909", + "author": "425046879047385108", + "animated": false, + "created": 1598732718, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "stabspeak3": { + "name": "stabspeak3", + "id": "749366768023240734", + "author": "425046879047385108", + "animated": false, + "created": 1598733360, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "stabwantstoseetherest": { + "name": "stabwantstoseetherest", + "id": "775464147659915304", + "author": "448102121762455591", + "animated": true, + "created": 1604955460, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "stabwhenheseestherest": { + "name": "stabwhenheseestherest", + "id": "784201907434029097", + "author": "336021639970029569", + "animated": false, + "created": 1607038704, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "stacipog": { + "name": "stacipog", + "id": "780898257647829063", + "author": "270258569637658627", + "animated": false, + "created": 1606251053, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "stackoverflow": { + "name": "stackoverflow", + "id": "492049399262740493", + "author": "140516693242937345", + "animated": false, + "created": 1525387948, + "modified": 1537384135, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "StaffPing": { + "name": "StaffPing", + "id": "782494232228397086", + "author": "760975697392173067", + "animated": true, + "created": 1606631563, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "stalker": { + "name": "stalker", + "id": "780455465661628506", + "author": "410945454415544350", + "animated": false, + "created": 1606145483, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "stanbooma": { + "name": "stanbooma", + "id": "788586255037759518", + "author": "717187106874720287", + "animated": false, + "created": 1608084014, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Star": { + "name": "Star", + "id": "775840171189993492", + "author": "456878503074463745", + "animated": false, + "created": 1605045111, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "star1": { + "name": "star1", + "id": "784861446902382623", + "author": "506459837169795092", + "animated": true, + "created": 1607195951, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "star22": { + "name": "star22", + "id": "784861479341785098", + "author": "506459837169795092", + "animated": true, + "created": 1607195958, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "starbeige": { + "name": "starbeige", + "id": "786538743845748757", + "author": "506459837169795092", + "animated": false, + "created": 1607595849, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "starblue": { + "name": "starblue", + "id": "786521991611416597", + "author": "426282697422274561", + "animated": true, + "created": 1607591855, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Starbucks": { + "name": "Starbucks", + "id": "781305113704529950", + "author": "706216515963453531", + "animated": false, + "created": 1606348055, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "starcream": { + "name": "starcream", + "id": "786538680323670036", + "author": "506459837169795092", + "animated": false, + "created": 1607595834, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "stare": { + "name": "stare", + "id": "508014045186621440", + "author": "331943400234549248", + "animated": false, + "created": 1541190404, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "staredisgust": { + "name": "staredisgust", + "id": "785892680211234886", + "author": "488694672441737236", + "animated": false, + "created": 1607441816, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "StarFinger": { + "name": "StarFinger", + "id": "772298126315880468", + "author": "256542988866551817", + "animated": true, + "created": 1604200622, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "starpink": { + "name": "starpink", + "id": "786521980346040341", + "author": "426282697422274561", + "animated": true, + "created": 1607591853, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "starplatinum": { + "name": "starplatinum", + "id": "783554882241036289", + "author": "442120979821625345", + "animated": true, + "created": 1606884441, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "starwhite": { + "name": "starwhite", + "id": "786538620764291112", + "author": "506459837169795092", + "animated": false, + "created": 1607595820, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "statan": { + "name": "statan", + "id": "786538709893644328", + "author": "506459837169795092", + "animated": false, + "created": 1607595841, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Staticdogsquint": { + "name": "Staticdogsquint", + "id": "786154647010279435", + "author": "676134602837852172", + "animated": false, + "created": 1607504274, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "steve": { + "name": "steve", + "id": "621362184144027648", + "author": "342084411224752128", + "animated": true, + "created": 1568214689, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Steve1": { + "name": "Steve1", + "id": "492049405977952256", + "author": "140516693242937345", + "animated": false, + "created": 1525387948, + "modified": 1537384136, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "Steve2": { + "name": "Steve2", + "id": "492049407118934042", + "author": "140516693242937345", + "animated": false, + "created": 1525387948, + "modified": 1537384137, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "Steve3": { + "name": "Steve3", + "id": "492049408024903682", + "author": "140516693242937345", + "animated": false, + "created": 1525387948, + "modified": 1537384137, + "preserve": true, + "description": "look at that caterpillar he's got for a moustache \ud83d\udc40", + "nsfw": "SFW" + }, + "Steve4": { + "name": "Steve4", + "id": "492049409366949898", + "author": "140516693242937345", + "animated": false, + "created": 1525387948, + "modified": 1537384137, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "Steve5": { + "name": "Steve5", + "id": "492049410084175874", + "author": "140516693242937345", + "animated": false, + "created": 1525387948, + "modified": 1537384137, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "stfu": { + "name": "stfu", + "id": "727673537934131251", + "author": "268138992606773248", + "animated": false, + "created": 1593561291, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "stfuCadie": { + "name": "stfuCadie", + "id": "789135622560153640", + "author": "562613937531518986", + "animated": false, + "created": 1608214993, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "StickBugBaile": { + "name": "StickBugBaile", + "id": "782901215649988639", + "author": "741850493088694343", + "animated": true, + "created": 1606728595, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "stickbugged": { + "name": "stickbugged", + "id": "750837010511429694", + "author": "235236244420821002", + "animated": true, + "created": 1599083893, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "stickdance": { + "name": "stickdance", + "id": "771572217502105630", + "author": "763240979091292180", + "animated": true, + "created": 1604027551, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Stickmandancing": { + "name": "Stickmandancing", + "id": "786154537051619328", + "author": "676134602837852172", + "animated": true, + "created": 1607504247, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "stickyface": { + "name": "stickyface", + "id": "787782533650579476", + "author": "325346618364788737", + "animated": false, + "created": 1607892392, + "modified": 1607894408, + "preserve": false, + "description": null, + "nsfw": "MOD_NSFW" + }, + "stinks": { + "name": "stinks", + "id": "706839648852508762", + "author": "239333423095742464", + "animated": false, + "created": 1588594104, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "stitchsleep": { + "name": "stitchsleep", + "id": "780913962799202345", + "author": "572096154888831006", + "animated": true, + "created": 1606254797, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "stlayicikcokcool": { + "name": "stlayicikcokcool", + "id": "786208857939640332", + "author": "586886106289668127", + "animated": false, + "created": 1607517198, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "stlayicikcokkizginim": { + "name": "stlayicikcokkizginim", + "id": "786208889078022195", + "author": "586886106289668127", + "animated": false, + "created": 1607517206, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "stlayicikdondurma": { + "name": "stlayicikdondurma", + "id": "786867062147907604", + "author": "586886106289668127", + "animated": false, + "created": 1607674126, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "stlayiciktatlisag": { + "name": "stlayiciktatlisag", + "id": "786208760473190410", + "author": "586886106289668127", + "animated": false, + "created": 1607517175, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "stlayiciktatlisevgierkek": { + "name": "stlayiciktatlisevgierkek", + "id": "786208673130086410", + "author": "586886106289668127", + "animated": false, + "created": 1607517154, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "stlayiciktatliskopus": { + "name": "stlayiciktatliskopus", + "id": "786208790331785237", + "author": "586886106289668127", + "animated": false, + "created": 1607517182, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "stone": { + "name": "stone", + "id": "771572204793233428", + "author": "763240979091292180", + "animated": true, + "created": 1604027548, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "stonk": { + "name": "stonk", + "id": "714193153338638488", + "author": "422792791945510932", + "animated": false, + "created": 1590347316, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "stonks": { + "name": "stonks", + "id": "628080834896723998", + "author": "238474224614768651", + "animated": false, + "created": 1569816540, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "stop": { + "name": "stop", + "id": "702548413962649651", + "author": "304136546251177984", + "animated": false, + "created": 1587570994, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "stopimpitchinatent": { + "name": "stopimpitchinatent", + "id": "782111475778846732", + "author": "690953891482828890", + "animated": true, + "created": 1606540306, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "strabge": { + "name": "strabge", + "id": "781605121217658902", + "author": "336021639970029569", + "animated": false, + "created": 1606419582, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "strabgesip": { + "name": "strabgesip", + "id": "776889639029440552", + "author": "448102121762455591", + "animated": false, + "created": 1605295323, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "strap": { + "name": "strap", + "id": "767803541179858944", + "author": "373893861950488576", + "animated": false, + "created": 1603129029, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "strapsitas": { + "name": "strapsitas", + "id": "782000662195077120", + "author": "438644880152068127", + "animated": false, + "created": 1606513886, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "strapter": { + "name": "strapter", + "id": "789604819500531733", + "author": "336021639970029569", + "animated": false, + "created": 1608326859, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "strapti": { + "name": "strapti", + "id": "780532922951794752", + "author": "425046879047385108", + "animated": false, + "created": 1606163950, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "straypat": { + "name": "straypat", + "id": "787488797575217172", + "author": "754517959417790494", + "animated": true, + "created": 1607822360, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "stress": { + "name": "stress", + "id": "778236143912222751", + "author": "298906007533387777", + "animated": true, + "created": 1605616355, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "stressed": { + "name": "stressed", + "id": "772638162870075392", + "author": "291340727319920641", + "animated": true, + "created": 1604281693, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "strut": { + "name": "strut", + "id": "786644124731310130", + "author": "676134602837852172", + "animated": true, + "created": 1607620974, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Studying": { + "name": "Studying", + "id": "784438561616298044", + "author": "711751154119475291", + "animated": false, + "created": 1607095127, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "stuffie": { + "name": "stuffie", + "id": "786150128431923221", + "author": "745612575454134283", + "animated": false, + "created": 1607503196, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Stupid": { + "name": "Stupid", + "id": "719400775939391529", + "author": "480501200006152202", + "animated": false, + "created": 1591588910, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "su": { + "name": "su", + "id": "780455421177364491", + "author": "353109234201788427", + "animated": false, + "created": 1606145472, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "suave": { + "name": "suave", + "id": "779406692319887360", + "author": "551188005281464342", + "animated": false, + "created": 1605895436, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "subarufukkireta": { + "name": "subarufukkireta", + "id": "779160327345799239", + "author": "466061790627889167", + "animated": true, + "created": 1605836698, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "subidon": { + "name": "subidon", + "id": "757829167692644384", + "author": "609791313847517223", + "animated": true, + "created": 1600750953, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "subzorro": { + "name": "subzorro", + "id": "789269826384298024", + "author": "700844233212559372", + "animated": false, + "created": 1608246990, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "succ": { + "name": "succ", + "id": "582441124342267904", + "author": "205981217236058112", + "animated": false, + "created": 1558935185, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "success": { + "name": "success", + "id": "729472155942781019", + "author": "251798547249364992", + "animated": true, + "created": 1593990115, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "suck": { + "name": "suck", + "id": "679730935251730477", + "author": "578505763094265866", + "animated": true, + "created": 1582130883, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "suffering": { + "name": "suffering", + "id": "759934579817185281", + "author": "73375128251011072", + "animated": false, + "created": 1601252922, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "SUGEEE": { + "name": "SUGEEE", + "id": "787894683027111967", + "author": "625114438042779658", + "animated": false, + "created": 1607919130, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sugoi": { + "name": "sugoi", + "id": "750028750380597351", + "author": "459506520288133130", + "animated": true, + "created": 1598891189, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "suicide": { + "name": "suicide", + "id": "518404031316754432", + "author": "428210691887857665", + "animated": false, + "created": 1543667552, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "suicidio": { + "name": "suicidio", + "id": "739334098962612264", + "author": "635458927198470175", + "animated": false, + "created": 1596341385, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "suicidiodecalamardo": { + "name": "suicidiodecalamardo", + "id": "768308488514175017", + "author": "242691348560478209", + "animated": false, + "created": 1603249418, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "suigg": { + "name": "suigg", + "id": "777680482170437652", + "author": "293107176355004416", + "animated": false, + "created": 1605483875, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "suika": { + "name": "suika", + "id": "682456797365272647", + "author": "580244182652813312", + "animated": true, + "created": 1582780780, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "suikadance": { + "name": "suikadance", + "id": "773359953795612693", + "author": "739936426799661086", + "animated": true, + "created": 1604453781, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sukomaewa": { + "name": "sukomaewa", + "id": "779177799101317120", + "author": "343310328089804803", + "animated": true, + "created": 1605840863, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "suktolai": { + "name": "suktolai", + "id": "778989902335049749", + "author": "343310328089804803", + "animated": true, + "created": 1605796065, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "SumiBlush": { + "name": "SumiBlush", + "id": "785679535848292402", + "author": "371341644131336199", + "animated": true, + "created": 1607390998, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sumigun": { + "name": "sumigun", + "id": "784289639027834891", + "author": "386940720994451456", + "animated": false, + "created": 1607059621, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "SumiiRee": { + "name": "SumiiRee", + "id": "753678241960689765", + "author": "394963849834659840", + "animated": false, + "created": 1599761295, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sumisip": { + "name": "sumisip", + "id": "784579589770051600", + "author": "371341644131336199", + "animated": false, + "created": 1607128751, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sun": { + "name": "sun", + "id": "766385865244672020", + "author": "634604015216492587", + "animated": true, + "created": 1602791029, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sunglass": { + "name": "sunglass", + "id": "784314252101156865", + "author": "574870314928832533", + "animated": false, + "created": 1607065489, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "SunnyNo": { + "name": "SunnyNo", + "id": "782407347788185642", + "author": "328327250682576897", + "animated": false, + "created": 1606610848, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "SunnyNom": { + "name": "SunnyNom", + "id": "782407282578292748", + "author": "328327250682576897", + "animated": false, + "created": 1606610832, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "SunnyNotMe": { + "name": "SunnyNotMe", + "id": "782407187837878292", + "author": "328327250682576897", + "animated": false, + "created": 1606610810, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "SunnyOK": { + "name": "SunnyOK", + "id": "782407161678397450", + "author": "328327250682576897", + "animated": false, + "created": 1606610803, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "SunnyPerfect": { + "name": "SunnyPerfect", + "id": "782407107222962186", + "author": "328327250682576897", + "animated": false, + "created": 1606610790, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "SunnySleeping": { + "name": "SunnySleeping", + "id": "782407068623437825", + "author": "328327250682576897", + "animated": false, + "created": 1606610781, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "SunnySMH": { + "name": "SunnySMH", + "id": "782407032253710357", + "author": "328327250682576897", + "animated": false, + "created": 1606610773, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "SunnyStahp": { + "name": "SunnyStahp", + "id": "782406997780725771", + "author": "328327250682576897", + "animated": false, + "created": 1606610764, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "SunnyThankYou": { + "name": "SunnyThankYou", + "id": "782406947701653515", + "author": "328327250682576897", + "animated": false, + "created": 1606610752, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "SunnyTired": { + "name": "SunnyTired", + "id": "782406886733381652", + "author": "328327250682576897", + "animated": false, + "created": 1606610738, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "SunnyYes": { + "name": "SunnyYes", + "id": "782406836509868094", + "author": "328327250682576897", + "animated": false, + "created": 1606610726, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "supermachistaopressor": { + "name": "supermachistaopressor", + "id": "761012916383383552", + "author": "377449121235206146", + "animated": false, + "created": 1601510018, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "superpiola": { + "name": "superpiola", + "id": "766407453705109514", + "author": "543673464700272660", + "animated": false, + "created": 1602796176, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "SUPixelHearts": { + "name": "SUPixelHearts", + "id": "790114076226879508", + "author": "302659864654512138", + "animated": true, + "created": 1608448275, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "supreme": { + "name": "supreme", + "id": "788133853134848061", + "author": "586219689466658816", + "animated": false, + "created": 1607976155, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sure": { + "name": "sure", + "id": "787795062703521802", + "author": "738562032374251652", + "animated": false, + "created": 1607895379, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "surinjoy": { + "name": "surinjoy", + "id": "789398277895618591", + "author": "405583972463017987", + "animated": true, + "created": 1608277616, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "surprisedcowboy": { + "name": "surprisedcowboy", + "id": "786152536540708924", + "author": "676134602837852172", + "animated": false, + "created": 1607503770, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "surprisedpikachu": { + "name": "surprisedpikachu", + "id": "753041727291392011", + "author": "527704923396243459", + "animated": false, + "created": 1599609538, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sus": { + "name": "sus", + "id": "735166952703787099", + "author": "235077293859536898", + "animated": false, + "created": 1595347860, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Suuure": { + "name": "Suuure", + "id": "782738743299407882", + "author": "748023719833894942", + "animated": false, + "created": 1606689859, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "suwako": { + "name": "suwako", + "id": "697873799894401085", + "author": "511549289558966285", + "animated": true, + "created": 1586456479, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "suwakojam": { + "name": "suwakojam", + "id": "789924528897392733", + "author": "271343314047860737", + "animated": true, + "created": 1608403084, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "SUWhiteHearts3": { + "name": "SUWhiteHearts3", + "id": "790114171198767134", + "author": "302659864654512138", + "animated": true, + "created": 1608448298, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "swag": { + "name": "swag", + "id": "726819752198275103", + "author": "461974777905545236", + "animated": true, + "created": 1593357732, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "swagbingus": { + "name": "swagbingus", + "id": "786430244113612830", + "author": "219580469933506560", + "animated": false, + "created": 1607569981, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Swaggarot": { + "name": "Swaggarot", + "id": "783079345832853504", + "author": "476918199061839902", + "animated": false, + "created": 1606771065, + "modified": 1606771186, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Sweat": { + "name": "Sweat", + "id": "788270141447077898", + "author": "738980160828735488", + "animated": false, + "created": 1608008647, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sweating": { + "name": "sweating", + "id": "693504442628309053", + "author": "270343119902474240", + "animated": false, + "created": 1585414743, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sweatybutt": { + "name": "sweatybutt", + "id": "789555895242850334", + "author": "568113558202875914", + "animated": false, + "created": 1608315194, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sweet": { + "name": "sweet", + "id": "773364658798329857", + "author": "739936426799661086", + "animated": false, + "created": 1604454903, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "sweetkiss": { + "name": "sweetkiss", + "id": "789134422586163221", + "author": "726625806431944764", + "animated": true, + "created": 1608214707, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "swet": { + "name": "swet", + "id": "769796342717349918", + "author": "555239116871172106", + "animated": true, + "created": 1603604150, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "swhitestar": { + "name": "swhitestar", + "id": "788397617285300284", + "author": "715373648520806432", + "animated": false, + "created": 1608039039, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "swift": { + "name": "swift", + "id": "492049434369064981", + "author": "140516693242937345", + "animated": false, + "created": 1525387948, + "modified": 1537384143, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "sylvanasAYAYA": { + "name": "sylvanasAYAYA", + "id": "787810207652773898", + "author": "660670358050832404", + "animated": false, + "created": 1607898990, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "SylveonSip": { + "name": "SylveonSip", + "id": "781347835123204097", + "author": "448827482179895304", + "animated": false, + "created": 1606358240, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "SymFloatingHearts": { + "name": "SymFloatingHearts", + "id": "786874597000740874", + "author": "675231616213188608", + "animated": true, + "created": 1607675923, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tabien": { + "name": "tabien", + "id": "699327126335258685", + "author": "270343119902474240", + "animated": false, + "created": 1586802979, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tabn": { + "name": "tabn", + "id": "700133062192660540", + "author": "352617359036514304", + "animated": false, + "created": 1586995129, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tachiagariyo": { + "name": "tachiagariyo", + "id": "762749924583800852", + "author": "293107176355004416", + "animated": false, + "created": 1601924153, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tadah": { + "name": "tadah", + "id": "782742343757332481", + "author": "748023719833894942", + "animated": false, + "created": 1606690717, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "taigahmph": { + "name": "taigahmph", + "id": "787757659695743018", + "author": "733808122476494987", + "animated": false, + "created": 1607886462, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tails": { + "name": "tails", + "id": "782340150339567637", + "author": "389814953562996736", + "animated": true, + "created": 1606594827, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Tails22": { + "name": "Tails22", + "id": "787437313802240022", + "author": "640273123165470720", + "animated": false, + "created": 1607810085, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "taka": { + "name": "taka", + "id": "662821687754227723", + "author": "281251143139721226", + "animated": true, + "created": 1578099505, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "taka2": { + "name": "taka2", + "id": "768631776771440691", + "author": "515384043454595104", + "animated": false, + "created": 1603326496, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "takemymoney": { + "name": "takemymoney", + "id": "788060222551097375", + "author": "304413971350552588", + "animated": true, + "created": 1607958598, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "takumi": { + "name": "takumi", + "id": "786816431177203732", + "author": "293107176355004416", + "animated": false, + "created": 1607662055, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "talkin_trax": { + "name": "talkin_trax", + "id": "782296543402131456", + "author": "659572887086170113", + "animated": false, + "created": 1606584430, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "talvez": { + "name": "talvez", + "id": "690253696298254471", + "author": "520764299002642432", + "animated": false, + "created": 1584639705, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tamal": { + "name": "tamal", + "id": "700122547869712455", + "author": "270343119902474240", + "animated": false, + "created": 1586992623, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tamales8": { + "name": "tamales8", + "id": "784319285269889025", + "author": "431225704563081216", + "animated": false, + "created": 1607066689, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tamalo": { + "name": "tamalo", + "id": "735183247616639036", + "author": "343239064918687745", + "animated": false, + "created": 1595351745, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tamaomeno": { + "name": "tamaomeno", + "id": "700123124930183209", + "author": "270343119902474240", + "animated": false, + "created": 1586992760, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tamuybien": { + "name": "tamuybien", + "id": "781983339686920232", + "author": "708962087937769484", + "animated": false, + "created": 1606509756, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "T_aniJettupacdance": { + "name": "T_aniJettupacdance", + "id": "780885050811482173", + "author": "398627949756022796", + "animated": true, + "created": 1606247904, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "T_aniJetvibez": { + "name": "T_aniJetvibez", + "id": "780885162505535546", + "author": "398627949756022796", + "animated": true, + "created": 1606247931, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tank": { + "name": "tank", + "id": "756054054542639154", + "author": "428461954064056340", + "animated": false, + "created": 1600327733, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tantrum": { + "name": "tantrum", + "id": "773930633172484097", + "author": "619907069364928533", + "animated": true, + "created": 1604589841, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tap": { + "name": "tap", + "id": "774510663275118592", + "author": "125807113569042432", + "animated": false, + "created": 1604728131, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tapa": { + "name": "tapa", + "id": "787334278400835605", + "author": "136253326189658114", + "animated": true, + "created": 1607785520, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tapotente": { + "name": "tapotente", + "id": "747981168837656658", + "author": "383100716148850689", + "animated": false, + "created": 1598403007, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tapotente1": { + "name": "tapotente1", + "id": "780786519467491338", + "author": "717472783445131324", + "animated": false, + "created": 1606224412, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "taraF": { + "name": "taraF", + "id": "775747096263000095", + "author": "681694472748269599", + "animated": false, + "created": 1605022920, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "taridance": { + "name": "taridance", + "id": "783415004946759740", + "author": "620428813297254430", + "animated": true, + "created": 1606851092, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Tarpet": { + "name": "Tarpet", + "id": "777310802986139651", + "author": "521802133796945962", + "animated": true, + "created": 1605395737, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tasbien": { + "name": "tasbien", + "id": "649397217152467016", + "author": "521802133796945962", + "animated": false, + "created": 1574898761, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tasmal": { + "name": "tasmal", + "id": "709183386891321394", + "author": "293107176355004416", + "animated": false, + "created": 1589152895, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "taultrabien": { + "name": "taultrabien", + "id": "788924796611067925", + "author": "781254996636991498", + "animated": false, + "created": 1608164729, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tavsan": { + "name": "tavsan", + "id": "781814077566877716", + "author": "586886106289668127", + "animated": true, + "created": 1606469401, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "taylorwow": { + "name": "taylorwow", + "id": "787343704020353045", + "author": "684477455028846624", + "animated": false, + "created": 1607787767, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "t_bbgirl": { + "name": "t_bbgirl", + "id": "785980302861533184", + "author": "667884783954821159", + "animated": false, + "created": 1607462707, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "TBS_PHUB": { + "name": "TBS_PHUB", + "id": "788398310431260712", + "author": "715373648520806432", + "animated": false, + "created": 1608039205, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Tch": { + "name": "Tch", + "id": "784438544658595861", + "author": "711751154119475291", + "animated": false, + "created": 1607095123, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "te": { + "name": "te", + "id": "718155440965550184", + "author": "635598212756930580", + "animated": false, + "created": 1591291999, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tea": { + "name": "tea", + "id": "762812707522478080", + "author": "717150602534060072", + "animated": true, + "created": 1601939121, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "teamo": { + "name": "teamo", + "id": "711871210438525020", + "author": "543673464700272660", + "animated": false, + "created": 1589793722, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tearde": { + "name": "tearde", + "id": "774314493052321803", + "author": "368558529268809728", + "animated": false, + "created": 1604681361, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tears": { + "name": "tears", + "id": "782129705087926283", + "author": "496037931140513800", + "animated": true, + "created": 1606544653, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "teatime": { + "name": "teatime", + "id": "628043788853575690", + "author": "229436040505458690", + "animated": true, + "created": 1569807707, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Te_cago_a_cascotazo": { + "name": "Te_cago_a_cascotazo", + "id": "780894650952187974", + "author": "586365354713022478", + "animated": false, + "created": 1606250193, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "TeclaF": { + "name": "TeclaF", + "id": "788233135414313031", + "author": "527593366645506058", + "animated": false, + "created": 1607999824, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "teddieNO": { + "name": "teddieNO", + "id": "782872649075261460", + "author": "476918199061839902", + "animated": false, + "created": 1606721784, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Teehee": { + "name": "Teehee", + "id": "767547400175747073", + "author": "230067999468552192", + "animated": false, + "created": 1603067960, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "teeheehanako": { + "name": "teeheehanako", + "id": "782746458893320204", + "author": "748023719833894942", + "animated": false, + "created": 1606691698, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "teeheehee": { + "name": "teeheehee", + "id": "787866948171988992", + "author": "567390950838501376", + "animated": false, + "created": 1607912518, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "teeth": { + "name": "teeth", + "id": "764948942361329705", + "author": "328348458627104768", + "animated": false, + "created": 1602448440, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tejodes": { + "name": "tejodes", + "id": "781981770307338241", + "author": "708962087937769484", + "animated": false, + "created": 1606509382, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "temiro": { + "name": "temiro", + "id": "789183785312845864", + "author": "704662972739616809", + "animated": false, + "created": 1608226476, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "temmiass": { + "name": "temmiass", + "id": "669272140373164048", + "author": "529421456270950411", + "animated": false, + "created": 1579637312, + "modified": 1579637320, + "preserve": false, + "description": null, + "nsfw": "SELF_NSFW" + }, + "temmie": { + "name": "temmie", + "id": "766825084907814953", + "author": "719334547723911232", + "animated": false, + "created": 1602895747, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tempestga": { + "name": "tempestga", + "id": "780136226564866078", + "author": "425046879047385108", + "animated": false, + "created": 1606069370, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Temstare": { + "name": "Temstare", + "id": "756182056106721361", + "author": "521802133796945962", + "animated": false, + "created": 1600358251, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tendeu": { + "name": "tendeu", + "id": "788193508611457024", + "author": "472585871602876427", + "animated": false, + "created": 1607990376, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tenemos": { + "name": "tenemos", + "id": "724344973524336652", + "author": "705090233615515648", + "animated": false, + "created": 1592767699, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tenemoss": { + "name": "tenemoss", + "id": "738479102708809910", + "author": "701340890404487219", + "animated": false, + "created": 1596137538, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tengomiedo": { + "name": "tengomiedo", + "id": "776526455487594497", + "author": "466061790627889167", + "animated": false, + "created": 1605208734, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tenkiu": { + "name": "tenkiu", + "id": "677340950506504203", + "author": "512272020839464960", + "animated": false, + "created": 1581561067, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tense": { + "name": "tense", + "id": "726538913635762299", + "author": "355532347904622593", + "animated": true, + "created": 1593290775, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "TenseSmash": { + "name": "TenseSmash", + "id": "737185327189327903", + "author": "279020220000108566", + "animated": true, + "created": 1595829078, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tenshispin": { + "name": "tenshispin", + "id": "679783603659603997", + "author": "227165235293847552", + "animated": true, + "created": 1582143440, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tequiero": { + "name": "tequiero", + "id": "748822007847845949", + "author": "403668500515651585", + "animated": false, + "created": 1598603479, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "terazi_aphr": { + "name": "terazi_aphr", + "id": "781814930399297577", + "author": "586886106289668127", + "animated": false, + "created": 1606469604, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "teriderp": { + "name": "teriderp", + "id": "664382533160534032", + "author": "509632626018091019", + "animated": false, + "created": 1578471539, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "terime": { + "name": "terime", + "id": "705541948903129130", + "author": "352253181616586754", + "animated": false, + "created": 1588284709, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "terisnowman": { + "name": "terisnowman", + "id": "788814135223648286", + "author": "329983362779447299", + "animated": false, + "created": 1608138345, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "terpicu": { + "name": "terpicu", + "id": "770642760792277033", + "author": "403597576223326228", + "animated": false, + "created": 1603805952, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "TES_badge_boost": { + "name": "TES_badge_boost", + "id": "786520699132182540", + "author": "475441723410219012", + "animated": true, + "created": 1607591547, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "TES_cat_pleading": { + "name": "TES_cat_pleading", + "id": "785657827292741663", + "author": "720337269889826846", + "animated": true, + "created": 1607385822, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "TES_heart_glowing_pink1": { + "name": "TES_heart_glowing_pink1", + "id": "786517810444501002", + "author": "475441723410219012", + "animated": false, + "created": 1607590858, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "test": { + "name": "test", + "id": "679499360492453918", + "author": "140516693242937345", + "animated": false, + "created": 1582075672, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "teta": { + "name": "teta", + "id": "729751102895030394", + "author": "558803847372472320", + "animated": false, + "created": 1594056621, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tetas": { + "name": "tetas", + "id": "695995829671952464", + "author": "365650837277507594", + "animated": false, + "created": 1586008736, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Teto": { + "name": "Teto", + "id": "774018789070602281", + "author": "727325977755254874", + "animated": true, + "created": 1604610859, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tetodance": { + "name": "tetodance", + "id": "732391083564073033", + "author": "466061790627889167", + "animated": true, + "created": 1594686041, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tetorun": { + "name": "tetorun", + "id": "756231591985938684", + "author": "466061790627889167", + "animated": true, + "created": 1600370061, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tetoslam": { + "name": "tetoslam", + "id": "780681680649584674", + "author": "466061790627889167", + "animated": true, + "created": 1606199417, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tevanafunar": { + "name": "tevanafunar", + "id": "786242113305575445", + "author": "598650793389850644", + "animated": false, + "created": 1607525127, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tevoyafunar": { + "name": "tevoyafunar", + "id": "780947899357593620", + "author": "753681432718737480", + "animated": false, + "created": 1606262888, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tevoyafunar3": { + "name": "tevoyafunar3", + "id": "786352556296241202", + "author": "598650793389850644", + "animated": false, + "created": 1607551459, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "text_admin_abooz": { + "name": "text_admin_abooz", + "id": "785814099916750868", + "author": "721959648307052617", + "animated": false, + "created": 1607423081, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "text_checkpins": { + "name": "text_checkpins", + "id": "785814478691500043", + "author": "721959648307052617", + "animated": false, + "created": 1607423171, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "text_fucku": { + "name": "text_fucku", + "id": "784807944726118400", + "author": "627172517630574629", + "animated": false, + "created": 1607183195, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "text_red_bruh": { + "name": "text_red_bruh", + "id": "785814000364945409", + "author": "721959648307052617", + "animated": false, + "created": 1607423057, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "text_stfu": { + "name": "text_stfu", + "id": "784809873174167612", + "author": "627172517630574629", + "animated": false, + "created": 1607183654, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tf": { + "name": "tf", + "id": "778069319380500520", + "author": "624742957206994964", + "animated": false, + "created": 1605576581, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tf_3": { + "name": "tf_3", + "id": "780760555181965322", + "author": "731793483987288084", + "animated": false, + "created": 1606218222, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tff1": { + "name": "tff1", + "id": "788397604131700809", + "author": "715373648520806432", + "animated": false, + "created": 1608039036, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tff2": { + "name": "tff2", + "id": "788397591503175701", + "author": "715373648520806432", + "animated": false, + "created": 1608039033, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tff3": { + "name": "tff3", + "id": "788397576213889084", + "author": "715373648520806432", + "animated": false, + "created": 1608039029, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Tfox": { + "name": "Tfox", + "id": "769694235573616670", + "author": "719334547723911232", + "animated": false, + "created": 1603579806, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tfuwan": { + "name": "tfuwan", + "id": "786771125166014474", + "author": "353109234201788427", + "animated": false, + "created": 1607651253, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tfw": { + "name": "tfw", + "id": "771570933823307805", + "author": "763240979091292180", + "animated": false, + "created": 1604027245, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "thank": { + "name": "thank", + "id": "538128269308854312", + "author": "444956089360842757", + "animated": false, + "created": 1548370177, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "thanks": { + "name": "thanks", + "id": "702052485476384791", + "author": "685245630611980407", + "animated": true, + "created": 1587452756, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Thanos": { + "name": "Thanos", + "id": "496826005751857153", + "author": "331943400234549248", + "animated": false, + "created": 1538522989, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "thanosreversecard": { + "name": "thanosreversecard", + "id": "756966781603545160", + "author": "356122705386536961", + "animated": false, + "created": 1600545344, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "thanos_snap": { + "name": "thanos_snap", + "id": "784150243100459028", + "author": "496037931140513800", + "animated": false, + "created": 1607026386, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "thanus": { + "name": "thanus", + "id": "787855385313804308", + "author": "472585871602876427", + "animated": false, + "created": 1607909761, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "the": { + "name": "the", + "id": "760895964046688268", + "author": "268138992606773248", + "animated": false, + "created": 1601482134, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "theart88": { + "name": "theart88", + "id": "782344752250617886", + "author": "520730446259290122", + "animated": true, + "created": 1606595924, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "thebob": { + "name": "thebob", + "id": "786152487974993960", + "author": "676134602837852172", + "animated": false, + "created": 1607503759, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "theenk": { + "name": "theenk", + "id": "757973790784225492", + "author": "428461954064056340", + "animated": false, + "created": 1600785434, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "thefag": { + "name": "thefag", + "id": "781504864592330822", + "author": "327957029849268234", + "animated": false, + "created": 1606395679, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "theforce": { + "name": "theforce", + "id": "782164585452797953", + "author": "496037931140513800", + "animated": false, + "created": 1606552969, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "thefree": { + "name": "thefree", + "id": "789558029393461310", + "author": "489615207069384714", + "animated": false, + "created": 1608315703, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "thegrin": { + "name": "thegrin", + "id": "747244726314467498", + "author": "524919681753284630", + "animated": false, + "created": 1598227425, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "TheHammer": { + "name": "TheHammer", + "id": "783358772307165236", + "author": "330070979927605260", + "animated": true, + "created": 1606837685, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "theheck": { + "name": "theheck", + "id": "781926925722451988", + "author": "479017973462466571", + "animated": false, + "created": 1606496306, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "themuppets": { + "name": "themuppets", + "id": "771785469775577148", + "author": "402526604842106881", + "animated": true, + "created": 1604078395, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "thenk": { + "name": "thenk", + "id": "410191891938934785", + "author": "140516693242937345", + "animated": false, + "created": 1525387948, + "modified": 1533892040, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "thenkgasm": { + "name": "thenkgasm", + "id": "758245929257271336", + "author": "262133866062413825", + "animated": false, + "created": 1600850317, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "thenkhmph": { + "name": "thenkhmph", + "id": "757960510422384869", + "author": "567390950838501376", + "animated": false, + "created": 1600782268, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "thenking": { + "name": "thenking", + "id": "757941673610313779", + "author": "567390950838501376", + "animated": false, + "created": 1600777777, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "thenklmaocry": { + "name": "thenklmaocry", + "id": "759097493350252545", + "author": "262133866062413825", + "animated": false, + "created": 1601053345, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "thenkmad": { + "name": "thenkmad", + "id": "757583624378908673", + "author": "428461954064056340", + "animated": false, + "created": 1600692411, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "thenkmas": { + "name": "thenkmas", + "id": "755385277022994443", + "author": "428461954064056340", + "animated": false, + "created": 1600168284, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "thenkoh": { + "name": "thenkoh", + "id": "757959249140777081", + "author": "567390950838501376", + "animated": false, + "created": 1600781967, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "thenkrotate": { + "name": "thenkrotate", + "id": "781673133324501024", + "author": "488694672441737236", + "animated": true, + "created": 1606435797, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "thenksad": { + "name": "thenksad", + "id": "757870016849903648", + "author": "428461954064056340", + "animated": false, + "created": 1600760692, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "thenksalute": { + "name": "thenksalute", + "id": "759080744344879174", + "author": "262133866062413825", + "animated": false, + "created": 1601049352, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "thenkshrug": { + "name": "thenkshrug", + "id": "748835544355700766", + "author": "428461954064056340", + "animated": false, + "created": 1598606706, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "thenksip": { + "name": "thenksip", + "id": "759308725097463828", + "author": "567390950838501376", + "animated": false, + "created": 1601103707, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "thenkxd": { + "name": "thenkxd", + "id": "758601352304918539", + "author": "428461954064056340", + "animated": false, + "created": 1600935056, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Theoaaah": { + "name": "Theoaaah", + "id": "784097831291977759", + "author": "521802133796945962", + "animated": false, + "created": 1607013890, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Theo_Choke": { + "name": "Theo_Choke", + "id": "783178357826387968", + "author": "242691348560478209", + "animated": false, + "created": 1606794671, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "theone": { + "name": "theone", + "id": "786885657699287050", + "author": "526337675834425356", + "animated": false, + "created": 1607678560, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "TheSmug": { + "name": "TheSmug", + "id": "773290582243409963", + "author": "621387742961598484", + "animated": false, + "created": 1604437242, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "theworld": { + "name": "theworld", + "id": "710853233366532096", + "author": "676324374579642388", + "animated": true, + "created": 1589551018, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "theyrebad": { + "name": "theyrebad", + "id": "780885569978368050", + "author": "398627949756022796", + "animated": true, + "created": 1606248028, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "theywhat": { + "name": "theywhat", + "id": "789132221616750602", + "author": "562613937531518986", + "animated": false, + "created": 1608214183, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "thiago": { + "name": "thiago", + "id": "746937208044257360", + "author": "588875540178534410", + "animated": false, + "created": 1598154107, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "thicc": { + "name": "thicc", + "id": "685849083067367562", + "author": "420702436479467530", + "animated": false, + "created": 1583589563, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "thik_ha": { + "name": "thik_ha", + "id": "785742420661764096", + "author": "715606162224971898", + "animated": true, + "created": 1607405991, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "thincc": { + "name": "thincc", + "id": "748835283373391882", + "author": "428461954064056340", + "animated": false, + "created": 1598606644, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Think": { + "name": "Think", + "id": "416325989765742603", + "author": "140516693242937345", + "animated": false, + "created": 1525387948, + "modified": 1560444728, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Think1": { + "name": "Think1", + "id": "722197146773880986", + "author": "494688594603147284", + "animated": false, + "created": 1592255617, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "think3": { + "name": "think3", + "id": "787541304552325120", + "author": "376012343777427457", + "animated": false, + "created": 1607834878, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ThinkApple": { + "name": "ThinkApple", + "id": "492049461220999181", + "author": "140516693242937345", + "animated": false, + "created": 1533237316, + "modified": 1537384150, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "thinkASJASJASJ": { + "name": "thinkASJASJASJ", + "id": "787992593568628756", + "author": "294383386393575426", + "animated": true, + "created": 1607942474, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "thinkblush": { + "name": "thinkblush", + "id": "758492290057502751", + "author": "428461954064056340", + "animated": false, + "created": 1600909054, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "thinkbrows": { + "name": "thinkbrows", + "id": "729639852320096267", + "author": "262133866062413825", + "animated": true, + "created": 1594030096, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ThinkDerp": { + "name": "ThinkDerp", + "id": "784872778821926912", + "author": "642942589309288471", + "animated": false, + "created": 1607198652, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "thinkhard": { + "name": "thinkhard", + "id": "660811931749318686", + "author": "239333423095742464", + "animated": false, + "created": 1577620241, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "thinkies": { + "name": "thinkies", + "id": "766720413887103047", + "author": "729066675202293761", + "animated": false, + "created": 1602870791, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "thinking": { + "name": "thinking", + "id": "718205724827582554", + "author": "352617359036514304", + "animated": false, + "created": 1591303988, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "thinkingguy": { + "name": "thinkingguy", + "id": "788398134677864479", + "author": "715373648520806432", + "animated": false, + "created": 1608039163, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "thinkinghanako": { + "name": "thinkinghanako", + "id": "782746438370197524", + "author": "748023719833894942", + "animated": false, + "created": 1606691693, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "thinkingwithblobs": { + "name": "thinkingwithblobs", + "id": "492049469949607957", + "author": "140516693242937345", + "animated": false, + "created": 1525387948, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "thinklapsing": { + "name": "thinklapsing", + "id": "492049473279623168", + "author": "308162538648895489", + "animated": true, + "created": 1525387948, + "modified": 1537384153, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "thinkmove": { + "name": "thinkmove", + "id": "783359144416772146", + "author": "330070979927605260", + "animated": true, + "created": 1606837774, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "thinksuicide": { + "name": "thinksuicide", + "id": "783359115900354560", + "author": "330070979927605260", + "animated": false, + "created": 1606837767, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "this": { + "name": "this", + "id": "732538501396168735", + "author": "703733852627009627", + "animated": false, + "created": 1594721188, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "thisisfine": { + "name": "thisisfine", + "id": "492049475922296833", + "author": "140516693242937345", + "animated": false, + "created": 1525387948, + "modified": 1537384153, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "thistbh": { + "name": "thistbh", + "id": "687533145247318053", + "author": "455289384187592704", + "animated": false, + "created": 1583991075, + "modified": 1585551659, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "thistho": { + "name": "thistho", + "id": "786333720247533619", + "author": "494688594603147284", + "animated": true, + "created": 1607546968, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "thit": { + "name": "thit", + "id": "768076856544985138", + "author": "330632340088815616", + "animated": false, + "created": 1603194192, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "thnk": { + "name": "thnk", + "id": "720779521992687716", + "author": "455289384187592704", + "animated": false, + "created": 1591917629, + "modified": 1591917633, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "tho": { + "name": "tho", + "id": "775266453820669992", + "author": "592187940138909707", + "animated": true, + "created": 1604908326, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "thonk": { + "name": "thonk", + "id": "492049477897814048", + "author": "140516693242937345", + "animated": false, + "created": 1536457353, + "modified": 1557285519, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "thonkang": { + "name": "thonkang", + "id": "492049478912704514", + "author": "140516693242937345", + "animated": false, + "created": 1534489896, + "modified": 1537384154, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "thonk_animated": { + "name": "thonk_animated", + "id": "788080060057911316", + "author": "206098696062894080", + "animated": true, + "created": 1607963328, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "thonkconga": { + "name": "thonkconga", + "id": "784470227895320606", + "author": "772637906304892958", + "animated": true, + "created": 1607102677, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "thonkcool": { + "name": "thonkcool", + "id": "774288085882109973", + "author": "279223421940924416", + "animated": false, + "created": 1604675065, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "thonkderp": { + "name": "thonkderp", + "id": "492049482578657300", + "author": "140516693242937345", + "animated": false, + "created": 1532200398, + "modified": 1537384155, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "thonkery": { + "name": "thonkery", + "id": "757452001218134113", + "author": "729066675202293761", + "animated": false, + "created": 1600661029, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "thonkeyes": { + "name": "thonkeyes", + "id": "757301135555166208", + "author": "729066675202293761", + "animated": false, + "created": 1600625060, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "thonkhappy": { + "name": "thonkhappy", + "id": "786436379885830144", + "author": "515465307071053824", + "animated": false, + "created": 1607571444, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "thonking": { + "name": "thonking", + "id": "492049486865104897", + "author": "393900082526683136", + "animated": false, + "created": 1525387948, + "modified": 1537384156, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "thonklikekronk": { + "name": "thonklikekronk", + "id": "782225808488005652", + "author": "690953891482828890", + "animated": true, + "created": 1606567565, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "thonks": { + "name": "thonks", + "id": "782219483480588288", + "author": "327957029849268234", + "animated": false, + "created": 1606566057, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "thonkspin": { + "name": "thonkspin", + "id": "637451608665489429", + "author": "357688905484468235", + "animated": true, + "created": 1572050706, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "thonksplode": { + "name": "thonksplode", + "id": "492049490912739328", + "author": "124987017246277634", + "animated": true, + "created": 1525387949, + "modified": 1537384157, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "thonk_train": { + "name": "thonk_train", + "id": "788080075718787112", + "author": "206098696062894080", + "animated": true, + "created": 1607963331, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "throwflowers": { + "name": "throwflowers", + "id": "789492530483822593", + "author": "756143897134235779", + "animated": true, + "created": 1608300087, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Throwing_shade": { + "name": "Throwing_shade", + "id": "784441520979836979", + "author": "711751154119475291", + "animated": false, + "created": 1607095832, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "thumbsup": { + "name": "thumbsup", + "id": "751149947164033164", + "author": "531673820994732042", + "animated": false, + "created": 1599158503, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "thunder": { + "name": "thunder", + "id": "768243880314404874", + "author": "352617359036514304", + "animated": false, + "created": 1603234014, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "thunk": { + "name": "thunk", + "id": "570967682183331840", + "author": "135129300063092737", + "animated": false, + "created": 1556199703, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "thunking": { + "name": "thunking", + "id": "503438906440810496", + "author": "219567184089841664", + "animated": false, + "created": 1540099659, + "modified": 1540099668, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "thunkung": { + "name": "thunkung", + "id": "492049494691676162", + "author": "140516693242937345", + "animated": false, + "created": 1532240220, + "modified": 1537384158, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "thurston": { + "name": "thurston", + "id": "786678650841858048", + "author": "718818001633280071", + "animated": false, + "created": 1607629206, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tiburonA": { + "name": "tiburonA", + "id": "756961299446890689", + "author": "739936426799661086", + "animated": true, + "created": 1600544037, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tijolo": { + "name": "tijolo", + "id": "786386752176521246", + "author": "728030515726123028", + "animated": false, + "created": 1607559612, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tikno": { + "name": "tikno", + "id": "790035676993028118", + "author": "372867277068042240", + "animated": false, + "created": 1608429583, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "TikTok": { + "name": "TikTok", + "id": "753949152437731338", + "author": "533908246969319444", + "animated": true, + "created": 1599825885, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tiktokpout": { + "name": "tiktokpout", + "id": "785823147349901333", + "author": "424826839047864320", + "animated": false, + "created": 1607425238, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "time_a70": { + "name": "time_a70", + "id": "780894067109396572", + "author": "519640139639685131", + "animated": true, + "created": 1606250054, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "timestone": { + "name": "timestone", + "id": "784149934794080276", + "author": "496037931140513800", + "animated": false, + "created": 1607026313, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "timide": { + "name": "timide", + "id": "773822363581677608", + "author": "714174249975414787", + "animated": true, + "created": 1604564028, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "timido": { + "name": "timido", + "id": "784897994637180968", + "author": "569937267012010015", + "animated": false, + "created": 1607204664, + "modified": 1607205545, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "timoriaweird": { + "name": "timoriaweird", + "id": "763099140959240242", + "author": "245607870463213570", + "animated": false, + "created": 1602007413, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tinydesksoldier": { + "name": "tinydesksoldier", + "id": "788436783817949185", + "author": "354801294533459968", + "animated": true, + "created": 1608048377, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tipicomachito": { + "name": "tipicomachito", + "id": "780478799417704458", + "author": "564189171099631616", + "animated": false, + "created": 1606151046, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tirar": { + "name": "tirar", + "id": "687181858428944386", + "author": "592197624044584960", + "animated": false, + "created": 1583907322, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tired": { + "name": "tired", + "id": "771569756385181716", + "author": "763240979091292180", + "animated": false, + "created": 1604026965, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Tiredga": { + "name": "Tiredga", + "id": "721552330096508998", + "author": "438644880152068127", + "animated": false, + "created": 1592101881, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tiri": { + "name": "tiri", + "id": "784122256279470111", + "author": "403990174708793346", + "animated": false, + "created": 1607019714, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tirste": { + "name": "tirste", + "id": "758673635048423513", + "author": "613683732276314114", + "animated": false, + "created": 1600952290, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tite": { + "name": "tite", + "id": "774167561779544075", + "author": "508054192758194176", + "animated": false, + "created": 1604646330, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "titi": { + "name": "titi", + "id": "748953054149214349", + "author": "328893511896399882", + "animated": false, + "created": 1598634723, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tits": { + "name": "tits", + "id": "788811424201441300", + "author": "496114314944577537", + "animated": true, + "created": 1608137699, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tituschrist": { + "name": "tituschrist", + "id": "789948435679281172", + "author": "508004255974817802", + "animated": false, + "created": 1608408783, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "TJlaugh": { + "name": "TJlaugh", + "id": "784412922029670420", + "author": "371481548404293633", + "animated": true, + "created": 1607089014, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tkogdo": { + "name": "tkogdo", + "id": "750741739333091349", + "author": "343310328089804803", + "animated": true, + "created": 1599061178, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tkoggei": { + "name": "tkoggei", + "id": "770998055515717632", + "author": "343310328089804803", + "animated": true, + "created": 1603890660, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tlCatBop": { + "name": "tlCatBop", + "id": "787997650342510613", + "author": "294383386393575426", + "animated": true, + "created": 1607943680, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tlHamsterKnife": { + "name": "tlHamsterKnife", + "id": "787997932041273344", + "author": "294383386393575426", + "animated": true, + "created": 1607943747, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "T_memeumwhat": { + "name": "T_memeumwhat", + "id": "780885096567668778", + "author": "398627949756022796", + "animated": true, + "created": 1606247915, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tmira": { + "name": "tmira", + "id": "789672372562952232", + "author": "460573162682187776", + "animated": false, + "created": 1608342965, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tmr": { + "name": "tmr", + "id": "744684223750995998", + "author": "459506520288133130", + "animated": false, + "created": 1597616954, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tnc_g_blushh": { + "name": "tnc_g_blushh", + "id": "782673785978617907", + "author": "700050219995496568", + "animated": false, + "created": 1606674372, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tnc_g_comfy": { + "name": "tnc_g_comfy", + "id": "782673775442526240", + "author": "700050219995496568", + "animated": false, + "created": 1606674369, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tnc_g_crybaby": { + "name": "tnc_g_crybaby", + "id": "782673766156861480", + "author": "700050219995496568", + "animated": false, + "created": 1606674367, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tnc_l_woah": { + "name": "tnc_l_woah", + "id": "782673756103245844", + "author": "700050219995496568", + "animated": false, + "created": 1606674365, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "TN_emoji_123": { + "name": "TN_emoji_123", + "id": "785741632179273758", + "author": "715606162224971898", + "animated": true, + "created": 1607405803, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "TN_gifsc_cutegirl": { + "name": "TN_gifsc_cutegirl", + "id": "785742399082070056", + "author": "715606162224971898", + "animated": true, + "created": 1607405986, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tnt": { + "name": "tnt", + "id": "770617161173303296", + "author": "365021376186286080", + "animated": false, + "created": 1603799848, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "to": { + "name": "to", + "id": "774661766104743958", + "author": "466061790627889167", + "animated": false, + "created": 1604764157, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tobisexo": { + "name": "tobisexo", + "id": "788943226722975744", + "author": "341325341765402626", + "animated": false, + "created": 1608169123, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tobyclown": { + "name": "tobyclown", + "id": "780484116168441906", + "author": "399671914114711562", + "animated": false, + "created": 1606152314, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tobydance": { + "name": "tobydance", + "id": "725781086298439740", + "author": "399671914114711562", + "animated": true, + "created": 1593110095, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tobydancefast": { + "name": "tobydancefast", + "id": "727174918655180911", + "author": "399671914114711562", + "animated": true, + "created": 1593442410, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tobydancefast2": { + "name": "tobydancefast2", + "id": "774008945420795905", + "author": "399671914114711562", + "animated": true, + "created": 1604608513, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tobypayaso": { + "name": "tobypayaso", + "id": "789638997575204874", + "author": "400423789017432065", + "animated": false, + "created": 1608335007, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "todayiwill": { + "name": "todayiwill", + "id": "786093880701222912", + "author": "574870314928832533", + "animated": false, + "created": 1607489786, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "TodoFrock": { + "name": "TodoFrock", + "id": "766500790436102165", + "author": "433099839274745876", + "animated": false, + "created": 1602818429, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Toed": { + "name": "Toed", + "id": "777612785680121896", + "author": "428330901659713546", + "animated": true, + "created": 1605467735, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "toemad": { + "name": "toemad", + "id": "784128903195131974", + "author": "219580469933506560", + "animated": false, + "created": 1607021299, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "TogaEvil": { + "name": "TogaEvil", + "id": "782846412597362708", + "author": "685259112057012234", + "animated": false, + "created": 1606715529, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "togekiss": { + "name": "togekiss", + "id": "779050007030136832", + "author": "293107176355004416", + "animated": false, + "created": 1605810395, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Toi_pendejoxD": { + "name": "Toi_pendejoxD", + "id": "788549549173637142", + "author": "739170386113200280", + "animated": false, + "created": 1608075263, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tokacion": { + "name": "tokacion", + "id": "775422486229155880", + "author": "769630110806048771", + "animated": false, + "created": 1604945527, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tokar": { + "name": "tokar", + "id": "541750900465729555", + "author": "343239064918687745", + "animated": false, + "created": 1549233880, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "toluES": { + "name": "toluES", + "id": "789948645653872680", + "author": "471787957528035338", + "animated": false, + "created": 1608408834, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tom": { + "name": "tom", + "id": "418315085749157899", + "author": "236026644429537281", + "animated": false, + "created": 1525387949, + "modified": 1533892040, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tomattepija": { + "name": "tomattepija", + "id": "773957289925017640", + "author": "727325977755254874", + "animated": false, + "created": 1604596197, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tom_boy": { + "name": "tom_boy", + "id": "786037452946014238", + "author": "688167964381675580", + "animated": false, + "created": 1607476332, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tomidk": { + "name": "tomidk", + "id": "760925129227501628", + "author": "450903155572736000", + "animated": false, + "created": 1601489088, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tomxd": { + "name": "tomxd", + "id": "766414504472608788", + "author": "541046649116688405", + "animated": false, + "created": 1602797857, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tonto": { + "name": "tonto", + "id": "715139554356625438", + "author": "529227757423558687", + "animated": false, + "created": 1590572956, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tonylike": { + "name": "tonylike", + "id": "786156183165075467", + "author": "676134602837852172", + "animated": true, + "created": 1607504640, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "toofunny": { + "name": "toofunny", + "id": "785319520985415722", + "author": "494688594603147284", + "animated": true, + "created": 1607305164, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Topkek": { + "name": "Topkek", + "id": "475643007505530880", + "author": "383972790144860171", + "animated": false, + "created": 1533472530, + "modified": 1533892040, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "topmidsenate": { + "name": "topmidsenate", + "id": "788522341021122620", + "author": "322599198211964938", + "animated": false, + "created": 1608068776, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "topo": { + "name": "topo", + "id": "738114670292107284", + "author": "428330901659713546", + "animated": false, + "created": 1596050650, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tor": { + "name": "tor", + "id": "786679955513802822", + "author": "281563194843987968", + "animated": false, + "created": 1607629517, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tortime": { + "name": "tortime", + "id": "683702935275700259", + "author": "425046879047385108", + "animated": true, + "created": 1583077882, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "torto": { + "name": "torto", + "id": "790015202388082728", + "author": "494688594603147284", + "animated": false, + "created": 1608424702, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tortuga": { + "name": "tortuga", + "id": "755020159403556956", + "author": "428836028149923840", + "animated": true, + "created": 1600081233, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tortureape": { + "name": "tortureape", + "id": "753018889880731709", + "author": "479370177209696267", + "animated": true, + "created": 1599604093, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "torturedance1": { + "name": "torturedance1", + "id": "782741486701379624", + "author": "748023719833894942", + "animated": true, + "created": 1606690513, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "torturedance2": { + "name": "torturedance2", + "id": "782741514165420072", + "author": "748023719833894942", + "animated": true, + "created": 1606690519, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "torturedance3": { + "name": "torturedance3", + "id": "782741524810825799", + "author": "748023719833894942", + "animated": true, + "created": 1606690522, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "torturekat": { + "name": "torturekat", + "id": "789653986646032405", + "author": "401765150404902912", + "animated": true, + "created": 1608338581, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tosiek": { + "name": "tosiek", + "id": "784122076570451989", + "author": "403990174708793346", + "animated": false, + "created": 1607019671, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Tostadora": { + "name": "Tostadora", + "id": "752012525729480804", + "author": "336682771995164684", + "animated": false, + "created": 1599364157, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "totem": { + "name": "totem", + "id": "760253789310681148", + "author": "613683732276314114", + "animated": true, + "created": 1601329028, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tou": { + "name": "tou", + "id": "789141967161786428", + "author": "194256178891587584", + "animated": false, + "created": 1608216506, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tovuaaah": { + "name": "tovuaaah", + "id": "778627638645358602", + "author": "479370177209696267", + "animated": false, + "created": 1605709695, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tovupet": { + "name": "tovupet", + "id": "760286074802667541", + "author": "296340768618971146", + "animated": true, + "created": 1601336725, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "towacoffee": { + "name": "towacoffee", + "id": "783797827892543508", + "author": "155924298312318976", + "animated": false, + "created": 1606942364, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "towafukkireta": { + "name": "towafukkireta", + "id": "779159683046441018", + "author": "466061790627889167", + "animated": true, + "created": 1605836544, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "towapanic": { + "name": "towapanic", + "id": "779369280332103680", + "author": "466061790627889167", + "animated": true, + "created": 1605886516, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "town": { + "name": "town", + "id": "734200473703284796", + "author": "435527541424390154", + "animated": false, + "created": 1595117433, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "toxicball": { + "name": "toxicball", + "id": "784852786881495100", + "author": "726110827278499891", + "animated": false, + "created": 1607193886, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "toyjoya": { + "name": "toyjoya", + "id": "754047525626970223", + "author": "472631495815725056", + "animated": false, + "created": 1599849339, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "TPLove": { + "name": "TPLove", + "id": "600558156606734351", + "author": "140516693242937345", + "animated": false, + "created": 1563254622, + "modified": 1563254632, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "tpose": { + "name": "tpose", + "id": "509259395922919456", + "author": "362978811740160000", + "animated": false, + "created": 1541487325, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tpose3": { + "name": "tpose3", + "id": "767562528385007646", + "author": "713115666550620262", + "animated": true, + "created": 1603071567, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tposepai": { + "name": "tposepai", + "id": "775238427313963028", + "author": "412097994335322133", + "animated": false, + "created": 1604901644, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "trabis": { + "name": "trabis", + "id": "772487117128990730", + "author": "574992720364306453", + "animated": false, + "created": 1604245680, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "transgender": { + "name": "transgender", + "id": "492049515679973384", + "author": "140516693242937345", + "animated": false, + "created": 1534206428, + "modified": 1537384163, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "trap": { + "name": "trap", + "id": "716312023318790264", + "author": "236232731535736843", + "animated": false, + "created": 1590852494, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "trapdance": { + "name": "trapdance", + "id": "786649648337125447", + "author": "601131588654465051", + "animated": true, + "created": 1607622291, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Trappat": { + "name": "Trappat", + "id": "782122180963729408", + "author": "601131588654465051", + "animated": true, + "created": 1606542859, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "trapsu": { + "name": "trapsu", + "id": "780864667421114468", + "author": "209280535174971393", + "animated": true, + "created": 1606243044, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "trash": { + "name": "trash", + "id": "733313270135390339", + "author": "731387815442513981", + "animated": false, + "created": 1594905908, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "traste": { + "name": "traste", + "id": "769862563747463175", + "author": "343239064918687745", + "animated": true, + "created": 1603619938, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "trauma": { + "name": "trauma", + "id": "711393090044428380", + "author": "299732643036135435", + "animated": false, + "created": 1589679729, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "traumalett": { + "name": "traumalett", + "id": "765729803600003102", + "author": "708404644052729879", + "animated": false, + "created": 1602634611, + "modified": 1603420327, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "traumalett2": { + "name": "traumalett2", + "id": "782151331171139625", + "author": "708404644052729879", + "animated": false, + "created": 1606549809, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "trax": { + "name": "trax", + "id": "730080768172228638", + "author": "425046879047385108", + "animated": false, + "created": 1594135219, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "trax2": { + "name": "trax2", + "id": "782003779813769227", + "author": "659572887086170113", + "animated": false, + "created": 1606514630, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "trax50cosasdemi": { + "name": "trax50cosasdemi", + "id": "786306356659486780", + "author": "659572887086170113", + "animated": false, + "created": 1607540444, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "traxamide": { + "name": "traxamide", + "id": "782296245658058763", + "author": "659572887086170113", + "animated": false, + "created": 1606584359, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "traxantiquepedoyaestaelpozole": { + "name": "traxantiquepedoyaestaelpozole", + "id": "786298853971591230", + "author": "727283870461984839", + "animated": false, + "created": 1607538655, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "traxbts": { + "name": "traxbts", + "id": "759155343615066182", + "author": "727283870461984839", + "animated": false, + "created": 1601067138, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "traxbtsfinal": { + "name": "traxbtsfinal", + "id": "786303119004925984", + "author": "727283870461984839", + "animated": false, + "created": 1607539673, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "traxcamisa": { + "name": "traxcamisa", + "id": "786304408253628468", + "author": "659572887086170113", + "animated": false, + "created": 1607539979, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "traxdelabici": { + "name": "traxdelabici", + "id": "786297534044831754", + "author": "659572887086170113", + "animated": false, + "created": 1607538340, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "traxempreadomalpagado": { + "name": "traxempreadomalpagado", + "id": "781319197325262870", + "author": "727283870461984839", + "animated": true, + "created": 1606351412, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "traxfackiu": { + "name": "traxfackiu", + "id": "784604687835332608", + "author": "727283870461984839", + "animated": false, + "created": 1607134734, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "traxfurro": { + "name": "traxfurro", + "id": "781605528194777088", + "author": "727283870461984839", + "animated": false, + "created": 1606419679, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "traxgamer": { + "name": "traxgamer", + "id": "786296355445538886", + "author": "659572887086170113", + "animated": false, + "created": 1607538059, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "traxhenry": { + "name": "traxhenry", + "id": "782295587273965600", + "author": "727283870461984839", + "animated": false, + "created": 1606584202, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "traxicogiso": { + "name": "traxicogiso", + "id": "782297101769900042", + "author": "727283870461984839", + "animated": false, + "created": 1606584563, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "traxjajasies": { + "name": "traxjajasies", + "id": "788468083895173181", + "author": "727283870461984839", + "animated": false, + "created": 1608055842, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "traxmamado": { + "name": "traxmamado", + "id": "782804681697132584", + "author": "727283870461984839", + "animated": false, + "created": 1606705580, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "traxmetalero": { + "name": "traxmetalero", + "id": "784225178619609088", + "author": "727283870461984839", + "animated": false, + "created": 1607044252, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "traxmodojoto": { + "name": "traxmodojoto", + "id": "782298598468485170", + "author": "761590261502574682", + "animated": false, + "created": 1606584920, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "traxneko": { + "name": "traxneko", + "id": "758039606347300936", + "author": "608810184281948160", + "animated": false, + "created": 1600801126, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "traxneko2": { + "name": "traxneko2", + "id": "782802385247404043", + "author": "709202504310587462", + "animated": false, + "created": 1606705032, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "traxotalker": { + "name": "traxotalker", + "id": "782297943150559262", + "author": "761590261502574682", + "animated": false, + "created": 1606584764, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "traxpapu": { + "name": "traxpapu", + "id": "781605972455587860", + "author": "659572887086170113", + "animated": false, + "created": 1606419785, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "traxparaguayo": { + "name": "traxparaguayo", + "id": "782294697686204439", + "author": "659572887086170113", + "animated": false, + "created": 1606583990, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "traxPerdonamediosito": { + "name": "traxPerdonamediosito", + "id": "781197165657587762", + "author": "727283870461984839", + "animated": false, + "created": 1606322318, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "traxpiramideotalker": { + "name": "traxpiramideotalker", + "id": "782302780265201674", + "author": "761590261502574682", + "animated": false, + "created": 1606585917, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "traxquepedonoestaelpozole": { + "name": "traxquepedonoestaelpozole", + "id": "786299961163513927", + "author": "727283870461984839", + "animated": false, + "created": 1607538919, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "traxquepedoyaestaelpozole": { + "name": "traxquepedoyaestaelpozole", + "id": "780883438655766548", + "author": "727283870461984839", + "animated": false, + "created": 1606247519, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "traxrugal": { + "name": "traxrugal", + "id": "786304722009063454", + "author": "727283870461984839", + "animated": false, + "created": 1607540054, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "traxsexoooo": { + "name": "traxsexoooo", + "id": "790037955753934858", + "author": "727283870461984839", + "animated": false, + "created": 1608430126, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "traxshitpost": { + "name": "traxshitpost", + "id": "782091025644257290", + "author": "659572887086170113", + "animated": false, + "created": 1606535431, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "traxtictoc": { + "name": "traxtictoc", + "id": "790037812031651841", + "author": "659572887086170113", + "animated": false, + "created": 1608430092, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "traxtroleador": { + "name": "traxtroleador", + "id": "788466619889877042", + "author": "727283870461984839", + "animated": false, + "created": 1608055501, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "traxtroliadorwero": { + "name": "traxtroliadorwero", + "id": "782802221011566604", + "author": "727283870461984839", + "animated": false, + "created": 1606704993, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "traxvaca": { + "name": "traxvaca", + "id": "781606328811913256", + "author": "727283870461984839", + "animated": false, + "created": 1606419870, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "traxvsotalker": { + "name": "traxvsotalker", + "id": "782295981530021888", + "author": "761590261502574682", + "animated": false, + "created": 1606584296, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tree": { + "name": "tree", + "id": "730161082727137351", + "author": "304019277260783627", + "animated": true, + "created": 1594154368, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "treethrow": { + "name": "treethrow", + "id": "746122002070503426", + "author": "353109234201788427", + "animated": true, + "created": 1597959747, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tremendo": { + "name": "tremendo", + "id": "768284341288566794", + "author": "701059709100097636", + "animated": false, + "created": 1603243661, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tremendo1": { + "name": "tremendo1", + "id": "780962711588044820", + "author": "753681432718737480", + "animated": false, + "created": 1606266420, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "trextuneado": { + "name": "trextuneado", + "id": "788939807832670209", + "author": "727283870461984839", + "animated": false, + "created": 1608168308, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "triangleboy": { + "name": "triangleboy", + "id": "765697987686826004", + "author": "508054192758194176", + "animated": true, + "created": 1602627026, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "triangulo": { + "name": "triangulo", + "id": "787166112454410290", + "author": "557269772270829569", + "animated": true, + "created": 1607745426, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tridance": { + "name": "tridance", + "id": "745215727761358969", + "author": "225202265890226177", + "animated": true, + "created": 1597743675, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "trigger": { + "name": "trigger", + "id": "704671744673185802", + "author": "477823425893629952", + "animated": true, + "created": 1588077236, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "triggered": { + "name": "triggered", + "id": "422262313253470218", + "author": "407448410422116356", + "animated": false, + "created": 1525387949, + "modified": 1533892040, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "TriHard": { + "name": "TriHard", + "id": "667875481839992852", + "author": "287347007708856323", + "animated": false, + "created": 1579304323, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "triplebaka1": { + "name": "triplebaka1", + "id": "782740274732073021", + "author": "748023719833894942", + "animated": false, + "created": 1606690224, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "triplebaka2": { + "name": "triplebaka2", + "id": "782740282537148426", + "author": "748023719833894942", + "animated": false, + "created": 1606690226, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "triplebaka3": { + "name": "triplebaka3", + "id": "782740291777462293", + "author": "748023719833894942", + "animated": false, + "created": 1606690228, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "trippiepeace": { + "name": "trippiepeace", + "id": "787132793452888115", + "author": "494563179049910301", + "animated": true, + "created": 1607737482, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "TrippyCat": { + "name": "TrippyCat", + "id": "786522286999339018", + "author": "426282697422274561", + "animated": true, + "created": 1607591926, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "TripulanteBaile": { + "name": "TripulanteBaile", + "id": "782532128034390026", + "author": "741850493088694343", + "animated": true, + "created": 1606640598, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "TripulanteBaile2": { + "name": "TripulanteBaile2", + "id": "782533145517097001", + "author": "741850493088694343", + "animated": true, + "created": 1606640840, + "modified": 1606652020, + "preserve": false, + "description": null, + "nsfw": "MOD_NSFW" + }, + "TripulanteBaile3": { + "name": "TripulanteBaile3", + "id": "782901525122121728", + "author": "741850493088694343", + "animated": true, + "created": 1606728669, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "TripulanteBaile4": { + "name": "TripulanteBaile4", + "id": "782902060097077248", + "author": "741850493088694343", + "animated": true, + "created": 1606728796, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "trist": { + "name": "trist", + "id": "746468309465170011", + "author": "729015115411750943", + "animated": false, + "created": 1598042313, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "triste": { + "name": "triste", + "id": "598998291698548746", + "author": "516753129413279759", + "animated": false, + "created": 1562882721, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tristeamigo": { + "name": "tristeamigo", + "id": "783495510379331594", + "author": "384071676960309259", + "animated": true, + "created": 1606870286, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tristeza": { + "name": "tristeza", + "id": "764900203467374654", + "author": "691838494581981218", + "animated": false, + "created": 1602436819, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "trite": { + "name": "trite", + "id": "763888749724696587", + "author": "419604866080702465", + "animated": false, + "created": 1602195670, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "trl": { + "name": "trl", + "id": "776333227513479208", + "author": "737371717785354334", + "animated": false, + "created": 1605162665, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "trola": { + "name": "trola", + "id": "784888448544538647", + "author": "293107176355004416", + "animated": false, + "created": 1607202388, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "trolainagun": { + "name": "trolainagun", + "id": "788931471623716885", + "author": "399348446525390849", + "animated": false, + "created": 1608166320, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "trolazo": { + "name": "trolazo", + "id": "780905316882710539", + "author": "492358355273252865", + "animated": false, + "created": 1606252736, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "troleado": { + "name": "troleado", + "id": "712142976058392676", + "author": "313376621140901888", + "animated": true, + "created": 1589858516, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Troleadocara": { + "name": "Troleadocara", + "id": "768222950133858415", + "author": "708216889624625193", + "animated": false, + "created": 1603229024, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "troleador": { + "name": "troleador", + "id": "777910108704604160", + "author": "597994133587755013", + "animated": false, + "created": 1605538622, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "troleador_cara": { + "name": "troleador_cara", + "id": "783181127653130290", + "author": "387356039638679553", + "animated": false, + "created": 1606795331, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "troleadorcara": { + "name": "troleadorcara", + "id": "767459818209542156", + "author": "437222116300029972", + "animated": false, + "created": 1603047079, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "troleadorcaragrupo": { + "name": "troleadorcaragrupo", + "id": "782708679103348746", + "author": "736438830386774087", + "animated": false, + "created": 1606682691, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "TroleadoresCara": { + "name": "TroleadoresCara", + "id": "782449022719623209", + "author": "741850493088694343", + "animated": false, + "created": 1606620784, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "troleokronk": { + "name": "troleokronk", + "id": "765081573850480680", + "author": "337776631210967040", + "animated": false, + "created": 1602480061, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "troliado": { + "name": "troliado", + "id": "779681404509880360", + "author": "522496872221245453", + "animated": false, + "created": 1605960932, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "troliador": { + "name": "troliador", + "id": "774555698314870814", + "author": "505122030384054273", + "animated": false, + "created": 1604738869, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "troliadosherk": { + "name": "troliadosherk", + "id": "786301055809880116", + "author": "685852503673143300", + "animated": false, + "created": 1607539180, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "troll": { + "name": "troll", + "id": "642480746581196805", + "author": "515319978803855371", + "animated": false, + "created": 1573249746, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "trolldisappointed": { + "name": "trolldisappointed", + "id": "789479390639423498", + "author": "401551963139080194", + "animated": false, + "created": 1608296954, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "trolleado": { + "name": "trolleado", + "id": "734552896720470036", + "author": "567140961650737162", + "animated": true, + "created": 1595201458, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Trolley": { + "name": "Trolley", + "id": "771536030544560149", + "author": "737371717785354334", + "animated": false, + "created": 1604018924, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "trollface": { + "name": "trollface", + "id": "676838293492727809", + "author": "481597842109235200", + "animated": false, + "created": 1581441224, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "trollsmile": { + "name": "trollsmile", + "id": "789479307005263912", + "author": "401551963139080194", + "animated": false, + "created": 1608296934, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "trolololo": { + "name": "trolololo", + "id": "779364209443995668", + "author": "268138992606773248", + "animated": false, + "created": 1605885307, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "troste": { + "name": "troste", + "id": "779855364761714698", + "author": "475156812329517068", + "animated": false, + "created": 1606002408, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "troturecat": { + "name": "troturecat", + "id": "789653679224913940", + "author": "401765150404902912", + "animated": true, + "created": 1608338508, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "truckkun": { + "name": "truckkun", + "id": "788795536018112562", + "author": "304413971350552588", + "animated": true, + "created": 1608133911, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "true": { + "name": "true", + "id": "749737938492850258", + "author": "362374840201510914", + "animated": false, + "created": 1598821854, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "trueaurora": { + "name": "trueaurora", + "id": "781506991885516810", + "author": "425046879047385108", + "animated": false, + "created": 1606396186, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "TrueBro": { + "name": "TrueBro", + "id": "780955772506472448", + "author": "756253418808672469", + "animated": false, + "created": 1606264765, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "truejumpber": { + "name": "truejumpber", + "id": "781898067304906752", + "author": "209280535174971393", + "animated": false, + "created": 1606489426, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "truelord": { + "name": "truelord", + "id": "733669222546407456", + "author": "203208699500560385", + "animated": true, + "created": 1594990773, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "truemaj": { + "name": "truemaj", + "id": "789411580633808926", + "author": "425046879047385108", + "animated": false, + "created": 1608280787, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "truerstab": { + "name": "truerstab", + "id": "782421449403138068", + "author": "98425391647031296", + "animated": false, + "created": 1606614210, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "truestab": { + "name": "truestab", + "id": "764161975067869195", + "author": "336021639970029569", + "animated": false, + "created": 1602260812, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "truestab2": { + "name": "truestab2", + "id": "783868881835786271", + "author": "209280535174971393", + "animated": false, + "created": 1606959305, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "truezai": { + "name": "truezai", + "id": "763740992355565578", + "author": "209280535174971393", + "animated": false, + "created": 1602160442, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "trump": { + "name": "trump", + "id": "692880972697436213", + "author": "246938839720001536", + "animated": false, + "created": 1585266097, + "modified": 1585318887, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "TrumpBaile": { + "name": "TrumpBaile", + "id": "782905650429558794", + "author": "741850493088694343", + "animated": true, + "created": 1606729652, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "trustme": { + "name": "trustme", + "id": "727091944228126840", + "author": "256056872254177281", + "animated": false, + "created": 1593422628, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "trymebitch": { + "name": "trymebitch", + "id": "782742335233458187", + "author": "748023719833894942", + "animated": false, + "created": 1606690715, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ts": { + "name": "ts", + "id": "773365964489359371", + "author": "512509857606139905", + "animated": false, + "created": 1604455214, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "t_sexyaf": { + "name": "t_sexyaf", + "id": "786084976381788160", + "author": "730519813184815126", + "animated": true, + "created": 1607487663, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tsimp": { + "name": "tsimp", + "id": "784860948472135741", + "author": "506459837169795092", + "animated": true, + "created": 1607195832, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tsk": { + "name": "tsk", + "id": "695429042261721178", + "author": "604840521101475848", + "animated": false, + "created": 1585873604, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tsukiwhale": { + "name": "tsukiwhale", + "id": "749047760120053863", + "author": "182850025007742976", + "animated": false, + "created": 1598657302, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tsundere": { + "name": "tsundere", + "id": "762925098856218634", + "author": "461217181032775681", + "animated": false, + "created": 1601965918, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tt": { + "name": "tt", + "id": "774983711653363722", + "author": "650561615372222484", + "animated": false, + "created": 1604840915, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tu": { + "name": "tu", + "id": "701945277673898014", + "author": "564991592860221440", + "animated": false, + "created": 1587427195, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tuaichi": { + "name": "tuaichi", + "id": "785494624034619442", + "author": "293107176355004416", + "animated": false, + "created": 1607346914, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tuki": { + "name": "tuki", + "id": "777289013639905311", + "author": "257252090642956288", + "animated": false, + "created": 1605390542, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tula": { + "name": "tula", + "id": "519656692263288858", + "author": "334452113264607232", + "animated": false, + "created": 1543966210, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tumadre": { + "name": "tumadre", + "id": "778064064986480659", + "author": "300750461894656011", + "animated": false, + "created": 1605575329, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tumama": { + "name": "tumama", + "id": "736143751784824923", + "author": "390156982730096640", + "animated": true, + "created": 1595580747, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tupu": { + "name": "tupu", + "id": "777597802049306654", + "author": "618287304447885312", + "animated": false, + "created": 1605464163, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "turbio": { + "name": "turbio", + "id": "750103119760850994", + "author": "383723642489405441", + "animated": false, + "created": 1598908920, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "turndownforwhat": { + "name": "turndownforwhat", + "id": "768228565656403999", + "author": "464961710462205952", + "animated": false, + "created": 1603230363, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tuto": { + "name": "tuto", + "id": "696399895095017573", + "author": "352617359036514304", + "animated": false, + "created": 1586105073, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tutuenojado": { + "name": "tutuenojado", + "id": "784850181828771870", + "author": "521800936553971719", + "animated": false, + "created": 1607193265, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tuturnoball": { + "name": "tuturnoball", + "id": "784223846684164096", + "author": "653806638695710721", + "animated": false, + "created": 1607043935, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tuvieja": { + "name": "tuvieja", + "id": "722248296411955220", + "author": "660996018459901953", + "animated": false, + "created": 1592267812, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "twblush": { + "name": "twblush", + "id": "775684749543866398", + "author": "182850025007742976", + "animated": false, + "created": 1605008055, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "twelve": { + "name": "twelve", + "id": "682014083117351007", + "author": "234097420898664448", + "animated": true, + "created": 1582675228, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "twerk": { + "name": "twerk", + "id": "745694704548708425", + "author": "419623768835620865", + "animated": true, + "created": 1597857872, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "twilight": { + "name": "twilight", + "id": "785519040399278131", + "author": "431503640193138689", + "animated": false, + "created": 1607352733, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "twitch": { + "name": "twitch", + "id": "750411457451261993", + "author": "405096095992250371", + "animated": true, + "created": 1598982433, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "twitter": { + "name": "twitter", + "id": "744430965849456760", + "author": "533406181067194370", + "animated": false, + "created": 1597556573, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "twplayboy4": { + "name": "twplayboy4", + "id": "788398021222203393", + "author": "715373648520806432", + "animated": false, + "created": 1608039136, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "twplayboy5": { + "name": "twplayboy5", + "id": "788398033514528788", + "author": "715373648520806432", + "animated": false, + "created": 1608039139, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "twut": { + "name": "twut", + "id": "464264477597106177", + "author": "269206837306327042", + "animated": false, + "created": 1530774077, + "modified": 1533892040, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "TWweird": { + "name": "TWweird", + "id": "581788885546434563", + "author": "425046879047385108", + "animated": false, + "created": 1558779679, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "twwird": { + "name": "twwird", + "id": "782681730179268639", + "author": "438644880152068127", + "animated": false, + "created": 1606676266, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "txt_brokenheart": { + "name": "txt_brokenheart", + "id": "787683078167855155", + "author": "733232897879703572", + "animated": false, + "created": 1607868680, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "tympole": { + "name": "tympole", + "id": "703743204662706196", + "author": "267037302352642048", + "animated": false, + "created": 1587855855, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "typing": { + "name": "typing", + "id": "597592452186112011", + "author": "140516693242937345", + "animated": true, + "created": 1562547543, + "modified": 1562547553, + "preserve": true, + "description": "The indicator that appears at the bottom of the screen when someone is typing.", + "nsfw": "SFW" + }, + "u_": { + "name": "u_", + "id": "764010014032527360", + "author": "700117364485914704", + "animated": false, + "created": 1602224582, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "uarecute": { + "name": "uarecute", + "id": "789557288930115625", + "author": "568113558202875914", + "animated": false, + "created": 1608315527, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "uau": { + "name": "uau", + "id": "786690073428361237", + "author": "714546696063025255", + "animated": false, + "created": 1607631929, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "uc_catblush": { + "name": "uc_catblush", + "id": "782675194724089868", + "author": "700050219995496568", + "animated": false, + "created": 1606674708, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "uegh": { + "name": "uegh", + "id": "763464010800562196", + "author": "463426460330229760", + "animated": false, + "created": 1602094404, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "uff": { + "name": "uff", + "id": "664215524745543692", + "author": "631964191409963013", + "animated": false, + "created": 1578431721, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "uffas": { + "name": "uffas", + "id": "778633806978220084", + "author": "479370177209696267", + "animated": false, + "created": 1605711166, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ufuf": { + "name": "ufuf", + "id": "780893920996753418", + "author": "434521154745663488", + "animated": false, + "created": 1606250019, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "uganda": { + "name": "uganda", + "id": "775750259342180413", + "author": "152231214198161409", + "animated": false, + "created": 1605023674, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ugei": { + "name": "ugei", + "id": "782673674015866891", + "author": "300750461894656011", + "animated": false, + "created": 1606674345, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ugh": { + "name": "ugh", + "id": "707831323192066079", + "author": "521155167794757632", + "animated": false, + "created": 1588830538, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ugly": { + "name": "ugly", + "id": "759253863928430592", + "author": "700117364485914704", + "animated": false, + "created": 1601090627, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ugood": { + "name": "ugood", + "id": "771410958647689226", + "author": "331655887074754560", + "animated": false, + "created": 1603989104, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ugu": { + "name": "ugu", + "id": "695521551205924864", + "author": "628070207293882377", + "animated": false, + "created": 1585895660, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "uh": { + "name": "uh", + "id": "686250826997694486", + "author": "238020739696033793", + "animated": false, + "created": 1583685347, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "uhh": { + "name": "uhh", + "id": "710870967207067658", + "author": "692488921673629756", + "animated": false, + "created": 1589555246, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "uhhhhh": { + "name": "uhhhhh", + "id": "782773364392853525", + "author": "748023719833894942", + "animated": false, + "created": 1606698113, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "uhhhhokay": { + "name": "uhhhhokay", + "id": "782115146561749012", + "author": "690953891482828890", + "animated": true, + "created": 1606541182, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "uhhuh": { + "name": "uhhuh", + "id": "736823309462929468", + "author": "474398324326268930", + "animated": false, + "created": 1595742766, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "uhm": { + "name": "uhm", + "id": "768413875141476403", + "author": "592103727280685086", + "animated": true, + "created": 1603274544, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "uhmmm": { + "name": "uhmmm", + "id": "785658318554529832", + "author": "720337269889826846", + "animated": false, + "created": 1607385940, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "uhmok": { + "name": "uhmok", + "id": "785658381183877182", + "author": "720337269889826846", + "animated": true, + "created": 1607385955, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "uhm_well": { + "name": "uhm_well", + "id": "787434864659791922", + "author": "522155526478364675", + "animated": true, + "created": 1607809501, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "uhmwhat": { + "name": "uhmwhat", + "id": "786707701433892894", + "author": "707330304427294821", + "animated": true, + "created": 1607636132, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "uhquemal": { + "name": "uhquemal", + "id": "737419505650892850", + "author": "717472783445131324", + "animated": false, + "created": 1595884947, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "uhwhat": { + "name": "uhwhat", + "id": "785658355988955168", + "author": "720337269889826846", + "animated": true, + "created": 1607385949, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ui": { + "name": "ui", + "id": "781914086056656926", + "author": "528990209589903376", + "animated": false, + "created": 1606493245, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ukaso": { + "name": "ukaso", + "id": "739568804765368391", + "author": "467098286642167819", + "animated": false, + "created": 1596397343, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ukesote": { + "name": "ukesote", + "id": "671380739018719257", + "author": "564111150443266125", + "animated": false, + "created": 1580140041, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "UloomEvil": { + "name": "UloomEvil", + "id": "781344721414520872", + "author": "448827482179895304", + "animated": false, + "created": 1606357498, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "UloomGlare": { + "name": "UloomGlare", + "id": "781344768373817384", + "author": "448827482179895304", + "animated": false, + "created": 1606357509, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "UloomSmug": { + "name": "UloomSmug", + "id": "781344801823129600", + "author": "448827482179895304", + "animated": false, + "created": 1606357517, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "UloomWave": { + "name": "UloomWave", + "id": "781344849235935233", + "author": "448827482179895304", + "animated": false, + "created": 1606357528, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ultimateelfthenk": { + "name": "ultimateelfthenk", + "id": "785693266217009152", + "author": "488694672441737236", + "animated": false, + "created": 1607394272, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ultraboner": { + "name": "ultraboner", + "id": "762167417681477652", + "author": "213367124608024577", + "animated": true, + "created": 1601785272, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Ultra_happy": { + "name": "Ultra_happy", + "id": "784438215205453845", + "author": "711751154119475291", + "animated": false, + "created": 1607095044, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ultrasacudida": { + "name": "ultrasacudida", + "id": "748414641151148062", + "author": "343239064918687745", + "animated": true, + "created": 1598506355, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ultrauke": { + "name": "ultrauke", + "id": "775114698151952414", + "author": "538092861481287701", + "animated": false, + "created": 1604872145, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "um": { + "name": "um", + "id": "726881303483383909", + "author": "569250957456834582", + "animated": false, + "created": 1593372407, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Um_": { + "name": "Um_", + "id": "784438527919390761", + "author": "711751154119475291", + "animated": false, + "created": 1607095119, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "um1": { + "name": "um1", + "id": "777907407086288906", + "author": "429684409633996840", + "animated": false, + "created": 1605537978, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "umarucheer": { + "name": "umarucheer", + "id": "782228527641788436", + "author": "643845865227812894", + "animated": true, + "created": 1606568214, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "umaru_chug": { + "name": "umaru_chug", + "id": "786949679555674113", + "author": "718818001633280071", + "animated": true, + "created": 1607693824, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "umaru_cry": { + "name": "umaru_cry", + "id": "787429855691014194", + "author": "522155526478364675", + "animated": true, + "created": 1607808307, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "UmaruCry": { + "name": "UmaruCry", + "id": "773986419470630922", + "author": "264572972998721537", + "animated": false, + "created": 1604603142, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "umarupartyharder": { + "name": "umarupartyharder", + "id": "787992525168312320", + "author": "294383386393575426", + "animated": true, + "created": 1607942458, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "umbreonload": { + "name": "umbreonload", + "id": "788121817411747891", + "author": "353109234201788427", + "animated": true, + "created": 1607973283, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "umijajagordotonto": { + "name": "umijajagordotonto", + "id": "788492590445101107", + "author": "293107176355004416", + "animated": false, + "created": 1608061683, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "umiyay": { + "name": "umiyay", + "id": "774289450888986646", + "author": "403597576223326228", + "animated": false, + "created": 1604675390, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "umm": { + "name": "umm", + "id": "674079606277537793", + "author": "547861735391100931", + "animated": false, + "created": 1580783502, + "modified": 1580783954, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "U_monke": { + "name": "U_monke", + "id": "784318633731031089", + "author": "713483831780573275", + "animated": true, + "created": 1607066534, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "umu": { + "name": "umu", + "id": "597330310702825472", + "author": "182743155651641344", + "animated": false, + "created": 1562485043, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "umuMHX": { + "name": "umuMHX", + "id": "773946985056960552", + "author": "551188005281464342", + "animated": false, + "created": 1604593740, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "umusmug": { + "name": "umusmug", + "id": "778143799339647013", + "author": "399772620138217472", + "animated": false, + "created": 1605594339, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "unamusedjones": { + "name": "unamusedjones", + "id": "782167005263953960", + "author": "496037931140513800", + "animated": false, + "created": 1606553546, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "unblockmepls": { + "name": "unblockmepls", + "id": "781065681428545556", + "author": "336021639970029569", + "animated": false, + "created": 1606290970, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "uncertainceri": { + "name": "uncertainceri", + "id": "787465802495688745", + "author": "353109234201788427", + "animated": false, + "created": 1607816877, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "uncomfy": { + "name": "uncomfy", + "id": "778542589448159253", + "author": "574870314928832533", + "animated": false, + "created": 1605689418, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "understandable": { + "name": "understandable", + "id": "782742185745055765", + "author": "748023719833894942", + "animated": false, + "created": 1606690679, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "understanding": { + "name": "understanding", + "id": "782742323103662080", + "author": "748023719833894942", + "animated": false, + "created": 1606690712, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "unexpectedbingus": { + "name": "unexpectedbingus", + "id": "786365298139070474", + "author": "219580469933506560", + "animated": true, + "created": 1607554497, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "university_CUTE": { + "name": "university_CUTE", + "id": "788762773973893130", + "author": "510204197728288777", + "animated": false, + "created": 1608126099, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "unknown": { + "name": "unknown", + "id": "788744788009811979", + "author": "184844421630525449", + "animated": false, + "created": 1608121811, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Unnamed_Emote": { + "name": "Unnamed_Emote", + "id": "789954237567860816", + "author": "397513336805130251", + "animated": false, + "created": 1608410166, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "uno": { + "name": "uno", + "id": "640654964565213245", + "author": "528990209589903376", + "animated": false, + "created": 1572814446, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "unoreverse": { + "name": "unoreverse", + "id": "744921534677778442", + "author": "498841314927050753", + "animated": false, + "created": 1597673533, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "unoreverser": { + "name": "unoreverser", + "id": "764928003926655006", + "author": "353109234201788427", + "animated": true, + "created": 1602443447, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "un_palcer": { + "name": "un_palcer", + "id": "779193233766875176", + "author": "475156812329517068", + "animated": false, + "created": 1605844543, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "unpog": { + "name": "unpog", + "id": "781952659238027275", + "author": "580244182652813312", + "animated": true, + "created": 1606502442, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "unu": { + "name": "unu", + "id": "747226499442016277", + "author": "299000396997853194", + "animated": false, + "created": 1598223080, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "uploaderthink": { + "name": "uploaderthink", + "id": "776093937794285608", + "author": "293107176355004416", + "animated": false, + "created": 1605105613, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "uppies": { + "name": "uppies", + "id": "786150007504896060", + "author": "745612575454134283", + "animated": false, + "created": 1607503167, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "upvote": { + "name": "upvote", + "id": "493343366382092288", + "author": "140516693242937345", + "animated": false, + "created": 1537692646, + "modified": 1537692669, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "urcute": { + "name": "urcute", + "id": "788586486366339073", + "author": "401183811356065793", + "animated": false, + "created": 1608084069, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "urhhh_smoothbrain": { + "name": "urhhh_smoothbrain", + "id": "786805008389505024", + "author": "442501862197952515", + "animated": false, + "created": 1607659332, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "urstinky": { + "name": "urstinky", + "id": "789557241552044073", + "author": "568113558202875914", + "animated": false, + "created": 1608315515, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "use": { + "name": "use", + "id": "782699331320938516", + "author": "496037931140513800", + "animated": false, + "created": 1606680462, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "usluayi": { + "name": "usluayi", + "id": "786208955910586400", + "author": "586886106289668127", + "animated": false, + "created": 1607517222, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "USSR": { + "name": "USSR", + "id": "782486869757263893", + "author": "740457917374922765", + "animated": true, + "created": 1606629807, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ustedesaichi": { + "name": "ustedesaichi", + "id": "786795063077240843", + "author": "293107176355004416", + "animated": false, + "created": 1607656961, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ustedesnoaichi": { + "name": "ustedesnoaichi", + "id": "786795119214854215", + "author": "293107176355004416", + "animated": false, + "created": 1607656974, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "utena": { + "name": "utena", + "id": "784451755907350528", + "author": "684477455028846624", + "animated": false, + "created": 1607098273, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "utenaanthy": { + "name": "utenaanthy", + "id": "784451904053706762", + "author": "684477455028846624", + "animated": false, + "created": 1607098308, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "utenaanthytea": { + "name": "utenaanthytea", + "id": "784781620494073886", + "author": "684477455028846624", + "animated": false, + "created": 1607176918, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "utenananami": { + "name": "utenananami", + "id": "784451476310589470", + "author": "684477455028846624", + "animated": false, + "created": 1607098206, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "u_u": { + "name": "u_u", + "id": "786715479502749696", + "author": "569937267012010015", + "animated": false, + "created": 1607637986, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "uu": { + "name": "uu", + "id": "646014802031935508", + "author": "274391131234500618", + "animated": false, + "created": 1574092331, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "uuh": { + "name": "uuh", + "id": "774708808332345374", + "author": "293107176355004416", + "animated": false, + "created": 1604775373, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "uuu": { + "name": "uuu", + "id": "708410047344148581", + "author": "448572695597023232", + "animated": false, + "created": 1588968517, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "uvu": { + "name": "uvu", + "id": "734181124418306091", + "author": "546444302348320778", + "animated": true, + "created": 1595112820, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Uwah": { + "name": "Uwah", + "id": "784438512316579861", + "author": "711751154119475291", + "animated": false, + "created": 1607095115, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "uwn": { + "name": "uwn", + "id": "773949904875290665", + "author": "504130418958794763", + "animated": false, + "created": 1604594436, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "UwU": { + "name": "UwU", + "id": "424851773765713922", + "author": "309931418774142976", + "animated": false, + "created": 1525387949, + "modified": 1533892040, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "uwu1": { + "name": "uwu1", + "id": "731447583523733514", + "author": "685620341724151822", + "animated": false, + "created": 1594461093, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "uwu2": { + "name": "uwu2", + "id": "729003403237261352", + "author": "399671914114711562", + "animated": true, + "created": 1593878355, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "uwu3": { + "name": "uwu3", + "id": "742571653544018032", + "author": "713115666550620262", + "animated": false, + "created": 1597113278, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "uwu_cat": { + "name": "uwu_cat", + "id": "787437497550503978", + "author": "701103722453008518", + "animated": false, + "created": 1607810129, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "UwUcheck": { + "name": "UwUcheck", + "id": "773829551763488768", + "author": "741850493088694343", + "animated": false, + "created": 1604565742, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "uwudance": { + "name": "uwudance", + "id": "746188244210941993", + "author": "676594964062404619", + "animated": true, + "created": 1597975541, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "UwUGun": { + "name": "UwUGun", + "id": "789029043734577172", + "author": "527593366645506058", + "animated": false, + "created": 1608189583, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "uwu_isabelle": { + "name": "uwu_isabelle", + "id": "785939019338219609", + "author": "387468762988806144", + "animated": false, + "created": 1607452864, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "uwunt": { + "name": "uwunt", + "id": "783874228298317847", + "author": "742896971387240540", + "animated": false, + "created": 1606960579, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "UwUola": { + "name": "UwUola", + "id": "781911967907708949", + "author": "486936089324552193", + "animated": false, + "created": 1606492740, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "uwusowarm": { + "name": "uwusowarm", + "id": "782811146393747486", + "author": "760975697392173067", + "animated": true, + "created": 1606707121, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "uwuthenk": { + "name": "uwuthenk", + "id": "758226408824373268", + "author": "428461954064056340", + "animated": false, + "created": 1600845663, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "uwuuwu": { + "name": "uwuuwu", + "id": "770274408979365899", + "author": "727007687610466385", + "animated": false, + "created": 1603718130, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "uwuw": { + "name": "uwuw", + "id": "789586415372730378", + "author": "391034154705485836", + "animated": false, + "created": 1608322471, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "uwuwu": { + "name": "uwuwu", + "id": "542329883041464321", + "author": "267568948944437248", + "animated": true, + "created": 1549371920, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "uwuwuwu": { + "name": "uwuwuwu", + "id": "598534914941648896", + "author": "422574761093103617", + "animated": true, + "created": 1562772244, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "uy": { + "name": "uy", + "id": "697730797343342674", + "author": "517462606634549387", + "animated": false, + "created": 1586422385, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Uytemadreo": { + "name": "Uytemadreo", + "id": "788232422885031996", + "author": "741850493088694343", + "animated": false, + "created": 1607999654, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "v11": { + "name": "v11", + "id": "788397962002038784", + "author": "715373648520806432", + "animated": true, + "created": 1608039121, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "v12": { + "name": "v12", + "id": "788397949763715073", + "author": "715373648520806432", + "animated": true, + "created": 1608039119, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "va": { + "name": "va", + "id": "714913023126536222", + "author": "422792791945510932", + "animated": false, + "created": 1590518947, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "vaca_baile": { + "name": "vaca_baile", + "id": "783836837214814249", + "author": "701103722453008518", + "animated": true, + "created": 1606951665, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Vacabaile": { + "name": "Vacabaile", + "id": "789679611628748820", + "author": "788499057798414398", + "animated": true, + "created": 1608344691, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "vacadanca": { + "name": "vacadanca", + "id": "779761688425398312", + "author": "729015115411750943", + "animated": true, + "created": 1605980073, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "vacadance": { + "name": "vacadance", + "id": "695854968628051998", + "author": "511549289558966285", + "animated": true, + "created": 1585975153, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "vacaspin": { + "name": "vacaspin", + "id": "780203010314993705", + "author": "227165235293847552", + "animated": true, + "created": 1606085293, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "vagina": { + "name": "vagina", + "id": "729750028075401307", + "author": "441789665142374410", + "animated": false, + "created": 1594056364, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "vaiclea": { + "name": "vaiclea", + "id": "784073081601392670", + "author": "580244182652813312", + "animated": false, + "created": 1607007990, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "vali": { + "name": "vali", + "id": "775481673005137933", + "author": "469199504130834447", + "animated": false, + "created": 1604959638, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "valky": { + "name": "valky", + "id": "749268651777064981", + "author": "399671914114711562", + "animated": false, + "created": 1598709967, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "vallamrd": { + "name": "vallamrd", + "id": "784275961457672243", + "author": "700844233212559372", + "animated": false, + "created": 1607056360, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "VALove": { + "name": "VALove", + "id": "741000989770907689", + "author": "256542988866551817", + "animated": false, + "created": 1596738803, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "vamonos": { + "name": "vamonos", + "id": "789620644789616680", + "author": "219580469933506560", + "animated": false, + "created": 1608330632, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "vampidead": { + "name": "vampidead", + "id": "757239804219097208", + "author": "399671914114711562", + "animated": false, + "created": 1600610438, + "modified": 1600797551, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "VampiYay": { + "name": "VampiYay", + "id": "773945063562412063", + "author": "551188005281464342", + "animated": false, + "created": 1604593282, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "vampy": { + "name": "vampy", + "id": "782846523759132672", + "author": "685259112057012234", + "animated": false, + "created": 1606715555, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "vampysmug": { + "name": "vampysmug", + "id": "774278611330662431", + "author": "403597576223326228", + "animated": false, + "created": 1604672806, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "vampyyay": { + "name": "vampyyay", + "id": "774277795014246462", + "author": "403597576223326228", + "animated": false, + "created": 1604672611, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "vanish": { + "name": "vanish", + "id": "778953118469586954", + "author": "567066537219981323", + "animated": true, + "created": 1605787295, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "vaporwave": { + "name": "vaporwave", + "id": "788812759072505866", + "author": "495923866829586442", + "animated": true, + "created": 1608138017, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "vaporwindows": { + "name": "vaporwindows", + "id": "788812673813970946", + "author": "495923866829586442", + "animated": true, + "created": 1608137997, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "vaporwings": { + "name": "vaporwings", + "id": "788812583607468052", + "author": "495923866829586442", + "animated": true, + "created": 1608137975, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "vaporwotr": { + "name": "vaporwotr", + "id": "788812642658811925", + "author": "495923866829586442", + "animated": true, + "created": 1608137989, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "vapourheart": { + "name": "vapourheart", + "id": "788812551243694130", + "author": "495923866829586442", + "animated": false, + "created": 1608137967, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "VAquaFukkireta": { + "name": "VAquaFukkireta", + "id": "782673566163533864", + "author": "700050219995496568", + "animated": true, + "created": 1606674319, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "VarsityCards": { + "name": "VarsityCards", + "id": "783505148503916548", + "author": "125464542791729152", + "animated": false, + "created": 1606872584, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "v_blueneonheart": { + "name": "v_blueneonheart", + "id": "786450703400960010", + "author": "723894380892782662", + "animated": false, + "created": 1607574859, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "VBuck": { + "name": "VBuck", + "id": "790036249984499736", + "author": "372867277068042240", + "animated": false, + "created": 1608429720, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "v_clouds": { + "name": "v_clouds", + "id": "786450422402383872", + "author": "723894380892782662", + "animated": false, + "created": 1607574792, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "VecHorny": { + "name": "VecHorny", + "id": "779224414603575296", + "author": "457415833572999170", + "animated": false, + "created": 1605851977, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "vegeta": { + "name": "vegeta", + "id": "738905856543948850", + "author": "351864401265033217", + "animated": true, + "created": 1596239284, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "vegeto": { + "name": "vegeto", + "id": "539113379567108129", + "author": "519556931753476096", + "animated": true, + "created": 1548605046, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "vegetta": { + "name": "vegetta", + "id": "738906355494289488", + "author": "351864401265033217", + "animated": true, + "created": 1596239403, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Vella": { + "name": "Vella", + "id": "785741626747387914", + "author": "715606162224971898", + "animated": true, + "created": 1607405802, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "veneco": { + "name": "veneco", + "id": "691821312011796564", + "author": "661485249343258625", + "animated": false, + "created": 1585013454, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "venezolano": { + "name": "venezolano", + "id": "743516512496910376", + "author": "705544956835659826", + "animated": true, + "created": 1597338550, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "venezuela": { + "name": "venezuela", + "id": "707701886186422413", + "author": "314191218898763786", + "animated": true, + "created": 1588799678, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "venida": { + "name": "venida", + "id": "781972774046269450", + "author": "707435993585942539", + "animated": false, + "created": 1606507237, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Vent": { + "name": "Vent", + "id": "761839860759396352", + "author": "635642091497717771", + "animated": true, + "created": 1601707178, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "venti": { + "name": "venti", + "id": "771796026100023326", + "author": "705052717176979529", + "animated": false, + "created": 1604080912, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "VentiAmeno": { + "name": "VentiAmeno", + "id": "788774910344036412", + "author": "744797238340878348", + "animated": false, + "created": 1608128993, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ventilating": { + "name": "ventilating", + "id": "788398461254107197", + "author": "715373648520806432", + "animated": true, + "created": 1608039241, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "VentiNice": { + "name": "VentiNice", + "id": "788774964428800000", + "author": "744797238340878348", + "animated": false, + "created": 1608129006, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ventiweird": { + "name": "ventiweird", + "id": "774732062896554014", + "author": "209280535174971393", + "animated": false, + "created": 1604780917, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ver": { + "name": "ver", + "id": "766588145243914241", + "author": "441943765855240192", + "animated": true, + "created": 1602839256, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "verga": { + "name": "verga", + "id": "701940688761389252", + "author": "262712325625217026", + "animated": false, + "created": 1587426101, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "verificado": { + "name": "verificado", + "id": "755781831265353799", + "author": "706584445922312262", + "animated": true, + "created": 1600262830, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "verification_checkmark": { + "name": "verification_checkmark", + "id": "784689458531663873", + "author": "732455822881193984", + "animated": true, + "created": 1607154945, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "verification_emoji": { + "name": "verification_emoji", + "id": "784688716072747018", + "author": "732455822881193984", + "animated": true, + "created": 1607154768, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "verified": { + "name": "verified", + "id": "687001001458139136", + "author": "397647440163110912", + "animated": false, + "created": 1583864202, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "verifun": { + "name": "verifun", + "id": "785249785568952380", + "author": "356902907721023500", + "animated": false, + "created": 1607288538, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "verify": { + "name": "verify", + "id": "773308987210072075", + "author": "573120225894072335", + "animated": true, + "created": 1604441630, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "VertGasm": { + "name": "VertGasm", + "id": "519009591091003410", + "author": "140516693242937345", + "animated": false, + "created": 1543811929, + "modified": 1543811945, + "preserve": true, + "description": null, + "nsfw": "MOD_NSFW" + }, + "verycool": { + "name": "verycool", + "id": "702494621481173053", + "author": "246938839720001536", + "animated": false, + "created": 1587558169, + "modified": 1587640157, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "verydemn": { + "name": "verydemn", + "id": "723314770027217016", + "author": "353109234201788427", + "animated": false, + "created": 1592522079, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "veryinteresting": { + "name": "veryinteresting", + "id": "729618862793949234", + "author": "425046879047385108", + "animated": false, + "created": 1594025092, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "VH_AlphabetY": { + "name": "VH_AlphabetY", + "id": "789282116109598731", + "author": "696887321953304657", + "animated": true, + "created": 1608249920, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "vibe": { + "name": "vibe", + "id": "635246386060722206", + "author": "411998044712730624", + "animated": false, + "created": 1571524940, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "vibecat": { + "name": "vibecat", + "id": "744786455062380564", + "author": "221438001396449281", + "animated": true, + "created": 1597641328, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "vibeleft": { + "name": "vibeleft", + "id": "742770869876686938", + "author": "112471608865624064", + "animated": false, + "created": 1597160775, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "viberight": { + "name": "viberight", + "id": "742770847667978260", + "author": "112471608865624064", + "animated": false, + "created": 1597160770, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "vibes": { + "name": "vibes", + "id": "782741534281826356", + "author": "748023719833894942", + "animated": true, + "created": 1606690524, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "vibing": { + "name": "vibing", + "id": "730697339852947509", + "author": "551984413768941569", + "animated": true, + "created": 1594282221, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "vibingdog": { + "name": "vibingdog", + "id": "783881730137522197", + "author": "697542753449672775", + "animated": true, + "created": 1606962368, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "VibingWithGrape": { + "name": "VibingWithGrape", + "id": "782739605957902406", + "author": "748023719833894942", + "animated": false, + "created": 1606690064, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "VibingWithGyro": { + "name": "VibingWithGyro", + "id": "782741337170509825", + "author": "748023719833894942", + "animated": false, + "created": 1606690477, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "VickyPog": { + "name": "VickyPog", + "id": "769889729801355274", + "author": "308452846834155530", + "animated": false, + "created": 1603626415, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "victorb": { + "name": "victorb", + "id": "781306271537692692", + "author": "544004454257524746", + "animated": false, + "created": 1606348331, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "victor_gasm": { + "name": "victor_gasm", + "id": "778277644416450600", + "author": "635695911254753300", + "animated": false, + "created": 1605626250, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "videla": { + "name": "videla", + "id": "784840994821636133", + "author": "293107176355004416", + "animated": false, + "created": 1607191074, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "vietnam": { + "name": "vietnam", + "id": "692618700016189491", + "author": "300750461894656011", + "animated": false, + "created": 1585203566, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "vietnamloading": { + "name": "vietnamloading", + "id": "589960178959384610", + "author": "264708430793539584", + "animated": true, + "created": 1560727867, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "VintagePlayBoyLightPurple": { + "name": "VintagePlayBoyLightPurple", + "id": "786870547148963840", + "author": "675231616213188608", + "animated": false, + "created": 1607674957, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "violencia": { + "name": "violencia", + "id": "764734414680358942", + "author": "711748993117585449", + "animated": true, + "created": 1602397292, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "virgin": { + "name": "virgin", + "id": "688524860913090582", + "author": "348642480138485760", + "animated": false, + "created": 1584227519, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "visto": { + "name": "visto", + "id": "432339643820802058", + "author": "269206837306327042", + "animated": false, + "created": 1525387949, + "modified": 1533892040, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "vivacristorey": { + "name": "vivacristorey", + "id": "734588350517870633", + "author": "206277982065524746", + "animated": false, + "created": 1595209910, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "vlad": { + "name": "vlad", + "id": "777958780104998923", + "author": "528990209589903376", + "animated": false, + "created": 1605550227, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "vn": { + "name": "vn", + "id": "772871289387745300", + "author": "512509857606139905", + "animated": false, + "created": 1604337274, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "vnt": { + "name": "vnt", + "id": "787857055360090132", + "author": "731734695750008892", + "animated": false, + "created": 1607910159, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "void": { + "name": "void", + "id": "603799239591723018", + "author": "287711579749744642", + "animated": false, + "created": 1564027356, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "volao": { + "name": "volao", + "id": "780894828212125716", + "author": "586365354713022478", + "animated": true, + "created": 1606250235, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "vomit": { + "name": "vomit", + "id": "492049593639370755", + "author": "140516693242937345", + "animated": false, + "created": 1532755181, + "modified": 1537384181, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "vore": { + "name": "vore", + "id": "579617671893745664", + "author": "300127740986654721", + "animated": true, + "created": 1558262102, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "vos": { + "name": "vos", + "id": "715009141952872491", + "author": "293107176355004416", + "animated": false, + "created": 1590541863, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "vosagarra": { + "name": "vosagarra", + "id": "780435213230669834", + "author": "521800936553971719", + "animated": false, + "created": 1606140654, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "vosagua": { + "name": "vosagua", + "id": "721912435522535464", + "author": "293107176355004416", + "animated": false, + "created": 1592187737, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "vosaichi": { + "name": "vosaichi", + "id": "757279376462315551", + "author": "293107176355004416", + "animated": false, + "created": 1600619873, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "vosaruruu": { + "name": "vosaruruu", + "id": "783847941117968394", + "author": "293107176355004416", + "animated": false, + "created": 1606954312, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "voschupala": { + "name": "voschupala", + "id": "716465570035400864", + "author": "293107176355004416", + "animated": false, + "created": 1590889103, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "voscoca": { + "name": "voscoca", + "id": "716739725347520563", + "author": "293107176355004416", + "animated": false, + "created": 1590954467, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "voscocastonks": { + "name": "voscocastonks", + "id": "787436626179391528", + "author": "293107176355004416", + "animated": false, + "created": 1607809921, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "voscorona": { + "name": "voscorona", + "id": "721912298385571870", + "author": "293107176355004416", + "animated": false, + "created": 1592187704, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "vosdrop": { + "name": "vosdrop", + "id": "784867287974150166", + "author": "245607870463213570", + "animated": false, + "created": 1607197343, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "vosentrega": { + "name": "vosentrega", + "id": "716466194500288553", + "author": "293107176355004416", + "animated": false, + "created": 1590889252, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "vosgay": { + "name": "vosgay", + "id": "775704375137927168", + "author": "521800936553971719", + "animated": false, + "created": 1605012734, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "vosjotaro": { + "name": "vosjotaro", + "id": "782729197189595146", + "author": "293107176355004416", + "animated": false, + "created": 1606687583, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "vosjotaro2": { + "name": "vosjotaro2", + "id": "782728949629059104", + "author": "293107176355004416", + "animated": false, + "created": 1606687524, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "voskaede": { + "name": "voskaede", + "id": "766102676064174080", + "author": "488054792325824532", + "animated": false, + "created": 1602723511, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "voskirigiri": { + "name": "voskirigiri", + "id": "788489726054105109", + "author": "293107176355004416", + "animated": false, + "created": 1608061000, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "vosmal": { + "name": "vosmal", + "id": "780489182585290791", + "author": "293107176355004416", + "animated": false, + "created": 1606153522, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "vosmalfrancia": { + "name": "vosmalfrancia", + "id": "780487719599210517", + "author": "293107176355004416", + "animated": false, + "created": 1606153173, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "vosmalsinpata": { + "name": "vosmalsinpata", + "id": "780488810986340393", + "author": "293107176355004416", + "animated": false, + "created": 1606153433, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "vosmiyako": { + "name": "vosmiyako", + "id": "785644347642871828", + "author": "257252090642956288", + "animated": false, + "created": 1607382609, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "vosnarancia": { + "name": "vosnarancia", + "id": "787577111858249738", + "author": "680107142677790733", + "animated": false, + "created": 1607843416, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "vosnice": { + "name": "vosnice", + "id": "716740570692976670", + "author": "293107176355004416", + "animated": false, + "created": 1590954668, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "vosno": { + "name": "vosno", + "id": "777914053179736134", + "author": "293107176355004416", + "animated": false, + "created": 1605539563, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "vosnoaichi": { + "name": "vosnoaichi", + "id": "761035330366865459", + "author": "293107176355004416", + "animated": false, + "created": 1601515362, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "vosnoaruruu": { + "name": "vosnoaruruu", + "id": "783847967190548570", + "author": "293107176355004416", + "animated": false, + "created": 1606954318, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "vosnomemates": { + "name": "vosnomemates", + "id": "747275000486166628", + "author": "293107176355004416", + "animated": true, + "created": 1598234643, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "vosotrosaichi": { + "name": "vosotrosaichi", + "id": "786795038386290699", + "author": "293107176355004416", + "animated": false, + "created": 1607656955, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "vosotrosnoaichi": { + "name": "vosotrosnoaichi", + "id": "786795107964813333", + "author": "293107176355004416", + "animated": false, + "created": 1607656971, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "vospersona": { + "name": "vospersona", + "id": "786772069785927711", + "author": "488054792325824532", + "animated": false, + "created": 1607651479, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "vospistola": { + "name": "vospistola", + "id": "716740527915139135", + "author": "293107176355004416", + "animated": false, + "created": 1590954658, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "vostamal": { + "name": "vostamal", + "id": "780481367388586014", + "author": "293107176355004416", + "animated": false, + "created": 1606151658, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "vostula": { + "name": "vostula", + "id": "758496398492172318", + "author": "293107176355004416", + "animated": false, + "created": 1600910033, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "voted": { + "name": "voted", + "id": "782699678843142217", + "author": "496037931140513800", + "animated": false, + "created": 1606680545, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "vroooo": { + "name": "vroooo", + "id": "781178837148106773", + "author": "421532785816240138", + "animated": false, + "created": 1606317948, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "vsai": { + "name": "vsai", + "id": "733518592133300344", + "author": "609791313847517223", + "animated": false, + "created": 1594954860, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "vsai2": { + "name": "vsai2", + "id": "783843786017996840", + "author": "293107176355004416", + "animated": false, + "created": 1606953321, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "vv": { + "name": "vv", + "id": "478107396393402368", + "author": "140516693242937345", + "animated": false, + "created": 1534060086, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "vvcrying": { + "name": "vvcrying", + "id": "784790247275233291", + "author": "488694672441737236", + "animated": true, + "created": 1607178975, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "vvvv": { + "name": "vvvv", + "id": "678469687520133153", + "author": "288756746284171264", + "animated": false, + "created": 1581830178, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "w_": { + "name": "w_", + "id": "760341967032418304", + "author": "304777925486444545", + "animated": false, + "created": 1601350051, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wa": { + "name": "wa", + "id": "744798109464395806", + "author": "719334547723911232", + "animated": false, + "created": 1597644107, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "waa": { + "name": "waa", + "id": "708410181683249604", + "author": "448572695597023232", + "animated": false, + "created": 1588968549, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "waaa": { + "name": "waaa", + "id": "712040304882221116", + "author": "419678613303197730", + "animated": true, + "created": 1589834037, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Waaaa": { + "name": "Waaaa", + "id": "693928549320753223", + "author": "553008515833135106", + "animated": false, + "created": 1585515858, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "waaaah2": { + "name": "waaaah2", + "id": "774535084748963840", + "author": "309121569836498944", + "animated": false, + "created": 1604733954, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "waaah": { + "name": "waaah", + "id": "753670854440779938", + "author": "293107176355004416", + "animated": false, + "created": 1599759547, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "waaah2": { + "name": "waaah2", + "id": "774647772115763270", + "author": "293107176355004416", + "animated": false, + "created": 1604760821, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "waaah3": { + "name": "waaah3", + "id": "781761413189730334", + "author": "309121569836498944", + "animated": false, + "created": 1606456845, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "waaah3gif": { + "name": "waaah3gif", + "id": "781764536650170398", + "author": "309121569836498944", + "animated": true, + "created": 1606457590, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "waaahcubo": { + "name": "waaahcubo", + "id": "774835534752776214", + "author": "293107176355004416", + "animated": true, + "created": 1604805587, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "waaahfeliz": { + "name": "waaahfeliz", + "id": "781764692091600896", + "author": "309121569836498944", + "animated": false, + "created": 1606457627, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "waaahfelizblessed": { + "name": "waaahfelizblessed", + "id": "782472702078091275", + "author": "368558529268809728", + "animated": false, + "created": 1606626429, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "waaahhhh": { + "name": "waaahhhh", + "id": "782741326344224768", + "author": "748023719833894942", + "animated": false, + "created": 1606690474, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "waba": { + "name": "waba", + "id": "779515561918595090", + "author": "488694672441737236", + "animated": false, + "created": 1605921392, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wacho": { + "name": "wacho", + "id": "771284695610556437", + "author": "661789191470055436", + "animated": false, + "created": 1603959001, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wackywacksmack": { + "name": "wackywacksmack", + "id": "790109270879502347", + "author": "285148358815776768", + "animated": false, + "created": 1608447129, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wah": { + "name": "wah", + "id": "748400091370487888", + "author": "338588328716795914", + "animated": false, + "created": 1598502886, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wahaha": { + "name": "wahaha", + "id": "711283177737682965", + "author": "290370404579803137", + "animated": false, + "created": 1589653524, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "waifu": { + "name": "waifu", + "id": "734449129018621975", + "author": "448221048303779871", + "animated": true, + "created": 1595176717, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wailord": { + "name": "wailord", + "id": "789541866655187006", + "author": "400423789017432065", + "animated": false, + "created": 1608311850, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wait": { + "name": "wait", + "id": "715679525081448502", + "author": "334820030069997569", + "animated": false, + "created": 1590701695, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "waitaminute": { + "name": "waitaminute", + "id": "782112414174150676", + "author": "690953891482828890", + "animated": true, + "created": 1606540530, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "waiting": { + "name": "waiting", + "id": "666101631179423744", + "author": "592210361256509470", + "animated": false, + "created": 1578881404, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "WaitWhat": { + "name": "WaitWhat", + "id": "705660713003253829", + "author": "635437272300257280", + "animated": false, + "created": 1588313024, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "waitwtf": { + "name": "waitwtf", + "id": "789479199022514196", + "author": "401551963139080194", + "animated": false, + "created": 1608296908, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wajaja": { + "name": "wajaja", + "id": "707043320735465492", + "author": "553008515833135106", + "animated": false, + "created": 1588642663, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wajajaja": { + "name": "wajajaja", + "id": "712418430703239198", + "author": "434852481693122570", + "animated": true, + "created": 1589924190, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wakala": { + "name": "wakala", + "id": "701324606098636800", + "author": "640619808748208141", + "animated": false, + "created": 1587279216, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "walk": { + "name": "walk", + "id": "714221618435588098", + "author": "360601076300513280", + "animated": true, + "created": 1590354103, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "walter": { + "name": "walter", + "id": "673326909861658624", + "author": "479370177209696267", + "animated": false, + "created": 1580604045, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "walterass": { + "name": "walterass", + "id": "779952796161671179", + "author": "732625709469663334", + "animated": false, + "created": 1606025637, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "walterblanco": { + "name": "walterblanco", + "id": "780834873735643196", + "author": "474398324326268930", + "animated": true, + "created": 1606235941, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "walterbueno": { + "name": "walterbueno", + "id": "767535133326442516", + "author": "608094111651725322", + "animated": true, + "created": 1603065035, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "walterlove": { + "name": "walterlove", + "id": "787727049271541761", + "author": "586219689466658816", + "animated": false, + "created": 1607879163, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Walterpunch": { + "name": "Walterpunch", + "id": "759598741732458516", + "author": "568982436550279179", + "animated": false, + "created": 1601172852, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "waltervibe": { + "name": "waltervibe", + "id": "738167619282010112", + "author": "618593324307185724", + "animated": true, + "created": 1596063275, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Waluigi": { + "name": "Waluigi", + "id": "744800130930180268", + "author": "719334547723911232", + "animated": false, + "created": 1597644589, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Wamazed": { + "name": "Wamazed", + "id": "789557502224236584", + "author": "568113558202875914", + "animated": false, + "created": 1608315577, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wambocomedia": { + "name": "wambocomedia", + "id": "780854428345040906", + "author": "391335227391475725", + "animated": false, + "created": 1606240603, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wamboefe": { + "name": "wamboefe", + "id": "780849666828402768", + "author": "391335227391475725", + "animated": false, + "created": 1606239468, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wambogun": { + "name": "wambogun", + "id": "780847764706820137", + "author": "391335227391475725", + "animated": false, + "created": 1606239014, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "WanaOk": { + "name": "WanaOk", + "id": "773938643454001193", + "author": "551188005281464342", + "animated": false, + "created": 1604591751, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wancho": { + "name": "wancho", + "id": "771563048824864839", + "author": "764959072755515452", + "animated": false, + "created": 1604025365, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "w_angryface": { + "name": "w_angryface", + "id": "786949714053955604", + "author": "718818001633280071", + "animated": true, + "created": 1607693832, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "WAnnoyed": { + "name": "WAnnoyed", + "id": "789557489351917598", + "author": "568113558202875914", + "animated": false, + "created": 1608315574, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wanspy": { + "name": "wanspy", + "id": "784255680604798986", + "author": "302106586401472512", + "animated": false, + "created": 1607051525, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wao": { + "name": "wao", + "id": "732633643973083282", + "author": "353109234201788427", + "animated": false, + "created": 1594743872, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wapo": { + "name": "wapo", + "id": "719722794102947940", + "author": "288017784267341826", + "animated": false, + "created": 1591665686, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wariana": { + "name": "wariana", + "id": "786700264644149258", + "author": "711736084438057031", + "animated": true, + "created": 1607634359, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "warn1": { + "name": "warn1", + "id": "780894919412940811", + "author": "308773085643931649", + "animated": true, + "created": 1606250257, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "WasabiNoGinger": { + "name": "WasabiNoGinger", + "id": "782158657944158230", + "author": "496037931140513800", + "animated": false, + "created": 1606551556, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "WASHIYA": { + "name": "WASHIYA", + "id": "745782340223238175", + "author": "394963849834659840", + "animated": false, + "created": 1597878765, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wasted": { + "name": "wasted", + "id": "780869214999281675", + "author": "605921908357201933", + "animated": false, + "created": 1606244128, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wat": { + "name": "wat", + "id": "417509390782955521", + "author": "140516693242937345", + "animated": false, + "created": 1525387949, + "modified": 1533892040, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "watacomf": { + "name": "watacomf", + "id": "779488320291471370", + "author": "518908793866944532", + "animated": false, + "created": 1605914897, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "watafac": { + "name": "watafac", + "id": "774373338565836814", + "author": "698271486125015090", + "animated": false, + "created": 1604695391, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "watafak": { + "name": "watafak", + "id": "727275198868488244", + "author": "390156982730096640", + "animated": false, + "created": 1593466319, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "watame": { + "name": "watame", + "id": "769363643548565556", + "author": "518908793866944532", + "animated": true, + "created": 1603500986, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "WatameDance": { + "name": "WatameDance", + "id": "788228562222055454", + "author": "701858933131706409", + "animated": true, + "created": 1607998733, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "watamefukkireta": { + "name": "watamefukkireta", + "id": "779160053034516510", + "author": "466061790627889167", + "animated": true, + "created": 1605836632, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "watanesi": { + "name": "watanesi", + "id": "786716894337695785", + "author": "569937267012010015", + "animated": true, + "created": 1607638324, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "watchout": { + "name": "watchout", + "id": "784921934005534740", + "author": "209280535174971393", + "animated": true, + "created": 1607210372, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "watefak": { + "name": "watefak", + "id": "742142749528293507", + "author": "670458394494238760", + "animated": false, + "created": 1597011019, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "water": { + "name": "water", + "id": "685599614925406255", + "author": "331953439015829504", + "animated": false, + "created": 1583530086, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "water_gun": { + "name": "water_gun", + "id": "514224909065650176", + "author": "140516693242937345", + "animated": false, + "created": 1542671221, + "modified": 1542671235, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "wauf": { + "name": "wauf", + "id": "440996168412037122", + "author": "439545669703827466", + "animated": false, + "created": 1525387949, + "modified": 1533892040, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "waut": { + "name": "waut", + "id": "670715024721051649", + "author": "317456444687515648", + "animated": false, + "created": 1579981323, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wautbipolar": { + "name": "wautbipolar", + "id": "761740686370144258", + "author": "450903155572736000", + "animated": false, + "created": 1601683532, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wautchikito": { + "name": "wautchikito", + "id": "758181002660675595", + "author": "638128638700552192", + "animated": false, + "created": 1600834837, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wautcursed": { + "name": "wautcursed", + "id": "756503048989442118", + "author": "429684409633996840", + "animated": false, + "created": 1600434782, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wautfeliz": { + "name": "wautfeliz", + "id": "734922335051710524", + "author": "212026049427537920", + "animated": false, + "created": 1595289538, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wautimi": { + "name": "wautimi", + "id": "780259058552012860", + "author": "435166381189758998", + "animated": false, + "created": 1606098656, + "modified": 1606106790, + "preserve": false, + "description": "A :Waut: and :imi: fusion, but cursed.", + "nsfw": "SFW" + }, + "wautmalito": { + "name": "wautmalito", + "id": "782039479162503189", + "author": "291628634920452096", + "animated": false, + "created": 1606523141, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wautmove": { + "name": "wautmove", + "id": "782039515916402738", + "author": "291628634920452096", + "animated": false, + "created": 1606523150, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wautsip": { + "name": "wautsip", + "id": "768728181473017857", + "author": "450903155572736000", + "animated": false, + "created": 1603349480, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wautsuicida": { + "name": "wautsuicida", + "id": "773424098860597268", + "author": "435166381189758998", + "animated": false, + "created": 1604469074, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wautworried": { + "name": "wautworried", + "id": "756228300195495966", + "author": "291628634920452096", + "animated": false, + "created": 1600369277, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wave": { + "name": "wave", + "id": "685609066847797281", + "author": "488398758812319745", + "animated": true, + "created": 1583532339, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wawa": { + "name": "wawa", + "id": "747904439611949076", + "author": "705592580196270120", + "animated": false, + "created": 1598384713, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wawawa": { + "name": "wawawa", + "id": "695794248741814332", + "author": "337813267777060870", + "animated": false, + "created": 1585960676, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "WAYTOODANK": { + "name": "WAYTOODANK", + "id": "745216735535300678", + "author": "225202265890226177", + "animated": true, + "created": 1597743915, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "waytoosmart": { + "name": "waytoosmart", + "id": "729753967546073189", + "author": "176356077292486656", + "animated": true, + "created": 1594057304, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wayway": { + "name": "wayway", + "id": "723777421748338701", + "author": "282774540856328193", + "animated": true, + "created": 1592632384, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "w_bailebirra": { + "name": "w_bailebirra", + "id": "780896736318062592", + "author": "434521154745663488", + "animated": true, + "created": 1606250690, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "w_bailehelicoptero": { + "name": "w_bailehelicoptero", + "id": "780896710809223209", + "author": "434521154745663488", + "animated": true, + "created": 1606250684, + "modified": 1606251569, + "preserve": false, + "description": null, + "nsfw": "MOD_NSFW" + }, + "w_bearwalkie": { + "name": "w_bearwalkie", + "id": "786678201765330944", + "author": "718818001633280071", + "animated": true, + "created": 1607629099, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "WBlush": { + "name": "WBlush", + "id": "789557477997019147", + "author": "568113558202875914", + "animated": false, + "created": 1608315572, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "w_bunnyknife": { + "name": "w_bunnyknife", + "id": "786678220493815839", + "author": "718818001633280071", + "animated": false, + "created": 1607629103, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "WC_AhAhAh": { + "name": "WC_AhAhAh", + "id": "783881639851458600", + "author": "697542753449672775", + "animated": true, + "created": 1606962346, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "WC_chika_Dance": { + "name": "WC_chika_Dance", + "id": "783881706699620363", + "author": "697542753449672775", + "animated": true, + "created": 1606962363, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "WC_itachiFU": { + "name": "WC_itachiFU", + "id": "783881596138684447", + "author": "697542753449672775", + "animated": true, + "created": 1606962336, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "WC_nayuta": { + "name": "WC_nayuta", + "id": "783881578375020564", + "author": "697542753449672775", + "animated": true, + "created": 1606962332, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "WC_nezuko_triggered": { + "name": "WC_nezuko_triggered", + "id": "783881564626092045", + "author": "697542753449672775", + "animated": true, + "created": 1606962329, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Wconfused": { + "name": "Wconfused", + "id": "789557467527774219", + "author": "568113558202875914", + "animated": false, + "created": 1608315569, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "WC_prunsad": { + "name": "WC_prunsad", + "id": "783880639967264798", + "author": "697542753449672775", + "animated": true, + "created": 1606962108, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "WC_ruka_dance": { + "name": "WC_ruka_dance", + "id": "783881521793728562", + "author": "697542753449672775", + "animated": true, + "created": 1606962318, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Wcry": { + "name": "Wcry", + "id": "789557457667096627", + "author": "568113558202875914", + "animated": false, + "created": 1608315567, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "WC_shinobucutie": { + "name": "WC_shinobucutie", + "id": "783881493377318973", + "author": "697542753449672775", + "animated": false, + "created": 1606962311, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "WC_shinobuheart": { + "name": "WC_shinobuheart", + "id": "783881483173494824", + "author": "697542753449672775", + "animated": false, + "created": 1606962309, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "WC_shinobu_Lewd": { + "name": "WC_shinobu_Lewd", + "id": "783881507034890291", + "author": "697542753449672775", + "animated": true, + "created": 1606962315, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "WC_zenitsu_horny": { + "name": "WC_zenitsu_horny", + "id": "783881461895135262", + "author": "697542753449672775", + "animated": true, + "created": 1606962304, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Wdab": { + "name": "Wdab", + "id": "789557446871875654", + "author": "568113558202875914", + "animated": false, + "created": 1608315564, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wdf": { + "name": "wdf", + "id": "729511823379791962", + "author": "353109234201788427", + "animated": false, + "created": 1593999572, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wdym": { + "name": "wdym", + "id": "743982043754397731", + "author": "245607870463213570", + "animated": false, + "created": 1597449541, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wea": { + "name": "wea", + "id": "677743516985589779", + "author": "658269515783864320", + "animated": true, + "created": 1581657046, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "webiwabo": { + "name": "webiwabo", + "id": "775797390036434965", + "author": "468192500025262081", + "animated": false, + "created": 1605034911, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "webos": { + "name": "webos", + "id": "715105981775740979", + "author": "640619808748208141", + "animated": false, + "created": 1590564952, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "webosxd": { + "name": "webosxd", + "id": "782959127398973502", + "author": "488054792325824532", + "animated": false, + "created": 1606742402, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "weeb": { + "name": "weeb", + "id": "656312932992417814", + "author": "483258675176407040", + "animated": true, + "created": 1576547597, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "weebsin": { + "name": "weebsin", + "id": "787547700639563796", + "author": "717187106874720287", + "animated": false, + "created": 1607836403, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "weebsout": { + "name": "weebsout", + "id": "755049862168313916", + "author": "303963315061915648", + "animated": false, + "created": 1600088315, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "WEED": { + "name": "WEED", + "id": "717858258148130958", + "author": "477670308820680745", + "animated": false, + "created": 1591221146, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "weee": { + "name": "weee", + "id": "560831234381447173", + "author": "508276261219598347", + "animated": true, + "created": 1553782986, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "WEEp": { + "name": "WEEp", + "id": "770905304929927178", + "author": "670865099468046336", + "animated": true, + "created": 1603868547, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wegonnafite": { + "name": "wegonnafite", + "id": "782742366053335071", + "author": "748023719833894942", + "animated": false, + "created": 1606690722, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Weird": { + "name": "Weird", + "id": "620686690226274350", + "author": "475778903525425162", + "animated": false, + "created": 1539567460, + "modified": 1568058644, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "weirdcat": { + "name": "weirdcat", + "id": "785909660329836574", + "author": "212026049427537920", + "animated": true, + "created": 1607445864, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "weirdchamp": { + "name": "weirdchamp", + "id": "522523447537041448", + "author": "323940748145721345", + "animated": false, + "created": 1544649697, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "weirdflushed": { + "name": "weirdflushed", + "id": "788079769387663401", + "author": "206098696062894080", + "animated": false, + "created": 1607963258, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "weirdga": { + "name": "weirdga", + "id": "621050804438040587", + "author": "425046879047385108", + "animated": false, + "created": 1568140450, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "weirdga2": { + "name": "weirdga2", + "id": "776650462107402283", + "author": "294946270861328385", + "animated": false, + "created": 1605238299, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "weirdmtm": { + "name": "weirdmtm", + "id": "766327052831686706", + "author": "209280535174971393", + "animated": false, + "created": 1602777007, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "weirdshade": { + "name": "weirdshade", + "id": "777342112407617536", + "author": "293107176355004416", + "animated": false, + "created": 1605403201, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "weirdsleep": { + "name": "weirdsleep", + "id": "655466007757979661", + "author": "415865950815125506", + "animated": false, + "created": 1576345674, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "weird_smug": { + "name": "weird_smug", + "id": "787431556826136596", + "author": "522155526478364675", + "animated": true, + "created": 1607808713, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "WEKW": { + "name": "WEKW", + "id": "786513674117447700", + "author": "446772590787428372", + "animated": false, + "created": 1607589872, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Welcome": { + "name": "Welcome", + "id": "732400480147341342", + "author": "469938651262877698", + "animated": false, + "created": 1594688281, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "welcome1": { + "name": "welcome1", + "id": "739156160082346006", + "author": "350781518664171530", + "animated": true, + "created": 1596298961, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "welcome11": { + "name": "welcome11", + "id": "781242292866514995", + "author": "182743155651641344", + "animated": true, + "created": 1606333077, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "welcome12": { + "name": "welcome12", + "id": "781242308124213279", + "author": "182743155651641344", + "animated": true, + "created": 1606333081, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "welcome122": { + "name": "welcome122", + "id": "781243234440970240", + "author": "572096154888831006", + "animated": true, + "created": 1606333302, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "welcome2": { + "name": "welcome2", + "id": "739156177346363442", + "author": "350781518664171530", + "animated": true, + "created": 1596298965, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "welcome21": { + "name": "welcome21", + "id": "781289771209064448", + "author": "182743155651641344", + "animated": true, + "created": 1606344397, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "welcome22": { + "name": "welcome22", + "id": "781289857359020080", + "author": "182743155651641344", + "animated": true, + "created": 1606344417, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "well": { + "name": "well", + "id": "719419782109069336", + "author": "560865189700960256", + "animated": false, + "created": 1591593442, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "welp": { + "name": "welp", + "id": "741706933005844512", + "author": "116670074697285634", + "animated": false, + "created": 1596907113, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "welson": { + "name": "welson", + "id": "782296152565350410", + "author": "718976077413744701", + "animated": false, + "created": 1606584337, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wemove2gether": { + "name": "wemove2gether", + "id": "782114862482325514", + "author": "690953891482828890", + "animated": true, + "created": 1606541114, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wenas": { + "name": "wenas", + "id": "757318159668609154", + "author": "581242976504643585", + "animated": false, + "created": 1600629119, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wendycrylikenik": { + "name": "wendycrylikenik", + "id": "786797734907871234", + "author": "671834928157294603", + "animated": true, + "created": 1607657598, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wendydanceajig": { + "name": "wendydanceajig", + "id": "783005274726072380", + "author": "671834928157294603", + "animated": true, + "created": 1606753405, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wendyknows": { + "name": "wendyknows", + "id": "783005198242545695", + "author": "671834928157294603", + "animated": false, + "created": 1606753387, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wendywhat": { + "name": "wendywhat", + "id": "783005345638383701", + "author": "671834928157294603", + "animated": true, + "created": 1606753422, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "WendyWindow": { + "name": "WendyWindow", + "id": "783922627264905236", + "author": "781286612536786944", + "animated": true, + "created": 1606972119, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wendywtf": { + "name": "wendywtf", + "id": "783005530067042375", + "author": "671834928157294603", + "animated": false, + "created": 1606753466, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wenozi": { + "name": "wenozi", + "id": "782788932529291304", + "author": "512509857606139905", + "animated": false, + "created": 1606701825, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "weon": { + "name": "weon", + "id": "584390521783582734", + "author": "385806801624367115", + "animated": false, + "created": 1559399957, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "weono": { + "name": "weono", + "id": "776448975854632960", + "author": "543468933974589440", + "animated": false, + "created": 1605190261, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wesa": { + "name": "wesa", + "id": "702985878762422272", + "author": "367837412250091520", + "animated": false, + "created": 1587675294, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "w_escupitajo": { + "name": "w_escupitajo", + "id": "780896612909973516", + "author": "434521154745663488", + "animated": true, + "created": 1606250661, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "WeSmart": { + "name": "WeSmart", + "id": "415919447249911808", + "author": "140516693242937345", + "animated": false, + "created": 1525387949, + "modified": 1533892040, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "w_esta": { + "name": "w_esta", + "id": "780896644191223899", + "author": "434521154745663488", + "animated": false, + "created": 1606250668, + "modified": 1606251579, + "preserve": false, + "description": null, + "nsfw": "MOD_NSFW" + }, + "wey": { + "name": "wey", + "id": "708134255477391411", + "author": "352253181616586754", + "animated": false, + "created": 1588902763, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "weyn": { + "name": "weyn", + "id": "781603978940645396", + "author": "512509857606139905", + "animated": false, + "created": 1606419310, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "weyno": { + "name": "weyno", + "id": "709826366060625943", + "author": "444542802794119168", + "animated": true, + "created": 1589306193, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "weynoo": { + "name": "weynoo", + "id": "692888177115136093", + "author": "676163766185885710", + "animated": true, + "created": 1585267814, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "weynooo": { + "name": "weynooo", + "id": "763813586262818816", + "author": "541046649116688405", + "animated": false, + "created": 1602177750, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "WFcremiedown": { + "name": "WFcremiedown", + "id": "789555708797386752", + "author": "568113558202875914", + "animated": false, + "created": 1608315150, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "WFcremieshhh": { + "name": "WFcremieshhh", + "id": "789555698110824478", + "author": "568113558202875914", + "animated": false, + "created": 1608315147, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "WFcremiesweat": { + "name": "WFcremiesweat", + "id": "789555687084392449", + "author": "568113558202875914", + "animated": false, + "created": 1608315145, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "WFcremiewut": { + "name": "WFcremiewut", + "id": "789555676166094889", + "author": "568113558202875914", + "animated": false, + "created": 1608315142, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "WFcremiewuv": { + "name": "WFcremiewuv", + "id": "789555665127211009", + "author": "568113558202875914", + "animated": false, + "created": 1608315139, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "WFcremiewww": { + "name": "WFcremiewww", + "id": "789555652460150795", + "author": "568113558202875914", + "animated": false, + "created": 1608315136, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wfeggegwewgg": { + "name": "wfeggegwewgg", + "id": "787076608954466314", + "author": "349633381694177282", + "animated": false, + "created": 1607724086, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "w_flower3": { + "name": "w_flower3", + "id": "786677754640859136", + "author": "718818001633280071", + "animated": false, + "created": 1607628992, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "w_frownyface": { + "name": "w_frownyface", + "id": "786949703279312916", + "author": "718818001633280071", + "animated": false, + "created": 1607693830, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "WFwooletter": { + "name": "WFwooletter", + "id": "789555626413391902", + "author": "568113558202875914", + "animated": false, + "created": 1608315130, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "WFwooloohuggo": { + "name": "WFwooloohuggo", + "id": "789555615961055282", + "author": "568113558202875914", + "animated": false, + "created": 1608315128, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "WFwoolooping": { + "name": "WFwoolooping", + "id": "789555605798256641", + "author": "568113558202875914", + "animated": false, + "created": 1608315125, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "WFwoopet": { + "name": "WFwoopet", + "id": "789555593701883904", + "author": "568113558202875914", + "animated": false, + "created": 1608315122, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Wgiggle": { + "name": "Wgiggle", + "id": "789557436700819476", + "author": "568113558202875914", + "animated": false, + "created": 1608315562, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wha": { + "name": "wha", + "id": "705554096916004935", + "author": "352253181616586754", + "animated": false, + "created": 1588287605, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "whaa": { + "name": "whaa", + "id": "787794832206594070", + "author": "738562032374251652", + "animated": false, + "created": 1607895324, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Whalecean": { + "name": "Whalecean", + "id": "788565912331485195", + "author": "250664753511399434", + "animated": false, + "created": 1608079164, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "whaletato": { + "name": "whaletato", + "id": "748914463834636398", + "author": "182850025007742976", + "animated": false, + "created": 1598625522, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wham": { + "name": "wham", + "id": "751494428853534822", + "author": "392924183442489355", + "animated": true, + "created": 1599240634, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "whasumi": { + "name": "whasumi", + "id": "672476956914090005", + "author": "403597576223326228", + "animated": false, + "created": 1580401400, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "What": { + "name": "What", + "id": "414206679668883456", + "author": "86992438568161280", + "animated": false, + "created": 1525387949, + "modified": 1533892040, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "what_": { + "name": "what_", + "id": "782010080249643018", + "author": "701103722453008518", + "animated": false, + "created": 1606516132, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "what3": { + "name": "what3", + "id": "789479155065815051", + "author": "401551963139080194", + "animated": false, + "created": 1608296898, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "whatamifeeling": { + "name": "whatamifeeling", + "id": "782000514815623238", + "author": "336021639970029569", + "animated": false, + "created": 1606513851, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "whatareyoudoing": { + "name": "whatareyoudoing", + "id": "785814609986322452", + "author": "721959648307052617", + "animated": false, + "created": 1607423202, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "WhatBlink": { + "name": "WhatBlink", + "id": "777539026532958258", + "author": "140516693242937345", + "animated": true, + "created": 1605450149, + "modified": 1605450151, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "whatcat": { + "name": "whatcat", + "id": "781917501528604683", + "author": "479017973462466571", + "animated": false, + "created": 1606494059, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "whatevs": { + "name": "whatevs", + "id": "782739862481797120", + "author": "748023719833894942", + "animated": false, + "created": 1606690125, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "whatlol": { + "name": "whatlol", + "id": "782450725321965620", + "author": "733110185987407893", + "animated": true, + "created": 1606621190, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "whatt": { + "name": "whatt", + "id": "768710868480950312", + "author": "529716074871259156", + "animated": false, + "created": 1603345353, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "whattaclown": { + "name": "whattaclown", + "id": "786155987425165313", + "author": "676134602837852172", + "animated": true, + "created": 1607504593, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "WHeart": { + "name": "WHeart", + "id": "789557427334938634", + "author": "568113558202875914", + "animated": false, + "created": 1608315560, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "w_heart12": { + "name": "w_heart12", + "id": "786677726575984670", + "author": "718818001633280071", + "animated": false, + "created": 1607628985, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wheart2": { + "name": "wheart2", + "id": "783160750423539712", + "author": "735451912291483689", + "animated": false, + "created": 1606790473, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "w_heart3": { + "name": "w_heart3", + "id": "786677197623918593", + "author": "718818001633280071", + "animated": false, + "created": 1607628859, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wheez": { + "name": "wheez", + "id": "783663027504545822", + "author": "425046879047385108", + "animated": false, + "created": 1606910225, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wheeze": { + "name": "wheeze", + "id": "572964362466361345", + "author": "150745989836308480", + "animated": false, + "created": 1556675749, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wheeze_laugh": { + "name": "wheeze_laugh", + "id": "788080093884317717", + "author": "206098696062894080", + "animated": true, + "created": 1607963336, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "whel": { + "name": "whel", + "id": "773726731454382090", + "author": "756906411295768647", + "animated": true, + "created": 1604541228, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "whelgreed": { + "name": "whelgreed", + "id": "786353474413527050", + "author": "625968803796353034", + "animated": true, + "created": 1607551678, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "when": { + "name": "when", + "id": "774647539134758983", + "author": "256056872254177281", + "animated": false, + "created": 1604760765, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "whendespair": { + "name": "whendespair", + "id": "782126582839377930", + "author": "574870314928832533", + "animated": false, + "created": 1606543908, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "whenlife": { + "name": "whenlife", + "id": "728838612493533205", + "author": "271558948430020609", + "animated": false, + "created": 1593839066, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "whenlifegetsatyou": { + "name": "whenlifegetsatyou", + "id": "770683212137365525", + "author": "621817568700792833", + "animated": false, + "created": 1603815596, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "whenmomos": { + "name": "whenmomos", + "id": "766105742306181140", + "author": "608094111651725322", + "animated": false, + "created": 1602724242, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "whenstabseestherest": { + "name": "whenstabseestherest", + "id": "784202146278014987", + "author": "336021639970029569", + "animated": false, + "created": 1607038761, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "whip": { + "name": "whip", + "id": "443630253785612298", + "author": "357641367507435531", + "animated": false, + "created": 1525854494, + "modified": 1533892040, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "whirl": { + "name": "whirl", + "id": "755619352006492190", + "author": "645482510930673675", + "animated": false, + "created": 1600224092, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "WhiskeyHans": { + "name": "WhiskeyHans", + "id": "788706089104441346", + "author": "530925116972990495", + "animated": false, + "created": 1608112585, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "whiskeyhansm": { + "name": "whiskeyhansm", + "id": "788706842108887040", + "author": "530925116972990495", + "animated": false, + "created": 1608112764, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "white": { + "name": "white", + "id": "768118359971201085", + "author": "677987166076272704", + "animated": false, + "created": 1603204088, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "whitebow": { + "name": "whitebow", + "id": "788398662526435338", + "author": "715373648520806432", + "animated": false, + "created": 1608039288, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "whiteheart": { + "name": "whiteheart", + "id": "780938476782616596", + "author": "603544396905971732", + "animated": true, + "created": 1606260642, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "whitehearts": { + "name": "whitehearts", + "id": "789701897614262303", + "author": "491467726699626509", + "animated": true, + "created": 1608350004, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "whitewave": { + "name": "whitewave", + "id": "764274922209804298", + "author": "651118772618264596", + "animated": true, + "created": 1602287741, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "who": { + "name": "who", + "id": "768194293524594688", + "author": "471787957528035338", + "animated": true, + "created": 1603222192, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "WhoAsked": { + "name": "WhoAsked", + "id": "759856167223951410", + "author": "364645922484781057", + "animated": true, + "created": 1601234227, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "whofuckingasked": { + "name": "whofuckingasked", + "id": "785658329338609714", + "author": "720337269889826846", + "animated": true, + "created": 1607385942, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "whogontell": { + "name": "whogontell", + "id": "785657775484829706", + "author": "720337269889826846", + "animated": true, + "created": 1607385810, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wholesome": { + "name": "wholesome", + "id": "765955965119234099", + "author": "618127550035787824", + "animated": false, + "created": 1602688532, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wholesomeShiba": { + "name": "wholesomeShiba", + "id": "785822799679717376", + "author": "424826839047864320", + "animated": false, + "created": 1607425155, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "whosmansthis": { + "name": "whosmansthis", + "id": "617406779076116480", + "author": "246938839720001536", + "animated": false, + "created": 1567271647, + "modified": 1567271658, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "whut": { + "name": "whut", + "id": "744771081080012873", + "author": "383723642489405441", + "animated": false, + "created": 1597637663, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "why": { + "name": "why", + "id": "492049625675726855", + "author": "363326186345988096", + "animated": false, + "created": 1534995546, + "modified": 1537384190, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "whyhhh": { + "name": "whyhhh", + "id": "782773557453258804", + "author": "748023719833894942", + "animated": false, + "created": 1606698159, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "whykermit": { + "name": "whykermit", + "id": "776269499271610378", + "author": "625968803796353034", + "animated": false, + "created": 1605147471, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "whyubullyme": { + "name": "whyubullyme", + "id": "786156003367452723", + "author": "676134602837852172", + "animated": false, + "created": 1607504597, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "whyy": { + "name": "whyy", + "id": "784847087430008853", + "author": "728342296696979526", + "animated": true, + "created": 1607192527, + "modified": 1607192555, + "preserve": false, + "description": "WHY ARE YOU LIKE THIS?!", + "nsfw": "SFW" + }, + "wide": { + "name": "wide", + "id": "602828481952481292", + "author": "239333423095742464", + "animated": false, + "created": 1563795910, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "widebororo": { + "name": "widebororo", + "id": "787084234317103114", + "author": "265244466548441088", + "animated": true, + "created": 1607725904, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "widepeepohappy": { + "name": "widepeepohappy", + "id": "629300870684606494", + "author": "336639915314118662", + "animated": false, + "created": 1570107419, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "widepeepoSad": { + "name": "widepeepoSad", + "id": "663953947287093304", + "author": "324291501435781120", + "animated": false, + "created": 1578369356, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wifebeater": { + "name": "wifebeater", + "id": "782107512299192340", + "author": "690953891482828890", + "animated": true, + "created": 1606539361, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wiggle": { + "name": "wiggle", + "id": "729438145870954537", + "author": "689132673779892294", + "animated": true, + "created": 1593982006, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wiggles": { + "name": "wiggles", + "id": "758976328682045441", + "author": "643845865227812894", + "animated": true, + "created": 1601024458, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wigglewiggle": { + "name": "wigglewiggle", + "id": "781237389414498364", + "author": "495518017434681365", + "animated": true, + "created": 1606331908, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wiggly": { + "name": "wiggly", + "id": "743507183643263067", + "author": "353555262436802562", + "animated": true, + "created": 1597336326, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wii": { + "name": "wii", + "id": "678520873212444683", + "author": "549665143210901524", + "animated": true, + "created": 1581842382, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wiii": { + "name": "wiii", + "id": "683853673708781688", + "author": "499546318654668810", + "animated": true, + "created": 1583113821, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wiiii": { + "name": "wiiii", + "id": "756082270812635186", + "author": "282774540856328193", + "animated": true, + "created": 1600334460, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "willy": { + "name": "willy", + "id": "709059805725196309", + "author": "357222705348739074", + "animated": false, + "created": 1589123431, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "willycholo": { + "name": "willycholo", + "id": "780663962773487616", + "author": "727283870461984839", + "animated": false, + "created": 1606195192, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "willyhum": { + "name": "willyhum", + "id": "789739818258268181", + "author": "541046649116688405", + "animated": false, + "created": 1608359045, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "willyrex": { + "name": "willyrex", + "id": "720493147032911952", + "author": "654367704563843087", + "animated": false, + "created": 1591849352, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wimi": { + "name": "wimi", + "id": "780292804030234625", + "author": "435166381189758998", + "animated": false, + "created": 1606106701, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "win": { + "name": "win", + "id": "735321032457715712", + "author": "710063080918351903", + "animated": false, + "created": 1595384595, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "windmill": { + "name": "windmill", + "id": "781951199289147393", + "author": "275290560720273408", + "animated": true, + "created": 1606502094, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Wine": { + "name": "Wine", + "id": "781004383105450004", + "author": "219580469933506560", + "animated": false, + "created": 1606276355, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wing1": { + "name": "wing1", + "id": "789558632525201468", + "author": "568113558202875914", + "animated": false, + "created": 1608315847, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wing2": { + "name": "wing2", + "id": "789558643687292960", + "author": "568113558202875914", + "animated": false, + "created": 1608315850, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wingpink1": { + "name": "wingpink1", + "id": "786948265249734676", + "author": "718818001633280071", + "animated": false, + "created": 1607693487, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wingpink2": { + "name": "wingpink2", + "id": "786948254608654346", + "author": "718818001633280071", + "animated": false, + "created": 1607693484, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wink": { + "name": "wink", + "id": "739319388418605078", + "author": "383891065939296256", + "animated": false, + "created": 1596337878, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "winking": { + "name": "winking", + "id": "782129818874937357", + "author": "496037931140513800", + "animated": true, + "created": 1606544680, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "winkwink": { + "name": "winkwink", + "id": "759856207862693908", + "author": "364645922484781057", + "animated": false, + "created": 1601234237, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wipeface": { + "name": "wipeface", + "id": "786152433067884575", + "author": "676134602837852172", + "animated": true, + "created": 1607503746, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wirdga": { + "name": "wirdga", + "id": "779757278327865384", + "author": "209280535174971393", + "animated": false, + "created": 1605979022, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Wirrytu": { + "name": "Wirrytu", + "id": "758416539471970304", + "author": "308452846834155530", + "animated": false, + "created": 1600890993, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wish": { + "name": "wish", + "id": "777074946429681665", + "author": "346167714517090304", + "animated": true, + "created": 1605339504, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wishwash": { + "name": "wishwash", + "id": "786898094340046918", + "author": "675231616213188608", + "animated": true, + "created": 1607681525, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Witcher_hmm": { + "name": "Witcher_hmm", + "id": "788385155869966362", + "author": "358643273579102219", + "animated": false, + "created": 1608036068, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "WizardParty": { + "name": "WizardParty", + "id": "772971161910771723", + "author": "610591202114535467", + "animated": true, + "created": 1604361086, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wj": { + "name": "wj", + "id": "543081747370213376", + "author": "508276261219598347", + "animated": true, + "created": 1549551178, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "w_lambstuffie1": { + "name": "w_lambstuffie1", + "id": "786678172858712124", + "author": "718818001633280071", + "animated": true, + "created": 1607629092, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wloser": { + "name": "wloser", + "id": "782494295600529428", + "author": "760975697392173067", + "animated": false, + "created": 1606631578, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "w_love": { + "name": "w_love", + "id": "788995905420001281", + "author": "527449870873657344", + "animated": true, + "created": 1608181682, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "w_mefui": { + "name": "w_mefui", + "id": "780896502176153650", + "author": "434521154745663488", + "animated": true, + "created": 1606250634, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "w_mimir2": { + "name": "w_mimir2", + "id": "780896575014305842", + "author": "434521154745663488", + "animated": true, + "created": 1606250651, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "w_mojadita": { + "name": "w_mojadita", + "id": "780896539094679572", + "author": "434521154745663488", + "animated": true, + "created": 1606250643, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Wmosic": { + "name": "Wmosic", + "id": "789557416630419456", + "author": "568113558202875914", + "animated": false, + "created": 1608315557, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "WNice": { + "name": "WNice", + "id": "789557407603884062", + "author": "568113558202875914", + "animated": false, + "created": 1608315555, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wnotice": { + "name": "wnotice", + "id": "782494338650210325", + "author": "760975697392173067", + "animated": false, + "created": 1606631588, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "woah": { + "name": "woah", + "id": "506574769148133385", + "author": "173802451437223938", + "animated": false, + "created": 1540847247, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "woahhanako": { + "name": "woahhanako", + "id": "782746449128980511", + "author": "748023719833894942", + "animated": false, + "created": 1606691696, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "woahhh": { + "name": "woahhh", + "id": "782773608665055252", + "author": "748023719833894942", + "animated": false, + "created": 1606698171, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "w_ok": { + "name": "w_ok", + "id": "780896467707232346", + "author": "434521154745663488", + "animated": false, + "created": 1606250626, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Woke": { + "name": "Woke", + "id": "417138658139963392", + "author": "158076473842991104", + "animated": false, + "created": 1525387949, + "modified": 1533892040, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wokehrweird": { + "name": "wokehrweird", + "id": "581488857934069761", + "author": "373893861950488576", + "animated": false, + "created": 1558708147, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wokeHRwird": { + "name": "wokeHRwird", + "id": "787002157874282516", + "author": "438644880152068127", + "animated": false, + "created": 1607706336, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wokertweird": { + "name": "wokertweird", + "id": "781672573653745685", + "author": "252898854393872394", + "animated": false, + "created": 1606435664, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wolazo": { + "name": "wolazo", + "id": "771047552639565907", + "author": "336682771995164684", + "animated": false, + "created": 1603902463, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wolfiedance": { + "name": "wolfiedance", + "id": "759840780000034837", + "author": "362688701928701953", + "animated": true, + "created": 1601230559, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wolfiribolb": { + "name": "wolfiribolb", + "id": "492049641786048512", + "author": "140516693242937345", + "animated": false, + "created": 1531975863, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "wolfy": { + "name": "wolfy", + "id": "759575854925217862", + "author": "379386592474955786", + "animated": false, + "created": 1601167396, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "woo": { + "name": "woo", + "id": "760890897872977920", + "author": "606363700139655182", + "animated": true, + "created": 1601480926, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "woofyhuh": { + "name": "woofyhuh", + "id": "786152397667434516", + "author": "676134602837852172", + "animated": true, + "created": 1607503738, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wooloo": { + "name": "wooloo", + "id": "704902535441285130", + "author": "444542802794119168", + "animated": true, + "created": 1588132261, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wooo": { + "name": "wooo", + "id": "769140594822873148", + "author": "477167667992592414", + "animated": false, + "created": 1603447807, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "WOoooo": { + "name": "WOoooo", + "id": "789557371922808862", + "author": "568113558202875914", + "animated": false, + "created": 1608315546, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "woop": { + "name": "woop", + "id": "742179057663475753", + "author": "176760162579644428", + "animated": false, + "created": 1597019676, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Wooper": { + "name": "Wooper", + "id": "753243568080027738", + "author": "622566487697260587", + "animated": true, + "created": 1599657661, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "woow": { + "name": "woow", + "id": "711518047017369641", + "author": "297756386475900928", + "animated": false, + "created": 1589709521, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wopfpspwk": { + "name": "wopfpspwk", + "id": "783141084817129472", + "author": "462391077391958016", + "animated": false, + "created": 1606785784, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "words_chat_revive": { + "name": "words_chat_revive", + "id": "788837683891798026", + "author": "715962906646282311", + "animated": false, + "created": 1608143959, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "words_heartwhite": { + "name": "words_heartwhite", + "id": "788837730611625995", + "author": "715962906646282311", + "animated": false, + "created": 1608143971, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "words_stinky": { + "name": "words_stinky", + "id": "788837849314885663", + "author": "715962906646282311", + "animated": false, + "created": 1608143999, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "words_thatshot": { + "name": "words_thatshot", + "id": "788837645119258684", + "author": "715962906646282311", + "animated": false, + "created": 1608143950, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "woree": { + "name": "woree", + "id": "576547485967974400", + "author": "110966611048960000", + "animated": false, + "created": 1557530032, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "WORREE": { + "name": "WORREE", + "id": "584292868940890132", + "author": "273719152424779776", + "animated": false, + "created": 1559376675, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "WORREEE": { + "name": "WORREEE", + "id": "598763656406237185", + "author": "239333423095742464", + "animated": false, + "created": 1562826780, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worreeeee": { + "name": "worreeeee", + "id": "742106882885288108", + "author": "670458394494238760", + "animated": false, + "created": 1597002468, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worribl": { + "name": "worribl", + "id": "787975073079623730", + "author": "112471608865624064", + "animated": false, + "created": 1607938297, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worries": { + "name": "worries", + "id": "750495921103437934", + "author": "410945454415544350", + "animated": false, + "created": 1599002571, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worriest": { + "name": "worriest", + "id": "786782775030054942", + "author": "353109234201788427", + "animated": true, + "created": 1607654031, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrirun": { + "name": "worrirun", + "id": "755759788985417838", + "author": "203208699500560385", + "animated": true, + "created": 1600257575, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worry": { + "name": "worry", + "id": "519748366633009153", + "author": "256056872254177281", + "animated": false, + "created": 1543988067, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worryamongass": { + "name": "worryamongass", + "id": "758233453203292180", + "author": "336186693210210305", + "animated": false, + "created": 1600847342, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worryangel": { + "name": "worryangel", + "id": "746472274034425888", + "author": "308452846834155530", + "animated": false, + "created": 1598043259, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worryangry": { + "name": "worryangry", + "id": "599875367830028289", + "author": "533476865579679764", + "animated": false, + "created": 1563091832, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worryass2": { + "name": "worryass2", + "id": "733360522308616193", + "author": "399671914114711562", + "animated": true, + "created": 1594917173, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worryayaya": { + "name": "worryayaya", + "id": "761631076984160307", + "author": "219512427513905153", + "animated": false, + "created": 1601657399, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worryBack": { + "name": "worryBack", + "id": "744551148261998613", + "author": "425046879047385108", + "animated": false, + "created": 1597585227, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worryban": { + "name": "worryban", + "id": "700809983423414374", + "author": "400301748205387776", + "animated": false, + "created": 1587156520, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrybeer": { + "name": "worrybeer", + "id": "739525366187819109", + "author": "357837412782702592", + "animated": false, + "created": 1596386987, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worryblind": { + "name": "worryblind", + "id": "754114567008813138", + "author": "475763978547626005", + "animated": false, + "created": 1599865323, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worryblush": { + "name": "worryblush", + "id": "521901701372968963", + "author": "256056872254177281", + "animated": false, + "created": 1544501462, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrybrick": { + "name": "worrybrick", + "id": "737718690342240359", + "author": "111495952203780096", + "animated": false, + "created": 1595956243, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worryBrik": { + "name": "worryBrik", + "id": "737064793273401415", + "author": "245668715067080704", + "animated": false, + "created": 1595800340, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worryburaza": { + "name": "worryburaza", + "id": "723491877474795551", + "author": "282774540856328193", + "animated": false, + "created": 1592564305, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrybye": { + "name": "worrybye", + "id": "737061417668182067", + "author": "336186693210210305", + "animated": false, + "created": 1595799536, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrychancla": { + "name": "worrychancla", + "id": "726650977817460837", + "author": "410945454415544350", + "animated": false, + "created": 1593317493, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrychrist": { + "name": "worrychrist", + "id": "761214892891832340", + "author": "670458394494238760", + "animated": false, + "created": 1601558173, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrychungus": { + "name": "worrychungus", + "id": "783614530655617025", + "author": "273544045840826369", + "animated": false, + "created": 1606898663, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worryclout": { + "name": "worryclout", + "id": "752464505967214662", + "author": "438644880152068127", + "animated": false, + "created": 1599471918, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worryconcon": { + "name": "worryconcon", + "id": "778337915792916501", + "author": "293107176355004416", + "animated": false, + "created": 1605640620, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrycool": { + "name": "worrycool", + "id": "784829468589293570", + "author": "293107176355004416", + "animated": false, + "created": 1607188326, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worryCorona": { + "name": "worryCorona", + "id": "747824956129280004", + "author": "183269696546668544", + "animated": false, + "created": 1598365763, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrycovid": { + "name": "worrycovid", + "id": "749011731287769098", + "author": "471787957528035338", + "animated": false, + "created": 1598648712, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrycringe": { + "name": "worrycringe", + "id": "746103595644223619", + "author": "449221419495063552", + "animated": false, + "created": 1597955359, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrycrushed": { + "name": "worrycrushed", + "id": "782352094375444510", + "author": "353109234201788427", + "animated": false, + "created": 1606597674, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrycry": { + "name": "worrycry", + "id": "521600547397042177", + "author": "256056872254177281", + "animated": false, + "created": 1544429661, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrycrylove": { + "name": "worrycrylove", + "id": "754275986622644255", + "author": "250664753511399434", + "animated": false, + "created": 1599903809, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worryculo": { + "name": "worryculo", + "id": "746942874251165696", + "author": "406308174497316865", + "animated": false, + "created": 1598155458, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrycurry": { + "name": "worrycurry", + "id": "737064873514500187", + "author": "357837412782702592", + "animated": false, + "created": 1595800360, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrycute": { + "name": "worrycute", + "id": "736662414820376657", + "author": "336186693210210305", + "animated": false, + "created": 1595704406, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrycya": { + "name": "worrycya", + "id": "746349297293066341", + "author": "566468845854785536", + "animated": true, + "created": 1598013939, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worryDepress": { + "name": "worryDepress", + "id": "750052540741189693", + "author": "425046879047385108", + "animated": true, + "created": 1598896861, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrydepressed": { + "name": "worrydepressed", + "id": "710539343869247548", + "author": "167267224787222528", + "animated": false, + "created": 1589476180, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worryDevil": { + "name": "worryDevil", + "id": "746282024377253949", + "author": "308452846834155530", + "animated": false, + "created": 1597997900, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrydodge": { + "name": "worrydodge", + "id": "515094904893079562", + "author": "256056872254177281", + "animated": false, + "created": 1542878595, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrydodgefastaf": { + "name": "worrydodgefastaf", + "id": "620686702922694666", + "author": "209280535174971393", + "animated": true, + "created": 1557222911, + "modified": 1568058648, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrydoubt": { + "name": "worrydoubt", + "id": "743953135990735009", + "author": "425046879047385108", + "animated": false, + "created": 1597442649, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "WorryDuBois": { + "name": "WorryDuBois", + "id": "785947588506943528", + "author": "73375128251011072", + "animated": false, + "created": 1607454907, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrydumb": { + "name": "worrydumb", + "id": "725243557237227570", + "author": "412775919548235809", + "animated": false, + "created": 1592981938, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrydumbsmart": { + "name": "worrydumbsmart", + "id": "747486223622471821", + "author": "335042580486291458", + "animated": false, + "created": 1598285003, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worryegg": { + "name": "worryegg", + "id": "540182184858877952", + "author": "142865409752825859", + "animated": true, + "created": 1548859869, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worryes": { + "name": "worryes", + "id": "748118964500037682", + "author": "182850025007742976", + "animated": false, + "created": 1598435860, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worryescape": { + "name": "worryescape", + "id": "515776654446952463", + "author": "256056872254177281", + "animated": true, + "created": 1543041137, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worryEU": { + "name": "worryEU", + "id": "663401089541865498", + "author": "425046879047385108", + "animated": false, + "created": 1578237576, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worryevil": { + "name": "worryevil", + "id": "609376897192820736", + "author": "153186780802318338", + "animated": false, + "created": 1565357174, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worryeyes": { + "name": "worryeyes", + "id": "572752629843755008", + "author": "267568948944437248", + "animated": true, + "created": 1556625268, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worryez": { + "name": "worryez", + "id": "705711147390599188", + "author": "167267224787222528", + "animated": false, + "created": 1588325049, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Worry_F": { + "name": "Worry_F", + "id": "731490536925429761", + "author": "277565682663555072", + "animated": false, + "created": 1594471334, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worryf": { + "name": "worryf", + "id": "782704706978840658", + "author": "581975112136523796", + "animated": false, + "created": 1606681744, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worryfade": { + "name": "worryfade", + "id": "754789694725947474", + "author": "245668715067080704", + "animated": true, + "created": 1600026286, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worryfap": { + "name": "worryfap", + "id": "736904905247162388", + "author": "336186693210210305", + "animated": true, + "created": 1595762220, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worryfat": { + "name": "worryfat", + "id": "741698245541101669", + "author": "209280535174971393", + "animated": false, + "created": 1596905042, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worryfedora": { + "name": "worryfedora", + "id": "788788412882485308", + "author": "293107176355004416", + "animated": false, + "created": 1608132212, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worryfedup": { + "name": "worryfedup", + "id": "782708340336754698", + "author": "581975112136523796", + "animated": false, + "created": 1606682610, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worryfight": { + "name": "worryfight", + "id": "746449069781549119", + "author": "332890251024662529", + "animated": false, + "created": 1598037726, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worryfight1": { + "name": "worryfight1", + "id": "760252174474936390", + "author": "336186693210210305", + "animated": true, + "created": 1601328643, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worryfight2": { + "name": "worryfight2", + "id": "760252533301444629", + "author": "336186693210210305", + "animated": true, + "created": 1601328728, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worryfight3": { + "name": "worryfight3", + "id": "760252306007523348", + "author": "336186693210210305", + "animated": true, + "created": 1601328674, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worryfire": { + "name": "worryfire", + "id": "725430815827427408", + "author": "412775919548235809", + "animated": true, + "created": 1593026584, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worryfiregif": { + "name": "worryfiregif", + "id": "726854657728839720", + "author": "399671914114711562", + "animated": true, + "created": 1593366054, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worryflatter": { + "name": "worryflatter", + "id": "781632009000583189", + "author": "353109234201788427", + "animated": false, + "created": 1606425993, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worryfoj": { + "name": "worryfoj", + "id": "566384407695327242", + "author": "248555831866556446", + "animated": true, + "created": 1555106965, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worryfr": { + "name": "worryfr", + "id": "736904732513271858", + "author": "336186693210210305", + "animated": false, + "created": 1595762179, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worryfuming": { + "name": "worryfuming", + "id": "765538881495367730", + "author": "410983710083776522", + "animated": true, + "created": 1602589092, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worryga": { + "name": "worryga", + "id": "632186927075819530", + "author": "425046879047385108", + "animated": false, + "created": 1570795508, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrygang": { + "name": "worrygang", + "id": "773997512482750484", + "author": "164559223793909760", + "animated": true, + "created": 1604605787, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worryggius": { + "name": "worryggius", + "id": "772634102565568512", + "author": "293107176355004416", + "animated": true, + "created": 1604280724, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrygib": { + "name": "worrygib", + "id": "727974915302490142", + "author": "412775919548235809", + "animated": false, + "created": 1593633145, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrygibcurry": { + "name": "worrygibcurry", + "id": "685915294619009123", + "author": "281563194843987968", + "animated": false, + "created": 1583605350, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrygivmoney": { + "name": "worrygivmoney", + "id": "750506381492355103", + "author": "410945454415544350", + "animated": false, + "created": 1599005065, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worryglare": { + "name": "worryglare", + "id": "785181052372254770", + "author": "702673961858760797", + "animated": false, + "created": 1607272150, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrygod": { + "name": "worrygod", + "id": "653677513582706688", + "author": "456872254744297492", + "animated": false, + "created": 1575919264, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worryGODgius": { + "name": "worryGODgius", + "id": "774629897577562132", + "author": "368558529268809728", + "animated": true, + "created": 1604756559, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrygreat": { + "name": "worrygreat", + "id": "789570933022392331", + "author": "660905235652411397", + "animated": false, + "created": 1608318780, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrygun": { + "name": "worrygun", + "id": "717736203838816308", + "author": "245607870463213570", + "animated": true, + "created": 1591192046, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worryGuu": { + "name": "worryGuu", + "id": "781410665420029952", + "author": "448827482179895304", + "animated": false, + "created": 1606373220, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worryhappy": { + "name": "worryhappy", + "id": "745685735478394900", + "author": "182850025007742976", + "animated": false, + "created": 1597855733, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worryhayate": { + "name": "worryhayate", + "id": "771895520805388331", + "author": "293107176355004416", + "animated": false, + "created": 1604104633, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worryheart": { + "name": "worryheart", + "id": "521890621435281409", + "author": "256056872254177281", + "animated": false, + "created": 1544498820, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worryheart2": { + "name": "worryheart2", + "id": "779105797275648020", + "author": "293107176355004416", + "animated": false, + "created": 1605823697, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worryhehe": { + "name": "worryhehe", + "id": "748607689881550898", + "author": "73375128251011072", + "animated": false, + "created": 1598552381, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worryhi": { + "name": "worryhi", + "id": "782704236478726144", + "author": "581975112136523796", + "animated": false, + "created": 1606681632, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worryhitler": { + "name": "worryhitler", + "id": "740492293110235236", + "author": "670458394494238760", + "animated": false, + "created": 1596617520, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worryhm": { + "name": "worryhm", + "id": "730438723480715284", + "author": "425046879047385108", + "animated": true, + "created": 1594220565, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worryhmm": { + "name": "worryhmm", + "id": "692741637700583491", + "author": "400301748205387776", + "animated": false, + "created": 1585232877, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "WorryHmmm": { + "name": "WorryHmmm", + "id": "681038920435105869", + "author": "410983710083776522", + "animated": false, + "created": 1582442731, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worryhug": { + "name": "worryhug", + "id": "705287348090568736", + "author": "452753297590452236", + "animated": true, + "created": 1588224007, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worryhype": { + "name": "worryhype", + "id": "572755111764295699", + "author": "267568948944437248", + "animated": true, + "created": 1556625860, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worryidiot": { + "name": "worryidiot", + "id": "770763853704331285", + "author": "756560517145034869", + "animated": false, + "created": 1603834822, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worryimfine": { + "name": "worryimfine", + "id": "545616753800118272", + "author": "256056872254177281", + "animated": false, + "created": 1550155571, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worryitalian": { + "name": "worryitalian", + "id": "776482793877405716", + "author": "323924657537548289", + "animated": false, + "created": 1605198324, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worryitaliano": { + "name": "worryitaliano", + "id": "737942314533781584", + "author": "357837412782702592", + "animated": false, + "created": 1596009558, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worryjail": { + "name": "worryjail", + "id": "666278029349224453", + "author": "425046879047385108", + "animated": true, + "created": 1578923461, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrykawaii": { + "name": "worrykawaii", + "id": "727549996769214544", + "author": "112471608865624064", + "animated": false, + "created": 1593531836, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worryKE": { + "name": "worryKE", + "id": "786058542288601108", + "author": "670406518096789505", + "animated": false, + "created": 1607481360, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrykek": { + "name": "worrykek", + "id": "728926584245059696", + "author": "425046879047385108", + "animated": false, + "created": 1593860040, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrykill": { + "name": "worrykill", + "id": "722201377115471903", + "author": "399671914114711562", + "animated": true, + "created": 1592256626, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrykiller": { + "name": "worrykiller", + "id": "625036987656830996", + "author": "452753297590452236", + "animated": true, + "created": 1569090830, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrykms": { + "name": "worrykms", + "id": "627925533841424394", + "author": "239333423095742464", + "animated": false, + "created": 1569779514, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrykmshappy": { + "name": "worrykmshappy", + "id": "742485645188137051", + "author": "412775919548235809", + "animated": false, + "created": 1597092772, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrykmstears": { + "name": "worrykmstears", + "id": "775539809484668948", + "author": "412775919548235809", + "animated": false, + "created": 1604973499, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worryknife": { + "name": "worryknife", + "id": "694885462673719336", + "author": "212962491783839744", + "animated": false, + "created": 1585744004, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrykys": { + "name": "worrykys", + "id": "756187210385981490", + "author": "338588328716795914", + "animated": false, + "created": 1600359480, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrylamb": { + "name": "worrylamb", + "id": "777249940237320252", + "author": "309406390491807755", + "animated": false, + "created": 1605381226, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrylick": { + "name": "worrylick", + "id": "544751245483704341", + "author": "267568948944437248", + "animated": true, + "created": 1549949218, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrylmao": { + "name": "worrylmao", + "id": "716392729214713926", + "author": "203208699500560385", + "animated": false, + "created": 1590871736, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrylord": { + "name": "worrylord", + "id": "755771327331303514", + "author": "425046879047385108", + "animated": false, + "created": 1600260326, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "WorryLove": { + "name": "WorryLove", + "id": "575176398566588427", + "author": "509632626018091019", + "animated": false, + "created": 1557203139, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrylsd": { + "name": "worrylsd", + "id": "772616775266467911", + "author": "471787957528035338", + "animated": true, + "created": 1604276593, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrymad": { + "name": "worrymad", + "id": "726638828038652027", + "author": "412775919548235809", + "animated": false, + "created": 1593314597, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worryMF": { + "name": "worryMF", + "id": "765270387264847875", + "author": "359713607635697664", + "animated": false, + "created": 1602525078, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrymhh": { + "name": "worrymhh", + "id": "730192108136431617", + "author": "353109234201788427", + "animated": false, + "created": 1594161765, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrymilk": { + "name": "worrymilk", + "id": "766317034866606150", + "author": "566468845854785536", + "animated": false, + "created": 1602774618, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrymucho": { + "name": "worrymucho", + "id": "726639957187362847", + "author": "412775919548235809", + "animated": false, + "created": 1593314866, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrymurder": { + "name": "worrymurder", + "id": "782073388112805899", + "author": "176760162579644428", + "animated": true, + "created": 1606531226, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrymyaisha": { + "name": "worrymyaisha", + "id": "764147488612941825", + "author": "366627806831968257", + "animated": false, + "created": 1602257358, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrymybrik": { + "name": "worrymybrik", + "id": "741321592189222952", + "author": "247065714978979841", + "animated": false, + "created": 1596815240, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrymydrawing": { + "name": "worrymydrawing", + "id": "783064829027287111", + "author": "410945454415544350", + "animated": false, + "created": 1606767603, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrymyworry": { + "name": "worrymyworry", + "id": "703815262008377456", + "author": "167267224787222528", + "animated": false, + "created": 1587873034, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrynani": { + "name": "worrynani", + "id": "771476890070024203", + "author": "609791313847517223", + "animated": false, + "created": 1604004824, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrynazi": { + "name": "worrynazi", + "id": "769007211249664030", + "author": "670458394494238760", + "animated": false, + "created": 1603416006, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrynerd": { + "name": "worrynerd", + "id": "760209295186329650", + "author": "239333423095742464", + "animated": false, + "created": 1601318420, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worryninja": { + "name": "worryninja", + "id": "726638134426599445", + "author": "412775919548235809", + "animated": true, + "created": 1593314431, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worryno": { + "name": "worryno", + "id": "563037899357159456", + "author": "240560344873828354", + "animated": false, + "created": 1554309096, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrynod": { + "name": "worrynod", + "id": "768128377822773320", + "author": "245668715067080704", + "animated": true, + "created": 1603206476, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrynoir": { + "name": "worrynoir", + "id": "751034297590481017", + "author": "245668715067080704", + "animated": false, + "created": 1599130930, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrynolove": { + "name": "worrynolove", + "id": "708426254155644999", + "author": "203208699500560385", + "animated": false, + "created": 1588972381, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrynoodles": { + "name": "worrynoodles", + "id": "748227038216978502", + "author": "182850025007742976", + "animated": true, + "created": 1598461627, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrynotamused": { + "name": "worrynotamused", + "id": "736361282013364337", + "author": "567066537219981323", + "animated": false, + "created": 1595632610, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrynotstonks": { + "name": "worrynotstonks", + "id": "728399800520933408", + "author": "412775919548235809", + "animated": false, + "created": 1593734445, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrynou": { + "name": "worrynou", + "id": "609376722873352203", + "author": "153186780802318338", + "animated": false, + "created": 1565357132, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrynu": { + "name": "worrynu", + "id": "775040031341019147", + "author": "358457900546654209", + "animated": false, + "created": 1604854343, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrynut": { + "name": "worrynut", + "id": "541882675011649537", + "author": "267568948944437248", + "animated": true, + "created": 1549265297, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrynya": { + "name": "worrynya", + "id": "748554983074693141", + "author": "406308174497316865", + "animated": false, + "created": 1598539815, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worryofc": { + "name": "worryofc", + "id": "730759694855045130", + "author": "353109234201788427", + "animated": false, + "created": 1594297088, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worryofcourse": { + "name": "worryofcourse", + "id": "577855345670619147", + "author": "465530393223888918", + "animated": true, + "created": 1557841850, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worryok": { + "name": "worryok", + "id": "626451479473160227", + "author": "252898854393872394", + "animated": false, + "created": 1569428071, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrypat": { + "name": "worrypat", + "id": "599876729439387671", + "author": "533476865579679764", + "animated": false, + "created": 1563092157, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrypato": { + "name": "worrypato", + "id": "747229452005802044", + "author": "399671914114711562", + "animated": false, + "created": 1598223784, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrypatsad": { + "name": "worrypatsad", + "id": "727974478843346964", + "author": "412775919548235809", + "animated": false, + "created": 1593633041, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrypatting": { + "name": "worrypatting", + "id": "778087709838409768", + "author": "358457900546654209", + "animated": true, + "created": 1605580966, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrypearl": { + "name": "worrypearl", + "id": "771080080951869460", + "author": "293107176355004416", + "animated": false, + "created": 1603910217, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrypeek": { + "name": "worrypeek", + "id": "780849272757157930", + "author": "609791313847517223", + "animated": false, + "created": 1606239374, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worryperu": { + "name": "worryperu", + "id": "749021269491580938", + "author": "395696844493160449", + "animated": false, + "created": 1598650986, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrypet": { + "name": "worrypet", + "id": "718190765913669632", + "author": "336021639970029569", + "animated": true, + "created": 1591300422, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worryping": { + "name": "worryping", + "id": "543463688632270876", + "author": "267568948944437248", + "animated": true, + "created": 1549642240, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrypipo": { + "name": "worrypipo", + "id": "745776552746156141", + "author": "336186693210210305", + "animated": false, + "created": 1597877386, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrypolice": { + "name": "worrypolice", + "id": "781185092893802506", + "author": "293107176355004416", + "animated": false, + "created": 1606319439, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrypopcorn": { + "name": "worrypopcorn", + "id": "616991625511698452", + "author": "425046879047385108", + "animated": true, + "created": 1567172666, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrypray": { + "name": "worrypray", + "id": "588642346976149514", + "author": "240308839243710464", + "animated": false, + "created": 1560413672, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrypuke": { + "name": "worrypuke", + "id": "726639827155419156", + "author": "412775919548235809", + "animated": false, + "created": 1593314835, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrypunch": { + "name": "worrypunch", + "id": "546715496729280523", + "author": "248555831866556446", + "animated": true, + "created": 1550417532, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worryread": { + "name": "worryread", + "id": "784061788030631949", + "author": "412775919548235809", + "animated": false, + "created": 1607005297, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worryreview": { + "name": "worryreview", + "id": "756166195421511700", + "author": "164559223793909760", + "animated": false, + "created": 1600354469, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worryrich": { + "name": "worryrich", + "id": "741332256551075933", + "author": "336186693210210305", + "animated": false, + "created": 1596817783, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worryrik": { + "name": "worryrik", + "id": "687595596177211425", + "author": "422399591539802112", + "animated": true, + "created": 1584005965, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worryrun": { + "name": "worryrun", + "id": "656400957814341633", + "author": "167786416988749824", + "animated": true, + "created": 1576568583, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worryruysu": { + "name": "worryruysu", + "id": "757480030967300096", + "author": "410945454415544350", + "animated": false, + "created": 1600667712, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrys": { + "name": "worrys", + "id": "689654207028002915", + "author": "426573408508313600", + "animated": false, + "created": 1584496776, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrysadder": { + "name": "worrysadder", + "id": "676664582273499144", + "author": "167267224787222528", + "animated": true, + "created": 1581399808, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrysadgun": { + "name": "worrysadgun", + "id": "775152322812444682", + "author": "353109234201788427", + "animated": false, + "created": 1604881115, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrysadhug": { + "name": "worrysadhug", + "id": "683305551563849826", + "author": "281563194843987968", + "animated": false, + "created": 1582983138, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrysadpat": { + "name": "worrysadpat", + "id": "731265656984699014", + "author": "203208699500560385", + "animated": false, + "created": 1594417719, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrysaluda": { + "name": "worrysaluda", + "id": "672841517915701280", + "author": "234809955440394250", + "animated": true, + "created": 1580488318, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrysassy": { + "name": "worrysassy", + "id": "658261639854030870", + "author": "281563194843987968", + "animated": false, + "created": 1577012205, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrysee": { + "name": "worrysee", + "id": "722793668070604840", + "author": "282774540856328193", + "animated": false, + "created": 1592397839, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "WorrySepyer": { + "name": "WorrySepyer", + "id": "790001880214405150", + "author": "293107176355004416", + "animated": false, + "created": 1608421525, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worryshh": { + "name": "worryshh", + "id": "718456338715508867", + "author": "282774540856328193", + "animated": false, + "created": 1591363739, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worryshhh": { + "name": "worryshhh", + "id": "718455784840757309", + "author": "282774540856328193", + "animated": false, + "created": 1591363607, + "modified": 1591363725, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worryshrug": { + "name": "worryshrug", + "id": "739982388632748053", + "author": "182850025007742976", + "animated": false, + "created": 1596495949, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrysip": { + "name": "worrysip", + "id": "778757528313135104", + "author": "609791313847517223", + "animated": false, + "created": 1605740663, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrysit": { + "name": "worrysit", + "id": "694011528386576444", + "author": "509632626018091019", + "animated": false, + "created": 1585535642, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrySleep": { + "name": "worrySleep", + "id": "653677577428271160", + "author": "456872254744297492", + "animated": false, + "created": 1575919279, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrysmart": { + "name": "worrysmart", + "id": "725242751234342963", + "author": "412775919548235809", + "animated": false, + "created": 1592981746, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrysmarter": { + "name": "worrysmarter", + "id": "738964508030140487", + "author": "412775919548235809", + "animated": false, + "created": 1596253268, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrysmile": { + "name": "worrysmile", + "id": "630452663859019796", + "author": "239333423095742464", + "animated": false, + "created": 1570382028, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrysmile1": { + "name": "worrysmile1", + "id": "745348145776689192", + "author": "219512427513905153", + "animated": false, + "created": 1597775246, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrysstab": { + "name": "worrysstab", + "id": "739191484045197383", + "author": "73375128251011072", + "animated": true, + "created": 1596307383, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrystab": { + "name": "worrystab", + "id": "552191410770542602", + "author": "248555831866556446", + "animated": true, + "created": 1551723091, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrystare": { + "name": "worrystare", + "id": "719189256597405796", + "author": "353109234201788427", + "animated": false, + "created": 1591538480, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrystick": { + "name": "worrystick", + "id": "541717175904501821", + "author": "267568948944437248", + "animated": true, + "created": 1549225839, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrystonks": { + "name": "worrystonks", + "id": "728400180205846529", + "author": "412775919548235809", + "animated": false, + "created": 1593734536, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrysuicide": { + "name": "worrysuicide", + "id": "522186745023037450", + "author": "281251143139721226", + "animated": false, + "created": 1544569421, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrysweat": { + "name": "worrysweat", + "id": "546863399854931968", + "author": "256056872254177281", + "animated": true, + "created": 1550452794, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrytea": { + "name": "worrytea", + "id": "743499564127879261", + "author": "73375128251011072", + "animated": false, + "created": 1597334509, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrytf": { + "name": "worrytf", + "id": "699886850680291368", + "author": "239333423095742464", + "animated": false, + "created": 1586936428, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrythanos": { + "name": "worrythanos", + "id": "647441251322560538", + "author": "205929421444612097", + "animated": false, + "created": 1574432423, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrythink": { + "name": "worrythink", + "id": "745012564580106370", + "author": "670458394494238760", + "animated": false, + "created": 1597695237, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrythinkharder": { + "name": "worrythinkharder", + "id": "739919874608070688", + "author": "521325315276931083", + "animated": false, + "created": 1596481045, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrythinking": { + "name": "worrythinking", + "id": "769903299901390848", + "author": "756560517145034869", + "animated": false, + "created": 1603629650, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Worrythonk": { + "name": "Worrythonk", + "id": "726605396848148632", + "author": "294946270861328385", + "animated": false, + "created": 1593306626, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrytired": { + "name": "worrytired", + "id": "786081665054408744", + "author": "353109234201788427", + "animated": true, + "created": 1607486873, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrytiredofyourshit": { + "name": "worrytiredofyourshit", + "id": "786396256012468234", + "author": "353109234201788427", + "animated": true, + "created": 1607561878, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrytrain": { + "name": "worrytrain", + "id": "772633112383193088", + "author": "293107176355004416", + "animated": true, + "created": 1604280488, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrytrash": { + "name": "worrytrash", + "id": "732879946002726942", + "author": "239333423095742464", + "animated": false, + "created": 1594802595, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrytriggered": { + "name": "worrytriggered", + "id": "787036315790213180", + "author": "293107176355004416", + "animated": true, + "created": 1607714480, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worryuwu": { + "name": "worryuwu", + "id": "684334403429990488", + "author": "214777632947044352", + "animated": false, + "created": 1583228436, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worryveneco": { + "name": "worryveneco", + "id": "747118891859181628", + "author": "406308174497316865", + "animated": false, + "created": 1598197424, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worryvos": { + "name": "worryvos", + "id": "755779863641849886", + "author": "164559223793909760", + "animated": true, + "created": 1600262361, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worryvuotcu": { + "name": "worryvuotcu", + "id": "730792886848716920", + "author": "353186382384070656", + "animated": true, + "created": 1594305001, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrywave": { + "name": "worrywave", + "id": "750072637710925834", + "author": "670458394494238760", + "animated": true, + "created": 1598901652, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worryweird": { + "name": "worryweird", + "id": "568793207689838603", + "author": "267568948944437248", + "animated": false, + "created": 1555681268, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worryweirdtear": { + "name": "worryweirdtear", + "id": "786742686664228874", + "author": "353109234201788427", + "animated": false, + "created": 1607644473, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worryweirdtearfish": { + "name": "worryweirdtearfish", + "id": "786744012148178984", + "author": "353109234201788427", + "animated": false, + "created": 1607644789, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worryweirdtearier": { + "name": "worryweirdtearier", + "id": "786742948603363368", + "author": "353109234201788427", + "animated": false, + "created": 1607644536, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worryweirdteariest": { + "name": "worryweirdteariest", + "id": "786743199153651733", + "author": "353109234201788427", + "animated": false, + "created": 1607644595, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrywhale": { + "name": "worrywhale", + "id": "623454474110894080", + "author": "205929421444612097", + "animated": false, + "created": 1568713529, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrywhatever": { + "name": "worrywhatever", + "id": "599485560096030720", + "author": "205929421444612097", + "animated": false, + "created": 1562998895, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrywild": { + "name": "worrywild", + "id": "723640398794457208", + "author": "372176012357664768", + "animated": true, + "created": 1592599715, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrywink": { + "name": "worrywink", + "id": "726139629455016066", + "author": "400301748205387776", + "animated": false, + "created": 1593195578, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrywinkkms": { + "name": "worrywinkkms", + "id": "779875469305970718", + "author": "609791313847517223", + "animated": false, + "created": 1606007201, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrywoke": { + "name": "worrywoke", + "id": "719532274202312734", + "author": "245607870463213570", + "animated": false, + "created": 1591620262, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worryworry": { + "name": "worryworry", + "id": "566473495614193684", + "author": "203208699500560385", + "animated": false, + "created": 1555128206, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrywowhands": { + "name": "worrywowhands", + "id": "776585785897910272", + "author": "609791313847517223", + "animated": false, + "created": 1605222879, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worrywtf": { + "name": "worrywtf", + "id": "752919430664683661", + "author": "245668715067080704", + "animated": false, + "created": 1599580381, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worryxavy": { + "name": "worryxavy", + "id": "716295189672493146", + "author": "281563194843987968", + "animated": false, + "created": 1590848481, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worryyes": { + "name": "worryyes", + "id": "671295014151913494", + "author": "167267224787222528", + "animated": true, + "created": 1580119603, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "worryYou": { + "name": "worryYou", + "id": "741756008845672609", + "author": "377674842368901120", + "animated": false, + "created": 1596918813, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "WORRYYY": { + "name": "WORRYYY", + "id": "634381856560906250", + "author": "239333423095742464", + "animated": true, + "created": 1571318820, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wot": { + "name": "wot", + "id": "645455424837124096", + "author": "186174383348252672", + "animated": false, + "created": 1573958965, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wow": { + "name": "wow", + "id": "430696315681374208", + "author": "334027892625506304", + "animated": true, + "created": 1525387949, + "modified": 1533892040, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wowepika": { + "name": "wowepika", + "id": "782106295070621736", + "author": "690953891482828890", + "animated": true, + "created": 1606539071, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wow_fb": { + "name": "wow_fb", + "id": "783252068616896542", + "author": "496037931140513800", + "animated": false, + "created": 1606812245, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wowie": { + "name": "wowie", + "id": "786187675585347585", + "author": "676134602837852172", + "animated": true, + "created": 1607512148, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wowowow": { + "name": "wowowow", + "id": "782741288796946463", + "author": "748023719833894942", + "animated": false, + "created": 1606690466, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Wpeak": { + "name": "Wpeak", + "id": "789557386322509855", + "author": "568113558202875914", + "animated": false, + "created": 1608315550, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "w_porfis": { + "name": "w_porfis", + "id": "780896385762328626", + "author": "434521154745663488", + "animated": true, + "created": 1606250606, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "w_que": { + "name": "w_que", + "id": "780896431871361034", + "author": "434521154745663488", + "animated": true, + "created": 1606250617, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wr": { + "name": "wr", + "id": "550164123556642846", + "author": "508276261219598347", + "animated": true, + "created": 1551239748, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wreckless": { + "name": "wreckless", + "id": "767159408500146196", + "author": "209280535174971393", + "animated": false, + "created": 1602975456, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wrecklessaf": { + "name": "wrecklessaf", + "id": "782713567739904051", + "author": "425046879047385108", + "animated": true, + "created": 1606683856, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wrecklessfish": { + "name": "wrecklessfish", + "id": "780439150356070420", + "author": "353109234201788427", + "animated": false, + "created": 1606141593, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wrecklessfist": { + "name": "wrecklessfist", + "id": "782708443029962792", + "author": "425046879047385108", + "animated": false, + "created": 1606682634, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wrecklessier": { + "name": "wrecklessier", + "id": "780439085630095391", + "author": "353109234201788427", + "animated": false, + "created": 1606141578, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wrecklessiest": { + "name": "wrecklessiest", + "id": "780439116641861672", + "author": "353109234201788427", + "animated": false, + "created": 1606141585, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wrong": { + "name": "wrong", + "id": "777211399210401892", + "author": "246252979227721729", + "animated": false, + "created": 1605372037, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wrun": { + "name": "wrun", + "id": "737169484082708500", + "author": "264572972998721537", + "animated": true, + "created": 1595825301, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wry": { + "name": "wry", + "id": "723983186702499933", + "author": "584556882216353792", + "animated": true, + "created": 1592681442, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "w_sad": { + "name": "w_sad", + "id": "786948164719476748", + "author": "718818001633280071", + "animated": true, + "created": 1607693463, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "w_sheepgun1": { + "name": "w_sheepgun1", + "id": "786678750716493864", + "author": "718818001633280071", + "animated": false, + "created": 1607629230, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Wsip": { + "name": "Wsip", + "id": "789557360208248833", + "author": "568113558202875914", + "animated": false, + "created": 1608315544, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "w_smileyface": { + "name": "w_smileyface", + "id": "786949690737688597", + "author": "718818001633280071", + "animated": false, + "created": 1607693827, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wt": { + "name": "wt", + "id": "786749456938565632", + "author": "353109234201788427", + "animated": true, + "created": 1607646087, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "w_tantrum1": { + "name": "w_tantrum1", + "id": "786948136085880842", + "author": "718818001633280071", + "animated": true, + "created": 1607693456, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wtf": { + "name": "wtf", + "id": "416513653748269077", + "author": "236117734679773184", + "animated": true, + "created": 1525387949, + "modified": 1533892040, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wtfcat": { + "name": "wtfcat", + "id": "755235454718050396", + "author": "543673464700272660", + "animated": true, + "created": 1600132564, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wtfHD": { + "name": "wtfHD", + "id": "784551405150797865", + "author": "609791313847517223", + "animated": false, + "created": 1607122031, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wtfwhy": { + "name": "wtfwhy", + "id": "783187777139245086", + "author": "581699248568139776", + "animated": false, + "created": 1606796917, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wth": { + "name": "wth", + "id": "755057055647268894", + "author": "303963315061915648", + "animated": false, + "created": 1600090030, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wtl": { + "name": "wtl", + "id": "752242774837035140", + "author": "353109234201788427", + "animated": true, + "created": 1599419053, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wuamimir": { + "name": "wuamimir", + "id": "782488985774850088", + "author": "754517959417790494", + "animated": false, + "created": 1606630312, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Wumpus": { + "name": "Wumpus", + "id": "783791333012668476", + "author": "548781046775414794", + "animated": true, + "created": 1606940816, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wumpusblob": { + "name": "wumpusblob", + "id": "492049648777822208", + "author": "140516693242937345", + "animated": false, + "created": 1531976704, + "modified": 1556076011, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "wunder": { + "name": "wunder", + "id": "722089693151232010", + "author": "425046879047385108", + "animated": true, + "created": 1592229999, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wut": { + "name": "wut", + "id": "424561380897587210", + "author": "316771497014198272", + "animated": false, + "created": 1525387949, + "modified": 1533892040, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wut2": { + "name": "wut2", + "id": "761169065351839775", + "author": "528131226037518347", + "animated": false, + "created": 1601547247, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wutjk": { + "name": "wutjk", + "id": "752542949128011917", + "author": "718027484771385357", + "animated": false, + "created": 1599490620, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ww": { + "name": "ww", + "id": "768352706011070464", + "author": "677987166076272704", + "animated": true, + "created": 1603259960, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wwt": { + "name": "wwt", + "id": "786742750790811658", + "author": "353109234201788427", + "animated": false, + "created": 1607644488, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "www": { + "name": "www", + "id": "603578528230801413", + "author": "508901655174053940", + "animated": false, + "created": 1563974735, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "wy_ily": { + "name": "wy_ily", + "id": "782690002425348156", + "author": "627172517630574629", + "animated": false, + "created": 1606678240, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "x_angryfap": { + "name": "x_angryfap", + "id": "790109979172274176", + "author": "630828485417369620", + "animated": true, + "created": 1608447298, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "xaruchanpat": { + "name": "xaruchanpat", + "id": "782670766637580288", + "author": "739300261763350600", + "animated": true, + "created": 1606673652, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "xavydrops": { + "name": "xavydrops", + "id": "787697855867519007", + "author": "82270059786932224", + "animated": false, + "created": 1607872203, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "xbox": { + "name": "xbox", + "id": "752532131036528641", + "author": "400562016546455552", + "animated": false, + "created": 1599488041, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "xbox360": { + "name": "xbox360", + "id": "786061670069567499", + "author": "625137345061978145", + "animated": false, + "created": 1607482106, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "xchavos": { + "name": "xchavos", + "id": "765576924691955764", + "author": "512509857606139905", + "animated": false, + "created": 1602598162, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "x_cute": { + "name": "x_cute", + "id": "785741588331626526", + "author": "715606162224971898", + "animated": true, + "created": 1607405793, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "XD": { + "name": "XD", + "id": "414846464284557322", + "author": "285468988153135115", + "animated": false, + "created": 1525387949, + "modified": 1533892040, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Xdancefuckyou": { + "name": "Xdancefuckyou", + "id": "780896554403102750", + "author": "714241441077133343", + "animated": true, + "created": 1606250647, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "xDcalvo": { + "name": "xDcalvo", + "id": "781305123715547216", + "author": "771159748220944384", + "animated": false, + "created": 1606348057, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "xdcursed": { + "name": "xdcursed", + "id": "781938817263337482", + "author": "750874467915399250", + "animated": false, + "created": 1606499141, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "xdd": { + "name": "xdd", + "id": "659992870945554462", + "author": "631964191409963013", + "animated": false, + "created": 1577424962, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "XDDD": { + "name": "XDDD", + "id": "684042211616096331", + "author": "112471608865624064", + "animated": true, + "created": 1583158772, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "xdddd": { + "name": "xdddd", + "id": "701937880330666094", + "author": "418175999365349399", + "animated": false, + "created": 1587425432, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "XDDDDD": { + "name": "XDDDDD", + "id": "716737604363616317", + "author": "390156982730096640", + "animated": false, + "created": 1590953961, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "xdddddd": { + "name": "xdddddd", + "id": "729561285041324093", + "author": "415288664579506176", + "animated": false, + "created": 1594011365, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "xddx": { + "name": "xddx", + "id": "760160201079914527", + "author": "477167667992592414", + "animated": false, + "created": 1601306715, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "xdnt": { + "name": "xdnt", + "id": "701849389894860810", + "author": "479050732553895947", + "animated": false, + "created": 1587404334, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "XDoubt": { + "name": "XDoubt", + "id": "777211503232942081", + "author": "246252979227721729", + "animated": false, + "created": 1605372062, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "XDshini": { + "name": "XDshini", + "id": "769622695826423829", + "author": "314536284725051393", + "animated": false, + "created": 1603562749, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "XDXD": { + "name": "XDXD", + "id": "678747883247501350", + "author": "396034260089176086", + "animated": false, + "created": 1581896506, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "XDXDXD": { + "name": "XDXDXD", + "id": "696207829748416514", + "author": "614981743149318167", + "animated": false, + "created": 1586059281, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "x_FallGuys": { + "name": "x_FallGuys", + "id": "786154492789653505", + "author": "676134602837852172", + "animated": true, + "created": 1607504237, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "x_hnggg": { + "name": "x_hnggg", + "id": "780893743053275166", + "author": "519640139639685131", + "animated": false, + "created": 1606249976, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "xi": { + "name": "xi", + "id": "783809046913876039", + "author": "508004255974817802", + "animated": false, + "created": 1606945039, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "xianglingweird": { + "name": "xianglingweird", + "id": "775776038558236683", + "author": "209280535174971393", + "animated": false, + "created": 1605029820, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "xiao_smile": { + "name": "xiao_smile", + "id": "785617742748844053", + "author": "673394195905642506", + "animated": false, + "created": 1607376266, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "xiaotofu": { + "name": "xiaotofu", + "id": "774062890105569290", + "author": "328348458627104768", + "animated": false, + "created": 1604621374, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "xiaoweird": { + "name": "xiaoweird", + "id": "775776066387181608", + "author": "209280535174971393", + "animated": false, + "created": 1605029827, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "xien": { + "name": "xien", + "id": "768076906830102548", + "author": "330632340088815616", + "animated": false, + "created": 1603194204, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "xingquiweird": { + "name": "xingquiweird", + "id": "775776111128346714", + "author": "209280535174971393", + "animated": false, + "created": 1605029838, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "xmashat2": { + "name": "xmashat2", + "id": "786267898003980389", + "author": "559261533218144275", + "animated": false, + "created": 1607531275, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "xmasowoblob": { + "name": "xmasowoblob", + "id": "785946244861788220", + "author": "755134252642992158", + "animated": false, + "created": 1607454587, + "modified": 1607454790, + "preserve": false, + "description": "A variation of blobowo! Made by tiramisu_owl. (OvO)", + "nsfw": "SFW" + }, + "x_PatrickBoo": { + "name": "x_PatrickBoo", + "id": "784317714654167041", + "author": "713483831780573275", + "animated": false, + "created": 1607066315, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "x_PepePopcorn": { + "name": "x_PepePopcorn", + "id": "786154476632670222", + "author": "676134602837852172", + "animated": true, + "created": 1607504233, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "x_pewpew": { + "name": "x_pewpew", + "id": "784319273299345418", + "author": "713483831780573275", + "animated": true, + "created": 1607066686, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "xqcFuel": { + "name": "xqcFuel", + "id": "775216899956015114", + "author": "364295643784806410", + "animated": true, + "created": 1604896511, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "xqcK": { + "name": "xqcK", + "id": "745571354820214826", + "author": "315735207569260544", + "animated": false, + "created": 1597828463, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "xqcL": { + "name": "xqcL", + "id": "768390777242910731", + "author": "270645096758640641", + "animated": true, + "created": 1603269037, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "xshake2": { + "name": "xshake2", + "id": "785258525374414939", + "author": "611671335072170031", + "animated": true, + "created": 1607290621, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "x_susasf": { + "name": "x_susasf", + "id": "784319337891758100", + "author": "713483831780573275", + "animated": false, + "created": 1607066702, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "xt_mad": { + "name": "xt_mad", + "id": "783972249379799080", + "author": "168266188432867328", + "animated": false, + "created": 1606983949, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "xtmad": { + "name": "xtmad", + "id": "783977440078200832", + "author": "168266188432867328", + "animated": false, + "created": 1606985187, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "xuan": { + "name": "xuan", + "id": "788175652359897098", + "author": "239022129507467264", + "animated": true, + "created": 1607986119, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Xurkitree": { + "name": "Xurkitree", + "id": "776184071541882990", + "author": "657032893172023363", + "animated": true, + "created": 1605127103, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "x_Verifed_Check": { + "name": "x_Verifed_Check", + "id": "782884496478830613", + "author": "683736512776372266", + "animated": true, + "created": 1606724609, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "xx": { + "name": "xx", + "id": "768561394966331414", + "author": "449000414151573504", + "animated": true, + "created": 1603309715, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "XXX": { + "name": "XXX", + "id": "772497531208728578", + "author": "751061424318578772", + "animated": true, + "created": 1604248163, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "xzcatpaws2": { + "name": "xzcatpaws2", + "id": "782450868028571688", + "author": "733110185987407893", + "animated": true, + "created": 1606621224, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "xzcatyesvibe": { + "name": "xzcatyesvibe", + "id": "782450842552500246", + "author": "733110185987407893", + "animated": true, + "created": 1606621218, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Y_": { + "name": "Y_", + "id": "771108464465936424", + "author": "305502173163421699", + "animated": false, + "created": 1603916984, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "y2": { + "name": "y2", + "id": "784046669775241236", + "author": "598650793389850644", + "animated": false, + "created": 1607001693, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "y7": { + "name": "y7", + "id": "788398643647873034", + "author": "715373648520806432", + "animated": true, + "created": 1608039284, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ya": { + "name": "ya", + "id": "684790545796956162", + "author": "375885129228484618", + "animated": false, + "created": 1583337189, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "YAAA": { + "name": "YAAA", + "id": "785719477580595210", + "author": "750498378466459738", + "animated": false, + "created": 1607400521, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "yaaasqueen": { + "name": "yaaasqueen", + "id": "782742280398307358", + "author": "748023719833894942", + "animated": false, + "created": 1606690702, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "YAAYGranola": { + "name": "YAAYGranola", + "id": "787883669175795722", + "author": "774910032084205568", + "animated": true, + "created": 1607916505, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "yaayyy": { + "name": "yaayyy", + "id": "782741279280201768", + "author": "748023719833894942", + "animated": false, + "created": 1606690463, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "yabai": { + "name": "yabai", + "id": "784364055787077673", + "author": "279223421940924416", + "animated": false, + "created": 1607077363, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "y_ablobmeltsoblove": { + "name": "y_ablobmeltsoblove", + "id": "786590885222940733", + "author": "745373578664476892", + "animated": true, + "created": 1607608281, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "yaff": { + "name": "yaff", + "id": "589898618505396294", + "author": "417138170430357524", + "animated": false, + "created": 1560713190, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "yagooApproves": { + "name": "yagooApproves", + "id": "788499155239960576", + "author": "779797170961252372", + "animated": false, + "created": 1608063248, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "yai": { + "name": "yai", + "id": "634846926235369493", + "author": "467098286642167819", + "animated": false, + "created": 1571429702, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Yakult": { + "name": "Yakult", + "id": "527244978896896000", + "author": "435890484515176449", + "animated": false, + "created": 1545775398, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "yamame_tranki": { + "name": "yamame_tranki", + "id": "748027297600241694", + "author": "620744223267749888", + "animated": false, + "created": 1598414005, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "YAMERO": { + "name": "YAMERO", + "id": "685740377965068294", + "author": "461973082333118464", + "animated": false, + "created": 1583563646, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "yamete": { + "name": "yamete", + "id": "695751353775030344", + "author": "461818566510116895", + "animated": true, + "created": 1585950449, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "yametekudasai": { + "name": "yametekudasai", + "id": "691367451140554862", + "author": "610238556006383825", + "animated": false, + "created": 1584905245, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Yandere_knife": { + "name": "Yandere_knife", + "id": "777593572077469726", + "author": "516321078339960864", + "animated": false, + "created": 1605463154, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "yareyare": { + "name": "yareyare", + "id": "602952781812465683", + "author": "315316016731127812", + "animated": false, + "created": 1563825545, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "yash": { + "name": "yash", + "id": "787341846144745503", + "author": "569937267012010015", + "animated": false, + "created": 1607787324, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "yasuo": { + "name": "yasuo", + "id": "776469902672003152", + "author": "752570073021022248", + "animated": false, + "created": 1605195251, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "yaveo": { + "name": "yaveo", + "id": "789641826939699221", + "author": "751593322669408268", + "animated": false, + "created": 1608335682, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "yaves": { + "name": "yaves", + "id": "761363589784403988", + "author": "472115219100073986", + "animated": false, + "created": 1601593625, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "yawn": { + "name": "yawn", + "id": "717741306855686246", + "author": "372172599788044309", + "animated": false, + "created": 1591193262, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "yay": { + "name": "yay", + "id": "420158111303860225", + "author": "166648571033157643", + "animated": false, + "created": 1525387949, + "modified": 1533892040, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "yay02": { + "name": "yay02", + "id": "777544414666162206", + "author": "756368101788090420", + "animated": true, + "created": 1605451434, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "yay2": { + "name": "yay2", + "id": "709955781969182771", + "author": "371341644131336199", + "animated": false, + "created": 1589337048, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "yaya": { + "name": "yaya", + "id": "781116169712173097", + "author": "551841613006110731", + "animated": true, + "created": 1606303007, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "yay_aphr": { + "name": "yay_aphr", + "id": "781815009847279647", + "author": "586886106289668127", + "animated": false, + "created": 1606469623, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "yaysantasnow": { + "name": "yaysantasnow", + "id": "787406842161922079", + "author": "428380699163099147", + "animated": true, + "created": 1607802820, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Yayy": { + "name": "Yayy", + "id": "758062053104549978", + "author": "718841556852932670", + "animated": true, + "created": 1600806477, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "yblushii_plushie1": { + "name": "yblushii_plushie1", + "id": "786948632477171773", + "author": "718818001633280071", + "animated": false, + "created": 1607693574, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "yblushii_plushie3": { + "name": "yblushii_plushie3", + "id": "786948620326010881", + "author": "718818001633280071", + "animated": true, + "created": 1607693572, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "yblushii_teacake": { + "name": "yblushii_teacake", + "id": "786948647467876363", + "author": "718818001633280071", + "animated": true, + "created": 1607693578, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "y_bow": { + "name": "y_bow", + "id": "786678482352078918", + "author": "718818001633280071", + "animated": false, + "created": 1607629166, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "y_catJAM": { + "name": "y_catJAM", + "id": "789950133655044096", + "author": "371951729790418944", + "animated": true, + "created": 1608409188, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "y_dogeleave": { + "name": "y_dogeleave", + "id": "766499793438507029", + "author": "433099839274745876", + "animated": true, + "created": 1602818191, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ye": { + "name": "ye", + "id": "709996053516255314", + "author": "375440661115305985", + "animated": false, + "created": 1589346650, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "yea": { + "name": "yea", + "id": "771973903710289931", + "author": "334059233144340480", + "animated": true, + "created": 1604123321, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "yeaaa": { + "name": "yeaaa", + "id": "786156015820341259", + "author": "676134602837852172", + "animated": false, + "created": 1607504600, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "yeah": { + "name": "yeah", + "id": "506575262872502292", + "author": "173802451437223938", + "animated": false, + "created": 1540847364, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Yeah_": { + "name": "Yeah_", + "id": "783178620167389215", + "author": "242691348560478209", + "animated": false, + "created": 1606794734, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "YeahUmYesUm": { + "name": "YeahUmYesUm", + "id": "780885437160882177", + "author": "398627949756022796", + "animated": true, + "created": 1606247996, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "yeahyupyupyepyepyupmhmyeah": { + "name": "yeahyupyupyepyepyupmhmyeah", + "id": "787794732368658453", + "author": "738562032374251652", + "animated": true, + "created": 1607895300, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "yeaok": { + "name": "yeaok", + "id": "787480898861924433", + "author": "402042123886657536", + "animated": false, + "created": 1607820477, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "yeboi": { + "name": "yeboi", + "id": "781641377162854420", + "author": "209280535174971393", + "animated": false, + "created": 1606428226, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "yee": { + "name": "yee", + "id": "781671647811600405", + "author": "637658508950765569", + "animated": false, + "created": 1606435443, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "yeee": { + "name": "yeee", + "id": "755632245758361631", + "author": "654867398096191518", + "animated": false, + "created": 1600227166, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "YEEEEE": { + "name": "YEEEEE", + "id": "765218618186792990", + "author": "291213311293390848", + "animated": true, + "created": 1602512735, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "yeei": { + "name": "yeei", + "id": "784898418073141258", + "author": "257252090642956288", + "animated": false, + "created": 1607204765, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "yeet": { + "name": "yeet", + "id": "414223493165613059", + "author": "150404421099061250", + "animated": false, + "created": 1525387949, + "modified": 1533892040, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "yehaw": { + "name": "yehaw", + "id": "777026115717955604", + "author": "466061790627889167", + "animated": false, + "created": 1605327862, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "yei": { + "name": "yei", + "id": "664850344433418261", + "author": "508054192758194176", + "animated": true, + "created": 1578583074, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "yeii": { + "name": "yeii", + "id": "767641703301382184", + "author": "356267162148798465", + "animated": false, + "created": 1603090444, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "yellow": { + "name": "yellow", + "id": "777665388166512650", + "author": "430223891101777921", + "animated": true, + "created": 1605480276, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "yellowbflies_love": { + "name": "yellowbflies_love", + "id": "787462314605543464", + "author": "545480236939214861", + "animated": false, + "created": 1607816046, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "YellowFlame": { + "name": "YellowFlame", + "id": "788976636464857088", + "author": "274682366784700416", + "animated": true, + "created": 1608177088, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "YellowTemperance_": { + "name": "YellowTemperance_", + "id": "790096350997774377", + "author": "242691348560478209", + "animated": true, + "created": 1608444049, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "yendo": { + "name": "yendo", + "id": "712383304799879179", + "author": "396034260089176086", + "animated": false, + "created": 1589915815, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "yengec_aphr": { + "name": "yengec_aphr", + "id": "781815032794447922", + "author": "586886106289668127", + "animated": false, + "created": 1606469629, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "yep": { + "name": "yep", + "id": "696045319086931978", + "author": "412040521427582986", + "animated": false, + "created": 1586020536, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "yermy": { + "name": "yermy", + "id": "785936334120026132", + "author": "396034260089176086", + "animated": true, + "created": 1607452224, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "yert": { + "name": "yert", + "id": "614199225613287579", + "author": "376012343777427457", + "animated": false, + "created": 1566506906, + "modified": 1568557612, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "Yes": { + "name": "Yes", + "id": "440580777177251840", + "author": "318108577816379412", + "animated": false, + "created": 1525387949, + "modified": 1549559283, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "yes2": { + "name": "yes2", + "id": "704949848390238229", + "author": "676324374579642388", + "animated": false, + "created": 1588143541, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "yescat": { + "name": "yescat", + "id": "788757471997067275", + "author": "510204197728288777", + "animated": true, + "created": 1608124835, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "YesChad": { + "name": "YesChad", + "id": "789564949961244793", + "author": "496037931140513800", + "animated": false, + "created": 1608317353, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "yesfish": { + "name": "yesfish", + "id": "769633674218962944", + "author": "466410686411702273", + "animated": false, + "created": 1603565367, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "yeshoney": { + "name": "yeshoney", + "id": "699840403137888256", + "author": "270343119902474240", + "animated": false, + "created": 1586925354, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "yesSign": { + "name": "yesSign", + "id": "492049681489068073", + "author": "140516693242937345", + "animated": false, + "created": 1525387949, + "modified": 1537384202, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "yesyes": { + "name": "yesyes", + "id": "660900763593211915", + "author": "455047938507407371", + "animated": true, + "created": 1577641421, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "yey": { + "name": "yey", + "id": "682015757327925263", + "author": "658269515783864320", + "animated": false, + "created": 1582675627, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "yeye": { + "name": "yeye", + "id": "757880346682327091", + "author": "382494390922248202", + "animated": true, + "created": 1600763155, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Yiff": { + "name": "Yiff", + "id": "744242589678698567", + "author": "651173629567959070", + "animated": false, + "created": 1597511660, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "yikes": { + "name": "yikes", + "id": "565628376036016134", + "author": "376162092882853900", + "animated": false, + "created": 1554926713, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "yikesb": { + "name": "yikesb", + "id": "748107715401744394", + "author": "266845673176039424", + "animated": false, + "created": 1598433178, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "yippie": { + "name": "yippie", + "id": "783504538593394698", + "author": "125464542791729152", + "animated": true, + "created": 1606872438, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "yisuskirbo": { + "name": "yisuskirbo", + "id": "756978392695439481", + "author": "653806638695710721", + "animated": false, + "created": 1600548112, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "y_kissme": { + "name": "y_kissme", + "id": "784317664625295380", + "author": "713483831780573275", + "animated": true, + "created": 1607066303, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ym": { + "name": "ym", + "id": "526943249948999690", + "author": "508276261219598347", + "animated": false, + "created": 1545703461, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "yo": { + "name": "yo", + "id": "659122644318158889", + "author": "641738990084685866", + "animated": false, + "created": 1577217484, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "yoaichi": { + "name": "yoaichi", + "id": "748381810312085505", + "author": "293107176355004416", + "animated": false, + "created": 1598498527, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "yobestgirl": { + "name": "yobestgirl", + "id": "788850500983324723", + "author": "293107176355004416", + "animated": false, + "created": 1608147015, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "yochitoge": { + "name": "yochitoge", + "id": "786648707701145670", + "author": "293107176355004416", + "animated": false, + "created": 1607622067, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "yodab": { + "name": "yodab", + "id": "788389954199486464", + "author": "306899302159089684", + "animated": false, + "created": 1608037212, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "yodasip": { + "name": "yodasip", + "id": "786152304982229013", + "author": "676134602837852172", + "animated": true, + "created": 1607503715, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "yoga": { + "name": "yoga", + "id": "771790074010402836", + "author": "226339499523702785", + "animated": false, + "created": 1604079492, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "yoirl": { + "name": "yoirl", + "id": "769629339405778964", + "author": "739936426799661086", + "animated": false, + "created": 1603564333, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "yonishizawa": { + "name": "yonishizawa", + "id": "788847416454414357", + "author": "293107176355004416", + "animated": false, + "created": 1608146280, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "yonoaichi": { + "name": "yonoaichi", + "id": "755598665078407239", + "author": "293107176355004416", + "animated": false, + "created": 1600219160, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "yonuarabe": { + "name": "yonuarabe", + "id": "790038272553517056", + "author": "727283870461984839", + "animated": false, + "created": 1608430202, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "yooo": { + "name": "yooo", + "id": "783880625702305792", + "author": "697542753449672775", + "animated": true, + "created": 1606962105, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "yoquese": { + "name": "yoquese", + "id": "787725587699204108", + "author": "586219689466658816", + "animated": false, + "created": 1607878815, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "yora": { + "name": "yora", + "id": "576916356314693632", + "author": "269206837306327042", + "animated": false, + "created": 1557617978, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "yordle": { + "name": "yordle", + "id": "782643243111809064", + "author": "344313085730750464", + "animated": false, + "created": 1606667090, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "yorevel": { + "name": "yorevel", + "id": "782443787812077609", + "author": "293107176355004416", + "animated": false, + "created": 1606619536, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "yoron": { + "name": "yoron", + "id": "620686712716132362", + "author": "343239064918687745", + "animated": false, + "created": 1549053989, + "modified": 1568058656, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "yosh": { + "name": "yosh", + "id": "775785018861158430", + "author": "370757129268887553", + "animated": true, + "created": 1605031962, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "yoshi": { + "name": "yoshi", + "id": "642173081670123561", + "author": "587270287633022998", + "animated": false, + "created": 1573176393, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "yoshiban": { + "name": "yoshiban", + "id": "761011399706542120", + "author": "305077303849779201", + "animated": true, + "created": 1601509656, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "yoshidewottmamadaepico": { + "name": "yoshidewottmamadaepico", + "id": "788903453610606612", + "author": "640273123165470720", + "animated": false, + "created": 1608159640, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "yoshigordo": { + "name": "yoshigordo", + "id": "775457554025152533", + "author": "453303780449189888", + "animated": false, + "created": 1604953888, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "yoshiknife": { + "name": "yoshiknife", + "id": "773610272966574110", + "author": "359713607635697664", + "animated": false, + "created": 1604513462, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "you": { + "name": "you", + "id": "699666917564350464", + "author": "287711579749744642", + "animated": false, + "created": 1586883992, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "youbad": { + "name": "youbad", + "id": "610697396640284693", + "author": "369138668050317312", + "animated": false, + "created": 1565672005, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "youclown": { + "name": "youclown", + "id": "782872834522349580", + "author": "749094526655791224", + "animated": true, + "created": 1606721828, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "youknow": { + "name": "youknow", + "id": "492049687822729216", + "author": "433122997071642624", + "animated": true, + "created": 1530350023, + "modified": 1537384204, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "youmu": { + "name": "youmu", + "id": "708582397586702356", + "author": "511549289558966285", + "animated": true, + "created": 1589009608, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "youngsta": { + "name": "youngsta", + "id": "780885268713963610", + "author": "398627949756022796", + "animated": true, + "created": 1606247956, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "yourcute": { + "name": "yourcute", + "id": "782343993639043082", + "author": "520730446259290122", + "animated": true, + "created": 1606595743, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Youre_here": { + "name": "Youre_here", + "id": "784438485557837834", + "author": "711751154119475291", + "animated": false, + "created": 1607095109, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Yourmom": { + "name": "Yourmom", + "id": "762348449496563792", + "author": "373808146663079936", + "animated": true, + "created": 1601828434, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "yourpower": { + "name": "yourpower", + "id": "774297033166553118", + "author": "485868607989874728", + "animated": false, + "created": 1604677198, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "youtried": { + "name": "youtried", + "id": "613055114256842753", + "author": "425046879047385108", + "animated": false, + "created": 1566234129, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "youtried10": { + "name": "youtried10", + "id": "787803592194392095", + "author": "353109234201788427", + "animated": false, + "created": 1607897413, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "youtried11": { + "name": "youtried11", + "id": "787803710399053825", + "author": "353109234201788427", + "animated": false, + "created": 1607897441, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "youtried12": { + "name": "youtried12", + "id": "787803746197307393", + "author": "353109234201788427", + "animated": false, + "created": 1607897449, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "youtried13": { + "name": "youtried13", + "id": "787803774588026902", + "author": "353109234201788427", + "animated": false, + "created": 1607897456, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "youtried14": { + "name": "youtried14", + "id": "787803792979918858", + "author": "353109234201788427", + "animated": false, + "created": 1607897461, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "youtried15": { + "name": "youtried15", + "id": "787803821035225109", + "author": "353109234201788427", + "animated": false, + "created": 1607897467, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "youtried16": { + "name": "youtried16", + "id": "787803847229571112", + "author": "353109234201788427", + "animated": false, + "created": 1607897473, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "youtried17": { + "name": "youtried17", + "id": "787803868519596062", + "author": "353109234201788427", + "animated": false, + "created": 1607897479, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "youtried18": { + "name": "youtried18", + "id": "787803896725635113", + "author": "353109234201788427", + "animated": false, + "created": 1607897485, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "youtried19": { + "name": "youtried19", + "id": "787803928527634452", + "author": "353109234201788427", + "animated": false, + "created": 1607897493, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "youtried2": { + "name": "youtried2", + "id": "787803132519514163", + "author": "353109234201788427", + "animated": false, + "created": 1607897303, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "youtried20": { + "name": "youtried20", + "id": "787803947694948373", + "author": "353109234201788427", + "animated": false, + "created": 1607897497, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "youtried3": { + "name": "youtried3", + "id": "787803350212411422", + "author": "353109234201788427", + "animated": false, + "created": 1607897355, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "youtried4": { + "name": "youtried4", + "id": "787803372019384322", + "author": "353109234201788427", + "animated": false, + "created": 1607897360, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "youtried5": { + "name": "youtried5", + "id": "787803401097838673", + "author": "353109234201788427", + "animated": false, + "created": 1607897367, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "youtried6": { + "name": "youtried6", + "id": "787803478323101718", + "author": "353109234201788427", + "animated": false, + "created": 1607897386, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "youtried7": { + "name": "youtried7", + "id": "787803518652121099", + "author": "353109234201788427", + "animated": false, + "created": 1607897395, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "youtried8": { + "name": "youtried8", + "id": "787803542357671966", + "author": "353109234201788427", + "animated": false, + "created": 1607897401, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "youtried9": { + "name": "youtried9", + "id": "787803568555819019", + "author": "353109234201788427", + "animated": false, + "created": 1607897407, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "YouTube": { + "name": "YouTube", + "id": "440834872664391690", + "author": "396741599075368971", + "animated": false, + "created": 1525387949, + "modified": 1533892040, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "youu": { + "name": "youu", + "id": "789184258773745674", + "author": "704662972739616809", + "animated": false, + "created": 1608226589, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "yoWTF": { + "name": "yoWTF", + "id": "788498646354231357", + "author": "779797170961252372", + "animated": true, + "created": 1608063127, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ypain": { + "name": "ypain", + "id": "788398626069151764", + "author": "715373648520806432", + "animated": false, + "created": 1608039280, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "yqb_dance3": { + "name": "yqb_dance3", + "id": "786156041117237340", + "author": "676134602837852172", + "animated": true, + "created": 1607504606, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "yrrowyrrow": { + "name": "yrrowyrrow", + "id": "782466843029274665", + "author": "257252090642956288", + "animated": false, + "created": 1606625033, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "yu": { + "name": "yu", + "id": "790038891851415572", + "author": "379360814567522304", + "animated": false, + "created": 1608430350, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "yuca": { + "name": "yuca", + "id": "768541909047574558", + "author": "316209084208644096", + "animated": false, + "created": 1603305070, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "yug": { + "name": "yug", + "id": "790038427529379850", + "author": "379360814567522304", + "animated": false, + "created": 1608430239, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "yuh": { + "name": "yuh", + "id": "782741245428629505", + "author": "748023719833894942", + "animated": false, + "created": 1606690455, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "yuhyupp": { + "name": "yuhyupp", + "id": "782773564432318484", + "author": "748023719833894942", + "animated": false, + "created": 1606698161, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "yui_cry": { + "name": "yui_cry", + "id": "787429217343242270", + "author": "522155526478364675", + "animated": true, + "created": 1607808155, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "yukarispin": { + "name": "yukarispin", + "id": "691826071213047839", + "author": "511549289558966285", + "animated": true, + "created": 1585014588, + "modified": 1585015813, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "yuli_wave": { + "name": "yuli_wave", + "id": "780896442679033857", + "author": "760975697392173067", + "animated": true, + "created": 1606250620, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "yum": { + "name": "yum", + "id": "786644799087575080", + "author": "676134602837852172", + "animated": true, + "created": 1607621135, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "yummy": { + "name": "yummy", + "id": "730212071685357648", + "author": "574870314928832533", + "animated": false, + "created": 1594166524, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "yungmoney": { + "name": "yungmoney", + "id": "785151252211433512", + "author": "359349369528516618", + "animated": true, + "created": 1607265046, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "yuno": { + "name": "yuno", + "id": "730907923571671071", + "author": "466061790627889167", + "animated": false, + "created": 1594332428, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "YunoGunsai": { + "name": "YunoGunsai", + "id": "788398104285675530", + "author": "715373648520806432", + "animated": true, + "created": 1608039155, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "yunoshoot": { + "name": "yunoshoot", + "id": "783293279688327169", + "author": "525009535950389268", + "animated": true, + "created": 1606822070, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "yup": { + "name": "yup", + "id": "768118171789426785", + "author": "468151183534718981", + "animated": true, + "created": 1603204043, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "yupofcourse": { + "name": "yupofcourse", + "id": "782773549039484959", + "author": "748023719833894942", + "animated": false, + "created": 1606698157, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "yuri": { + "name": "yuri", + "id": "703596245381283930", + "author": "600878457886474251", + "animated": false, + "created": 1587820817, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "YuriSA": { + "name": "YuriSA", + "id": "780663765875818506", + "author": "657816857935609867", + "animated": false, + "created": 1606195145, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Yuriwoke": { + "name": "Yuriwoke", + "id": "780669446372720640", + "author": "657816857935609867", + "animated": false, + "created": 1606196500, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "yuu": { + "name": "yuu", + "id": "726253621578170488", + "author": "469350267989786624", + "animated": false, + "created": 1593222756, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "yuukaout": { + "name": "yuukaout", + "id": "771862742482812938", + "author": "378997333402320896", + "animated": true, + "created": 1604096819, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "yuyudance": { + "name": "yuyudance", + "id": "683032620669337627", + "author": "97378713980641280", + "animated": true, + "created": 1582918067, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "yuyukodance": { + "name": "yuyukodance", + "id": "773362839129292840", + "author": "739936426799661086", + "animated": true, + "created": 1604454469, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "yuyuuuu": { + "name": "yuyuuuu", + "id": "766814858334306324", + "author": "739936426799661086", + "animated": false, + "created": 1602893309, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ywelcome5": { + "name": "ywelcome5", + "id": "764213027636641842", + "author": "666980714608197643", + "animated": true, + "created": 1602272984, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ywelcome6": { + "name": "ywelcome6", + "id": "764212862406361089", + "author": "666980714608197643", + "animated": true, + "created": 1602272944, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "yy_heartsorange": { + "name": "yy_heartsorange", + "id": "784460586368761856", + "author": "608814748620029964", + "animated": true, + "created": 1607100378, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "yy_heartsorange1": { + "name": "yy_heartsorange1", + "id": "784460684535660604", + "author": "608814748620029964", + "animated": true, + "created": 1607100401, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "yy_orangee": { + "name": "yy_orangee", + "id": "784460803930587178", + "author": "608814748620029964", + "animated": true, + "created": 1607100430, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "z1": { + "name": "z1", + "id": "787132499696156682", + "author": "220193241402703872", + "animated": true, + "created": 1607737412, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Z_30": { + "name": "Z_30", + "id": "788713119887130624", + "author": "452012931027173379", + "animated": false, + "created": 1608114261, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "zacharie": { + "name": "zacharie", + "id": "782741394342281267", + "author": "748023719833894942", + "animated": false, + "created": 1606690491, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "zadance": { + "name": "zadance", + "id": "722678428385673256", + "author": "653806638695710721", + "animated": true, + "created": 1592370364, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "zahando": { + "name": "zahando", + "id": "765976438129557517", + "author": "440287710377148426", + "animated": true, + "created": 1602693414, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "zai": { + "name": "zai", + "id": "769908893098442782", + "author": "425046879047385108", + "animated": false, + "created": 1603630984, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "zaloudo": { + "name": "zaloudo", + "id": "785661985743568936", + "author": "209280535174971393", + "animated": false, + "created": 1607386814, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "zapador": { + "name": "zapador", + "id": "784853153945616394", + "author": "293107176355004416", + "animated": false, + "created": 1607193973, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "zapato": { + "name": "zapato", + "id": "784344856470093835", + "author": "431225704563081216", + "animated": false, + "created": 1607072786, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "zasko2": { + "name": "zasko2", + "id": "766133530869891072", + "author": "469162062086537226", + "animated": false, + "created": 1602730867, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "zawarudo": { + "name": "zawarudo", + "id": "553270069094907944", + "author": "110966611048960000", + "animated": true, + "created": 1551980263, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "zawarudo2": { + "name": "zawarudo2", + "id": "776632352297582622", + "author": "351853576571846676", + "animated": true, + "created": 1605233982, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "zawarudo_ora": { + "name": "zawarudo_ora", + "id": "789431018078732331", + "author": "764963344317677609", + "animated": true, + "created": 1608285421, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Zball": { + "name": "Zball", + "id": "784852945141366784", + "author": "544012397623377930", + "animated": false, + "created": 1607193924, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "zblackaurora": { + "name": "zblackaurora", + "id": "788396903863549980", + "author": "715373648520806432", + "animated": false, + "created": 1608038869, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "zcircle": { + "name": "zcircle", + "id": "783160825744457738", + "author": "735451912291483689", + "animated": false, + "created": 1606790491, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "z_dash": { + "name": "z_dash", + "id": "788732672692322355", + "author": "721415443700514847", + "animated": false, + "created": 1608118923, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ZelDance": { + "name": "ZelDance", + "id": "788723739566931978", + "author": "497766788549836810", + "animated": true, + "created": 1608116793, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "zenko": { + "name": "zenko", + "id": "784340489666691093", + "author": "431225704563081216", + "animated": false, + "created": 1607071745, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "zenko1": { + "name": "zenko1", + "id": "784341099279679518", + "author": "431225704563081216", + "animated": false, + "created": 1607071890, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "zero": { + "name": "zero", + "id": "789671828943142913", + "author": "434852481693122570", + "animated": false, + "created": 1608342835, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "zerohmm": { + "name": "zerohmm", + "id": "779100765725655040", + "author": "569937267012010015", + "animated": true, + "created": 1605822497, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "zerojump": { + "name": "zerojump", + "id": "786151788188401675", + "author": "676134602837852172", + "animated": true, + "created": 1607503592, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "zerotwo": { + "name": "zerotwo", + "id": "684381697738932239", + "author": "637777592103075840", + "animated": true, + "created": 1583239712, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ZeroTwo_": { + "name": "ZeroTwo_", + "id": "790096093282304010", + "author": "242691348560478209", + "animated": false, + "created": 1608443988, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ZeroTwoThinking": { + "name": "ZeroTwoThinking", + "id": "783881702191661088", + "author": "697542753449672775", + "animated": false, + "created": 1606962361, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "zFE_mocha": { + "name": "zFE_mocha", + "id": "786590378311811122", + "author": "745373578664476892", + "animated": false, + "created": 1607608160, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "zhong": { + "name": "zhong", + "id": "773579875026075648", + "author": "328348458627104768", + "animated": false, + "created": 1604506214, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "zhonglibrows": { + "name": "zhonglibrows", + "id": "787993739242635294", + "author": "304413971350552588", + "animated": true, + "created": 1607942747, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "zhonglidong": { + "name": "zhonglidong", + "id": "789833549201014825", + "author": "304413971350552588", + "animated": true, + "created": 1608381392, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "zhonglithink": { + "name": "zhonglithink", + "id": "773257523398574091", + "author": "112471608865624064", + "animated": false, + "created": 1604429360, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "zhongliweird": { + "name": "zhongliweird", + "id": "775776149011300433", + "author": "209280535174971393", + "animated": false, + "created": 1605029847, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ZhongliWhat": { + "name": "ZhongliWhat", + "id": "764738967526047764", + "author": "210908183160553473", + "animated": false, + "created": 1602398378, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "zi": { + "name": "zi", + "id": "703263021623017473", + "author": "675466718994497538", + "animated": false, + "created": 1587741370, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Zirkongasm": { + "name": "Zirkongasm", + "id": "783344708067131474", + "author": "521802133796945962", + "animated": false, + "created": 1606834332, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "zirkonmamado": { + "name": "zirkonmamado", + "id": "784982122359816233", + "author": "213367124608024577", + "animated": false, + "created": 1607224722, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "z_kissykissy": { + "name": "z_kissykissy", + "id": "773381750889775125", + "author": "736497741697646653", + "animated": true, + "created": 1604458978, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "zkn": { + "name": "zkn", + "id": "788398595438542880", + "author": "715373648520806432", + "animated": false, + "created": 1608039273, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "z_lmao": { + "name": "z_lmao", + "id": "786156029040787467", + "author": "676134602837852172", + "animated": false, + "created": 1607504603, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "z_MagikWorry": { + "name": "z_MagikWorry", + "id": "786154455170809867", + "author": "676134602837852172", + "animated": true, + "created": 1607504228, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "zmey": { + "name": "zmey", + "id": "789832929366638612", + "author": "540565311645024267", + "animated": false, + "created": 1608381244, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "zmk": { + "name": "zmk", + "id": "788398583900536862", + "author": "715373648520806432", + "animated": false, + "created": 1608039270, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "zoom": { + "name": "zoom", + "id": "509098466543403030", + "author": "219567184089841664", + "animated": false, + "created": 1541448956, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "zoomeyes": { + "name": "zoomeyes", + "id": "508821540645896192", + "author": "140516693242937345", + "animated": false, + "created": 1541382930, + "modified": 1541382944, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "zoop": { + "name": "zoop", + "id": "492049709112754197", + "author": "219567184089841664", + "animated": false, + "created": 1536635198, + "modified": 1537384209, + "preserve": true, + "description": null, + "nsfw": "SFW" + }, + "zorgen": { + "name": "zorgen", + "id": "639600695363895297", + "author": "336237235936428034", + "animated": false, + "created": 1572563089, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "zorgie": { + "name": "zorgie", + "id": "570387367618150400", + "author": "336237235936428034", + "animated": false, + "created": 1556061345, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "zorgiegun": { + "name": "zorgiegun", + "id": "787073743914270782", + "author": "83845846474424320", + "animated": false, + "created": 1607723403, + "modified": 1607726687, + "preserve": false, + "description": null, + "nsfw": "MOD_NSFW" + }, + "zoro_pat": { + "name": "zoro_pat", + "id": "786585946752679967", + "author": "538581356641517568", + "animated": true, + "created": 1607607103, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "zorra2": { + "name": "zorra2", + "id": "786259559877574696", + "author": "750794811224752160", + "animated": false, + "created": 1607529287, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "zorritosquare": { + "name": "zorritosquare", + "id": "788918519684268063", + "author": "457800274887573515", + "animated": false, + "created": 1608163232, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ZorritoXD": { + "name": "ZorritoXD", + "id": "694998567592657016", + "author": "371728916391657482", + "animated": false, + "created": 1585770971, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ZorroXD": { + "name": "ZorroXD", + "id": "675364112607215677", + "author": "531122662316048384", + "animated": false, + "created": 1581089752, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "zpain": { + "name": "zpain", + "id": "788398542582317056", + "author": "715373648520806432", + "animated": false, + "created": 1608039260, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Z_pepe_hehee": { + "name": "Z_pepe_hehee", + "id": "785742224854876170", + "author": "715606162224971898", + "animated": true, + "created": 1607405944, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "z_pepewine": { + "name": "z_pepewine", + "id": "786155948254691340", + "author": "676134602837852172", + "animated": true, + "created": 1607504584, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "zpheal": { + "name": "zpheal", + "id": "734500755209322657", + "author": "608769815150198784", + "animated": false, + "created": 1595189026, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "zPlayboy3": { + "name": "zPlayboy3", + "id": "786699965971824641", + "author": "711736084438057031", + "animated": true, + "created": 1607634288, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "zPlayboy4": { + "name": "zPlayboy4", + "id": "786699998712692787", + "author": "711736084438057031", + "animated": true, + "created": 1607634295, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "z_risas": { + "name": "z_risas", + "id": "780896333175193620", + "author": "434521154745663488", + "animated": true, + "created": 1606250594, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "zrose": { + "name": "zrose", + "id": "786807406650720306", + "author": "374635906994274305", + "animated": true, + "created": 1607659904, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Z_slaping": { + "name": "Z_slaping", + "id": "780896311938514954", + "author": "434521154745663488", + "animated": true, + "created": 1606250589, + "modified": 1606252227, + "preserve": false, + "description": null, + "nsfw": "MOD_NSFW" + }, + "zsmh": { + "name": "zsmh", + "id": "788398563515301909", + "author": "715373648520806432", + "animated": true, + "created": 1608039265, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ZSsy_bluebearGiggle": { + "name": "ZSsy_bluebearGiggle", + "id": "789702174551703592", + "author": "491467726699626509", + "animated": false, + "created": 1608350070, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "zstar": { + "name": "zstar", + "id": "784861666864922705", + "author": "506459837169795092", + "animated": false, + "created": 1607196003, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "zsu": { + "name": "zsu", + "id": "788398575607480340", + "author": "715373648520806432", + "animated": false, + "created": 1608039268, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ztheart": { + "name": "ztheart", + "id": "784017279041667097", + "author": "281376741979717632", + "animated": false, + "created": 1606994685, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ztlove": { + "name": "ztlove", + "id": "723316642234499183", + "author": "575037996491866112", + "animated": false, + "created": 1592522526, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ztw": { + "name": "ztw", + "id": "788732737992261682", + "author": "721415443700514847", + "animated": false, + "created": 1608118938, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "zuck": { + "name": "zuck", + "id": "775809537508114442", + "author": "486148342108127253", + "animated": false, + "created": 1605037807, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "zuckwater": { + "name": "zuckwater", + "id": "770868755453837314", + "author": "747599113553576016", + "animated": false, + "created": 1603859833, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "zugly": { + "name": "zugly", + "id": "788398551729569792", + "author": "715373648520806432", + "animated": false, + "created": 1608039262, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ZULUL": { + "name": "ZULUL", + "id": "766715956767621131", + "author": "245668715067080704", + "animated": false, + "created": 1602869729, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "zumad": { + "name": "zumad", + "id": "788398078951555132", + "author": "715373648520806432", + "animated": false, + "created": 1608039149, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "zumm": { + "name": "zumm", + "id": "786193912199905280", + "author": "676134602837852172", + "animated": true, + "created": 1607513635, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "z_uwuface": { + "name": "z_uwuface", + "id": "788079966830329868", + "author": "206098696062894080", + "animated": false, + "created": 1607963306, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "zuzu_angry": { + "name": "zuzu_angry", + "id": "786585417457598484", + "author": "538581356641517568", + "animated": true, + "created": 1607606978, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "zuzu_pat": { + "name": "zuzu_pat", + "id": "786585638836895805", + "author": "538581356641517568", + "animated": true, + "created": 1607607030, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "zverifyblack": { + "name": "zverifyblack", + "id": "773318233490849812", + "author": "552237694500077586", + "animated": true, + "created": 1604443834, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "z_vibe": { + "name": "z_vibe", + "id": "786155862246162442", + "author": "676134602837852172", + "animated": true, + "created": 1607504563, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "ZWatameWhat": { + "name": "ZWatameWhat", + "id": "782673611802279967", + "author": "700050219995496568", + "animated": false, + "created": 1606674331, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "zwer": { + "name": "zwer", + "id": "781107595334385665", + "author": "409437649766711318", + "animated": false, + "created": 1606300963, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "zwhip": { + "name": "zwhip", + "id": "766910456639389698", + "author": "725805550687748186", + "animated": false, + "created": 1602916101, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "zWhoasked": { + "name": "zWhoasked", + "id": "785658067445350410", + "author": "720337269889826846", + "animated": true, + "created": 1607385880, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "z_woah": { + "name": "z_woah", + "id": "784319217817223169", + "author": "713483831780573275", + "animated": true, + "created": 1607066673, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "z_yes": { + "name": "z_yes", + "id": "786084993192558602", + "author": "730519813184815126", + "animated": false, + "created": 1607487667, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "zyihy": { + "name": "zyihy", + "id": "782690409188425798", + "author": "627172517630574629", + "animated": false, + "created": 1606678335, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "Zyoutried": { + "name": "Zyoutried", + "id": "785498634883956747", + "author": "434603155695730709", + "animated": false, + "created": 1607347868, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "zz": { + "name": "zz", + "id": "759132757179236373", + "author": "749094526655791224", + "animated": false, + "created": 1601061753, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "zz_cake2": { + "name": "zz_cake2", + "id": "788732756515356692", + "author": "721415443700514847", + "animated": false, + "created": 1608118943, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "zz_caliente": { + "name": "zz_caliente", + "id": "780896404998586408", + "author": "714241441077133343", + "animated": false, + "created": 1606250611, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "zz_duracell": { + "name": "zz_duracell", + "id": "780896276161232927", + "author": "434521154745663488", + "animated": false, + "created": 1606250580, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "zzheart": { + "name": "zzheart", + "id": "788837919006916719", + "author": "715962906646282311", + "animated": false, + "created": 1608144015, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "zzmilksmug": { + "name": "zzmilksmug", + "id": "783110459686780949", + "author": "773453752148426773", + "animated": false, + "created": 1606778483, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "zzokretard": { + "name": "zzokretard", + "id": "785499413329215499", + "author": "434603155695730709", + "animated": false, + "created": 1607348054, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "zz_pinkloveletter": { + "name": "zz_pinkloveletter", + "id": "788732559235874816", + "author": "721415443700514847", + "animated": false, + "created": 1608118896, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "zz_risa": { + "name": "zz_risa", + "id": "780896202589732927", + "author": "434521154745663488", + "animated": false, + "created": 1606250563, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "zzrrr_blob_blue": { + "name": "zzrrr_blob_blue", + "id": "789702281116516403", + "author": "491467726699626509", + "animated": true, + "created": 1608350095, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "zzsheart": { + "name": "zzsheart", + "id": "786700016117874698", + "author": "711736084438057031", + "animated": true, + "created": 1607634300, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "zZ_triste2": { + "name": "zZ_triste2", + "id": "780896163654139934", + "author": "434521154745663488", + "animated": false, + "created": 1606250553, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "zz_uwu": { + "name": "zz_uwu", + "id": "780896066664136754", + "author": "434521154745663488", + "animated": false, + "created": 1606250530, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "zzz": { + "name": "zzz", + "id": "772495590323388467", + "author": "739554902425993296", + "animated": true, + "created": 1604247701, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "zzzAsterStar": { + "name": "zzzAsterStar", + "id": "782494043384578089", + "author": "760975697392173067", + "animated": false, + "created": 1606631518, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "zzz_Sorry": { + "name": "zzz_Sorry", + "id": "781179094686760961", + "author": "421532785816240138", + "animated": false, + "created": 1606318009, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + }, + "zzzz": { + "name": "zzzz", + "id": "720400649862512691", + "author": "345853176425218050", + "animated": true, + "created": 1591827299, + "modified": null, + "preserve": false, + "description": null, + "nsfw": "SFW" + } +}